@charset "UTF-8";

/* ---------------------------------------
  応募・お問い合わせ
-----------------------------------------*/

#sec_contact {
	padding: 11rem 0 10rem;
}

@media screen and (max-width: 767px) {
	#sec_contact {
		padding: 10rem 0;
	}

	#sec_contact .wrap {
		width: 100%;
	}
}

/* form
--------------------------------*/
#sec_contact .form .tb {
	width: 100%;
	border-collapse: collapse;
}

#sec_contact .form .tb th,
#sec_contact .form .tb td,
#sec_contact .form .tb td p {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
}

#sec_contact .form .tb th {
	width: 35.4rem;
	vertical-align: middle;
	padding: 3rem 3.2rem;
	background: #eaedff url(../img/common/bg_dot.png) repeat-x left bottom / .6rem auto;
}

#sec_contact .form .must {
	position: relative;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.9rem;
	letter-spacing: 0.1em;
	padding: 0 1em;
	background: linear-gradient(135deg, rgba(48, 74, 181, 1) 0%, rgba(39, 38, 118, 1) 100%);
	margin-left: .75em;
	top: -1px;
}

#sec_contact .form .tb td {
	width: calc(100% - 35.4rem);
	padding: 3rem 0 3rem 7rem;
	background: url(../img/common/bg_dot.png) repeat-x left bottom / .6rem auto;
}

#sec_contact .form .tb td .flex {
	justify-content: flex-start;
	justify-content: space-between;
}

#sec_contact .form .tb td p.note {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: .65em;
	margin-bottom: -.25em;
}

#sec_contact .form input[type="text"],
#sec_contact .form input[type="email"],
#sec_contact .form input[type="tel"],
#sec_contact .form select,
#sec_contact .form textarea {
	width: 100%;
	height: 5rem;
	color: #272676;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 1.2rem 3.8rem;
	border: 1px solid #eaedff;
	background: #f7f8ff;
	border-radius: .4rem;
}

#sec_contact .form select {
	background: url(../img/common/select_arw.png) no-repeat center right 1.6rem / .9rem auto, linear-gradient(180deg, rgba(247, 248, 255, 1) 0%, rgba(234, 237, 255, 1) 100%);
	border-radius: .4rem;
	cursor: pointer;
}

#sec_contact .form .message textarea {
	height: 37rem;
	resize: vertical;
	overflow: auto;
}

::placeholder {
	color: #272676;
}

:-ms-input-placeholder {
	color: #272676;
}

::-ms-input-placeholder {
	color: #272676;
}

#sec_contact .form input.short {
	width: 36.8rem;
}

#sec_contact .form input.short2 {
	width: 14.8rem;
}

/*birthday*/
#sec_contact .form .birth .flex > p {
	display: flex;
	align-items: flex-end;
}

#sec_contact .form .birth .flex > p + p {
	margin-left: 2.5rem;
}

#sec_contact .form .birth span.txt {
	display: inline-block;
	margin-left: 2rem;
}

/*start*/
#sec_contact .form .start .flex {
	justify-content: flex-start !important;
}

#sec_contact .form .start .flex > p {
	display: flex;
	align-items: flex-end;
}

#sec_contact .form .start .flex > p + p {
	margin-left: 2.5rem;
}

#sec_contact .form .start span.txt {
	display: inline-block;
	margin-left: 2rem;
}


/*experience*/
#sec_contact .form .experience .flex {
	justify-content: flex-start !important;
}

#sec_contact .form .experience .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 2.5rem;
}

#sec_contact .form .experience .wpcf7-list-item:first-child {
	display: flex;
	align-items: center;
}

#sec_contact .form .experience .experience_year {
	display: flex;
	align-items: flex-end;
	margin-left: 3.4rem;
}

#sec_contact .form .experience .experience_year span.txt {
	display: inline-block;
	margin-left: 2rem;
}

/*address*/
#sec_contact .form .address span.ttl {
	display: block;
	line-height: 1;
	margin: 0 0 1rem;
}

#sec_contact .form .address p + p {
	margin-top: 3rem;
}

#sec_contact .form .address .post > * {
	display: inline-block;
}

#sec_contact .form .address .post_btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 3rem;
}

#sec_contact .form .address .post_btn::before {
	content: "";
	width: 2.8rem;
	height: .1rem;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
	transition: .3s ease;
}

#sec_contact .form .address .post_btn input[type='button'] {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22rem;
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: .75em 2.5em .75em 2.25em;
	background: linear-gradient(90deg, rgba(48, 74, 181, 1), rgba(39, 38, 118, 1), rgba(48, 74, 181, 1));
	background-size: 200% 100%;
	cursor: pointer;
	transition: .3s ease;
}

/*check*/
#sec_contact .form input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	visibility: hidden;
}

#sec_contact .form input[type=checkbox] + span {
	display: inline-block;
	position: relative;
	padding-left: 3.2rem;
	cursor: pointer;
	line-height: 1.75;
}

#sec_contact .form input[type=checkbox] + span::before {
	content: "";
	width: 1.8rem;
	height: 1.8rem;
	border: 1px solid #eaedff;
	background: #f7f8ff;
	border-radius: .4rem;
	position: absolute;
	top: .5rem;
	left: 0;
}

#sec_contact .form input[type=checkbox]:checked + span::before {
	background: linear-gradient(135deg, rgba(48, 74, 181, 1) 0%, rgba(39, 38, 118, 1) 100%);
}

/*privacy*/
#sec_contact .form .privacy {
	margin: 8rem auto 0;
}

#sec_contact .form .privacy .txt {
	text-align: center;
}

#sec_contact .form .privacy .txt a {
	text-decoration: underline;
}

#sec_contact .form .privacy .checkwrap {
	margin-top: 3rem;
}

#sec_contact .form .privacy .checkwrap > label {
	display: inline-block;
}

#sec_contact .form .privacy .checkwrap input[type=checkbox] + span {
	font-weight: 700;
	font-size: 1.6rem;
}

/*submitbtn*/
.submitbtn {
	position: relative;
	width: 38.4rem;
	height: 9rem;
	margin: 7rem auto 0;
}

.submitbtn::before {
	content: "";
	width: 2.8rem;
	height: .1rem;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transition: .3s ease;
}

.submitbtn input {
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: .75em 2.5em .75em 2.25em;
	background: linear-gradient(90deg, rgba(48, 74, 181, 1), rgba(39, 38, 118, 1), rgba(48, 74, 181, 1));
	background-size: 200% 100%;
	box-shadow: 2rem 2rem 2rem rgba(39, 38, 118, .3);
	transition: .3s ease;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	#sec_contact .form .tb tr:last-of-type th,
	#sec_contact .form .tb tr:last-of-type td{
		background-image: none;
	}
	#sec_contact .form .birth .flex {
		justify-content: flex-start !important;
	}

	#sec_contact .form .start th,
	#sec_contact .form .start td {
		background-image: none;
		padding-bottom: 0;
	}

	#sec_contact .form .address .post_btn:hover::before {
		width: 1.8rem;
	}

	#sec_contact .form .address .post_btn:hover input[type='button'] {
		background-position: right center;
	}

	.submitbtn:hover::before {
		width: 1.8rem;
	}

	.submitbtn:hover input {
		background-position: right center;
	}

}

@media screen and (max-width: 768px) {

	#sec_contact .form .tb th,
	#sec_contact .form .tb td,
	#sec_contact .form .tb td p {
		font-size: 2.6rem;
		line-height: 1.5;
	}

	#sec_contact .form .tb th,
	#sec_contact .form .tb td {
		display: block;
	}


	#sec_contact .form .tb th {
		width: 100%;
		padding: 3rem 6rem;
		background: #eaedff url(../img/common/bg_dot.png) repeat-x left top / .6rem auto;
	}

	#sec_contact .form .must {
		font-size: 2rem;
		line-height: 2.9rem;
		padding: 0 1em;
		top: 0;
	}

	#sec_contact .form .tb td {
		width: 100%;
		padding: 6rem;
		background: none;
	}

	#sec_contact .form .tb td p.note {
		font-size: 2rem;
	}

	#sec_contact .form input[type="text"],
	#sec_contact .form input[type="email"],
	#sec_contact .form input[type="tel"],
	#sec_contact .form select,
	#sec_contact .form textarea {
		height: 7.6rem;
		font-size: 2.6rem;
		padding: 1.65rem 4rem;
	}

	#sec_contact .form select {
		background: url(../img/common/select_arw.png) no-repeat center right 2.5rem / 1.3rem auto, linear-gradient(180deg, rgba(247, 248, 255, 1) 0%, rgba(234, 237, 255, 1) 100%);
	}

	#sec_contact .form .message textarea {
		height: 42.6rem;
	}

	#sec_contact .form input.short {
		width: 28.8rem;
	}

	#sec_contact .form input.short2 {
		width: 15.2rem;
	}

	/*birthday*/

	#sec_contact .form .birth .flex > p {
		display: flex;
		align-items: flex-end;
	}

	#sec_contact .form .birth .flex > p + p {
		margin-left: 2rem;
	}

	#sec_contact .form .birth span.txt {
		margin-left: 1.5rem;
	}

	/*start*/
	#sec_contact .form .start .flex > p + p {
		margin-left: 2rem;
	}

	#sec_contact .form .start span.txt {
		margin-left: 1.5rem;
	}


	/*experience*/

	#sec_contact .form .experience .wpcf7-list-item + .wpcf7-list-item {
		margin-top: 2.5rem;
	}

	#sec_contact .form .experience .experience_year {
		margin-left: 6rem;
	}

	#sec_contact .form .experience .experience_year span.txt {
		margin-left: 1.5rem;
	}

	/*address*/
	#sec_contact .form .address span.ttl {
		margin: 0 0 1.7rem;
	}

	#sec_contact .form .address p + p {
		margin-top: 6rem;
	}

	#sec_contact .form .address input.short {
		width: 34rem;
	}

	#sec_contact .form .address .post_btn {
		margin-left: 1.1rem;
	}

	#sec_contact .form .address input + input {
		margin-top: 2rem;
	}

	#sec_contact .form .address .post_btn::before {
		width: 4.2rem;
		height: 1px;
	}

	#sec_contact .form .address .post_btn input[type='button'] {
		min-width: 27rem;
		font-size: 2.4rem;
		padding: .75em 2.5em;
	}

	/*check*/
	#sec_contact .form input[type=checkbox] + span {
		padding-left: 5.6rem;
	}

	#sec_contact .form input[type=checkbox] + span::before {
		width: 2.7rem;
		height: 2.7rem;
		border-radius: .6rem;
	}

	/*privacy*/
	#sec_contact .form .privacy {
		padding: 0 6rem;
		margin: 5rem auto 0;
	}

	#sec_contact .form .privacy .txt {
		text-align: left;
		letter-spacing: 0.05em;
	}

	#sec_contact .form .privacy .checkwrap {
		margin-top: 5rem;
	}

	#sec_contact .form .privacy .checkwrap input[type=checkbox] + span {
		font-size: 2.6rem;
	}

	#sec_contact .form input[type=checkbox] + span::before {
		top: 1.1rem;
	}

	/*submitbtn*/
	.submitbtn {
		width: 55.6rem;
		height: 14.8rem;
		margin: 12rem auto 0;
	}

	.submitbtn::before {
		width: 7rem;
		height: 1px;
	}

	.submitbtn input {
		font-size: 2.8rem;
		box-shadow: 3rem 3rem 2.8rem rgba(39, 38, 118, .3);
	}
}


/*wpcf7*/
.form .wpcf7-not-valid-tip {
	display: block;
}

.form .wpcf7-list-item {
	display: block;
}

.form .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 1rem;
}

@media screen and (max-width: 767px) {
	.form .wpcf7-list-item + .wpcf7-list-item {
		margin-top: .7rem;
	}
}


/* 送信完了
--------------------------------*/
#sec_contact.thanks .ttl {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.666;
	letter-spacing: 0.13em;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
	#sec_contact.thanks .wrap {
		width: 84%;
	}

	#sec_contact.thanks .ttl {
		font-size: 4rem;
	}
}

.btn_entry{
	display: none!important;
}

#footer{
	padding-bottom: 0;
}