@charset "utf-8";
.min_fv {
  padding: 40px 0;
  margin-bottom: 50px;
  background-image: linear-gradient(183deg, #e6f5fc, #e6effc);
}
h1 {
  text-align: center
}
.recruit_h2 {
  color: #009AE1;
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
  margin: 40px auto 10px;
  width: 80%;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  justify-content: center;
}
.tab_label {
  color: #333;
  font-weight: bold;
  border: solid 2px #333;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: 5px 0;
  margin: 0 10px;
  text-align: center;
  max-width: 300px;
  border-radius: 40px;
}
.tab_label:hover {
  opacity: 0.75;
}
.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
  max-width: 1200px;
  padding: 20px
}
input[name="tab_switch"] {
  display: none;
}
.tabs input:checked + .tab_label {
  color: #fff;
  background-color: #009AE1;
  border: solid 2px #009AE1;
}
#tab01:checked ~ #tab01_content, #tab02:checked ~ #tab02_content, #tab03:checked ~ #tab03_content {
  display: block;
}
.tab_content {
  position: relative;
  animation: fadeIn 1s ease;
}
/*table*/
.job-table {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
}
.job-table th, .job-table td {
  border: 1px solid #009AE1;
  padding: 12px 16px;
  vertical-align: top;
}
.job-table th {
  width: 25%;
  text-align: left;
  background: #e6effc;
  vertical-align: middle;
  font-weight: normal;
}
.job-table td {
  background-color: #fff;
}
.notes p {
  margin: 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.8;
}
.tab_content a {
  color: #009AE1;
  border-bottom: 1px solid #009AE1;
}
/*CTA*/
.cta-band .grid {
  display: unset;
}
.cta-band {
  max-width: 550px
}
.cta-card .btn a:hover{
    opacity: .9;
}

/* ---------------- Media queries ---------------- */
@media (max-width: 700px) {
  .tabs {
    display: grid;
    gap: 1rem;
    justify-items: center;
  }
  .tab_label {
    padding: 5px 10px;
    width: 90%;
  }
  .recruit_h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
	width: 100%;
  }
  .job-table, .job-table tbody, .job-table tr, .job-table th, .job-table td {
    display: block;
    width: 100%;
  }
  .job-table th {
    border-bottom: none;
    padding: 10px 14px;
  }
  .job-table td {
    border-top: none;
    padding: 10px 14px 20px;
  }
}

/*フォーム*/
.contact_form p{
	text-align:center;
}
/* フォーム全体 */
#form {
  padding: 0 10px 40px;
	text-align:left;
    margin: 50px auto 0;
    display: table;
}

/* ==============================
   横並び2カラム
============================== */

.form-row {
  gap: 20px;
  align-items: center;
  margin-bottom: 25px;
}

.form-row label {
  width: 200px;
  text-align: left;
}

.red {
  color: red;
}

.form-row p{
	  text-align: left;
}
.wpcf7-form{
	margin:50px auto
}
.wpcf7-list-item{
	margin:0 0 20px 
}

/* ==============================
   各入力欄
============================== */

.form-input,
.form-row .wpcf7-form-control,
.form-row select {
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #515151;
  border-radius: 2px;
  background: #f8f8f8;
}

/* セレクトの下矢印 */
.form-row select {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

/* ==============================
   テキストエリア
============================== */

.form-row-textarea {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.form-row-textarea label {
  width: 200px;
}

.form-textarea {
  width: 100%;
  max-width: 600px;
  height: 220px;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #515151;
  border-radius: 2px;
  background: #f8f8f8;
  resize: vertical;
}

/* ==============================
   プライバシー
============================== */
.form-privacy {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ==============================
   送信ボタン
============================== */
.wpcf7-submit {
    width: 300px;
    border-radius: 10px;
    border: 0;
	font-size:18px;
    padding: 20px 0;
    background: #009AE1;
    color: #fff;
    font-weight: 600;
	margin: auto;
    display: block;
}

.wpcf7-submit:hover {
  opacity: 0.8;
}

/* ==============================
   スマホ
============================== */
@media (max-width: 768px) {
  .form-row,
  .form-row-textarea {
    display: block;
  }

  .form-row label,
  .form-row-textarea label {
    margin-bottom: 8px;
    width: 100%;
  }
#form {
	width: 100%;
}
}
/* エントリー */
.entry_tel{
	border: 1px solid #009AE1;
    margin: 40px 0;
    padding: 10px;
	text-align: center;
}
.entry_tel a{
	font-size:20px;
	color:#009AE1;
	font-weight: 600;
    font-family: "Nova Slim", system-ui;
}
