/* Honeypot field - hidden from humans */
.hp-field {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.md-secFormCts .secInr {
	max-width: 1060px;
	margin: 0 auto;
}
.md-secFormCts .secInr .formCtsWrap {
	box-sizing: border-box;
	padding: 50px 55px 88px;
	background: #f5f5f5;
}
.md-secFormCts .secInr .formCtsWrap .lead .txt {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.3;
	letter-spacing: 0.02em;
}
.md-secFormCts .secInr .formCtsWrap .telWrap {
	width: 758px;
	margin: 56px auto 0;
}
.md-secFormCts .secInr .formCtsWrap .telWrap .wrapInr {
	display: flex;
	align-items: center;
	min-height: 100px;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 2px;
	background: #fff;
}
.md-secFormCts .secInr .formCtsWrap .telWrap .wrapInr .item {
	width: 50%;
}
.md-secFormCts .secInr .formCtsWrap .telWrap .wrapInr .item .txt {
	display: table;
	margin-left: auto;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.md-secFormCts .secInr .formCtsWrap .telWrap .wrapInr .item .num {
	display: table;
	margin: 0 auto;
	padding-left: 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.05em;
	position: relative;
}
.md-secFormCts .secInr .formCtsWrap .telWrap .wrapInr .item .num::before {
	content: " ";
	width: 21px;
	height: 28px;
	background: url(/common/images/icn_tel_bk.svg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.md-secFormCts .secInr .formCtsWrap .termsArea {
	margin-top: 70px;
}
.md-secFormCts .secInr .formCtsWrap .termsArea .inr {
	height: 178px;
	box-sizing: border-box;
	padding: 28px 50px;
	background: #fff;
	overflow: auto;
}
.md-secFormCts .secInr .formCtsWrap .termsArea .inr .ttl {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.md-secFormCts .secInr .formCtsWrap .termsArea .inr .txt {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.md-secFormCts .secInr .formCtsWrap .termsArea .inr .txt + .txt {
	margin-top: 22px;
}

.md-secFormCts .secInr .formCtsWrap .termsArea .inr::-webkit-scrollbar {
	width: 6px;
}
.md-secFormCts .secInr .formCtsWrap .termsArea .inr::-webkit-scrollbar-track {
	background: #fff;
	border-left: solid 1px #ececec;
}
.md-secFormCts .secInr .formCtsWrap .termsArea .inr::-webkit-scrollbar-thumb {
	background: #333;
	box-shadow: inset 0 0 0 1px #fff;
}


.md-secFormCts .secInr .formCtsWrap .submit {
	display: block;
	margin: 100px auto 0;
}
.md-secFormCts .secInr .formCtsWrap .submit .btnInr {
	display: block;
	width: 306px;
	height: 64px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px 40px;
	background: #333;
	text-decoration: none;
	text-align: center;
	color: #fff;
	transition: all 0.3s ease-out;
	position: relative;
}
.md-secFormCts .secInr .formCtsWrap .submit .btnInr::after {
	content: " ";
	width: 8px;
	height: 16px;
	background: url(/common/images/icn_arow_right_wt.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.md-secFormCts .secInr .formCtsWrap .submit .btnInr:hover {
	opacity: 0.7;
}
.md-secFormCts .secInr .formCtsWrap .submit .btnInr .sub {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
}
.md-secFormCts .secInr .formCtsWrap .submit .btnInr .txt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.md-secFormCts .secInr {
		max-width: 100%;
	}
	.md-secFormCts .secInr .formCtsWrap {
		padding: 35px 20px 45px;
	}
	.md-secFormCts .secInr .formCtsWrap .lead .txt {
		text-align: left;
		line-height: 2;
		letter-spacing: 0.04em;
	}
	.md-secFormCts .secInr .formCtsWrap .telWrap {
		width: 100%;
		margin: 35px auto 0;
	}
	.md-secFormCts .secInr .formCtsWrap .telWrap .wrapInr {
		display: block;
		min-height: auto;
		padding: 16px 10px;
	}
	.md-secFormCts .secInr .formCtsWrap .telWrap .wrapInr .item {
		width: 100%;
	}
	.md-secFormCts .secInr .formCtsWrap .telWrap .wrapInr .item .txt {
		display: block;
		margin-left: 0;
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.4;
	}
	.md-secFormCts .secInr .formCtsWrap .telWrap .wrapInr .item .num {
		margin-top: 6px;
		padding-left: 30px;
		text-align: center;
		font-size: 2.8rem;
	}
	.md-secFormCts .secInr .formCtsWrap .telWrap .wrapInr .item .num::before {
		width: 20px;
		height: 26px;
	}
	.md-secFormCts .secInr .formCtsWrap .termsArea {
		margin-top: 38px;
	}
	.md-secFormCts .secInr .formCtsWrap .termsArea .inr {
		height: 178px;
		padding: 14px 20px 20px;
	}
	.md-secFormCts .secInr .formCtsWrap .termsArea .inr .ttl {
		font-size: 1.5rem;
	}
	.md-secFormCts .secInr .formCtsWrap .termsArea .inr .txt {
		margin-top: 18px;
		font-size: 1.5rem;
	}
	.md-secFormCts .secInr .formCtsWrap .termsArea .inr .txt + .txt {
		margin-top: 22px;
	}


	.md-secFormCts .secInr .formCtsWrap .submit {
		width: 100%;
		margin-top: 40px;
	}
	.md-secFormCts .secInr .formCtsWrap .submit .btnInr {
		width: 94%;
		height: auto;
		min-height: 60px;
		padding: 10px 30px;
	}
	.md-secFormCts .secInr .formCtsWrap .submit .btnInr::after {
		right: 15px;
	}
}
/* SE
----------------------------------*/
@media screen and (max-width: 359px) {
	.md-secFormCts .secInr .formCtsWrap .submit .btnInr .sub {
		font-size: 1.1rem;
	}
}







.md-formTable {
	margin-top: 50px;
}
.md-formTable .note .txt {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
}
.md-formTable .formLine {
	display: flex;
	align-items: flex-start;
	box-sizing: border-box;
	padding: 50px 0;
	border-top: 1px solid #efeeef;
}
.md-formTable .formLine:first-of-type {
	padding-top: 0;
	border-top: none;
}
.md-formTable .formLine .ttlCell {
	width: 258px;
	margin-top: 14px;
	box-sizing: border-box;
	padding-right: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.md-formTable .formLine .ttlCell .sub {
	display: block;
	margin-top: 6px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.6;
}
.md-formTable .formLine.required .ttlCell::after {
	content: "*";
}
.md-formTable .formLine .ctsCell {
	flex: 1 0 0%;
}
.md-formTable .formLine .ctsCell .pt-select {
	max-width: 300px;
	height: 60px;
	background: #fff;
	position: relative;
}
.md-formTable .formLine .ctsCell .pt-select::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 6.5px 0 6.5px;
	border-color: #343434 transparent transparent transparent;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.md-formTable .formLine .ctsCell .pt-select .select {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 40px 0 25px;
	background: none;
	outline: none;
	border: none;
	border-radius: 2px;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
	cursor: pointer;
}
.md-formTable .formLine.recruitForm .ctsCell .pt-select {
	width: 100%;
	max-width: 450px;
}
.md-formTable .formLine .ctsCell input[type="text"] {
	width: 100%;
	max-width: 450px;
	height: 60px;
	box-sizing: border-box;
	padding: 0 25px;
	border-radius: 2px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.md-formTable .formLine .ctsCell textarea {
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	padding: 20px 25px;
	border: none;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	outline: none;
	resize: none;
}
.md-formTable .formLine .ctsCell .pt-file {
	display: flex;
}
.md-formTable .formLine .ctsCell .pt-file .inputTxt {
	flex: 1 0 0%;
	max-width: 480px;
	box-sizing: border-box;
	padding-right: 30px;
}
.md-formTable .formLine .ctsCell .pt-file .inputTxt .fileLine {
	position: relative;
}
.md-formTable .formLine .ctsCell .pt-file .inputTxt .fileLine .close {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease-out;
}
.md-formTable .formLine .ctsCell .pt-file .inputTxt .fileLine .close:hover,
.md-formTable .formLine .ctsCell .pt-file .inputTxt .fileLine .close:hover + .text {
	opacity: 0.7;
}
.md-formTable .formLine .ctsCell .pt-file .inputTxt .fileLine .close .bar {
	height: 100%;
	position: relative;
}
.md-formTable .formLine .ctsCell .pt-file .inputTxt .fileLine .close .bar::before,
.md-formTable .formLine .ctsCell .pt-file .inputTxt .fileLine .close .bar::after {
	content: " ";
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
}
.md-formTable .formLine .ctsCell .pt-file .inputTxt .fileLine .close .bar::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
.md-formTable .formLine .ctsCell .pt-file .inputTxt .fileLine .close .bar::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.md-formTable .formLine .ctsCell .pt-file .inputTxt .fileLine input {
	cursor: default;
	position: relative;
	padding-right: 60px;
	transition: all 0.3s ease-out;
}
.md-formTable .formLine .ctsCell .note {
	margin-top: 12px;
	color: #ccc;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
}
.md-formTable .formLine .ctsCell .pt-file .label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 50px;
	margin-top: 5px;
	box-sizing: border-box;
	padding: 10px;
	background: #333;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease-out;
	position: relative;
}
.md-formTable .formLine .ctsCell .pt-file .label:hover {
	opacity: 0.7;
}
.md-formTable .formLine .ctsCell .pt-file .label .labelTxt {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
	position: relative;
}
.md-formTable .formLine .ctsCell .pt-file .label .labelTxt::after {
	content: " ";
	width: 6px;
	height: 14px;
	background: url(/common/images/icn_arow_right_wt.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translateY(-50%);
}
.md-formTable .formLine .ctsCell .pt-file .label input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.md-formTable .defaultForm,
.md-formTable .recruitForm {
	display: none;
	height: 0;
}
.md-formTable.js-contact .defaultForm,
.md-formTable.js-recruit .recruitForm {
	display: flex;
	height: auto;
}

.md-formTable .formLine > .ctsCell .errorPlace {
	display: none;
	margin-top: 14px;
	color: #b80000;
	font-size: 1.4rem;
	line-height: 1.2;
}
.js-inputError .pd-select,
.md-formTable .formLine input[type=text].js-inputError,
.md-formTable .formLine textarea.js-inputError {
	background: #faeded;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.md-formTable {
		margin-top: 40px;
	}
	.md-formTable .note {
		padding-bottom: 10px;
	}
	.md-formTable .note .txt {
		line-height: 1.4;
	}
	.md-formTable .formLine {
		display: block;
		padding: 25px 0;
	}
	.md-formTable .formLine .ttlCell {
		width: 100%;
		margin-top: 0;
		padding-right: 0;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.md-formTable .formLine .ttlCell .sub {
		margin-top: 4px;
		font-size: 1.2rem;
	}
	.md-formTable .formLine .ctsCell {
		margin-top: 12px;
	}
	.md-formTable .formLine .ctsCell .pt-select {
		max-width: 240px;
		height: 45px;
	}
	.md-formTable .formLine .ctsCell .pt-select::after {
		border-width: 10px 6.5px 0 6.5px;
		right: 15px;
	}
	.md-formTable .formLine .ctsCell .pt-select .select {
		padding: 0 40px 0 15px;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.6;
	}
	.md-formTable .formLine .ctsCell input[type="text"] {
		height: 45px;
		padding: 0 15px;
	}
	.md-formTable .formLine .ctsCell textarea {
		height: 360px;
		padding: 20px 15px;
		line-height: 2;
	}


	.md-formTable .formLine .ctsCell .pt-file {
		display: flex;
	}
	.md-formTable .formLine .ctsCell .pt-file .inputTxt {
		max-width: 360px;
		padding-right: 15px;
	}
	.md-formTable .formLine .ctsCell .pt-file .inputTxt .fileLine .close {
		width: 45px;
		height: 45px;
	}
	.md-formTable .formLine .ctsCell .pt-file .inputTxt .fileLine input {
		padding-right: 45px;
	}
	.md-formTable .formLine .ctsCell .note {
		margin-top: 12px;
		font-size: 1.3rem;
	}
	.md-formTable .formLine .ctsCell .pt-file .label {
		width: 126px;
		height: 38px;
		margin-top: 4px;
		padding: 6px 8px;
	}
	.md-formTable .formLine .ctsCell .pt-file .label .labelTxt {
		font-size: 1.3rem;
	}
	.md-formTable .formLine .ctsCell .pt-file .label .labelTxt::after {
		width: 5px;
		height: 12px;
		right: -14px;
	}

	.md-formTable .defaultForm,
	.md-formTable .recruitForm {
		display: none;
		height: 0;
	}
	.md-formTable.js-contact .defaultForm,
	.md-formTable.js-recruit .recruitForm {
		display: block;
	}

	.md-formTable .formLine > .ctsCell .errorPlace {
		display: none;
		margin-top: 14px;
		color: #b80000;
		font-size: 1.4rem;
		line-height: 1.2;
	}
	.js-inputError .pd-select,
	.md-formTable .formLine input[type=text].js-inputError,
	.md-formTable .formLine textarea.js-inputError {
		background: #faeded;
	}
}






.secThanksCts .secInr .msg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	background: #f5f5f5;
}
.secThanksCts .secInr .msg .inr {
	box-sizing: border-box;
	padding: 52px 20px;
}
.secThanksCts .secInr .msg .inr .ttl {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.secThanksCts .secInr .msg .inr .txt {
	margin-top: 28px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secThanksCts .secInr .msg .inr {
		padding: 28px 15px;
	}
	.secThanksCts .secInr .msg .inr .ttl {
		font-size: 1.7rem;
	}
	.secThanksCts .secInr .msg .inr .txt {
		margin-top: 26px;
	}
}
/* SE
----------------------------------*/
@media screen and (max-width: 359px) {
	.secThanksCts .secInr .msg .inr {
		padding: 28px 10px;
	}
	.secThanksCts .secInr .msg .inr .ttl {
		font-size: 1.6rem;
	}
	.secThanksCts .secInr .msg .inr .txt {
		font-size: 1.5rem;
	}
}






.secCheckCts .secInr .formCtsWrap {
	max-width: 1060px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 64px 55px 120px;
	background: #f5f5f5;
}
.secCheckCts .secInr .formCtsWrap .lead {
	text-align: center;
}
.secCheckCts .secInr .formCtsWrap .lead .txt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.secCheckCts .secInr .formCtsWrap .inputWrap {
	margin-top: 36px;
}
.secCheckCts .secInr .formCtsWrap .inputWrap .item {
	border-top: 1px solid #efeeef;
}
.secCheckCts .secInr .formCtsWrap .inputWrap .item:first-child {
	border-top: none;
}
.secCheckCts .secInr .formCtsWrap .inputWrap .item .itemInr {
	box-sizing: border-box;
	padding: 30px 0;
}
.secCheckCts .secInr .formCtsWrap .inputWrap .item .itemInr .line {
	display: flex;
}
.secCheckCts .secInr .formCtsWrap .inputWrap .item .itemInr .line .ttl {
	width: 288px;
	box-sizing: border-box;
	padding-right: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.secCheckCts .secInr .formCtsWrap .inputWrap .item .itemInr .line .txt {
	flex: 1 0 0%;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.secCheckCts .secInr .formCtsWrap .btnWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}
.secCheckCts .secInr .formCtsWrap .btnWrap .btn {
	width: 306px;
	margin: 0 15px;
}
.secCheckCts .secInr .formCtsWrap .btnWrap .btn .btnInr {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 64px;
	box-sizing: border-box;
	padding: 10px 40px;
	background: #333;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-out;
	position: relative;
}
.secCheckCts .secInr .formCtsWrap .btnWrap .btn.btnLeft .btnInr::after {
	content: " ";
	width: 8px;
	height: 16px;
	background: url(/common/images/icn_arow_left_wt.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
}
.secCheckCts .secInr .formCtsWrap .btnWrap .btn.btnRight .btnInr::before {
	content: " ";
	width: 8px;
	height: 16px;
	background: url(/common/images/icn_arow_right_wt.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
}
.secCheckCts .secInr .formCtsWrap .btnWrap .btn .btnInr:hover {
	opacity: 0.7;
}
.secCheckCts .secInr .formCtsWrap .btnWrap .btn .btnInr .txt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secCheckCts .secInr .formCtsWrap {
		max-width: 100%;
		padding: 35px 25px 45px;
	}
	.secCheckCts .secInr .formCtsWrap .lead .txt {
		font-size: 1.7rem;
		line-height: 1.4;
	}
	.secCheckCts .secInr .formCtsWrap .inputWrap {
		margin-top: 15px;
	}
	.secCheckCts .secInr .formCtsWrap .inputWrap .item .itemInr {
		padding: 20px 0;
	}
	.secCheckCts .secInr .formCtsWrap .inputWrap .item .itemInr .line {
		display: block;
	}
	.secCheckCts .secInr .formCtsWrap .inputWrap .item .itemInr .line .ttl {
		width: 100%;
		padding-right: 0;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.secCheckCts .secInr .formCtsWrap .inputWrap .item .itemInr .line .txt {
		margin-top: 6px;
	}
	.secCheckCts .secInr .formCtsWrap .btnWrap {
		display: block;
		margin-top: 40px;
	}
	.secCheckCts .secInr .formCtsWrap .btnWrap .btn {
		display: block;
		width: 100%;
		margin: 15px 0 0;
	}
	.secCheckCts .secInr .formCtsWrap .btnWrap .btn:first-child {
		margin: 0;
	}
	.secCheckCts .secInr .formCtsWrap .btnWrap .btn .btnInr {
		height: auto;
		min-height: 60px;
		padding: 10px 30px;
	}
	.secCheckCts .secInr .formCtsWrap .btnWrap .btn.btnLeft .btnInr::after {
		width: 6px;
		height: 12px;
		left: 12px;
	}
	.secCheckCts .secInr .formCtsWrap .btnWrap .btn.btnRight .btnInr::before {
		width: 6px;
		height: 12px;
		right: 12px;
	}
	.secCheckCts .secInr .formCtsWrap .btnWrap .btn .btnInr .txt {
		font-size: 1.6rem;
	}
}

/* ========================================
   reCAPTCHA表示エリア
======================================== */
.md-secFormCts .secInr .formCtsWrap .submit[disabled] .btnInr {
	pointer-events: none;
	background: #9c9c9c;
}
.recaptchaWrap {
	display: flex;
	justify-content: center;
	margin-top: 48px;
	margin-bottom: 20px;
}
.recaptchaWrap .g-recaptcha {
	display: inline-block;
}

/* スマホ版 */
@media screen and (max-width: 768px) {
	.recaptchaWrap {
		margin-top: 32px;
		margin-bottom: 16px;
	}
}