body {
    font-family: 'Noto Sans', sans-serif;
  }
  .recruit-hero {
      display: flex;
      justify-content: flex-start; /* 左寄せ */
      padding: 0 0 0 5%;
      position: relative; /* 右に余白を寄せる（お好みで） */
    }
    
    .recruit-hero .hero-inner {
      position: relative;
      width: 80%;
      overflow: hidden;
    }
    
    .recruit-hero img {
      width: 100%;
      height: auto;
      display: block;
    }
    
    .recruit-hero .hero-text {
      position: absolute;
      bottom: 25px;
      left: 25px;
      color: white;
      padding-left: 10%;
    }
    
    .recruit-hero .hero-text h1 {
      font-size: 30px;
      letter-spacing: 0.2em;
      font-family: jost;
      margin: 0;
      font-weight: 400;
    }
    
    .recruit-hero .hero-text p {
      font-size: 14px;
      margin: 4px 0 0;
      letter-spacing: 0.1em;
    }
  
    .hero-image.sp {
      display: none;
    }
    
    .hero-image.pc {
      display: block;
    }
   
  @media screen and (max-width: 767px) {
    .hero-image.pc {
      display: none;
    }
  
    .hero-image.sp {
      display: block;
      width: 100%;
      height: auto;
    }
  
    .recruit-hero {
      display: block;
      padding: 0;
    }
  
    .recruit-hero {
      display: block;
      padding: 0 !important;
    }
  
    .recruit-hero img {
      width: 100%;
      height: auto;
    }
  
  
    .recruit-hero .hero-text h1 {
      font-size: 24px;
      letter-spacing: 0.1em;
    }
  
    .recruit-hero .hero-text p {
      font-size: 11px;
      letter-spacing: 0.2em;
      margin: 0;
    }
    .recruit-hero .hero-text{
      left: 0;
    }
  }


  /*フォーム*/
  /* contact */
  .tab-area {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 10px;
  }
  
  .tab-area .tab {
    padding: 12px 24px;
    background-color: #ededeb;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    color: #9e9e9e;
  }
  
  
  .content-area > div {
    display: none;
  }
  
  .content-area > .show {
    display: block;
  }
.contact-wrap {
	margin: 0 auto;
}

.contact-tabs {
	margin-top: 100px;
}

.contact-select-wrap .recruit-wrap select {
	width: 100%;
}

/* contact タブ切替 */
.tab-area {
	display: flex;
	justify-content: center;
  gap: 10px;
	cursor: pointer;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 50px;
}

.tab {
	height: auto;
	text-align: center;
	color: white;
	padding: 13px 20px;
	background-color: #e1e1e1;
  font-size: 13px;
}

.tab.active {
	background-color: #6d6d6c;
	color: #fff;
}

.content {
	display: none;
}

.content.show {
	margin-top: 50px;
	display: block;
}
/*フォーム*/
.recruit-form-section {
  background: #fff;
  padding: 60px 20px;
}

.recruit-form-section .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.recruit-form-section .section-title .subtitle-en {
  font-size: 12px;
  color: #a9a4a1;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-family: 'Jost';
  font-weight: 400;
}

.recruit-form-section .section-title h2 {
  font-size: 22px;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
  color: #050505;
}

/* フォームの背景 */
.wpcf7-form {
  background: #f2efed;
  padding: 40px 45px;
  max-width: 850px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 各ラベル */
.wpcf7-form label {
  margin-bottom: 20px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  color: #333;
  display: flex;
  width: 100%;
}

/* テキスト・メール・電話・セレクト・テキストエリア */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px 15px;
  background: #fdfdfd;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  box-sizing: border-box;
}

.wpcf7-form textarea {
  height: 120px;
}


.form-title h2::after{
  display: none;
}

.form-label{
  width: 50%;
  font-size: 15px;
}

.required-mark{
  font-size: 13px;
  color: #ff740f;
  margin-left: 6px;
}

.wpcf7-form-control-wrap{
  width: 100%;
}

.form-select{
  width: 45% !important;
}

/* プライバシー同意と送信ボタンの整列 */
.wpcf7-form .form-accept {
display: block;
margin: 20px auto 40px;
text-align: center;
font-size: 14px;
color: #333;
}

/* チェックボックスの余白調整 */
.form-accept input[type="checkbox"] {
margin-right: 6px;
}

/* 送信ボタン */
.wpcf7-form .form-submit {
display: block;
margin: 30px auto 0;
padding: 15px 70px;
background: #fff;
border: 1px solid #d9d1cb;
font-size: 14px;
font-family: 'Noto Sans', sans-serif;
position: relative;
cursor: pointer;
transition: all 0.2s ease;
}

/* オレンジの点 */
.wpcf7-form .form-submit::after {
content: '';
width: 6px;
height: 6px;
background: #ff974c;
border-radius: 50%;
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
}

/* disabled状態のデザイン（CF7の自動適用クラス） */
.wpcf7-form .form-submit:disabled {
opacity: 0.5;
cursor: not-allowed;
}

.form-note {
text-align: center;
font-size: 14px;
color: #050505;
margin-top: 40px;
margin-bottom: 15px;
font-family: 'Noto Sans', sans-serif;
}

.form-note a {
color: #ff740f;
text-decoration: none;
display: inline-block;
}

.wpcf7-acceptance input[type="checkbox"] {
vertical-align: middle;
transform: translateY(1px);
margin-right: 6px;
}

.wpcf7-acceptance label {
display: inline-flex;
align-items: center;
font-size: 14px;
line-height: 1.6;
color: #333;
}

.form-accept {
display: flex !important;
justify-content: center !important;
margin-top: 20px;
}

.form-accept label {
display: inline-flex;
align-items: center;
font-size: 14px;
color: #333;
}

.form-accept input[type="checkbox"] {
margin-right: 8px;
vertical-align: middle;
transform: translateY(0); /* ← ここ微調整できる */
}

.wpcf7-form .form-accept span{
width: auto;
margin-bottom: 0.5px;
}

.form-submit-button {
display: inline-block;
padding: 18px 75px;
border: 1px solid #6d6d6c;
font-size: 14px;
font-family: 'Noto Sans', sans-serif;
position: relative;
cursor: pointer;
transition: all 0.2s ease;
color: #050505;
font-size: 13px;
}

.form-submit-wrap::after {
content: '';
width: 6px;
height: 6px;
background: #f8833c;
border-radius: 50%;
position: absolute;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
right: 295px;
}

.floating-toggle{
display: none;
}

.form-submit-wrap {
position: relative;
margin: 0 auto; /* ← これがないと中央にならない！ */
text-align: center;
}

.wpcf7-spinner{
display: none;
}
@media screen and (max-width: 991px){
.form-submit-wrap::after{
  top: 51%;
  right: 253px;
}
.form-label{
  font-size: 14px;
}
.required-mark{
  font-size: 12px;
}
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form select, .wpcf7-form textarea{
  font-size: 12px;
  color: #050505;
}

@media screen and (max-width: 768px){
  .wpcf7-form{
    padding: 30px 10px;
  }

  .wpcf7-form label{
    display: block;
    margin-bottom: 0;
  }
  .form-label{
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
  }
  .form-select{
    width: 100% !important;
  }
  .form-note{
    font-size: 13px;
    line-height: 1.6;
    word-break: keep-all;
  }
  .form-submit-wrap::after{
    right: 80px;
  }
  .wpcf7-form .form-accept span{
    vertical-align: bottom;
  }
  .recruit-form-section{
    padding: 50px 20px;
  }
}
.contact-section{
  display: none;
}
@media screen and (max-width: 1024px){
  .recruit-form-section{
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 0 0;
  }
  .recruit-hero{
    padding: 0 0 0 5%;
  }
}