@charset "utf-8";
.contact_modal_wrap .modal_close {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 18px;
		right: 18px;
		cursor: pointer;
}
.contact_modal_overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 110vh;
		background: rgba(0, 0, 0, 0.8);
}
.contact_modal_container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 9999;
		box-sizing: border-box;
		padding: 0 40px;
		display: none;
}
.contact_modal_wrap {
		max-width: 760px;
		height: 100vh;
		margin: 0 auto;
		background: #310140;
		border-right: 2px solid #d000df;
		border-left: 2px solid #d000df;
		box-sizing: border-box;
		padding: 50px 10px 50px 50px;
		position: relative;
		z-index: 10;
		transform: scale(1.15);
		transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.isOpen .contact_modal_wrap {
		transform: scale(1);
}
.contact_modal_hd {
		margin: 0 0 40px;
}
.contact_modal_cont {
		overflow: auto;
		height: calc(100vh - 100px);
		padding-right: 40px;
}
@media(max-width: 1194px) {
		.contact_modal_container {
				padding: 0 20px;
		}
		.contact_modal_wrap {
				padding: 50px 10px 30px 20px;
		}
		.contact_modal_hd {
				margin: 0 0 40px;
		}
		.contact_modal_cont {
				height: calc(100vh - 150px);
				padding-right: 20px;
		}
}
@media(max-width: 767px) {
		.contact_modal_container {
				padding: 0 10px;
		}
		.contact_modal_cont {
				height: calc(100vh - 80px);
		}
		.contact_modal_wrap {
				padding-top: 50px;
		}
		.contact_modal_hd {
				margin: 0 0 20px;
		}
}
/* ======================================= */
input[type="text"], input[type="email"], input[type="submit"], input[type="button"], button, textarea, select {
		-webkit-appearance: none;
		appearance: none;
		border-radius: 0;
		padding: 0;
		vertical-align: middle;
}
.contact_form {
		margin: 0 0 30px;
		font-size: 15px;
}
.contact_form dt {
		font-weight: 400;
		margin: 0 0 10px;
}
.topicParent .wpcf7-form-control-wrap {
		display: flex;
		flex-wrap: wrap;
		margin-left: 0;
}
.topicJob .wpcf7-form-control-wrap {
		margin-left: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
}
.topicParent .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .topicJob .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
		margin-left: 0;
}
.topicParent .wpcf7-form-control-wrap .wpcf7-form-control, .topicJob .wpcf7-form-control-wrap .wpcf7-form-control {
		display: block !important;
}
.topicParent .wpcf7-list-item {
		margin: 0 45px 10px 0 !important;
}
.topicJob .wpcf7-list-item {
		margin: 0 45px 10px 0 !important;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form textarea {
		padding: 10px;
		width: 100% !important;
		box-sizing: border-box;
		background: #451a52;
		font-size: 16px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #fff;
		outline: none;
		border: none !important;
		border-radius: 0;
}
input:-webkit-autofill {
		box-shadow: 0 0 0 1000px #f3f1ea inset !important;
}
.contact_form textarea {
		height: 200px;
}
::placeholder {
		font-size: 13px !important;
		color: rgba(255, 255, 255, 0.3) !important;
		font-family: 'Noto Sans JP', sans-serif;
}
@media(max-width: 400px) {
		::placeholder {
				font-size: 10px !important;
		}
}
.send_btn input, .send_btn button, .back_btn input, .back_btn button {
		cursor: pointer;
		width: 250px;
		height: 50px;
		border: none;
		border-radius: 0px !important;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 16px;
		background: #51035f;
		color: #fff;
}
.send_btn, .back_btn {
		position: relative;
}
.send_btn::after, .back_btn::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 5px);
		width: 11px;
		height: 11px;
}
.input_flex {
		position: relative;
}
.isOn::after {
		display: none;
}
.send_btn input:disabled {
		color: #999 !important
}
.send_btn input:disabled:hover {
		background: inherit !important; /* 現在の背景を維持 */
		color: #999 !important; /* 現在のテキスト色を維持 */
		cursor: default; /* デフォルトカーソルを使用 */
}
@media (hover: hover) {
		.send_btn input:hover, .send_btn button:hover, .back_btn input:hover, .back_btn button:hover {
				color: #FFDE00;
		}
}
/* ============== */
label input[type="checkbox"] + span, label input[type="radio"] + span {
		position: relative;
		padding: 0 0 0 25px;
		display: block;
		word-break: auto-phrase;
}
label input[type="checkbox"] + span::before, label input[type="radio"] + span::before {
		z-index: 0;
		background-color: transparent;
		width: 18px;
		height: 18px;
		background: #451a52;
		box-sizing: border-box;
		border-radius: 0px;
}
label {
		position: relative;
		display: inline-block;
}
label input[type="checkbox"], label input[type="radio"] {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
}
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after, label input[type="radio"] + span::before, label input[type="radio"] + span::after {
		display: block;
		content: '';
		position: absolute;
		top: 2px;
		left: 0;
		box-sizing: border-box;
}
label input[type="checkbox"]:checked + span::after, label input[type="radio"]:checked + span::after {
		content: '';
		display: block;
		position: absolute;
		top: 5px;
		left: 3px;
		background: #be008a;
		width: 12px;
		height: 12px;
}
.smf-complete-content p {
		line-height: 2.0;
		text-align: center;
}
.agree_center, .input_flex {
		position: relative;
}
.agree_center.isClose {
		pointer-events: none;
}
.agree_center.isClose::after, .input_flex::after {
		content: '';
		display: block;
		position: absolute;
		top: -5px;
		left: 0;
		width: 100%;
		height: 100px;
		transition: all 0.4s;
		z-index: 5;
}
.input_flex {
		opacity: 0.7
}
.input_flex.isOn {
		opacity: 1
}
.input_flex.isOn::after {
		display: none !important;
}
form {
		position: relative;
		padding-top: 30px;
}
form .contact_hdr_notes {
		text-align: right;
		font-size: 14px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
}
@media(max-width: 840px) {
		form .contact_hdr_notes {
				font-size: 13px;
		}
}
.privacyBox {
		height: 200px;
		overflow-y: scroll;
		padding: 15px 30px 15px 15px;
		border: 1px solid #fff;
		margin: 0 0 20px;
}
@media(max-width: 767px) {
		.privacyBox {
				height: 150px;
				margin: 30px 0;
		}
}
.privacyBox .privacy_modal_cont {
		width: auto;
		overflow: auto;
		padding: 15px 30px 15px 15px;
}
.privacyBox .policy_title {
		display: none;
}
.privacyBox .privacyBox h3 {
		font-size: 120%;
		margin: 0 0 1em;
}
/* =================== */
.agree_center {
		display: flex;
		justify-content: center;
		margin: 0 0 60px;
}
/* =================== */
.send_btn_flex {
		padding-bottom: 200px;
		display: flex;
		justify-content: center;
}
.send_btn_flex .back_btn, .send_btn_flex .send_btn {
		margin: 0 10px;
		width: 250px;
		height: 50px;
		background: #51035f;
}
/* =================== */
.wpcf7-not-valid-tip {
		font-size: 13px !important;
		color: #be008a !important;
		padding-top: 5px;
}
.agree_center .wpcf7-not-valid-tip {
		bottom: -30px;
}
.topicParent .wpcf7-not-valid-tip, .topicJob .wpcf7-not-valid-tip {
		left: -23px;
}
.wpcf7-not-valid-tip {
		transition: all 0.4s;
}
input:focus + .wpcf7-not-valid-tip {
		opacity: 0;
}
/* =================== */
.topicJob {
		display: none;
}
/* ================ */
.confirm_lead {
		line-height: 1.8;
		margin: 0 0 30px;
}
.thanks_lead {
		text-align: center;
		line-height: 2.0;
}
@media(max-width: 767px) {
		.contact_form dt {
				width: auto;
				padding-top: 0;
				margin-bottom: 5px;
		}
		.send_btn input, .send_btn button, .back_btn input, .back_btn button {
				width: 100%;
				height: 44px;
				font-size: 14px;
		}
		.send_btn, .back_btn {
				height: 44px !important;
		}
		.input_area .send_btn {
				width: 60%;
		}
		.confirm_area .send_btn, .confirm_area .back_btn {
				width: calc(50% - 5px);
		}
		.topicParent .wpcf7-form-control-wrap, .topicJob .wpcf7-form-control-wrap {
				display: block;
		}
		.topicJob .wpcf7-form-control-wrap {
				display: block;
		}
		.topicParent .wpcf7-list-item, .topicJob .wpcf7-list-item {
				margin-right: 0 !important;
				margin-bottom: 10px !important;
				width: 100%;
		}
		.send_btn::after {
				background-image: url("../images/contact_arrow_right.svg");
				right: 13px;
		}
		.back_btn::after {
				background-image: url("../images/contact_arrow_left.svg");
				right: inherit;
				left: 13px;
		}
}
form {
		position: relative;
}
form .contact_cover {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 600px;
		background: #310140;
		display: none;
		z-index: 5;
}
.wpcf7 form .wpcf7-response-output {
		margin: 2em 0 30px;
		padding: 10px;
		text-align: center;
		line-height: 1.8;
		border: 1px solid #be008a;
		color: #be008a;
		font-size: 15px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
		border-color: #be008a !important;
}
.wpcf7 form.sent .wpcf7-response-output {
		border: none !important;
		padding: 0;
		font-family: 'Rajdhani', sans-serif;
		font-weight: 400;
		line-height: 1;
		font-size: 70px;
		margin: 0 0 30px;
		color: #fff;
}
.wpcf7 form.sent .contact_form, .wpcf7 form.sent .privacyBox, .wpcf7 form.sent .agree_center, .wpcf7 form.sent .send_btn_flex, .wpcf7 form.sent .contact_hdr_notes {
		display: none !important;
}
.wpcf7 form.sent .contact_form.topicJob {
		display: none !important;
}
.thanks_section {
		display: none;
		text-align: center;
		line-height: 2.0;
}
.thanks_btn_center {
		display: flex;
		justify-content: center;
		padding-top: 60px;
		position: relative;
		z-index: 0;
}
.thanks_btn_center .newsLink a {
		padding: 0 !important;
		width: 200px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px !important;
}
.wpcf7 form.sent .thanks_section, .wpcf7 form.sent .contact_cover {
		display: block;
}
.privacyBox .policy_modal_hd {
		display: none !important
}
.privacyBox p, .privacyBox li, .privacyBox td, .privacyBox th {
		font-size: 13px;
		line-height: 1.8;
}
.privacyBox h3 {
		font-weight: 500;
		font-size: 140%;
}
.privacyBox h5 {
		font-weight: 500;
		font-size: 15px;
		margin: 0 0 5px;
}
.privacyBox .policy_wrap h4:first-child {
		margin-top: 0;
}
.send_btn {
		position: relative;
}
.send_btn .viewmore_btn_up, .send_btn .viewmore_btn_bottom {
		position: absolute;
		left: 0;
		width: 100%;
		height: 6px;
}
.send_btn .viewmore_btn_up {
		top: 0;
}
.send_btn .viewmore_btn_bottom {
		bottom: 0;
}
.send_btn .viewmore_btn_up::before, .send_btn .viewmore_btn_up::after, .send_btn .viewmore_btn_bottom::before, .send_btn .viewmore_btn_bottom::after {
		content: '';
		display: block;
		position: absolute;
		width: 6px;
		height: 6px;
		z-index: 5;
		pointer-events: none;
}
.send_btn .viewmore_btn_up::before {
		top: 0px;
		left: 0;
		border-top: 1px solid #FFDE00;
		border-left: 1px solid #FFDE00;
}
.send_btn .viewmore_btn_up::after {
		top: 0px;
		right: 0;
		border-top: 1px solid #FFDE00;
		border-right: 1px solid #FFDE00;
}
.send_btn .viewmore_btn_bottom::before {
		bottom: 0px;
		left: 0;
		border-bottom: 1px solid #FFDE00;
		border-left: 1px solid #FFDE00;
}
.send_btn .viewmore_btn_bottom::after {
		bottom: 0px;
		right: 0;
		border-bottom: 1px solid #FFDE00;
		border-right: 1px solid #FFDE00;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
		display: none;
}
.wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
		display: block;
		width: 100%;
}
/* ========= */
.privacyBox .alignright {
		text-align: right;
		padding-top: 1em;
		padding-bottom: 2em;
}
.privacyBox .policy_access {
		padding-left: 2em;
}