@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", sans-serif;
  color: #111;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0.1em;
  }
}

body .fw-w6 {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", sans-serif !important;
  font-weight: 600 !important;
}

/* ホバーアクション（共通） */
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.7;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

/* セクションタイトルのスタイル調整（共通部分） */
.section-title {
  position: relative;
  letter-spacing: 0.1em;
  margin-bottom: 0 !important;
  padding-top: 40px !important;
}

.section-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 61px;
  height: 7px;
  background: #fff;
  border-radius: 10px;
  bottom: -64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* wp-block-columnsのgapをゼロにする */
.wp-block-columns {
  gap: 0 !important;
}

/* 各セクション最大幅を1480pxにする（共通）*/
.l-header__content,
.top-visual,
.btn-under-top-visual,
.youtube-bg,
.point-inner,
.salary-inner,
.voice-inner,
.under-voice-picture,
.step-inner,
.contact-inner,
.under-contact-link,
.award-logo {
  max-width: 1480px !important;
}

/* フッター上部の余白 */
.c-section.p-section-front-page-content {
  padding-top: 0;
}

/* ページトップのスタイル調整 */
#page-top {
  bottom: 85px;
  right: 15px;
  background: #000;
  opacity: 0.5;
}

@media screen and (max-width: 782px) {
  #page-top {
    bottom: calc(59px + 15px);
  }
}

.top-text-1,
.top-text-2 {
  text-shadow: 1px 2px 3px #808080;
}

/* セクションで中央揃えにする*/
.l-header__content {
  margin: 0 auto;
}

/* ヘッダーを中央位置へ調整*/
.l-header {
  width: 100%;
}

/* ヘッダーを中央位置へ調整*/
img.custom-logo {
  display: block;
  margin: 0 auto;
  position: relative;
}

/* ヘッダーロゴの幅指定*/
.c-site-branding__title .custom-logo {
  width: 391px;
}

/* ヘッダーロゴの幅指定*/
.c-hamburger-btn__label {
  display: none;
}

/* ハンバーガーアイコンと×アイコンの位置指定*/
.c-row__col.c-row__col--fit,
.c-hamburger-btn {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 41px;
  background: rgba(255, 255, 255, 0.7);
  padding: 0;
  width: 54px;
}

/* ハンバーガーメニューのサイズ調整*/
.c-hamburger-btn__bars {
  width: 48px;
  height: 26px;
}

.c-hamburger-btn__bar {
  height: 2px;
}

.c-hamburger-btn__bar:nth-of-type(2) {
  top: 12px;
}

.c-hamburger-btn__bar:nth-of-type(3) {
  top: 24px;
}

/* ドロワーメニューの背景、サイズ調整 */
[id="drawer-nav"].c-drawer--overall[aria-hidden="false"] {
  opacity: 0.95;
  height: 70vh;
  -webkit-box-shadow: 0px 10px 10px #999;
          box-shadow: 0px 10px 10px #999;
}

@media screen and (max-width: 782px) {
  [id="drawer-nav"].c-drawer--overall[aria-hidden="false"] {
    height: 100vh;
  }
}

/* ドロワーメニューのテキストカラー */
.c-drawer__item,
.c-drawer__menu {
  color: #000;
  font-size: 24px;
  line-height: 2.5;
}

[id="drawer-nav"].c-drawer--overall {
  padding-top: 0;
}

.c-drawer .c-hamburger-btn__bar {
  background: #000;
}

[id="drawer-nav"].c-drawer--overall .c-drawer__inner {
  text-align: center;
  margin-top: 90px;
}

/* ドロワーメニューの各項目のサブテキスト */
.drawer-item {
  font-size: 24px;
  position: relative;
  padding-bottom: 20px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", sans-serif !important;
  font-weight: 600 !important;
}

.drawer-item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-size: 14px;
  letter-spacing: 0;
}

.drawer-item.drawer-about::after {
  content: "建設アシストとは";
}

.drawer-item.drawer-point::after {
  content: "建設アシストの魅力";
}

.drawer-item.drawer-salary::after {
  content: "昇給モデル";
}

.drawer-item.drawer-voice::after {
  content: "先輩の声";
}

.drawer-item.drawer-conditions::after {
  content: "雇用条件";
}

.drawer-item.drawer-step::after {
  content: "採用までのステップ";
}

/* トップビジュアルのコンテンツ幅を調整*/
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  padding-top: 80px;
  width: 1000px;
  max-width: 95%;
}

.top-text-1 {
  letter-spacing: 0;
  line-height: calc(82 / 48);
}

/* トップビジュアルのサブタイトル右に線を引く*/
.top-text-2 {
  position: relative;
  letter-spacing: 0;
}

.top-text-2::after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 127px;
  height: 1px;
  top: 50%;
  left: 440px;
}

@media screen and (max-width: 782px) {
  .top-text-2::after {
    left: 93%;
  }
}

/* 下固定のボタン */
.btn-under-top-visual,
.btn-under-top-visual_sp {
  width: 100% !important;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}

.btn-under-top-visual .wp-block-buttons {
  height: 70px;
}

.btn-under-top-visual .wp-block-buttons .wp-block-button {
  height: 100%;
}

.btn-under-top-visual .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  white-space: nowrap;
}

.btn-under-top-visual_sp .wp-block-buttons {
  height: 59px;
}

.btn-under-top-visual_sp .wp-block-buttons .wp-block-button {
  height: 100%;
}

.btn-under-top-visual_sp .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.7;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.8vw;
  white-space: nowrap;
}

.wp-block-columns.btn-under-top-visual,
.wp-block-columns.btn-under-top-visual_sp {
  gap: 0 !important;
}

/* トップビジュアル下のコンテンツ上下余白調整 */
[data-is-full-template="true"] .c-entry__content:not([data-home-page-container="true"]) > * {
  margin-top: 0;
}

.under-top-visual-text1,
.under-top-visual-text2 {
  margin: 0 auto;
}

/* トップビジュアル下のコンテンツのロゴ */
.award-logo {
  max-width: 70%;
}

.award-logo-sp-1 {
  width: calc(100% * 283 / 390);
}

.award-logo-sp-2 {
  width: calc(100% * 167 / 390);
}

/* youtubeのサイズ調整 */
.youtube {
  width: 694px;
  max-width: 90% !important;
}

.youtube.wp-block-embed {
  margin-bottom: 0;
  min-height: 0;
}

.youtube-bg .wp-block-cover__inner-container {
  padding-top: 0px;
}

/* pointセクション タイトル下のテキストのスタイルあて */
.point-message {
  margin: 92px auto 0 !important;
  border: 2px solid #fff;
  width: 1000px;
  padding: 0 70px;
  max-width: 95%;
}

/* pointセクション の６つのコンテンツ部分の調整 */
.point-contents-pairs {
  width: 1000px;
  max-width: 95%;
}

.point-contents-pairs .point-contents {
  position: relative;
  padding: 0 !important;
  max-width: 480px;
  height: 450px;
}

@media screen and (max-width: 782px) {
  .point-contents-pairs .point-contents {
    height: auto;
  }
}

.point-contents-pairs .point-contents:nth-child(n + 2) {
  margin-left: 40px !important;
}

@media screen and (max-width: 782px) {
  .point-contents-pairs .point-contents:nth-child(n + 2) {
    margin-top: 160px;
    margin-left: 0 !important;
  }
}

.point-contents-pairs .point-contents .point_text {
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 600 !important;
}

.point-contents-pairs .point-contents .point_number {
  position: absolute;
  color: #199ee8;
  border: 0px solid transparent;
  background: #ddf3ff;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  line-height: 120px;
  margin-top: 0 !important;
  font-weight: 800;
  margin-bottom: -100px;
  z-index: 10;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.point-contents-pairs .point-contents .point-content {
  max-width: 390px;
  height: 100%;
  padding-top: 70px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 782px) {
  .point-contents-pairs .point-contents .point-content {
    max-width: 90%;
  }
}

.point-contents-pairs .point-contents .point-content .point-content-heading {
  letter-spacing: 0;
}

@media screen and (max-width: 900px) {
  .point-contents-pairs .point-contents .point-content .point-content-heading {
    font-size: 3vw !important;
  }
}

@media screen and (max-width: 782px) {
  .point-contents-pairs .point-contents .point-content .point-content-heading {
    font-size: 4.6vw !important;
    letter-spacing: 0;
    width: 100%;
    margin-top: 20px;
  }
}

.point-contents-pairs .point-contents .point-content .point-content-heading span {
  font-size: 16px !important;
  vertical-align: super;
}

@media screen and (max-width: 782px) {
  .point-contents-pairs .point-contents .point-content .point-content-heading span {
    font-size: 3.8vw;
  }
}

.point-contents-pairs .point-contents .point-content .point-content-text {
  letter-spacing: 0;
  max-width: 95%;
  margin: 0 auto;
}

.point-contents-pairs .point-contents .point-content .point-no3-under-heading {
  margin-top: 0;
}

@media screen and (max-width: 782px) {
  .point-contents-pairs .point-contents .point-content .point-no3-under-heading {
    font-size: 2.8vw;
  }
}

.point-contents-pairs .point-contents .point-content .wp-block-buttons {
  margin-top: auto;
  margin-bottom: 42px;
}

@media screen and (max-width: 782px) {
  .point-contents-pairs .point-contents .point-content .wp-block-buttons {
    margin-top: 30px;
  }
}

.point-contents-pairs .point-contents .point-content .wp-block-buttons .point-btn a {
  display: block !important;
  padding: 15px 45px !important;
}

/* Salaryセクションタイトル部分のスタイル調整 */
.salary-title::after {
  background: #199ee8;
}

.salary-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.salary-flex .salary-content .salary-content-explain {
  letter-spacing: 0;
  width: 190px;
  white-space: nowrap;
  margin-top: -23%;
}

.salary-flex .salary-content .salary-content-explain p {
  margin-top: 0;
}

.salary-flex .salary-content .salary-content-explain .expand {
  font-size: 32px !important;
}

.salary-content {
  max-width: 286px !important;
}

.salary-content:nth-child(n + 2) {
  margin-left: 30px !important;
}

.salary-content img {
  width: 100%;
}

@media screen and (max-width: 782px) {
  .salary-content.salary-content-sp-adjust {
    margin-top: 28.8px !important;
  }
}

.salary-content-text {
  letter-spacing: 0;
}

/* voiceセクションタイトル部分のスタイル調整 */
.voice-title::after {
  background: #f6ee32;
}

/* voice各コンテンツのサイズ調整 */
.voice-example {
  width: 1000px;
  max-width: 95%;
}

.voice-example .voice-example-text {
  max-width: 532px;
}

/* voice各コンテンツのパーツ位置調整 */
.voice-img-left img {
  display: block;
  margin-right: auto;
}

.voice-img-right img {
  display: block;
  margin-left: auto;
}

.voice-img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voice-img-text .voice-left-img {
  margin: 0;
}

.voice-img-text .voice-right-text {
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-bottom: 18px solid rgba(244, 234, 0, 0.8);
  height: 100%;
  max-width: 450px !important;
  padding: 30px;
  margin-left: -128px;
  letter-spacing: 0;
  margin-top: auto;
  margin-bottom: 30px;
  white-space: nowrap;
}

.voice-img-text .voice-right-img {
  margin: 0;
}

.voice-img-text .voice-left-text {
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-bottom: 18px solid rgba(244, 234, 0, 0.8);
  height: 100%;
  max-width: 450px !important;
  padding: 30px;
  margin-right: -128px;
  letter-spacing: 0;
  margin-top: auto !important;
  margin-bottom: 30px;
  white-space: nowrap;
}

.voice-schedule {
  margin-left: 90px !important;
  max-width: 288px;
}

.voice-content-text {
  letter-spacing: 0;
}

/* voiceセクション下の写真をテキストに被らせる */
.under-voice-message {
  position: relative;
  z-index: 10;
}

.under-voice-picture {
  margin-top: -35px !important;
  padding-bottom: 0 !important;
}

.voice-person-title {
  margin-top: 25px !important;
}

.voice-person-name {
  margin-top: 0 !important;
}

/* conditionセクションタイトル部分のスタイル調整 */
.condition-title::after {
  background: #199ee8;
}

/* 会社リスト*/
.condition-list {
  width: 1000px !important;
  max-width: 95% !important;
  border-top: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0 !important;
}

.condition-list:last-child {
  border-bottom: 1px solid #000;
}

.condition-list .condition-list-heading {
  margin-left: 10px;
}

.condition-list .condition-table-right {
  letter-spacing: 0;
}

.condition-list .condition-content-list {
  margin-top: 0;
}

/* stepセクションタイトル部分のスタイル調整 */
.step-title::after {
  background: #199ee8;
}

.step-under-title-text-2 {
  letter-spacing: 0;
}

/* stepセクションのコンテンツのスタイル調整 */
.step-content {
  width: 1000px;
  max-width: 95%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 0;
  padding: 14px 0;
  min-height: 0 !important;
}

.step-content .wp-block-cover__inner-container {
  padding-top: 0;
}

.step-content .step-content-title {
  margin-top: 0;
}

.step-content .step-content-title.has-background {
  padding-top: 0;
  padding-bottom: 0;
}

.step-content .step-content-text {
  margin-top: 14px;
}

/* コンタクトフォーム部分のスタイル調整 */
.wpcf7 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 1000px;
  max-width: 95%;
}

.wpcf7#wpcf7-f418-p414-o1, .wpcf7#wpcf7-f406-p397-o1 {
  border-bottom: 1px solid #333;
  width: 1000px;
  max-width: 95%;
}

.wpcf7#wpcf7-f418-p414-o1 .wpcf7-response-output, .wpcf7#wpcf7-f406-p397-o1 .wpcf7-response-output {
  color: #e74c3c;
  font-size: 24px;
  border: 3px solid #e74c3c !important;
  font-weight: 700;
  width: 80%;
}

.form-heading {
  display: inline-block;
  width: 100px;
  color: #fff;
  text-align: right;
  font-size: 18px;
  line-height: 37px;
  vertical-align: top;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", sans-serif !important;
  font-weight: 600 !important;
}

.form-heading.form-entry {
  color: #111;
  width: 208px;
}

.form-heading.form-download {
  color: #111;
  width: 74px;
}

.form-required {
  display: inline-block;
  width: 52px;
  height: 32px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  margin-left: 13px;
  margin-right: 16px;
  margin-top: 2.5px;
  font-size: 12px;
  line-height: 32px;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .form-required {
    height: 28px;
    line-height: 28px;
    margin-top: 4.5px;
  }
}

.form-required.form-entry, .form-required.form-download {
  background: #ba2727;
}

.form-required.no-required {
  background: transparent;
}

.wpcf7-form {
  width: 515px;
  margin: 33px auto 24px;
}

.wpcf7-form input {
  border-radius: 0;
}

.wpcf7-form p {
  margin-top: 22px;
}

.wpcf7-form .wpcf7-submit {
  background: #7c0038;
  color: #fff;
  border-radius: 10px;
  width: 246px;
  height: 57px;
  font-size: 24px;
  display: block;
  margin: 36px auto 0;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", sans-serif !important;
  font-weight: 600 !important;
}

.wpcf7-form-control-wrap {
  display: inline-block;
  max-width: 334px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", sans-serif !important;
  font-weight: 600 !important;
}

.wpcf7-form-control-wrap select option:first-child {
  color: #fff;
}

.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap textarea {
  width: 334px;
  height: 37px;
}

.wpcf7-form-control-wrap.your-age select {
  width: 147px;
}

.wpcf7-form-control-wrap.acceptance-check {
  background: #fff;
  height: 53px;
  border-radius: 100px;
  max-width: 95%;
  width: calc(100% * (249 / 390));
  font-size: 20px;
  text-align: center;
  margin: 33px auto 0;
  display: block;
}

.wpcf7-form-control-wrap.acceptance-check .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-form-control-wrap.acceptance-check .wpcf7-list-item-label {
  line-height: 53px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", sans-serif !important;
  font-weight: 600 !important;
}

.wpcf7-form-control-wrap.your-condition .wpcf7-list-item {
  color: #fff;
}

.wpcf7-radio {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", sans-serif !important;
  font-weight: 600 !important;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
  line-height: 37px;
}

.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.wpcf7-list-item {
  display: block;
}

#wpcf7-f7-p40-o1 .wpcf7-not-valid-tip {
  color: #fff !important;
}

.wpcf7-not-valid-tip {
  font-size: 20px !important;
}

.wpcf7-response-output {
  color: #fff;
  font-size: 24px;
  border: 3px solid #fff !important;
  font-weight: 700;
  text-align: center;
  width: 90%;
  margin: 0 auto !important;
}

@media screen and (max-width: 700px) {
  .wpcf7-response-output {
    text-align: left;
  }
}

/* コンタクトフォーム下のリンクボタンのスタイル調整 */
.under-contact-link .wp-block-button.is-style-outline .wp-block-button__link,
.under-contact-link .wp-block-button__link {
  display: block;
  padding: 14px 32px !important;
}

.under-contact-link .wp-block-cover__inner-container {
  padding-top: 0;
}

.wp-block-columns.under-contact-link-pairs {
  gap: 0 !important;
}

/* エントリーのフォームを調整 */
#wpcf7-f406-p397-o1 .wpcf7-form {
  width: 646px;
}

#wpcf7-f406-p397-o1 .wpcf7-form .wpcf7-form-control-wrap {
  max-width: 357px;
}

@media screen and (max-width: 782px) {
  #wpcf7-f406-p397-o1 .wpcf7-form .wpcf7-form-control-wrap {
    max-width: 100%;
  }
}

#wpcf7-f406-p397-o1 .wpcf7-form .wpcf7-submit {
  background: #111;
  border-radius: 0;
  margin-top: 50px;
}

#wpcf7-f406-p397-o1 .wpcf7-form .acceptance-check {
  background: #e0e0e0;
  margin-top: 50px;
}

#wpcf7-f406-p397-o1 .wpcf7-form .wpcf7-textarea {
  display: block;
  height: 120px;
}

#wpcf7-f418-p414-o1 .wpcf7-form {
  width: 490px;
}

#wpcf7-f418-p414-o1 .wpcf7-form .wpcf7-submit {
  background: #111;
  border-radius: 0;
  margin-top: 50px;
}

#wpcf7-f418-p414-o1 .wpcf7-form .acceptance-check {
  background: #e0e0e0;
  margin-top: 50px;
}

.under-contact-link-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.under-contact-link-btn:hover a {
  opacity: 1;
  background: #fff !important;
  color: #111 !important;
  border: 2px solid #111;
}

.footer-contact-btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact-btn a:hover {
  opacity: 1;
  background: #111 !important;
  color: #fff !important;
  border: 2px solid #111;
}

/* フッター上のお問い合わせボタンのスタイル調整 */
.footer-contact-btn {
  margin-bottom: 47px !important;
}

.footer-contact-btn .wp-block-button.is-style-outline .wp-block-button__link,
.footer-contact-btn .wp-block-button__link {
  display: block;
  padding: 14px 32px !important;
}

/* フッターのスタイル調整 */
footer.l-footer {
  border-top: none;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", sans-serif !important;
  font-weight: 600 !important;
}

footer .c-sub-nav {
  font-size: 14px;
}

footer .c-sub-nav .c-navbar {
  gap: 0;
}

footer .c-sub-nav ul {
  max-width: 800px;
  margin: 0 auto 36px;
}

footer .c-sub-nav ul li {
  display: inline-block;
  padding: 0 24px;
  margin-top: 10px !important;
}

footer .c-sub-nav ul li:nth-child(2), footer .c-sub-nav ul li:nth-child(3), footer .c-sub-nav ul li:nth-child(4), footer .c-sub-nav ul li:nth-child(6) {
  border-left: 1px solid #111;
}

@media screen and (max-width: 782px) {
  footer .c-sub-nav ul li:nth-child(2), footer .c-sub-nav ul li:nth-child(3), footer .c-sub-nav ul li:nth-child(4), footer .c-sub-nav ul li:nth-child(6) {
    border-left: none;
  }
}

footer .c-sub-nav ul li a {
  color: #111 !important;
}

/* コピーライトのスタイル調整 */
.c-copyright--inverse {
  background: none;
  color: #111;
  font-size: 12px;
  margin-bottom: 100px;
}

.sub-top-visual .wp-block-cover__inner-container {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .sub-top-visual .wp-block-cover__inner-container p {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 450px) {
  .sub-top-visual .wp-block-cover__inner-container p {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 782px) {
  .sub-top-visual {
    min-height: 250px !important;
  }
}

/* 表示幅375px以下の時の表示 */
@media screen and (max-width: 350px) {
  .c-hamburger-btn__bars {
    display: none;
  }
}

/* 表示幅768px以下の時の表示 */
@media screen and (max-width: 768px) {
  .top-visual .top-text-1 {
    font-size: 7vw !important;
    line-height: calc(46 / 30);
  }
  .top-visual .top-text-2 {
    font-size: 4.6vw !important;
    line-height: calc(31 / 18);
  }
  .top-visual .top-text-2::after {
    width: 30px;
    top: 50%;
    right: -40px;
  }
  .c-site-branding__title .custom-logo {
    width: 240px !important;
    margin-left: 0;
    margin-top: 20px;
  }
  .l-header .l-header__content .l-simple-header .c-container {
    min-height: 73px;
  }
}

/* 表示幅782px以下の時の表示 */
/* LP-top */
@media screen and (max-width: 782px) {
  .top-visual {
    padding-left: 5.1vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 30px !important;
  }
  .cad-operator {
    font-size: 4.6vw !important;
  }
  .assist-logo {
    width: calc(100% * (284 / 390)) !important;
  }
  .under-top-visual-text1,
  .under-top-visual-text2 {
    font-size: 3.6vw;
    text-align: left;
    max-width: 90%;
  }
  .youtube-bg {
    width: 100% !important;
    min-height: 0 !important;
  }
  .youtube-bg .wp-block-cover__inner-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .point-message {
    font-size: 5.1vw !important;
    line-height: 1.5;
    width: 90%;
    padding: 20px 0;
  }
  .point-contents-pairs {
    display: block;
    margin: 0 auto !important;
    width: 85%;
  }
  .point-contents-pairs .point-contents {
    width: 100% !important;
    max-width: 100%;
  }
  .point-contents-pairs .point-contents .point-content {
    width: 90%;
  }
  .salary-flex {
    display: block;
  }
  .salary-flex .salary-content {
    max-width: calc(100% * (324 / 390)) !important;
    margin: 50px auto 0;
  }
  .salary-flex .salary-content .salary-content-explain {
    width: 60%;
    margin-top: -10%;
  }
  .salary-flex .salary-content .salary-content-explain p {
    font-size: 4.1vw !important;
  }
  .salary-flex .salary-content .salary-content-explain p .expand {
    font-size: 7vw !important;
  }
  .salary-flex .salary-content:nth-child(n + 2) {
    margin-left: auto !important;
  }
  .salary-flex .salary-content .salary-content-text {
    font-size: 4.1vw !important;
  }
  .under-voice-message {
    font-size: 5.6vw !important;
  }
  .under-voice-picture {
    margin-top: -10% !important;
  }
  .condition-list {
    display: block;
    width: 85% !important;
  }
  .condition-list .wp-block-column:nth-child(2) {
    margin-top: 21px;
    font-size: 3.1vw;
  }
  .condition-list .condition-list-heading {
    margin-left: 0;
    font-size: 4.2vw;
  }
  .step-text-heading {
    font-size: 6.2vw !important;
  }
  .step-under-title-text-1,
  .step-under-title-text-2 {
    text-align: left;
    width: 85%;
  }
  .step-under-title-text-1 {
    font-size: 3.1vw;
  }
  .step-under-title-text-2 {
    font-size: 2.8vw;
  }
  .step-content {
    width: 85%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .step-content:nth-child(n + 2) {
    margin-top: 20px;
  }
  .step-content .step-content-number {
    font-size: 6.2vw !important;
  }
  .step-content .step-content-title {
    font-size: 4.6vw !important;
  }
  .step-content .step-content-text {
    font-size: 3.1vw !important;
  }
  .contact-text-1 {
    font-size: 5.6vw !important;
  }
  .contact-text-2 {
    font-size: 3.6vw !important;
  }
  .contact-text-3 {
    font-size: 3.6vw !important;
  }
  .wpcf7-form {
    width: calc(100% * (276 / 390)) !important;
  }
}

@media screen and (max-width: 782px) and (max-width: 768px) {
  .wpcf7-form {
    width: 85% !important;
  }
}

@media screen and (max-width: 782px) {
  .wpcf7-form p {
    display: block;
  }
  .wpcf7-form p label span:first-child {
    width: auto !important;
    font-size: 3.3vw;
  }
}

@media screen and (max-width: 782px) and (max-width: 550px) {
  .wpcf7-form p label span:first-child {
    font-size: 16px;
  }
}

@media screen and (max-width: 782px) {
  .wpcf7-form p label span:nth-child(2) {
    font-size: 2.8vw;
    width: auto !important;
  }
}

@media screen and (max-width: 782px) and (max-width: 550px) {
  .wpcf7-form p label span:nth-child(2) {
    font-size: 14px;
  }
}

@media screen and (max-width: 782px) {
  .wpcf7-form p label span:nth-child(3) {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .wpcf7-form p label span:nth-child(3) input,
  .wpcf7-form p label span:nth-child(3) select {
    width: 100%;
  }
  .wpcf7-form p label span .wpcf7-textarea {
    width: 100%;
  }
  .wpcf7-form p .your-condition {
    display: block !important;
    margin-top: 10px;
  }
  .wpcf7-form p .your-condition .wpcf7-list-item {
    font-size: 3.3vw;
  }
  .wpcf7-form p .your-condition .wpcf7-list-item.first {
    margin-left: 0;
  }
  .wpcf7-form p .your-exp {
    display: block !important;
    margin-top: 10px;
  }
  .wpcf7-form p .your-exp .wpcf7-list-item {
    color: #111;
    font-size: 3.3vw;
  }
  .wpcf7-form p .your-exp .wpcf7-list-item.first {
    margin-left: 0;
  }
  .wpcf7-form p .your-cad-exp {
    display: block !important;
    margin-top: 10px;
  }
}

@media screen and (max-width: 782px) and (max-width: 550px) {
  .wpcf7-form p .your-cad-exp .wpcf7-radio {
    font-size: 12px;
  }
}

@media screen and (max-width: 782px) {
  .wpcf7-form p .acceptance-check {
    max-width: 100%;
    width: 250px;
  }
  .wpcf7-form p .acceptance-check .wpcf7-list-item-label {
    font-size: 15px !important;
  }
  .wpcf7-form .wpcf7-form-control-wrap {
    margin-top: 10px;
  }
}

@media screen and (max-width: 782px) and (max-width: 550px) {
  .wpcf7-form .wpcf7-form-control-wrap {
    margin-top: 3px;
  }
}

@media screen and (max-width: 782px) {
  .under-contact-link .under-contact-link-pairs {
    display: block;
  }
  .under-contact-link .under-contact-link-columns {
    margin-top: 0 !important;
  }
  .under-contact-link-btn {
    font-size: 4.6vw;
  }
  .under-contact-link-btn-text {
    font-size: 3.1vw;
  }
  .footer-contact-btn {
    font-size: 3.1vw;
  }
  footer .c-sub-nav ul {
    display: block !important;
  }
  footer .c-sub-nav ul li {
    display: block;
    border: none;
  }
  footer .c-sub-nav ul li:nth-child(n + 2) {
    margin-top: 20px;
  }
  footer .c-sub-nav ul li a {
    font-size: 3.1vw;
  }
  footer .c-sub-nav ul li a:hover {
    text-decoration: none !important;
  }
  .c-copyright--inverse {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 1024px) {
  .voice-under-title-text {
    font-size: 4.6vw !important;
  }
  .salary-sp-img {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .salary-sp-img-text {
    margin-top: 0 !important;
    padding: 24px 0;
    min-height: auto;
    padding-left: 5vw !important;
  }
  .salary-sp-img-text span {
    height: 100% !important;
  }
  .salary-sp-img-text .wp-block-cover__inner-container {
    padding-top: 0 !important;
  }
  .salary-sp-img-text .wp-block-cover__inner-container .has-large-font-size {
    font-size: 6vw !important;
  }
  .salary-sp-img-text .wp-block-cover__inner-container p {
    font-size: 4.1vw !important;
  }
  .salary-sp-img-text .wp-block-cover__inner-container p span {
    font-size: 6vw !important;
  }
  .salary-sp-img-text span.has-black-background-color.has-background-dim-80.wp-block-cover__gradient-background.has-background-dim {
    display: block;
    height: 390px;
  }
  .salary-sp-img-yellow {
    margin-top: 0 !important;
    min-height: auto !important;
    height: 8px;
    padding: 0;
  }
  .voice-example {
    display: block;
  }
  .voice-example .voice-example-text {
    max-width: 85%;
    width: 85%;
    margin: 0 auto;
  }
  .voice-example .voice-schedule {
    max-width: 287px;
    margin: 0 auto !important;
  }
  .voice-example .voice-schedule img {
    display: block;
    margin-top: 50px !important;
    display: 100%;
  }
}

.privacy-policy-all {
  display: none;
  height: 100vh;
  width: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.privacy-policy-all.view {
  display: block;
}

.privacy-policy-all .wp-block-cover__inner-container {
  background: #fff;
  padding: 50px;
  border-radius: 30px;
  z-index: 2000;
  position: relative;
  max-width: 70%;
  margin: 10% auto;
}

@media screen and (max-width: 782px) {
  .privacy-policy-all .wp-block-cover__inner-container {
    padding: 20px;
    border-radius: 15px;
    max-width: 90%;
  }
}

.privacy-policy-all .wp-block-cover__inner-container .privacy-policy-text {
  height: 200px;
  border: 1px solid;
  overflow-y: scroll;
  background: #fff;
  padding: 30px;
}

@media screen and (max-width: 782px) {
  .privacy-policy-all .wp-block-cover__inner-container .privacy-policy-text {
    padding: 15px;
  }
}

.privacy-policy-all .wp-block-cover__inner-container .privacy-policy-btn .wp-block-button__link {
  background: #fff;
  color: #e51975;
  border: 2px solid #e51975;
}

.privacy-policy-all .wp-block-cover__inner-container .privacy-policy-btn .wp-block-button__link:hover {
  -webkit-filter: none;
          filter: none;
  background: #e51975;
  color: #fff;
}

@media screen and (max-width: 782px) {
  .privacy-policy-all .wp-block-cover__inner-container .privacy-policy-btn .wp-block-button__link {
    font-size: 16px !important;
  }
}
