@charset "utf-8";
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#main .mainBox::before {
	display: none;
}
#main .topBox {
	margin-bottom: 10.2rem;
	line-height: 2;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}
#main .topBox .comLink {
	margin: -0.2rem 0.4rem 0;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
#main .topBox .comLink a {
	font-size: 1.5rem;
	vertical-align: middle;
}
#main .topBox p {
	margin-bottom: 3.3rem;
}
#main .topBox .notesDl {
	font-size: 1.2rem;
	line-height: 1.583;
}
#main .topBox .notesDl dt {
	float: left;
	font-size: 1.3rem;
	font-weight: bold;
}
#main .topBox .notesDl dd {
	padding: 1px 0 0 6.5em;
	letter-spacing: 0.09em;
}
#main .topBox .notesDl .col {
	color: #79003B;
}
#main .topBox .notesDl ul li {
	margin-bottom: 0.5rem;
	position: relative;
}
#main .topBox .notesDl ul li:last-child {
	margin-bottom: 0;
}
#main .topBox .notesDl ul li::before {
	width: 0.8rem;
	height: 1px;
	position: absolute;
	top: 0.9rem;
	left: -1.4rem;
	background-color: #79003B;
	content: "";
}

@media all and (min-width: 1000px) {
	#container {
		padding-top: 21.5rem;
		overflow: visible;
	}
	#conts {
		padding-left: 6.7rem;
		padding-right: 2rem;
		overflow: hidden;
	}
	#main .headLine10 .en {
		margin-bottom: 2rem;
		font-size: 6rem;
	}
}
@media all and (min-width: 1000px) and (max-width: 1200px) {
	#conts {
		padding-left: 2rem;
	}
}
@media all and (max-width: 999px) {
	#container {
		padding-top: 12.4rem;
	}
	#main .headLine10 .en {
		margin-bottom: 1.2rem;
		font-size: 4.3rem;
		line-height: 1;
	}
	#sideBar {
		margin-bottom: 0;
		padding-bottom: 4.2rem;
		border-bottom: none;
	}
	#main .topBox {
		margin-bottom: 6.8rem;
		font-size: 1.3rem;
		line-height: 1.84;
	}
	#main .topBox .comLink a {
		padding-bottom: 1px;
		font-size: 1.3rem;
	}
	#main .topBox .comLink {
		margin-top: -0.3rem;
	}
	#main .topBox .notesDl {
		font-size: 1.1rem;
	}
	#main .topBox .notesDl dt {
		font-size: 1.2rem;
	}
	#main .topBox p {
		margin-bottom: 2.4rem;
		letter-spacing: 0.07em;
	}
	#main .topBox .notesDl dd {
		padding-left: 6em;
	}
}


.formBox {
	max-width: 69.8rem;
	padding-top: 6.4rem;
	position: relative;
}
.formBox::before {
	width: 999rem;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #79003B;
	content: "";
}
.formBox .must {
	margin-left: 0.2rem;
	color: #79003B;
	font-weight: bold;
	font-size: 1.4rem;
}
.formBox .formDl {
	margin-bottom: 5.6rem;
	padding-bottom: 6.3rem;
	border-bottom: 1px dotted #79003B;
}
.formBox .formDl dt {
	float: left;
	color: #79003B;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.07em;
}
.formBox .formDl dd {
	padding: 0 0 0 21.2rem;
	font-size: 1.4rem;
}
.formBox .radioUl {
	margin-bottom: -1.3rem;
	display: flex;
	flex-wrap: wrap;
}
.formBox .radioUl li {
	margin: 0 3rem 1.3rem 0;
}
.formBox .radioUl input[type="radio"] {
    display: none; 
}
.formBox .radioUl input[type="radio"] ~ span {
	display: inline-block;
    line-height: 1.4rem;
    padding: 0.6rem 0 0.4rem 2.1rem;
	background: url("../img/contact/radio_img01.png") no-repeat left top 0.6rem;
	background-size: 1.4rem 1.4rem;
	border-radius: 0;
	border: none;
	letter-spacing: 0.05em;
	cursor: pointer;
}
.formBox .radioUl input[type="radio"]:checked ~ span {
	background-image: url("../img/contact/radio_img02.png");
}
.formBox table {
	width: 100%;
	border-collapse: collapse;
}
.formBox table th,
.formBox table td {
	padding: 1.7rem 0;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-weight: normal;
	word-break: break-all;
}
.formBox table th {
	padding-top: 2rem;
	width: 30.3%;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.formBox table .topStyle {
	padding-top: 2.7rem;
	vertical-align: top;
}
.formBox input[type="text"],
.formBox input[type="tel"],
.formBox input[type="email"],
.formBox textarea,
.formBox select {
	padding: 0 1.4rem;
	width: 100%;
	font-size: 1.3rem;
	height: 4rem;
	box-sizing: border-box;
	border-radius: 0;
	background-color: #F2F2F2;
	border: none;
	appearance: none;
	-webkit-appearance: none; 
}
.formBox textarea {
	padding: 1.4rem;
	height: 14.6rem;
	resize: vertical;
}
.formBox select {
	width: 29.6rem;
	padding: 0;
	height: 3.2rem;
	color: #222;
	background: url("../img/contact/select_icon.png") no-repeat right top 1rem / 1.4rem;
	border-bottom: 1px solid rgba(34,34,34, 0.3);
}
.formBox select::-ms-expand {
	display: none;
}
.formBox .wid01 {
	margin-right: 0.3rem;
	width: 16.6rem !important;
}
.formBox .telUl {
	display: flex;
	flex-wrap: wrap;
}
.formBox .telUl li {
	margin-right: 2.5rem;
	width: 8.2rem;
	position: relative;
}
.formBox .telUl li:last-child {
	margin-right: 0;
}
.formBox .telUl li::after {
	margin-top: 1px;
	width: 1.1rem;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -1.8rem;
	opacity: 0.6;
	background-color: #222222;
	content: "";
}
.formBox .telUl li:last-child::after {
	display: none;
}
.formBox .informationBox {
	font-size: 1.2rem;
	border-top: 1px solid rgba(34,34,34, 0.1);
	border-bottom: 1px solid rgba(34,34,34, 0.1);
	margin-top: 10.9rem;
	padding: 5.8rem 0 5.5rem;
}
.formBox .informationBox p {
	margin-bottom: 1.6rem;
	line-height: 1.66;
	letter-spacing: 0.08em;
}
.formBox .informationBox p:last-child {
	margin-bottom: 0;
}
.formBox .informationBox .comLink {
	text-align: left;
}
.formBox .informationBox .comLink a {
	font-size: 1.2rem;
	padding-bottom: 0.1rem;
}
.formBox .informationBox p .comLink {
	margin-top: -0.5rem;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
}
.formBox .informationBox p .comLink a {
	vertical-align: -2px;
}
.formBox .informationBox .link {
	margin: 2.2rem 0 2rem;
}
.formBox .informationBox .link a {
	margin-bottom: 1.1rem;
}
.formBox .informationBox .link a:last-child {
	margin-bottom: 0;
}
.formBox .agreeTxt {
	margin-top: 4.5rem;
	font-size: 1.7rem !important;
}
.formBox .agreeTxt .wpcf7-list-item {
    margin: 0 0 0 0.1em;
}
.formBox .agreeTxt input[type="checkbox"] {
    display: none; 
}
.formBox .agreeTxt input[type="checkbox"] ~ span {
	display: inline-block;
    line-height: 1.4rem;
    padding: 0.4rem 0 0.4rem 2.7rem;
	border-radius: 0;
	border: none;
	letter-spacing: 0.05em;
	cursor: pointer;
	position: relative;
}
.formBox .agreeTxt input[type="checkbox"] ~ span::before,
.formBox .agreeTxt input[type="checkbox"] ~ span::after {
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	top: 0.6rem;
	left: 0;
	background: url("../img/contact/check_img01.png") no-repeat left top / 100% 100%;
	content: "";
}
.formBox .agreeTxt input[type="checkbox"] ~ span::after {
	opacity: 0;
	background-image: url("../img/contact/check_img02.png");
}
.formBox .agreeTxt input[type="checkbox"]:checked ~ span::after {
	opacity: 1;
}
.formBox .submit {
	margin-top: 9.5rem;
	max-width: 44.3rem;
}
.formBox .submit li {
	margin-bottom: 3.8rem;
	position: relative;
}
.formBox .submit li:last-child {
	margin-bottom: 0;
}
.formBox .submit input {
	width: 100%;
	height: 100%;
	border-radius: 0;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 10;
	background-color: transparent;
	overflow: hidden;
	opacity: 0;
}
.formBox .submit .btn {
	padding-right:0;
	width: 100%;
	height: 7.8rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	letter-spacing: 0.13em;
	border-radius: 0.6rem;
	overflow: hidden;
	transition: 0.3s;
}
.formBox .submit .btn::before,
.formBox .submit .btn::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to right,#7f0140 0%, #79003b 0%, #af0259 100%);
	content: "";
	transition: 0.3s;
	z-index: -2;
}
.formBox .submit .btn::after {
	background: #fff;
	opacity: 0;
	z-index: -1;
	border-radius: 0.6rem;
	left: 0.1rem;
	right: 0.1rem;
	top: 0.1rem;
	bottom: 0.1rem;
	width: auto;
	height: auto;
}
.formBox .submit .btn .comArrow {
	margin-top: -1.4rem;
	width: 2.8rem;
	height: 2.8rem;
	position: absolute;
	top: 50%;
	right: 3rem;
	background-color: #fff;
	display: none;
}
.formBox .submit .comArrow span::before,
.formBox .submit .comArrow span::after {
	background-color: #79003B;
}
.formBox .submit .comArrow::before {
	margin-top: -0.1rem;
}
.formBox .submit .comArrow::after {
	margin-top: -0.2rem;
}
.formBox .submit li:hover .btn {
	color: #79003B;
}
.formBox .submit li:hover .btn::after {
	opacity: 1;
}
.formBox .submit .return {
	margin: 0 auto;
	max-width: 15rem;
}
.formBox .submit .link {
	padding: 1rem 0 1rem 2.5rem;
	color: #79003B;
	font-size: 1.3rem;
	position: relative;
	letter-spacing: 0.08em;
}
.formBox .submit .link .comArrow02 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: scaleX(-1);
	margin-top: -0.3rem;
	width: 1.4rem;
	overflow: hidden;
}
@media all and (max-width: 999px) {
	.formBox::before {
		left: -3rem;
	}
	.formBox .formDl dt {
		margin-bottom: 1.8rem;
		float: none;
		font-size: 1.5rem;
	}
	.formBox .formDl dd {
		padding: 0;
		font-size: 1.3rem;
	}
	.formBox {
		max-width: inherit;
		padding-top: 4.1rem;
	}
	.formBox .radioUl input[type="radio"] ~ span {
		padding-left: 1.8rem;
		line-height: 1.3rem;
		background-size: 1.3rem 1.3rem;
	}
	.formBox .radioUl li {
		margin: 0 1.5rem 0.8rem 0;
	}
	.formBox .formDl {
		margin: 0 -3rem 5rem -3rem;
		padding: 0 0 4.3rem 3rem;
	}
	.formBox table th,
	.formBox table td {
		padding: 0 0 0.6rem;
		width: 100%;
		float: left;
		font-size: 1.2rem;
	}
	.formBox input[type="text"],
	.formBox input[type="tel"],
	.formBox input[type="email"],
	.formBox textarea,
	.formBox select {
		padding: 0 1.1rem;
		font-size: 1.2rem;
		height: 3rem;
	}
	.formBox .must {
		font-size: 1.3rem;
	}
	.formBox .wid01 {
		margin-right: 1px;
  		width: 15.6rem !important;
	}
	.formBox table td {
		padding-bottom: 2.6rem;
	}
	.formBox table th {
		letter-spacing: 0.08em;
	}
	.formBox .telUl li {
		margin-right: 2rem;
		width: 7.1rem;
	}
	.formBox .telUl li::after {
		width: 1rem;
		height: 1px;
		right: -1.5rem;
	}
	.formBox table .topStyle {
		padding-top: 0;
	}
	.formBox textarea {
		padding: 1.1rem;
		height: 8.4rem;
	}
	.formBox select {
		padding-left: 0;
	}
	.formBox .tableStyle th,
	.formBox .tableStyle td {
		padding: 0;
		float: none;
		width: auto;
	}
	.formBox .tableStyle th {
		width: 15.1rem;
	}
	.formBox .tableStyle {
		margin-top: -0.7rem;
	}
	.formBox select {
		width: 100%;
	}
	.formBox .informationBox {
		margin-top: 5.7rem;
		padding: 3.7rem 0 4.5rem;
	}
	.formBox .informationBox p {
		line-height: 1.74;
		letter-spacing: 0.06em;
	}
	.formBox .informationBox .link {
		margin: 3.1rem 0 1.7rem;
	}
	.formBox .informationBox .link a {
		margin-bottom: 0.8rem;
	}
	.formBox .agreeTxt {
		margin-top: 3.7rem;
		font-size: 1.5rem !important;
	}
	.formBox .agreeTxt input[type="checkbox"] ~ span {
		padding-left: 2.3rem;
		line-height: 1.3rem;
	}
	.formBox .agreeTxt input[type="checkbox"] ~ span::before,
	.formBox .agreeTxt input[type="checkbox"] ~ span::after {
		width: 1.3rem;
		height: 1.3rem;
	}
	.formBox .submit {
		margin: 4rem auto 0;
		max-width: 31.5rem;
	}
	.formBox .submit .btn {
		padding-right: 0;
		height: 6.6rem;
		font-size: 1.5rem;
		letter-spacing: 0.13em;
	}
	.formBox .submit .btn .comArrow {
		transform: scale(0.8);
		right: 1.7rem;
	}
	.formBox .informationBox p .comLink {
		display: inline;
		vertical-align: top;
		margin: 0;
	}
	.formBox .informationBox p .comLink a {
		display: inline;
	}
}
@media all and (max-width: 374px) {
	.formBox .wid01 {
		width: 14.7rem !important;
	}
}

/* thanksBox */
#main .thanksBox {
	font-size: 1.5rem;
}
#main .thanksBox p {
	line-height: 2.06;
	letter-spacing: 0.15em;
}
#main .thanksBox .headLine02 {
	margin-bottom: 2.7rem;
	color: #BF0362;
    letter-spacing: 0.15em;
    font-size: 2.5rem;
}
#main .thanksBox .btmBox {
	margin-top: 4rem;
	position: relative;
}
/* #main .thanksBox .btmBox::before {
	width: 999rem;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #79003B;
	opacity: 0.2;
	content: "";
} */
#main .thanksBox .btmBox .notes {
	font-size: 1.3rem;
	line-height: 1.91;
	letter-spacing: 0.1em;
}
@media all and (max-width: 999px) {
	#main .thanksBox .headLine02 {
		margin-bottom: 1.5rem;
		font-size: 1.9rem;
	}
	#main .thanksBox p {
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	#main .thanksBox {
		font-size: 1.3rem;
	}
	#main .thanksBox .btmBox {
		margin-top: 3.1rem;
	}
}


#main .topBox02 {
	margin-bottom: 7rem;
	padding-top: 0.4rem;
	font-size: 1.4rem;
}
#main .topBox02 p {
	line-height: 2.06;
	letter-spacing: 0.15em;
}
#main .topBox02 .headLine02 {
	margin-bottom: 1.2rem;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
.confirmBox::before {
	opacity: 0.2;
}
.confirmBox table th,
.confirmBox table td {
	padding: 0 0 2.6rem;
	letter-spacing: 0.09em;
	vertical-align: top;
	line-height: 1.71;
}
.confirmBox table th {
	padding-top: 2px;
	width: 22.5%;
	font-size: 1.2rem;
	font-weight: bold;
	color: #79003B;
	letter-spacing: 0.05em;
}
.confirmBox {
	padding-top: 4.1rem;
}
.confirmBox .submit {
	margin-top: 12.7rem;
}
@media all and (max-width: 999px) {
	.confirmBox table th,
	.confirmBox table td {
		width: 100%;
		padding: 0 0 0.2rem;
	}
	.confirmBox table td {
		padding-bottom: 1.7rem;
		font-size: 1.3rem;
	}
	.confirmBox .submit {
		margin-top: 4rem;
	}
}
/* 20240611 */
#main .topBox01 h3 {
	font-size: 1.9rem;
}
.formBox table .nameSpan {
	display: inline-block;;
}
.formBox .wpcf7-form-control-wrap {
	display: block;
}
.formBox .wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	top: 100%;
	word-break: keep-all;
	font-size: 1.2rem;
}
#main .formBox.confirmBox th .must {
	display: none;
}
.formBox .submit li.none {
	pointer-events: none;
}
.confirmBox table td .valueTxt:not(.hasVal):after {
	content: ' ー ';
	opacity: 0.3;
}
.confirmBox table td .ffax02-val:not(.hasVal),
.confirmBox table td .ffax03-val:not(.hasVal),
.confirmBox table td .ftel02-val:not(.hasVal),
.confirmBox table td .ftel03-val:not(.hasVal) {
	display: none;
}
.confirmBox table td .ffax01-val.hasVal:after,
.confirmBox table td .ffax02-val.hasVal:after,
.confirmBox table td .ftel01-val.hasVal:after,
.confirmBox table td .ftel02-val.hasVal:after {
	content: ' ー ';
}
@media all and (max-width: 999px) {
	#main .topBox02 {
		margin-bottom: 3rem;
		font-size: 1.3rem;
	}
	#main .topBox01 h3 {
		font-size: 1.7rem;
		margin: 0 0 6px;
	}
	#main .topBox02 .headLine02 {
		font-size: 1.6rem;
		margin-bottom: 0.4rem;
	}
	#main .topBox02 p {
		line-height: 1.8;
		letter-spacing: 0.1em;
		font-size: 1.3rem;
	}
}
.wpcf7 form.invalid .wpcf7-response-output {
	display: none;
}