@charset "UTF-8";
.bread {
	background: #F2F2F2;
}

.contact {
	width: 100%;
	background: #F2F2F2;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 200px;
}
.contact .contact_inner {
	width: 100%;
	background: #F2F2F2;
}
.contact + .contact {
	padding-top: 140px;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
border: 1px solid #4895ff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  outline: 0;
}


input[type="text"], input[type="tel"], input[type="email"], input[type="number"],textarea {
  border: #DEDEDE 1px solid;
  background: #FFFFFF;
  width: 100%;
  padding: 8px 10px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
  font-family: "Josefin Sans","Zen Kaku Gothic New","Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
}

input[type="text"].error,input[type="tel"].error,input[type="email"].error,textarea.error{
	border: 1px solid #BC2500;
}

textarea{
	padding: 20px;
}

input[type="checkbox"] + label::before {
	content: "";
  position: absolute;
  top: 50%;
  transition: all 0.1s linear;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  height: 18px;
  left: 0;
  margin-top: -9px;
  width: 18px;
}

input[type="checkbox"] + label::after {
	content: "";
  position: absolute;
  top: 50%;
  transition: all 0.1s linear;
  -webkit-transform: rotate(-45deg);
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  height: 5px;
  left: 4px;
  margin-top: -3px;
  transform: rotate(-45deg);
  width: 11px;
}

input[type="checkbox"]:checked + label::before {
  background-color: #4AB257;
  border-color: #4AB257;
}


input[type="checkbox"]:checked + label::after {
  border-color: #fff;

}

.aform-tel{
	max-width: 300px;
	width: 100%;
}
.contact_lead_text{
	max-width: 1040px;
	margin: 0 auto 40px;
	padding-top: 30px;
	color: #333333;
}
.contact_form{
  margin: 0 auto;
  max-width: 1040px;
}

.contact_form dl{
  display: table;
  width: 100%;
  border-top: 1px solid #C3C3C3;
}

.contact_form dl dt{
  display: table-cell;
  vertical-align: top;
  width: 230px;
  padding :30px 0 30px 30px;
  color: #333333;
  font-weight: 500;
}

.contact_form dl dt label{
	display: block;
}

.contact_form dl dt label:before,.contact_form dl dt > span:before{
	content:"任意";
	display: inline-block;
	font-size: 12px;
	line-height: 1.66;
	padding: 2px 4px 0;
	background: #DEDEDE;
	border-radius: 3px;
	margin-right: 10px;
	display: inline-block;
}
.contact_form dl.dl_ct-personName dt label:before,.contact_form dl.dl_ct-personName dt > span:before,.contact_form dl.dl_ct-personKana dt label:before,.contact_form dl.dl_ct-personKana dt > span:before,.contact_form dl.dl_ct-tel dt label:before,.contact_form dl.dl_ct-tel dt > span:before,.contact_form dl.dl_ct-mail dt label:before,.contact_form dl.dl_ct-mail dt > span:before,.contact_form dl.dl_ct-inquiryDetails dt label:before,.contact_form dl.dl_ct-inquiryDetails dt > span:before,.contact_form dl.dl_ct-personName dt label:before,.contact_form dl.dl_ct-personName dt > span:before{
	content:"必須";
	background: #BC2500;
	color: #fff;
}

.contact_form dl dt span.aform-required{
	font-size: 12px;
	line-height: 1.66;
	padding: 2px 4px 0;
	background: #DEDEDE;
	border-radius: 3px;
	margin-right: 10px;
	display: none !important;
}
.contact_form dl dt label span.required{
	background: #BC2500;
	color: #fff;
}

.contact_form dl dd{
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 230px);
  padding: 20px 20px 20px 30px;
  color: #333333; 
}

#aform-confirm-form dl dd{
	vertical-align: middle;
	line-height: 1.875;
}

.contact_form dl dd ul{
  display: flex;
  gap: 15px;
 
  padding-right: 20px;
}

.contact_form dl dd .aform-name-ul li,.contact_form dl dd .aform-kana-ul li{
  width: 48%;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
}

.contact_form dl dd .aform-name-ul li label,.contact_form dl dd .aform-kana-ul li label{
	font-weight: 500;
}

.contact_form dl dd ul li .aform-error{
	padding-left: 16%;
}

.contact_form dl dd ul li input{
	width: calc(100% - 50px);
}

.contact_form dl dd ul li .name-block{
	display: flex;
	gap: 12px;
  justify-content: flex-end;
  align-items: center;
}

.contact_form dl dd ul li .name-block > label{
	font-weight: 500;
	width: 50px;
	text-align: right;
}

.contact_form .dl_ct-privacy,.contact_form .privacy{
	display: block;
	border-top: 1px solid #000000;
	margin-top: 30px;
}

.contact_form .privacy{
	padding-top: 40px;
	margin-top: 10px;
}

#aform-confirm-form .dl_ct-privacy{
	display: none !important;
}

.contact_form .privacy .send-text{
	text-align: center;
	font-weight: 500;
	color: #333333;
}

.contact_form dl.dl_ct-privacy dt{
	display: none;
	
}

.contact_form dl.dl_ct-privacy dd span{
	margin-right: 9px;
}

.contact_form dl.dl_ct-privacy dd label{

}

.contact_form dl.dl_ct-privacy dd a{
	text-decoration: underline;
	color: #333333;
	
}

.contact_form dl.dl_ct-privacy dd{
	display: block;
	width: 100%;
	padding: 20px 0 0;
	
}

.contact_form dl.dl_ct-privacy dd .aform-input-example{
	font-size: 13px;
	font-weight: 500;
}

.contact_form dl.dl_ct-privacy dd input{
	width: auto;
	opacity: 0;
  position: absolute;
}

.contact_form dl.dl_ct-privacy dd label{
padding: 0 0 0 30px;
  position: relative;
  margin-top: 13px;
}
.contact_form dl.dl_ct-privacy dd .aform-error{
	margin-top: 21px;
}
.contact_form dl.dl_ct-privacy dd .aform-error label{
	padding: 0;
}


.aform-button-area{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	max-width: 550px;
	margin: 70px auto 0;
	
}
#aform-confirm-form .aform-button-area{
	margin-top: 30px;
	
}

.aform-button-area .btn{
	width: 270px;
	font-size: 16px;
	padding: 25px 20px;
	font-family: "Josefin Sans","Zen Kaku Gothic New","Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
	font-weight: 700;
}

.aform-button-area .btn.prev{
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	color: #666666;
}

.aform-button-area .btn.prev:hover{
	color: #000;
	border-color: #000;
}

.aform-button-area .btn.prev .btn_arrow {
	right: inherit;
	left: 32px;
}

.aform-button-area .btn.prev:hover span{
	transform: translateX(5px);
}

.aform-button-area .btn.prev:hover .btn_arrow {
	left: 27px;
}

.aform-error{
	margin-top: 4px;
}

.aform-error label{
	font-size: 13px;
	color: #BC2500;
	padding: 0;
	line-height: 1.53;
	display: block;
}


.contact_ttl{
	max-width: 1040px;
	margin: 0 auto 20px;
	padding-top: 30px;
	color: #333333;
	font-size: 24px;
	font-weight: 700;
}
.contact_comp_text{
  margin: 0 auto;
  max-width: 1040px;
}

.contact_comp_text p{
	margin-bottom: 1.5em;
}

@media (max-width: 1040px) { 

}
@media (max-width: 767px) { 
	.contact {
		padding: 20px 30px 160px;
	}


	input[type=text]:focus,
	input[type=tel]:focus,
	input[type=email]:focus,
	textarea:focus {
	border: 1px solid #4895ff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	outline: 0;
	}

	textarea{
		height: 41.05vw;
	}


	input[type="text"], input[type="tel"], input[type="email"], input[type="number"],textarea {
	border: #DEDEDE 1px solid;
	background: #FFFFFF;
	width: 100%;
	padding: 8px 10px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	font-weight: 400;
	line-height: 1.75;
	color: #333;
	}

	input[type="checkbox"] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		transition: all 0.1s linear;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 2px;
		box-sizing: border-box;
		height: 18px;
		left: 0;
		margin-top: -9px;
		width: 18px;
	}

	input[type="checkbox"] + label::after {
		content: "";
		position: absolute;
		top: 50%;
		transition: all 0.1s linear;
		-webkit-transform: rotate(-45deg);
		border-bottom: 2px solid transparent;
		border-left: 2px solid transparent;
		height: 5px;
		left: 4px;
		margin-top: -3px;
		transform: rotate(-45deg);
		width: 11px;
	}
	.contact_lead_text{
		max-width: 1180px;
		margin: 0 auto 40px;
		padding-top: 20px;
		color: #333333;
	}

	#aform-confirm-form .aform-button-area{
		gap: 13px;
		margin-top: 62px;
		flex-direction: row-reverse;
	}

	.aform-button-area .btn.prev{

	}

	.contact_form dl{
		display: block;
		width: 100%;
		border-top: 1px solid #C3C3C3;
	}

	.contact_form dl dt{
		display: block;
		width: 100%;
		padding :20px 0 12px 0;
	}
	#aform-confirm-form dl dt{
		padding :20px 0 22px 0;
	}

	.contact_form dl dd{
		display: block;
		width: 100%;
		padding: 0 0 20px;
	}

	.aform-tel{
		max-width: 100%;
	}

	.contact_form dl dd ul{
		display: flex;
		gap: 8px;
		flex-wrap: wrap;
		padding-right: 0;
	}

	.contact_form dl dd ul li{
		width: 100%;
	}

	.contact_form dl dd ul li .aform-error{
		padding-left: 47px;
	}

	.contact_form dl dd ul li input{
		width: calc(100% - 35px);
	}

	.contact_form dl dd ul li .name-block{
		display: flex;
		gap: 12px;
		justify-content: flex-end;
		align-items: center;
	}

	.contact_form dl dd ul li .name-block > label{
		width: 35px;
	}
	.contact_form div.dl_ct-privacy{
		margin: 40px -30px 0;
		width: calc(100% + 60px);
		padding: 30px 30px 0;
	}
	.contact_form dl.dl_ct-privacy{
		display: block;
		border-color: #000000;
		margin-top: 20px;
		margin-left: -30px;
		margin-right: -30px;
		width: calc(100% + 60px);
		padding: 0 30px;
	}

	.contact_form dl.dl_ct-privacy dt{
	
	}

	.contact_form dl.dl_ct-privacy dd span{
		margin-right: 9px;
	}

	.contact_form dl.dl_ct-privacy dd label{

	}

	.contact_form dl.dl_ct-privacy dd a{
		text-decoration: underline;
		color: #333333;
	}

	.contact_form dl.dl_ct-privacy dd{
		display: block;
		width: 100%;
		padding: 13px 0 0;
	}

	.contact_form dl.dl_ct-privacy dd input{
		width: auto;
		opacity: 0;
	position: absolute;
	}

	.contact_form dl.dl_ct-privacy dd label{
		padding: 0 0 0 30px;
	position: relative;
	}
	.contact_form dl.dl_ct-privacy dd .aform-error{
		margin-top: 21px;
	}
	.contact_form dl.dl_ct-privacy dd .aform-error label{
		padding: 0;
	}


	.aform-button-area{
		margin-top: 40px;
	}
	.aform-button-area .btn{
		width: 255px;
		font-size: 15px;
		padding: 18.5px 0 20.5px;
	}

	.aform-error{
		margin-top: 4px;
	}

	.aform-error label{
		font-size: 13px;
		color: #BC2500;
		padding: 0;
		line-height: 1.53;
		display: block;
	}

	.contact_ttl{
		max-width: 1040px;
		margin: 0 auto 20px;
		padding-top: 20px;
		color: #333333;
		font-size: 22px;
		font-weight: 700;
	}
	.contact_comp_text{
	margin: 0 auto;
	max-width: 1040px;
	}
	.contact_form dl dd .aform-name-ul li,.contact_form dl dd .aform-kana-ul li{
		width: 100%;
	}
	.contact_form dl dd .aform-name-ul li label,.contact_form dl dd .aform-kana-ul li label{
		width: 35px;
		text-align: right;
	}
	

	.contact_comp_text p{
		margin-bottom: 1.5em;
	}


}

#aform_btn_confirm_1,#aform_btn_submit{
	background: #000;
	border-radius: 100px;
	color: #FFF;
	font-weight: 500;
	font-size: 20px;
	position: relative;
	padding: 34px 30px 30px;
	width: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	width: 270px;
	font-size: 16px;
	padding: 25px 20px;
	font-family: "Josefin Sans","Zen Kaku Gothic New","Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
	font-weight: 700;
	margin: 0 auto;
	cursor: pointer;
}

#aform_btn_back{
	border-radius: 100px;
	color: #FFF;
	font-weight: 500;
	font-size: 20px;
	position: relative;
	padding: 34px 30px 30px;
	width: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	width: 270px;
	font-size: 16px;
	padding: 25px 20px;
	font-family: "Josefin Sans","Zen Kaku Gothic New","Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
	font-weight: 700;
	margin: 0 auto;
	cursor: pointer;
	background: rgb(248, 248, 248);
  	border: 1px solid rgb(204, 204, 204);
	color: rgb(102, 102, 102);
}

div#ct-personName-lastname-error,div#ct-personKana-lastname-kana-error{
	display: inline-block;
	width: calc(50% - 25px);
	padding-left: 6.5%;
}
div#ct-personName-firstname-error,div#ct-personKana-firstname-kana-error{
	display: inline-block;
	width: calc(50% - 25px);	
	padding-left: 8.5%;
}

@media (max-width: 767px) { 
	#aform_btn_confirm_1,#aform_btn_submit{
		order: 1;
	}
	#aform_btn_back{
		order: 2;
	}
	div#ct-personName-lastname-error,div#ct-personKana-lastname-kana-error{
		display: block;
		width: 100%;
		padding-left: 45px;
	}
	div#ct-personName-firstname-error,div#ct-personKana-firstname-kana-error{
		display: block;
		width: 100%;
		padding-left: 45px;
	}
	.aform-kana-ul{
		position: relative;
	}

	#ct-personKana-lastname-kana.error{

	}
}

#aform_btn_confirm_1:hover{
	
}

.footer {
	margin-top: 0;
}