/*c-fv__container*/
.c-fv__container ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	gap:14px 2.33333333%
}

.c-fv__container ul li {
	min-width:23%
}

.c-fv__container ul li a {
	display:block;
	background:#f4f6f9;
	padding:13px;
	color:#1a377a;
	font-size:14px;
	line-height:1.1428571429;
	letter-spacing:.12em
}

@media only screen and (max-width:767px) {
  .c-fv__container ul li {
    min-width:100%
  }

}


/*recruit__wrap*/
.recruit__wrap {
	max-width:770px;
	margin:90px auto 
}

.recruit__ttl {
	color:#1a377a;
	font-family:"Shippori Mincho",serif;
	font-size:28px;
	font-weight:500;
	line-height:1.1785714286;
	margin:0 0 34px
}

@media only screen and (max-width:767px) {
  .recruit__wrap {
    max-width:100%;
    margin:calc(90px / 2) auto 
  }

  .recruit__ttl {
    font-size:calc(28px / 1.28)  ;
    margin:0 0 calc(34px /2)
  }

}


/*recruit__detail__list*/
.recruit__detail__list {
	margin-top: 27px;
}

.recruit__detail__list dl {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items: top;
}

.recruit__detail__list dl .title ,
.recruit__detail__list dl .text {
  position:relative;
  color:#1a377a;
  font-size:16px;
  font-weight:500;
  line-height:1.567;
  letter-spacing:.12em;
  padding:20px 0;
  border-bottom: 1px solid #1a377a;
}

  .recruit__detail__list dl .title {
    flex-basis:30%;
  }

  .recruit__detail__list dl .text {
  	flex-basis:70%;
  }

@media only screen and (max-width:767px) {
  .recruit__detail__list {
    margin-top: calc(27px /2)
  }

  .recruit__detail__list dl .title ,
  .recruit__detail__list dl .text {
    flex-basis: 100%;
    font-size:calc(20px / 1.3);
    padding:20px 0;
  }

  .recruit__detail__list dl .title {
    padding:calc(20px / 1) 0 0;
    font-weight: bold;
    border-bottom:none;
  }

  .recruit__detail__list dl .text {
    padding:calc(20px / 10) 0 calc(20px / 1);
    border-bottom: 1px solid #1a377a;
  }

}



/*entry_form*/
.c-fv.entry {
  padding-top: 45px;
  margin-top: 0;
}

.form__wrap {
	max-width:770px;
	margin:45px auto;
	padding-bottom: 45px;
}

@media only screen and (max-width:767px) {
  .form__wrap {
    max-width:100%;
    margin:calc(45px / 2) auto;
    padding-bottom: calc(45px /2);
  }

}

/*wpcf7*/
.wpcf7 .table  {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.wpcf7 .table th,
.wpcf7 .table td {
	position:relative;
	color:#1a377a;
	font-size:16px;
	font-weight:500;
	line-height:1.2;
	letter-spacing:.12em;
	padding:20px 0;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #1a377a;
}

	.wpcf7 .table th {
		width:30%;
	}
		
	.wpcf7 .table td {
		width:70%;
	}

@media only screen and (max-width:767px) {
  .wpcf7 .table th,
  .wpcf7 .table td {
    width: 100%;
    display: block;
    position: relative;
    font-size:calc(20px / 1.3);
  }

  .wpcf7 .table th {
    padding:calc(20px / 1) 0 calc(20px / 5);
    font-weight: bold;
    border-bottom:none;
  }

  .wpcf7 .table td {
    padding:calc(20px / 5) 0 calc(20px / 1);
    border-bottom: 1px solid #1a377a;
  }

}

.wpcf7 input[type=text],
.wpcf7 input[type=number],
.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 input[type=date],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  	appearance:none;
  	outline:none;
  	border:1px solid #1a377a;
  	padding:18px 18px;
  	box-sizing:border-box;
  	width: 100%;
  	margin:2.25px 0;
  	max-width: 100%;
	font-size:16px;
}

.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
  transform:scale(1.2)
}

.wpcf7 select {
  appearance:none;
  outline:none;
  border:1px solid #1a377a;
  padding:9px 18px;
  box-sizing:border-box;
  max-width: 100%;
  font-size: 18px;
}

.wpcf7 .select select {
  box-sizing:border-box;
  width: 100%;
  outline: none;
  border:none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
  color: #000;
  max-width: 100%;
  padding: 18px 36px 18px 18px;
  font-size: 16px;
}

.wpcf7 .select select::-ms-expand {
  display: none;
}

.wpcf7 .select {
  display: inline-block;
  position: relative;
  border:1px solid #1a377a;
  box-sizing:border-box;
  background: #fff;
  margin-right: 9px;
}

.wpcf7 .select::before {
  position: absolute;
  top: 45%;
  right:9px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #222;
  pointer-events: none;
}

::-webkit-input-placeholder {
  color:#aaa;
}
:-ms-input-placeholder {
  color:#aaa;
}
::placeholder{
  color:#aaa
}

.wpcf7 .req {
  margin: -3px 0 0 9px ;
  display: inline-block;
  vertical-align: middle;
  background: #1a377a;
  padding:4.5px 9px ;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 1.5678
}

.wpcf7 .form__accept {
  display: block;
  text-align: center;
  font-weight: 600;
  margin:auto;
  padding: 36px 0 0;
}

.wpcf7 .form__submit {
  margin:auto auto ;
  text-align: center;
}

.wpcf7 .form__submit input[type=submit] {
  text-decoration: none;
  text-align:center;
  text-decoration:none;
  box-sizing:border-box;
  position:relative;
  cursor:pointer;
  box-shadow:none;
  border: none;
  outline:none;
  appearance:none;

  margin:27px auto ;
  width: 400px;
  font-size: 18px;
  color: #fff;
  padding: 18px 90px;
  background-color: #162766;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=number],
  .wpcf7 input[type=email],
  .wpcf7 input[type=password],
  .wpcf7 input[type=date],
  .wpcf7 input[type=url],
  .wpcf7 input[type=tel],
  .wpcf7 textarea {
    padding:calc(18px / 1) 9px;
    width: 100%;
    max-width: 100%;
    margin: 9px auto;
    font-size: calc(18px / 1.15);
  }

  .wpcf7 input[type=radio],
  .wpcf7 input[type=checkbox] {
    transform:scale(1.5);
    margin: 9px 9px 9px 4.5px;
  }

  .wpcf7 .wpcf7-list-item {
    margin-right: 9px;
  }

  .wpcf7 select {
    padding:calc(18px / 2) 9px;
    font-size: calc(18px / 1.15);
  }

  .wpcf7 .select select {
    font-size: calc(18px / 1.15);
  }

  .wpcf7 .select select::-ms-expand {
    display: none;
  }

  .wpcf7 .select {
    margin: 9px auto;
    margin-right: 9px;
  }

  .wpcf7 .req {
    padding:2.25px 9px;
    font-size: calc(12px / 1.15);
  }

  .wpcf7 .form__accept {
    padding: calc(18px / 1.5) 0 0;
  }

  .wpcf7 .form__submit input[type=submit] {
    margin:calc(27px / 1.5) auto ;
    width: 100%;
    padding: 18px;
  }

}

