html {
	scroll-behavior: auto;
}
/* 
.topWrapUnder .box .p {
	margin-top: -10px;
}
 */
/* 
	.main {
  margin: 60px auto 0;
  width: 100%;
  overflow-x: hidden;
}

@media (min-width: 1100px){
	.main {
		margin: 120px auto 0;
		width: 100%;
		overflow-x: hidden;
	}
} */

/* お問い合わせフォーム */
.contactWrap {
	position: relative;
	width: 100%;
	margin: 0 auto 160px;
	padding: 100px 0 0;
}

@media (min-width: 1024px){
	.contactWrap {
		margin: 0 auto 181px;
		padding: 188px 0 0;
	}
}


.bgGrayTopBox {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	z-index: 1;
}

.bgGrayBottomBox {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: -3px;
	z-index: 1;
}


.contactWrap .contactInner {
	position: relative;
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 5;
}

.contactWrap .contactInner .SectionTitleBox{
	margin-bottom: 35px;
}

@media (min-width: 768px) {
	.contactWrap .contactInner .SectionTitleBox{
		margin-bottom: 45px;
	}
}

.contactWrap .contactInner .leadBox {
	margin: 0 auto 40px;
}
@media (min-width: 1000px) {
	.contactWrap .contactInner .leadBox {
			margin: 0 auto 60px;
	}
}
.contactWrap .contactInner .leadBoxText {
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 29px;
	letter-spacing: 0.08em;
	color: #333333;
}
@media (min-width: 1000px) {
	.contactWrap .contactInner .leadBoxText {
			font-size: 16px;
	}
}

.contactWrap .contactInner .leadBoxLink {
	font-weight: 700;
	color: #348702;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 28.8px;
	letter-spacing: 1.28px;
}

.contactWrap .contactInner .leadBoxLink:hover {
	color: #83c957;
}

.contactWrap .contactInner .page-contact {
	width: 100%;
	margin: 0 auto;
}
.contactWrap .contactInner .page-contact .item {
	display: flex;
	padding: 25px 0;
	flex-direction: column;
}
@media (min-width: 769px) {
	.contactWrap .contactInner .page-contact .item {
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: row;
			gap: 70px;
			padding: 0 0 37px 0;
	}
}
.contactWrap .contactInner .page-contact .item .l-tit {
	width: 100%;
	margin-bottom: 3px;
	display: flex;
	justify-content: flex-start;
}

@media (min-width: 769px) {
	.contactWrap .contactInner .page-contact .item .l-tit {
			width: 11rem;
			margin: 0;
			justify-content: flex-end;
	}
}

.contactWrap .contactInner .page-contact .item .l-tit .tit {
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.28px;
	color: #333;
}

.contactWrap .contactInner .page-contact .item .l-desc {
	max-width: initial;
	width: 100%;
	margin: 0;
	margin-top: 10px;
}
@media (min-width: 769px) {
	.contactWrap .contactInner .page-contact .item .l-desc {
			margin-top: 0px;
			width: 58.6%;
			max-width: 600px;
	}
}
.contactWrap .contactInner .page-contact .item .l-desc input {
	max-width: initial;
	width: 100%;
	height: 40px;
	background: white;
	border: 2px solid #555;
	box-sizing: border-box;
	border-radius: 4px;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
@media (min-width: 769px) {
	.contactWrap .contactInner .page-contact .item .l-desc input {
			max-width: 600px;
	}
}
.contactWrap .contactInner .page-contact .item .l-desc textarea {
	max-width: initial;
	width: 100%;
	height: 150px;
	background: white;
	border: 2px solid #555;
	box-sizing: border-box;
	border-radius: 4px;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
@media (min-width: 769px) {
	.contactWrap .contactInner .page-contact .item .l-desc textarea {
			max-width: 600px;
			height: 240px;
	}
}
.contactWrap .contactInner .page-contact .item.flex-start {
	align-items: flex-start;
}
.contactWrap .contactInner .page-contact .item.tell {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
@media (min-width: 769px) {
	.contactWrap .contactInner .page-contact .item.tell {
			display: flex;
			align-items: center;
			flex-direction: row;
	}
}
.contactWrap .contactInner .page-contact .item.content {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 25px 0 0;
}
@media (min-width: 769px) {
	.contactWrap .contactInner .page-contact .item.content {
			display: flex;
			align-items: flex-start;
			flex-direction: row;
			padding: 8px 0 0 0;
	}
}
.contactWrap .contactInner .l-privacy-checked {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0 0px;
}
@media (min-width: 1000px) {
	.contactWrap .contactInner .l-privacy-checked {
			margin: 40px auto 0;
	}
}
.contactWrap .contactInner .l-privacy-checked input {
	margin-right: 5px;
	-webkit-appearance: auto;
				-moz-appearance: auto;
									appearance: auto;
}
.contactWrap .contactInner .l-privacy-checked .desc {
	margin: 0;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.08em;
	color: #333333;
}
@media (min-width: 1000px) {
	.contactWrap .contactInner .l-privacy-checked .desc {
			font-size: 16px;
	}
}
.contactWrap .contactInner .l-privacy-checked .desc .sp {
	display: block;
}
@media (min-width: 600px) {
	.contactWrap .contactInner .l-privacy-checked .desc .sp {
			display: none;
	}
}
@media (min-width: 600px) {
	.contactWrap .contactInner .l-privacy-checked .desc {
			text-align: left;
	}
}

.contactWrap .contactInner .l-privacy-checked .desc a {
	color: #348702;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.08em;
}

.contactWrap .contactInner .l-privacy-checked .desc a:hover {
	color: #83c957;
}

.contactWrap .btn__box {
	margin: 28px 0 0 0;
}

@media (min-width: 1000px) {
	.contactWrap .btn__box {
			margin: 40px auto 0;
	}
}

.contactWrap .btn__box.ab {
	margin: 60px 0 0;
	display: flex;
	justify-content: flex-end;
}

@media (min-width: 1000px) {
	.contactWrap .btn__box.ab {
			margin: 40px 0 0;
			display: block;
	}
}
.contactWrap .btn__box.menu {
	margin: 20px auto 0;
}
@media (min-width: 1000px) {
	.contactWrap .btn__box.menu {
			margin: 55px 0 0;
	}
}
.contactWrap .btn__box.coupon {
	margin: 20px auto 0;
	display: flex;
	justify-content: center;
}
.contactWrap .btn__box.con {
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
}
@media (min-width: 1000px) {
	.contactWrap .btn__box.con {
			margin: 80px auto 0;
	}
}
.contactWrap .btn__box.newsD {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 60px 0 0 0;
}
@media (min-width: 1000px) {
	.contactWrap .btn__box.newsD {
			padding: 100px 28% 0 0;
	}
}
.contactWrap .btn__box .vector {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 93%;
	width: 5px;
	height: 10px;
	background-image: url(https://hiroichi.net/system_panel/uploads/images/20221129070024893558.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contactWrap .btn__box .btn__box-link {
	display: inline-block;
	padding-left: 20px;
	white-space: nowrap;
	position: relative;
	transition: 0.3s;
	margin: 0px auto 0;
	padding: 0;
	width: 320px;
	height: 56px;
	/* border-radius: 50px; */
	border-color: transparent !important;
}
.contactWrap .btn__box .btn__box-link.coupon__link {
	width: 216px;
	height: 46px;
	background: white;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contactWrap .btn__box .btn__box-link.coupon__link:before {
	content: none;
}
.contactWrap .btn__box .btn__box-link.coupon__link:after {
	content: none;
}
.contactWrap .btn__box .btn__box-link.coupon__link:hover {
	background: #C74281;
}
.contactWrap .btn__box .btn__box-link.coupon__link:hover .btn__box-text.coupon {
	color: #fff;
}

.contactWrap .btn__box .btn__box-link.bg__black-link {
	position: relative;
	width: 240px;
	height: 50px;
	box-sizing: border-box;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border-radius: 50px; */
	background: #348702;
	border: 1px solid #348702;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.08em;
	color: #FFFFFF;
}

.contactWrap .btn__box .btn__box-link.bg__black-link:before {
	content: none;
}
.contactWrap .btn__box .btn__box-link.bg__black-link:hover {
	opacity: 0.6;
}
.contactWrap .btn__box .btn__box-link.bg__black-link:hover .btn__box-text {
	color: #fff;
}
.contactWrap .btn__box .btn__box-link:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18%;
	left: 0;
	width: 7px;
	height: 1px;
	margin-top: 5px;
	background-color: #C74281;
	transform: scale(1, 1);
	transform-origin: left top;
	transition: all 0.3s;
}
.contactWrap .btn__box .btn__box-text {
	padding: 13px 0;
	transition: 0.3s;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.08em;
	color: #FFFFFF;
}
@media (min-width: 1000px) {
	.contactWrap .btn__box .btn__box-text {
			font-size: 16px;
	}
}
.contactWrap .btn__box .btn__box-text:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: scale(1, 1);
	transform-origin: left top;
	transition: all 0.3s;
}
.contactWrap .btn__box .btn__box-text.coupon {
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.08em;
	padding: 0;
}
.contactWrap .btn__box .btn__box-text.coupon:after {
	content: none;
}
.contactWrap .btn__box .btn__box-text.white {
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.08em;
	padding: 0;
	color: #fff;
	font-size: 14px;
}
@media (min-width: 1000px) {
	.contactWrap .btn__box .btn__box-text.white {
			font-size: 16px;
	}
}
.contactWrap .btn__box .btn__box-text.white:after {
	content: none;
}
.contactWrap .btn__box #submit[disabled] {
	background-color: #ccc;
	border: solid 1px #ccc;
	cursor: not-allowed;
	/* border-radius: 50px; */
}
.contactWrap .btn__box #submit[disabled] .btn__box-text {
	color: #fff;
}


	/* ================= Z-INDEX ================= */

body[dir=rtl] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}
body .formError {
	z-index: 990;
}
body .formError .formErrorContent {
	z-index: 991;
}
body .formError .formErrorArrow {
	z-index: 996;
}
body .ui-dialog .formError {
	z-index: 5000;
}
body .ui-dialog .formError .formErrorContent {
	z-index: 5001;
}
body .ui-dialog .formError .formErrorArrow {
	z-index: 5006;
}
body .inputContainer {
	position: relative;
	float: left;
}
body .ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}
body .greenPopup .formErrorContent {
	background: #33be40;
}
body .greenPopup .formErrorArrow div {
	background: #33be40;
}
body .blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}
body .blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}
body .formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}
body .formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position: relative;
}
body .formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}
body .formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}
body .formError .formErrorArrow .line8 {
	width: 11px;
}
body .formError .formErrorArrow .line7 {
	width: 9px;
}
body .formError .formErrorArrow .line6 {
	width: 7px;
}
body .formError .formErrorArrow .line5 {
	width: 5px;
}
body .formError .formErrorArrow .line4 {
	width: 3px;
}
body .formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}
body .formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}
body .formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
body .formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position: relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}
body .formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}
body .formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}
body .formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top: 2px;
}
body .formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}
body .formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
