
.top .sec-about .inner .box.reverse .txt .item .text1 {
    letter-spacing: 0.05em;
}

.btn-more {
    height: auto;
    line-height: 0;
    padding: 26px 0;
}

.about2 .image img {
	width: 100%;
}

.message .sec-title {
    width: 100%;
    margin: auto;
    /*padding-top: 120px;*/
}

.person .sec-other .inner .box .txt .btn-more {
    font-size: 20px;
    width: 145px;
    height: auto;
    line-height: 0;
}

.entry .sec-form .btns input.btn-submit,
.entry .sec-form input[type="submit"], .entry .sec-form input[type="reset"], .entry .sec-form input[type="button"]{
	border: 1px solid #00BBA5;
}

.message .sec-message .inner .box .lead {
	margin: 30px 0 0 0;
}

.message .sec-title .inner .box {
	margin: auto;
}

.entry .sec-form .inner .mw_wp_form_preview .formTable .selectbox.box1 {
  background: #fff;
width: auto;
text-align: left;
} 

.entry .sec-form .inner .mw_wp_form_preview .formTable .selectbox.box1::before {
	content: none;
}


@media only screen and (max-width: 767px) {
	
	.message .sec-title {
    width: 50%;
    padding-top: 50px;
    text-align: left;
	margin: auto;	
}
	
	.message .sec-message .inner .box {
    padding: 0 5% 10%;
    background: url(../img/message/img1_sp.png) no-repeat;
    background-position: right 2% top 10px;
    background-size: 35%;
    background-color: #fff;
}
	
	.h-subtitle {
    font-size: 14px;
}
	
	.message .sec-message .inner .box .lead {
		margin: 0;
	}
	
}

.p-recruit {
	padding: 0;
}

.p-recruit .header {
		margin: auto;
}

/* .p-recruit .sec-mv {
    padding: 130px 0 0 0;
} */

@media only screen and (max-width: 767px) {
    .top .sec-mv {
        padding: 0;
    }
  .top .sec-mv .inner .catch {
    padding-top: 0;
  }
}

/* ── エントリーフォーム バリデーションエラー ── */
.entry .sec-form .cf-error-msg {
  display: block;
  margin-top: 6px;
  color: #e00;
  font-size: 13px;
}
.entry .sec-form input.is-invalid,
.entry .sec-form select.is-invalid,
.entry .sec-form textarea.is-invalid {
  border-color: #e00 !important;
  background-color: #fff8f8;
}

/* ── 確認画面テーブル ── */
.entry .sec-form .confirm-screen {
  margin-top: 20px;
}
.entry .sec-form .confirm-table {
  width: 100%;
  margin: 30px auto;
  border-collapse: collapse;
}
.entry .sec-form .confirm-table th,
.entry .sec-form .confirm-table td {
  padding: 14px 20px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  text-align: left;
  vertical-align: top;
}
.entry .sec-form .confirm-table th {
  width: 30%;
  color: #555;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .confirm-table th,
  .entry .sec-form .confirm-table td {
    display: block;
    width: 100%;
    padding: 8px 12px;
  }
  .entry .sec-form .confirm-table th {
    border-bottom: none;
    padding-bottom: 2px;
    font-size: 13px;
    color: #888;
  }
}

/* ── 確認画面ボタン並び ── */
.entry .sec-form .confirm-btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.entry .sec-form .confirm-btns .btn-back {
  background: #888;
}
.entry .sec-form .confirm-btns .btn-back:hover {
  background: #666;
}


.top.p-recruit .sec-mv {
  padding-top: 130px;
}
@media only screen and (max-width: 767px) {
  .top.p-recruit .sec-mv {
    padding-top: 0;
  }
}
	
.p-recruit .sec-title {
      padding-top: 280px;
}
@media only screen and (max-width: 767px) {
 .p-recruit .sec-title {
    padding-top: 50px;
  }
}

.entry .sec-form .inner .formTable .selectbox {
  width: 26%;
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .inner .formTable .selectbox {
    width: 90%;
  }
}

.entry .sec-form .btns input.btn-submit {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .btns input.btn-submit {
    width: 100%;
  }
}