
.contact_page_wrap {
  margin-top: 4.8rem;
	margin-bottom: 20rem;
	font-family: var(--NotoSans);
}

.contact_head_wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 4.1rem;
	margin-bottom: 4.5rem;
	height: 5.5rem;
}

.contact_head_box {
  width: 1rem;
  height: 3.5rem;
  background-color: #0068B7;
}

.contact_head_title {
	font-size: 4rem;
	font-weight: 700;
}

.contact_section_wrap {
	width: 100rem;
  margin: 0 auto;
	font-weight: 600;
}

.contact_input_label_wrap {
  display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 2.15rem 1.5rem 0;
	border-top: 0.1rem solid #000000;
	border-bottom: 0.1rem solid #000000;
	margin-bottom: -0.1rem;
	position: relative;
	height: 7rem;
}

.other {
	align-items: start;
	height: 28rem;
}
.contact_input_label {
	font-size: 1.8rem;
	line-height: calc(24/18);
}

.input_label_message {
  margin-top: 0.9rem;
}

.contact_required {
	color: #D50000;
}

.contact_text_folder,
.contact_text_area {
	width: 61rem;
	height: 4rem;
	border: 0.1rem solid #000000;
	border-radius: 0.5rem;
	font-size: 1.8rem;
	padding: 0.7rem 1rem 0.7rem;
	font-weight: 350;
	line-height: calc(26/18);
}

/* 線を赤く表示させるさせる */
.wpcf7-not-valid {
	border: 0.2rem solid #FF0000;
}

.wpcf7-not-valid-tip {
	display: none;
}

.contact_text_area {
	height: 25rem;
}

.contact_text_lists {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 2rem;
	width: 61rem;
	position: relative;
}

/* 逆向き三角形 */
.contact_text_list {
	width: 1.8rem;
	height: 1.53rem;
	background-color: #000000;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	top: 2.735rem;
	right: 4.15rem;
	z-index: -1;
}


.contact_btn {
  background-color: #FFFFFF;
  /* overflow: hidden; */
  position: relative;
  /* z-index: 1; */
	margin-top: 5.1rem;
	/* width: 100rem; */
	display: flex;
	/* justify-content: center; */
	margin-left: 37.75rem;
	margin-right: 41.05rem;
}

.wpcf7-spinner {
	width: 0;
	height: 0;
	margin: 0;
}

.contact_hover_link {
	border: 0.1rem solid #000000;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}

.contact_btn_link {
	padding: 0.7rem 11.8rem 0.6rem 1.5rem;
}

.contact_hover_link::before {
  content: '';
  background-color: #000000;
  width: 2.5rem;
  height: 0.3rem;
  position: absolute;
  top: 2.3rem;
  right: 2.6rem;
  transition: .2s;
}

.contact_hover_link::after {
  content: '';
  background-color: #000000;
  width: 0.9rem;
  height: 1.8rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  transition: .2s;
}

/* ホバー */
.contact_hover_link:hover {
	background-color: #000000;
	color: #FFFFFF;
}

.contact_hover_link:hover::before {
	background-color: #FFFFFF;
	z-index: 2;
}


.contact_hover_link:hover::after {
	background-color: #FFFFFF;
}

.header_fv{
	filter:none
}
/* ここからレスポンシブ */
@media screen and (max-width: 699.98px) {
  .contact_page_wrap {
		margin-top: 2.2rem;
		margin-bottom: 15rem;
	}

	.contact_head_wrap {
		margin-bottom: 1.4rem;
		margin-left: 1.5rem;
		height: 3.4rem;
		gap: 0.5rem;
	}

	.contact_head_box {
		width: 0.8rem;
		height: 2rem;
	}

	.contact_head_title {
    font-size: 2.5rem;
    font-weight: 700;
	}

	.contact_section_wrap {
		width: 34.5rem;
	}

	.contact_input_label_wrap {
		flex-direction: column;
		padding: 2rem 0;
		align-items: start;
		height: 11.4rem;
	}

	.other {
		height: 32.4rem;
	}

	.input_label_message {
    margin-top: 0;
  }

	.contact_text_folder,
	.contact_text_area {
		width: 34.5rem;
		border: 0.1rem solid #000000;
		border-radius: 0.5rem;
		font-size: 1.8rem;
		padding: 0.7rem 1rem 0.7rem;
		font-weight: 350;
		margin-top: 1rem;
		line-height: calc(24/18);
	}

	.contact_text_area {
		height: 25rem;
	}

	/* 逆向き三角形 */
	.contact_text_list {
		width: 1.8rem;
		height: 1.53rem;
		background-color: #000000;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
		position: absolute;
		top: 6.735rem;
		right: 1rem;
		z-index: -1;
	}

	.contact_btn {
		margin-top: 3.1rem;
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	

	.contact_hover_link {
		width: 34.5rem;
		border: 0.1rem solid #000000;
		display: inline-block;
		font-size: 2rem;
		font-weight: 600;
		position: relative;
		height: 4.5rem;
	}

	.contact_btn_link {
		padding: 0.7rem 25.2rem 0.6rem 1.5rem;
	}

	.contact_hover_link::before {
		content: '';
		background-color: #000000;
		width: 2.5rem;
		height: 0.3rem;
		position: absolute;
		top: 2.4rem;
		right: 2.3rem;
		transition: .2s;
	}

	.contact_hover_link::after {
		content: '';
		background-color: #000000;
		width: 0.9rem;
		height: 1.8rem;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		position: absolute;
		top: 1.6rem;
		right: 1.7rem;
		transition: .2s;
	}
}
