@charset "utf-8";

/*-------------------------------------------------------------------
	共通
-------------------------------------------------------------------*/
#sec01 .mvFlex {
	display: flex;
	justify-content: flex-end;
	background: #374276;
	position: relative;
}

#sec01 .mvFlex .mvtext {
	position: absolute;
}

#sec01 .mvFlex .mvImg {
	width: 60%;
	position: relative;
}

#sec01 .mvFlex .mvImg::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(55, 66, 118, 1) 1%, rgba(55, 66, 118, 0.4990371148459384) 100%);
}

#sec01 .mvFlex .mvImg img {
	width: 100%;
}

#sec01 .mvFlex .mvtext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin: 0;
}

#sec01 .mvFlex .mvtext h2 {
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
}

#sec01 .mvFlex .mvtext p {
	color: #a6a7a6;
	line-height: 1;
}


.mainExTitle {
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 500;
	color: #70cec6;
	margin-bottom: 15px;
}

.mainExtext {
	color: #a6a7a6;
	line-height: 1;
}

.contactCase .sec01 {
    margin-bottom: 0;
}

.contactCase .sec01 .txtbox {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 80%);
}

.formTable .BorderNone th,
.formTable .BorderNone td{
	border-top: none;
}
@media screen and (max-width: 1000px) {
	#sec01 .mvFlex .mvImg {
		width: 100%;
	}

	.mainExTitle {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	
	.contactCase .sec01 .txtbox {
		padding: 0 5%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 80%);
	}
	
	
}

/* お問い合わせ */


.mainTitle {
    color: #39447b;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px #d5d5d5 solid;
    position: relative;
    z-index: -1;
}
#recruit .mainTitle{
	color: #70cec6;
}
.mainTitle::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px #39447b solid;
}
#recruit .mainTitle::after {
    border-bottom: 1px #70cec6 solid;
}

.mainTitle.verEntry {
	color: #70cec6;
}


.contactWrap {
	width: 975px;
	max-width: 90%;
	margin: 0 auto;
	padding: 100px 0;
}

.formTable {
	width: 100%;
	margin-bottom: 40px;
}


.formTable th,
.formTable td {
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	padding: 20px 0;
	font-weight: 400;
	border-top: 1px solid #ececec;
}

.formTable th {
	width: 250px;
}

.formTable td {
	position: relative;
}


.submitArea {
	display: flex;
	justify-content: center;
}

.submitBtn,
.submitMiniBtn {
	width:450px;
	background:#374276;
	color: #fff;
	display:inline-block;
	border:1px solid #374276 !important;
	text-align:center;
	vertical-align:middle;
	line-height:1.0;
	font-family: 'Noto Sans JP', sans-serif;
	transition:all,.4s;
	cursor: pointer;
	padding: 20px 0;
}
#recruit .submitBtn, 
#recruit .submitMiniBtn{
	background:#70cec6;
	border:1px solid #70cec6 !important;
}
#recruit .formError .formErrorContent,
#recruit .formError .formErrorArrow div{
	background:#70cec6;
}

.submitMiniBtn {
    width: 170px;
	margin:0 25px;
}
.submitBtn.finish {
	display: block;
	text-decoration: none;
	margin: 0 auto;
}
.submitMiniBtn:hover,
.submitBtn.finish:hover {
	background:#fff;
	color: #374276;
}

.submitCont {
	position: relative;
	transition: all,.2s;
}

.submitCont::after {
	width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
	content: '';
	position: absolute;
	top: 45%;
	right: 5%;
	transition: all,.2s;
}

.submitCont:hover::after {
	right: 2%;
}


.contactCase .formTable sup {
	color: #d72d1b;
	font-size: 0.8em;
	margin-left: 0.2em;
}



.backBtn {
	width:270px;
	background: #fff;
	color:#314a57;
	display:inline-block;
	border:1px solid #314a57 !important;
	text-align:center;
	vertical-align:middle;
	line-height:1.0;
	font-family: 'Noto Sans JP', sans-serif;
	transition:all,.4s;
	cursor: pointer;
	padding: 25px 0;
}

.backBtn:hover {
	background:#314a57;
	color: #fff;
}

.contactCase input[type="text"],
.contactCase input[type="tel"],
.contactCase input[type="email"],
.contactCase input[type="number"] {
	border: 1px solid #b2b1b4;
	height: 55px;
	padding: 20px 2%;
	font-family: inherit;
	line-height: 1.2;
	background: #fff;
	box-sizing: border-box;
}

.contactCase input[type="radio"],
.contactCase input[type="checkbox"] {
	vertical-align: top;
	margin-right: 5px;
	margin-top: 7px;
}

.contactCase textarea {
	border: 1px solid #b2b1b4;
	padding: 10px 2%;
	width: 100%;
	height: 180px;
	font-family: inherit;
	line-height: 1.6;
	background: #fff;
	box-sizing: border-box;
}

.contactCase select {
	border: 1px solid #bcbcbc;
	padding: 10px 3%;
	width: 100%;
	font-family: inherit;
	line-height: 1.4;
	background: #fff;
}

.contactCase .veryShort {
	width: 25%;
}

.contactCase .short {
	width: 50%;
}

.contactCase .middle {
	width: 70%;
}

.contactCase .long {
	width: 100%;
}

.yearCase {
	width: 100px;
}

.numCase {
	width: 80px;
}


input::placeholder,
textarea::placeholder {
  color: #595959;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
  color: #595959;
}

.vaMiddle {
	vertical-align: middle !important;
}

.spanRed {
	color: #d72d1b;
	font-weight: 600;
}

.grayCaution01 {
	font-size: 1.2rem;
	color: #666;
	margin-bottom: 7px;
}
.grayCaution02 {
	font-size: 1.2rem;
	color: #666;
	margin-top: 7px;
}

.ulList li:nth-child(n + 2) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dcdcdc;
}


.veryShort {
	width: 40%;
	margin: 0 10px;
}

.flFlex {
	display: flex;
	align-items: center;
}

.flFlex .flLeft {
	flex-basis: 180px;
}


.flFlex .flRight {
	width: 100%;
}

.recLink {
	display: inline-block;
	color:#70cec6;
	border:1px solid #70cec6;
	line-height: 1.0;
	padding: 20px 50px;
	text-decoration: none;
	transition: all,.3s;
}

.recLink:hover {
	background:#70cec6;
	color: #fff;
}


@media screen and (max-width: 1000px) {
	
	
	.mainTitle {
		font-size: 2.0rem;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.contactWrap {
		padding: 70px 0;
	}
	
	.mb90 {
		margin-bottom: 50px !important;
	}
	
	
	.formTable,
	.formTable tbody,
	.formTable tr,
	.formTable th,
	.formTable td {
		display: block;
	}
	
	.formTable th,
	.formTable td {
		padding: 20px 0;
	}

	.formTable th {
		width: auto;
		padding: 15px 0;
	}
	
	.formTable td {
		border-top: 1px dotted #ccc;
	}
	
	.submitArea {
		display: block;
		text-align: center;
	}
	
	.submitCont {
		display: inline-block;
		width: 80%;
	}
	
	.submitBtn {
		width:100%;
		padding: 20px 0;
	}
	
	.yuubin {
		display: block;
		margin: 10px 0 0;
	}
	
	.contactCase .veryShort,
	.contactCase .short,
	.contactCase .middle,
	.contactCase .long {
		width: 100%;
	}
	
	.veryShort {
		width: 100%;
		margin: 10px 0;
	}

	.flFlex {
		display: block;
	}

	.flFlex .flLeft {
		margin-bottom: 10px;
	}

	
	
	
}


.checkFlex {
	padding-right: 40%;
	display: flex;
	flex-wrap: wrap;
}

.checkFlex li {
	width: 50%;
}

.checkFlex li:nth-child(n + 3) {
	margin-top: 20px;
}

.dateFlex {
	display: flex;
	align-items: center;
}


.dateFlex p:nth-child(n + 2) {
	margin-left: 10px;
}

.centerArea {
	text-align: center;
	margin-bottom: 50px;
}

.linkArea {
	display: inline-block;
	text-decoration: underline;
	color: #646464;
	margin-right: 5px;
}

.linkArea:hover {
	text-decoration: none;
}

.linkArea::after {
	background: url("../image/recruit/entry/link_icon.png") left top no-repeat;
	display: inline-block;
	width: 15px;
	height: 17px;
	content: '';
	margin-left: 5px;
}


@media screen and (max-width: 1024px) {
	
	.checkFlex {
		padding-right: 0;
		display: block;
	}

	.checkFlex li {
		width: auto;
	}

	.checkFlex li:nth-child(n + 2) {
		margin-top: 10px;
	}
	
	
}
