@charset "utf-8";
body {
		background: #F3F4F5;
}
a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
		color: inherit;
		color: #303030;
}
.contact_wrap {
		max-width: 960px;
		margin: 0 auto;
		padding: 80px 30px 160px;
}
@media(max-width: 960px) {
		.contact_wrap {
				padding-top: 60px;
		}
}
@media(max-width: 767px) {
		.contact_wrap {
				padding: 40px 20px 80px;
		}
}
.contact_lead {
		line-height: 2.0;
		margin: 0 0 40px;
		text-align: center;
}
.contact_lead a {
		color: #224BA1;
		text-decoration: underline;
		text-underline-offset: 4px;
}
.must_notes {
		text-align: left;
		color: #224BA1;
		margin: 0 0 25px;
		font-size: 90%;
}
@media (hover: hover) {
		.contact_lead a:hover {
				color: #224BA1;
				text-decoration: none;
		}
}
.contact_lead.confirm {
		text-align: center;
}
@media(max-width: 960px) {
		.contact_lead {
				margin: 0 0 30px;
		}
}
@media(max-width: 767px) {
		.contact_lead {
				line-height: 2.0;
				text-align: left;
				margin: 0 0 30px;
		}
}
.contact_form {
		margin-bottom: 40px;
}
.contact_form dt {
		font-size: 110%;
		font-weight: 600;
		margin: 0 0 15px
}
.contact_form dt {
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
}
.contact_form dt.extra {
		display: block;
}
.extra_flex {
		display: flex;
		align-items: center;
}
.extra_flex_hd {
		display: flex;
		align-items: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.extra_flex {
				display: block
		}
}
.dt_notes {
		padding-top: 10px;
		font-size: 13px;
		color: #888;
}
.contact_form dt .must {
		margin-left: 3px;
		font-size: 14px;
		position: relative;
		top: -3px;
		color: #224BA1;
}
div.must span {
		transform: translateY(0.5px)
}
.contact_form dt .plus {
		margin-left: 15px;
		font-size: 14px;
		color: #737373;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.contact_form dt .extra_flex .plus {
				margin: 10px 0 0;
				display: block
		}
}
.contact_form dd {
		flex: 1;
		word-break: break-all;
		line-height: 2.0;
}
.confirmBox {
		word-break: break-all;
		line-height: 2.0;
}
.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: 2.0;
}
.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: 767px) {
		.contact_form, .contact_form.extra {
				margin-bottom: 25px;
		}
		.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: 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 {
		margin: 0 15px;
		position: relative;
}
.sendBtn button {
		font-family: "Noto Sans JP", sans-serif;
		cursor: pointer;
		width: 250px;
		height: 70px;
		border-radius: 10px;
		background: none;
		border: 1px solid #3356A1;
		background: #3356A1;
		color: #fff;
		font-weight: 600;
		font-size: 16px;
		text-align: center;
		box-sizing: border-box;
		transition: background 0.2s;
		letter-spacing: 0.04em;
}
span.toLink {
		padding-right: 10px;
		position: relative;
		transform: translateY(-1px);
		display: inline-block;
}
span.toLink::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 11px);
		right: -16px;
		width: 22px;
		height: 22px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 22px;
		background-image: url("../images/icon_arw_wht.png")
}
.linkBtn a span.toBack {
		padding-right: 0;
		padding-left: 10px;
		position: relative;
		transform: translateY(-1px)
}
.linkBtn a span.toBack::after {
		top: calc(50% - 9px);
		right: inherit;
		left: -20px;
		width: 22px;
		height: 22px;
		background-size: 22px;
		background-image: url("../images/icon_back_wht.png")
}
.sendBtn_flex .linkBtn {
		width: 250px;
		margin: 0 15px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0.04em;
}
.sendBtn_flex .linkBtn a {
		height: 70px;
		background: #353E4A;
		border: 1px solid #353E4A;
}
.sendBtn button:disabled {
		opacity: 0.7;
		cursor: not-allowed;
		pointer-events: none;
}
@media (hover: hover) {
		.sendBtn:not(.disActive):hover button {
				background: #fff;
				color: #3356A1;
		}
		.sendBtn:not(.disActive):hover button span.toLink::after {
				background-image: url("../images/icon_arw_blu.png")
		}
		.sendBtn_flex .linkBtn a:hover {
				background: #fff;
				color: #353E4A;
		}
		.linkBtn a:hover span.toBack::after {
				background-image: url("../images/icon_back_blk.png")
		}
}
@media(max-width: 767px) {
		.sendBtn {
				margin: 0;
		}
		.sendBtn button {
				width: 100%;
				min-width: 190px;
				height: 50px;
				font-size: 15px;
				border-radius: 8px;
		}
		.sendBtn_flex.confirmFlex .sendBtn button {
				width: 100%;
		}
		.sendBtn_flex .linkBtn a {
				height: 50px;
				border-radius: 8px;
		}
		.sendBtn_flex.confirmFlex {
				display: flex;
				justify-content: space-between;
				align-items: center;
		}
		.sendBtn_flex.confirmFlex .linkBtn, .sendBtn_flex.confirmFlex .sendBtn {
				width: calc(50% - 4px);
				font-size: 14px !important;
				margin: 0;
		}
		.sendBtn_flex.confirmFlex .sendBtn button {
				min-width: inherit;
		}
		span.toLink {
				padding-right: 4px;
				left: -4px;
		}
		.linkBtn a span.toBack {
				padding-right: 0;
				padding-left: 4px;
				left: 4px;
		}
		span.toLink::after {
				top: calc(50% - 9px);
				right: -15px;
				width: 18px;
				height: 18px;
				background-size: 18px;
		}
		.linkBtn a span.toBack::after {
				top: calc(50% - 8px);
				right: inherit;
				left: -17px;
				width: 18px;
				height: 18px;
				background-size: 18px;
		}
}
.error {
		color: #FF0000;
		font-size: 14px;
		font-weight: 500;
		padding-top: 10px;
}
@media(min-width: 960px) {
		.contact_form.confirmLine, .contact_form.confirmLineEnd {
				display: flex;
				align-items: center;
				margin-bottom: 30px;
				padding-bottom: 30px;
		}
		.contact_form.confirmLine dt, .contact_form.confirmLineEnd dt {
				width: 200px;
				margin-bottom: 0;
		}
		.contact_form.confirmLine dd, .contact_form.confirmLineEnd dd {
				flex: 1
		}
		.contact_form.alignTop {
				display: flex;
				align-items: flex-start;
		}
}
@media(max-width: 960px) {
		.contact_form.confirmLine dt .pcbr {
				display: none
		}
}
.contact_form.confirmLine dt, .contact_form.confirmLineEnd dt, .contact_form.confirmLine dd, .contact_form.confirmLineEnd dd {
		line-height: 2.0;
}
.contact_form.confirmLine {
		border-bottom: 1px solid #C2D3D8;
		padding-bottom: 20px;
}
.contact_form.confirmLineEnd {
		margin-bottom: 60px;
}
@media(max-width: 767px) {
		.contact_form.confirmLine, .contact_form.confirmLineEnd {
				padding-top: 0;
				padding-bottom: 15px;
		}
		.contact_form.confirmLine dt, .contact_form.confirmLineEnd dt {
				margin: 0 0 10px;
		}
}
@media(max-width: 390px) {
		.sendBtn button, .sendBtn_flex .linkBtn {
				font-size: 14px !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: 25px 20px;
		border: 1px solid #C2D3D8;
		box-sizing: border-box;
		font-size: 18px;
		border-radius: 10px;
}
.contact_form .errorON input[type="text"], .contact_form .errorON input[type="email"], .contact_form .errorON textarea, .contact_form .errorON select {
		border: 1px solid #FF0000;
}
@media(max-width: 767px) {
		.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea {
				padding: 15px;
				font-size: 18px;
				border-radius: 6px;
		}
		.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: 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.errorON li label span::before {
		border: 1px solid #ff0000;
}
.contact_form dd li label span::after {
		background: #3356A1;
		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: 260px;
		line-height: 2.0;
		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: #3356A1;
}
.agree_check a {
		color: #224BA1;
		text-decoration: underline;
		text-underline-offset: 4px;
}
@media (hover: hover) {
		.agree_check a:hover {
				color: #224BA1;
				text-decoration: none;
		}
}
@media(max-width: 767px) {
		.agree_check {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				margin: 0 0 40px;
				font-size: 15px;
				line-height: 1.8;
		}
		.agree_check strong {
				font-size: 12px;
		}
}
@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: #3356A1;
		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: 2px;
				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: 45px;
		text-align: center;
}
.thanks_wrap h2 {
		font-size: 46px;
		font-family: "Poppins";
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 700;
		color: #3356A1;
		letter-spacing: 0;
		margin: 0 0 40px;
		text-align: center;
}
.thanks_wrap p {
		text-align: center;
		line-height: 2.0;
		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;
		}
}
@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 #3356A1;
		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: #3356A1;
		}
		.contactLinkBtn a:hover::before {
				opacity: 0;
		}
}
@media(max-width: 767px) {
		.contactLinkBtn {
				width: 240px;
				margin: 0 auto;
		}
		.contactLinkBtn a {
				height: 50px;
		}
}
.contact_step {
		max-width: 435px;
		margin: 0 auto 60px;
}
.contact_step img {
		width: 100%;
		height: auto;
}
@media(max-width: 960px) {
		.contact_step {
				max-width: 340px;
				margin: 0 auto 40px;
		}
}
@media(max-width: 767px) {
		.contact_step {
				max-width: 300px;
				margin: 0 auto 30px;
		}
}
.confirm_wrap {
		background: #fff;
		padding: 80px 20px;
		border-radius: 8px;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
		position: relative;
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.confirm_wrap {
				padding: 60px 15px;
		}
}
@media(max-width: 767px) {
		.confirm_wrap {
				padding: 25px 15px 40px
		}
}
.confirm_wrap.complete::before {
		content: '';
		display: block;
		position: absolute;
		top: 90px;
		right: -50px;
		width: 285px;
		height: 168px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		background-image: url("../images/complete_bg.png");
		pointer-events: none;
}
@media(max-width: 960px) {
		.confirm_wrap.complete::before {
				top: 90px;
				right: -80px;
				width: 220px;
				height: 130px;
		}
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.confirm_wrap.complete::before {
				top: 40px;
				right: -80px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.confirm_wrap.complete::before {
				top: inherit;
				bottom: 50px;
				right: -70px;
				width: 150px;
				height: 90px;
		}
}
@media(max-width: 390px) {
		.confirm_wrap.complete::before {
				top: inherit;
				bottom: 50px;
				right: -80px;
				width: 150px;
				height: 90px;
		}
}
.extraBr {
		display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.extraBr {
				display: block;
		}
}