@charset "UTF-8";
/* CSS Document */

.sec1 {
  width: 100%;
  height: 375px;
  position: relative;
  background: url(images/common/other-top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec1__h1 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.6rem;
  font-weight: 700;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}

@media (max-width: 1024px) {
  .sec1__h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 600px) {
  .sec1__h1 {
    font-size: 2rem;
  }
}




.sec2 {
  position: relative;
  padding: 100px 0;
  background-image: url(images/service-jobchange/sec2/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  backdrop-filter: blur(5px);
  opacity: 0.8;
}

.sec2__wapper {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.sec2__wapper__left {
  color: #2768BE;
}

.sec2__wapper__left__p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.sec2__wapper__left__h2 {
  font-size: 3.8rem;
  line-height: 1.7;
}

.sec2__wapper__right {
  width: 200px;
}

.sec2__wapper__right img,
.sec2__wapper__right source {
  width: 100%;
}

.sec2__br {
  display: none;
}


@media (max-width: 1024px) {
  .sec2 {
    padding: 75px 0;
  }

  .sec2__wapper__left__h2 {
    font-size: 3.4rem;
  }
}


@media (max-width: 600px) {

  .sec2__br {
    display: block;
  }

  .sec2 {
    padding: 50px 0;
  }

  .sec2__wapper {
    flex-direction: column;
    gap: 40px;
  }

  .sec2__wapper__left__h2 {
    font-size: 3rem;
    text-align: center;
  }
}




.br {
  display: none;
}

@media (max-width: 600px) {
  .br {
    display: block;
  }
}






/* .privacy_link と .privacy_check それぞれ中央寄せ */
.privacy_link,
.privacy_check {
  display: block;
  text-align: center;
  width: 100%;
}

.privacy_link {
  margin-bottom: 1em;
}

/* チェックボックスを中央寄せ */
.privacy_check ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-block;
  /* ↓ 追加 */
  float: none;
}

/* チェックボックスのリストを中央寄せ（親も中央） */
.privacy_check {
  text-align: center;
}

.privacy_check li {
  margin: 0;
  padding: 0;
}

.privacy_check input[type="checkbox"] {
  margin-right: 0.4em;
  transform: scale(1.1);
}


/* チェックボックスとラベルの余白微調整 */
.privacy_check input[type="checkbox"] {
  margin-right: 0.4em;
  transform: scale(1.1); /* 任意で見やすく拡大 */
}

.doc-icon {
  display: inline-block;
  width: 1em; height: 1.2em;
  border: 2px solid #333;
  border-radius: 2px;
  position: relative;
  top: 0.2em;
  margin-left: 0.2em;
}
.doc-icon::before {
  content: "";
  position: absolute;
  left: 0.2em; top: 0.25em;
  width: 0.6em; height: 0.12em;
  background: #333;
  border-radius: 1px;
}

/* 成功メッセージなどのCloudflare表示も幅に合わせる */
.wpforms-container .wpforms-recaptcha-container .g-recaptcha {
    text-align: center;
    margin-bottom:40px;
}
/* 送信ボタンの配置調整（中央寄せにしたい場合） */
.wpforms-submit-container {
  text-align: center;
}
