@charset "UTF-8";
/*------------------------
お問い合わせ
------------------------*/
#contact .inner{
	padding: 60px 0 130px;
	width: 940px;
	margin: 0 auto;
}
#contact .top-lead{
	margin-bottom: 20px;
}
#contact .top-lead p{
	font-size: 17px;
	margin-bottom: 10px;
}
#contact .top-lead a{
	font-size: 16px;
	text-decoration: underline;
	display: inline-flex;
	align-items: center;
}
#contact .top-lead a::before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-bottom: 1px solid var(--black);
	border-right: 1px solid var(--black);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: 1px;
	margin-right: 8px;
}
#contact .top-lead a:hover{
	opacity: .8;
}

#contact table {
	margin: 0 auto;
	border-top: 1px solid #e8e8e8;
	margin-bottom: 40px;
}
#contact table th, #contact table td {
	font-size: 17px;
	padding: 18px 25px;
	font-weight: 500;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: middle;
}
#contact table th {
	background: #f7f5f5;
	width: 340px;
}
#contact table input[type="file"]{
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
}
#contact table label{
	display: block;
	width: 180px;
	cursor: pointer;
}
#contact table label input[type="radio"]{
	width: 20px;
	height: 20px;
}

#contact .contact-form .privacy-check {
	margin-bottom: 40px;
}
#contact .contact-form .privacy-check h3 {
	font-size: 18px;
	padding: 15px 20px;
	background: #f5f5f5;
	border: 1px solid #c9c9c9;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
}
#contact .contact-form .privacy-check .in {
	border: 1px solid #c9c9c9;
	padding: 20px;
	height: 200px;
	overflow-y: scroll;
	font-size: 14px;
	margin-bottom: 20px;
}
#contact .contact-form .privacy-check .lead {
	font-size: 14px;
	margin-bottom: 15px;
}

#contact .contact-form .privacy-check .item{
	margin-bottom: 20px;
}
#contact .contact-form .privacy-check .item .ttl{
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: 500;
}
#contact .contact-form .privacy-check .item .textarea{
	font-size: 14px;
}
#contact .contact-form .privacy-check .item ul{
	margin-top: 5px;
	margin-left: 20px;
}
#contact .contact-form .privacy-check .item ul li{
	display: flex;
	margin-bottom: 5px;
	font-size: 13px;
}
#contact .contact-form .privacy-check .item ul li p{
	flex: 1;
	margin-left: 5px;
}

#contact .contact-form .privacy-check .item.no-flex ul li{
	flex-direction: column;
}
#contact .contact-form .privacy-check .right{
	text-align: right;
}

#contact .wpcf7-list-item{
	margin: 0;
}

#contact .contact-form .cbox{
	font-size: 18px;
}
#contact .contact-form .cbox label{
	cursor: pointer;
}
#contact .contact-form .cbox input[type="checkbox"]{
	width: 20px;
	height: 20px;
}

#contact .file{
	font-size: 14px;
	font-weight: normal;
}

#contact .recruit-name{
	background: var(--bg_gray);
	padding: 15px 25px;
	border-radius: 12px;
	margin-bottom: 30px;
	display: flex;
	font-size: 17px;
	font-weight: 500;
}
#contact .recruit-name .ttl{
	color: var(--blue);
	font-weight: bold;
	margin-right: 20px;
}
#contact .recruit-name .name a:hover{
	color: var(--blue);
}

/*------------------------
お問い合わせ
------------------------*/
#thanks .inner{
	padding: 60px 0 130px;
	text-align: center;
}
#thanks h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
#thanks p {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 40px;
}
#thanks .btn a {
	width: 360px;
	height: 60px;
	font-size: 18px;
	margin: 0 auto;
	font-weight: bold;
	position: relative;
}
#thanks .btn a::before{
	content: '';
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-135deg);
}

/* 384-1200変更部分 */
/*------------------------
お問い合わせ
------------------------*/
@media screen and (min-width: 384px) and (max-width: 1200px) {
#contact .inner {
	padding: 5vw 2vw 10.83vw;
	width: 100vw;
}
#contact .top-lead {
	margin-bottom: 1.67vw;
}
#contact .top-lead p {
	font-size: 1.42vw;
	margin-bottom: 0.83vw;
}
#contact .top-lead a {
	font-size: 1.33vw;
}
#contact .top-lead a::before {
	width: 0.5vw;
	height: 0.5vw;
	margin-right: 0.67vw;
	vertical-align: 0.08vw;
}
#contact table {
	margin-bottom: 3.33vw;
}
#contact table th,
#contact table td {
	font-size: 1.42vw;
	padding: 1.5vw 2.08vw;
}
#contact table th {
	width: 28.33vw;
}
#contact table input[type="file"] {
	font-size: 1.33vw;
	margin-bottom: 1.25vw;
}
#contact table label {
	width: 15vw;
}
#contact table label input[type="radio"] {
	width: 1.67vw;
	height: 1.67vw;
}
#contact .contact-form .privacy-check {
	margin-bottom: 3.33vw;
}
#contact .contact-form .privacy-check h3 {
	font-size: 1.5vw;
	padding: 1.25vw 1.67vw;
}
#contact .contact-form .privacy-check .in {
	padding: 1.67vw;
	height: 16.67vw;
	font-size: 1.17vw;
	margin-bottom: 1.67vw;
}
#contact .contact-form .privacy-check .lead {
	font-size: 1.17vw;
	margin-bottom: 1.25vw;
}
#contact .contact-form .privacy-check .item {
	margin-bottom: 1.67vw;
}
#contact .contact-form .privacy-check .item .ttl {
	font-size: 1.25vw;
	margin-bottom: 0.25vw;
}
#contact .contact-form .privacy-check .item .textarea {
	font-size: 1.17vw;
}
#contact .contact-form .privacy-check .item ul {
	margin-top: 0.42vw;
	margin-left: 1.67vw;
}
#contact .contact-form .privacy-check .item ul li {
	margin-bottom: 0.42vw;
	font-size: 1.08vw;
}
#contact .contact-form .privacy-check .item ul li p {
	margin-left: 0.42vw;
}
#contact .contact-form .cbox {
	font-size: 1.5vw;
}
#contact .contact-form .cbox input[type="checkbox"] {
	width: 1.67vw;
	height: 1.67vw;
}
#contact .file {
	font-size: 1.17vw;
}
#contact .recruit-name {
	padding: 1.25vw 2.08vw;
	margin-bottom: 2.5vw;
	font-size: 1.42vw;
}
#contact .recruit-name .ttl {
	margin-right: 1.67vw;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
	padding: 1vw;
	font-size: 1.25vw;
	}
	input[type="submit"] {
	width: 35vw;
	height: 5vw;
	font-size: 1.5vw;
	}
}

/*------------------------
サンクス
------------------------*/
@media screen and (min-width: 384px) and (max-width: 1200px) {
#thanks .inner {
	padding: 5vw 2vw 10.83vw;
}
#thanks h2 {
	font-size: 2.33vw;
	margin-bottom: 1.25vw;
}
#thanks p {
	font-size: 1.5vw;
	margin-bottom: 3.33vw;
}
#thanks .btn a {
	width: 30vw;
	height: 5vw;
	font-size: 1.5vw;
}
#thanks .btn a::before {
	left: 1.67vw;
	width: 0.58vw;
	height: 0.58vw;
	border-top: 0.17vw solid #fff;
	border-right: 0.17vw solid #fff;
}
}
