/*
Theme Name: Arkhe
Theme URI: https://arkhe-theme.com/
Version: 3.12.0
Tested up to: 6.8
Requires at least: 6.0
Requires PHP: 7.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


/* =========================================
  フォント
============================================ */
/* Google Fonts - Noto Sans Japanese */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* Google Fonts - Figtree */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
/* =========================================================================
   CSS変数の定義  _custom-property

   サイトの基本的な色指定は、CSS変数の値として設定する。
============================================================================ */
:root {
  --nst--color__White: #fff;
  --nst--color__Black: #262626;
  --nst--color__BlackL: #2c2c2c;
  --nst--color__Gray: #CCC;
  --nst--color__Text: #333;
  --nst--color__TextL: #777;
  --nst--color__Primary: #00427d;
  --nst--color__PrimaryL1: #2e6596;
  --nst--color__PrimaryL2: #007ae6;
  --nst--color__Secondary: #43a047;
  --nst--color__Tertiary: #005b94;
  --nst--color__TertiaryL1: #0060b1;
  --nst--color__TableAH: #ebf1f7;
  --nst--color__TableAD: #f7f7f7;
  --nst--color__TableBH: #f5f9fc;
  --nst--color__TableBD: #fff;
  --nst--color__Line: #ccc;
  --nst--color__LineL: #e5e5e5;
  --nst--color__Link: #00427d;
  --nst--color__LinkH: #43a047;
}

/* ==================================================
   _modules-heading
==================================================== */
/* 見出し
---------------------------------------------------------------------------- */
.nst--heading--hidden {
  font-size: 0;
  height: 0;
  margin: 0;
  position: absolute;
  opacity: 0;
  width: 0;
}

/* タイトル＋サブ英字（h2 相当） */
.nst--heading--block {
  color: var(--nst--color__Primary);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 1.1;
  margin: 150px auto 50px;
  padding: 74px 20px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .nst--heading--block {
    font-size: 17px;
    margin: 140px auto 45px;
    padding: 69px 20px 0;
  }
}
@media screen and (max-width: 720px) {
  .nst--heading--block {
    font-size: 16px;
    margin: 130px auto 35px;
    padding: 60px 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .nst--heading--block {
    font-size: 15px;
    margin: 120px auto 30px;
    padding: 52px 20px 0;
  }
}
@media screen and (max-width: 374px) {
  .nst--heading--block {
    font-size: 15px;
    margin: 110px auto 30px;
    padding: 42px 20px 0;
  }
}
.nst--heading--block.nst--type--white {
  color: var(--nst--color__White);
}
.nst--heading--block.nst--type--white > .nst--eng {
  color: var(--nst--color__White);
}
.nst--heading--block.nst--type--left {
  justify-content: flex-start;
  padding: 74px 20px 0 0;
}
@media screen and (max-width: 1000px) {
  .nst--heading--block.nst--type--left {
    padding: 69px 20px 0 0;
  }
}
@media screen and (max-width: 720px) {
  .nst--heading--block.nst--type--left {
    padding: 64px 20px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .nst--heading--block.nst--type--left {
    padding: 52px 20px 0 0;
  }
}
@media screen and (max-width: 374px) {
  .nst--heading--block.nst--type--left {
    padding: 42px 20px 0 0;
  }
}
.nst--heading--block.nst--type--left > .nst--eng {
  left: 0;
  right: auto;
  text-align: left;
}
.nst--heading--block.nst--type--left > .nst--eng::before {
  right: auto;
}
.nst--heading--block.nst--type--line2 {
  padding-top: 140px;
}
@media screen and (max-width: 880px) {
  .nst--heading--block.nst--type--line2 {
    padding-top: 115px;
  }
}
.nst--heading--block > .nst--text {
  display: block;
  position: relative;
  z-index: 1;
}
.nst--heading--block > .nst--eng {
  top: 0;
  color: var(--nst--color__Text);
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 64px;
  font-style: normal;
  display: inline-block;
  left: 0;
  letter-spacing: 0.025em;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .nst--heading--block > .nst--eng {
    font-size: 64px;
  }
}
@media screen and (max-width: 880px) {
  .nst--heading--block > .nst--eng {
    font-size: 50px;
  }
}
@media screen and (max-width: 720px) {
  .nst--heading--block > .nst--eng {
    font-size: 47px;
  }
}
@media screen and (max-width: 600px) {
  .nst--heading--block > .nst--eng {
    font-size: 44px;
  }
}
@media screen and (max-width: 374px) {
  .nst--heading--block > .nst--eng {
    font-size: 36px;
  }
}


/* 日本語タイトル＋二重下線（h3 相当） */
.nst--heading--underline {
  color: var(--nst--color__Text);
  display: block;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 1;
  margin: 150px auto 80px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .nst--heading--underline {
    font-size: 37px;
    margin: 140px auto 75px;
  }
}
@media screen and (max-width: 720px) {
  .nst--heading--underline {
    font-size: 33px;
    margin: 130px auto 70px;
  }
}
@media screen and (max-width: 600px) {
  .nst--heading--underline {
    font-size: 28px;
    margin: 120px auto 65px;
  }
}
.nst--heading--underline::before {
  border-bottom: 3px solid var(--nst--color__Secondary);
  border-top: 3px solid var(--nst--color__Primary);
  bottom: -18px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  line-height: 1;
  margin: auto auto auto 0;
  position: absolute;
  width: 40px;
}

/* 日本語タイトル＋二重中線（h4 相当） */
.nst--heading--centerLine {
  color: var(--nst--color__Text);
  display: block;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 1;
  margin: 50px auto 40px;
  padding: 0 0 0 34px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .nst--heading--centerLine {
    font-size: 26px;
    margin: 50px auto 40px;
  }
}
@media screen and (max-width: 720px) {
  .nst--heading--centerLine {
    font-size: 24px;
    margin: 45px auto 35px;
  }
}
@media screen and (max-width: 600px) {
  .nst--heading--centerLine {
    font-size: 22px;
    margin: 40px auto 30px;
  }
}
.nst--heading--centerLine::before {
  border-bottom: 3px solid var(--nst--color__Secondary);
  border-top: 3px solid var(--nst--color__Primary);
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 9px;
  left: 0;
  line-height: 1;
  margin: auto;
  position: absolute;
  top: 2px;
  width: 20px;
}

/* 日本語タイトル＋二重縦線（h4～5 相当） */
.nst--heading--verticalLine {
  color: var(--nst--color__Text);
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 1;
  margin: 40px auto 30px;
  padding: 0 0 0 30px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .nst--heading--verticalLine {
    font-size: 24px;
    margin: 40px auto 30px;
  }
}
@media screen and (max-width: 720px) {
  .nst--heading--verticalLine {
    font-size: 21px;
    margin: 35px auto 25px;
  }
}
@media screen and (max-width: 600px) {
  .nst--heading--verticalLine {
    font-size: 19px;
    margin: 30px auto 20px;
  }
}
.nst--heading--verticalLine::before {
  border-left: 3px solid var(--nst--color__Secondary);
  border-right: 3px solid var(--nst--color__Primary);
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  line-height: 1;
  margin: auto;
  position: absolute;
  top: 2px;
  width: 9px;
}

/* 日本語タイトル＋太字（h5～6 相当） */
.nst--heading--bold {
  color: var(--nst--color__Text);
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0 auto;
}
@media screen and (max-width: 1000px) {
  .nst--heading--bold {
    font-size: 20px;
    margin: 30px 0 auto;
  }
}
@media screen and (max-width: 720px) {
  .nst--heading--bold {
    font-size: 17px;
    margin: 25px 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .nst--heading--bold {
    font-size: 16px;
  }
}



/* =========================================================================
  _modules-button
============================================================================ */
/* ボタン
---------------------------------------------------------------------------- */
/* btn 打消し用 */
.wp-block-button.wp-block-button .wp-block-button__link:hover,
.wp-block-button.wp-block-button .wp-block-button__link:active,
.wp-block-button.wp-block-button .wp-block-button__link:focus {
  opacity: 1;
}


button.nst--btn {
  border: 0;
  background: var(--nst--color__Primary);
  border-radius: 32px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 64px;
  line-height: 64px;
  margin-bottom: 0;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  transition-duration: 0.3s;
  width: 330px;
  z-index: 1;
}
button.nst--btn::after {
  background: var(--nst--color__Secondary);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.4s, transform 0s;
  transition-delay: 0s, 0.3s;
  z-index: -1;
}
button.nst--btn:hover::after, button.nst--btn:active::after, button.nst--btn:focus::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  z-index: 1;
}
button.nst--btn:hover > a, button.nst--btn:active > a, button.nst--btn:focus > a {
  color: var(--nst--color__White);
}
button.nst--btn > a,
button.nst--btn > .wp-block-button__link {
  background-color: transparent;
  border-radius: 0;
  color: var(--nst--color__White);
  display: block;
  padding: 0 40px 0 40px;
  position: relative;
  transition: 0.4s all;
  text-align: left;
  text-decoration: none;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  button.nst--btn > a,
  button.nst--btn > .wp-block-button__link {
    padding: 0 27px 0 27px;
  }
}
button.nst--btn > a::after,
button.nst--btn > .wp-block-button__link::after {
  bottom: 0;
  background: url("/wp-content/uploads/2025/12/icon_arrow_w.png") no-repeat center center;
  background-size: 9px 15px;
  content: "";
  display: inline-block;
  left: auto;
  height: 15px;
  margin: auto 0 auto auto;
  position: absolute;
  right: 27px;
  top: 0;
  width: 9px;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  button.nst--btn > a::after,
  button.nst--btn > .wp-block-button__link::after {
    right: 17px;
  }
}
button.nst--btn.nst--type--white {
  background: var(--nst--color__White);
}
button.nst--btn.nst--type--white > a,
button.nst--btn.nst--type--white > .wp-block-button__link {
  color: var(--nst--color__Primary);
  transition-duration: 1.3s;
}
button.nst--btn.nst--type--white > a::after,
button.nst--btn.nst--type--white > .wp-block-button__link::after {
  background: url("/wp-content/uploads/2025/12/icon_arrow_p.png") no-repeat center center;
  transition-duration: 1.3s;
}
button.nst--btn.nst--type--white:hover > a,
button.nst--btn.nst--type--white:hover > .wp-block-button__link, button.nst--btn.nst--type--white:active > a,
button.nst--btn.nst--type--white:active > .wp-block-button__link, button.nst--btn.nst--type--white:focus > a,
button.nst--btn.nst--type--white:focus > .wp-block-button__link {
  color: var(--nst--color__White);
}
button.nst--btn.nst--type--white:hover > a::after,
button.nst--btn.nst--type--white:hover > .wp-block-button__link::after, button.nst--btn.nst--type--white:active > a::after,
button.nst--btn.nst--type--white:active > .wp-block-button__link::after, button.nst--btn.nst--type--white:focus > a::after,
button.nst--btn.nst--type--white:focus > .wp-block-button__link::after {
  background: url("/wp-content/uploads/2025/12/icon_arrow_w.png") no-repeat center center;
}
@media screen and (max-width: 720px) {
  button.nst--btn {
    font-size: 15px;
    width: calc(330px * 0.8);
  }
}
button.nst--btn.disabled {
  background-color: var(--color__Line);
  cursor: default;
  pointer-events: none;
}
button.nst--btn {
  padding: 0 70px 0 20px;
}
button.disabled {
  background-color: var(--color__Gray);
  color: var(--color__Black) L;
  cursor: default;
  pointer-events: none;
}

/* テーマスタイル 上書き */
.wp-block-button.wp-block-button .wp-block-button__link {
  padding: 0.75em 1.5em;
}
@media screen and (max-width: 1200px) {
  .wp-block-button.wp-block-button .wp-block-button__link {
    padding: 0.75em 1.5em 0.75em 1em;
  }
}

.wp-block-button.nst--btn .wp-block-button__link {
  background-color: transparent;
}

/* btn width 330 */
.nst--btn,
.nst--btn.wp-block-button,
.nst--btn.nst--type--m {
  border: 0;
  background: var(--nst--color__Primary);
  border-radius: 32px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 64px;
  line-height: 64px;
  margin-bottom: 0;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  transition-duration: 0.3s;
  width: 330px;
  z-index: 1;
}
.nst--btn::after,
.nst--btn.wp-block-button::after,
.nst--btn.nst--type--m::after {
  background: var(--nst--color__Secondary);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.4s, transform 0s;
  transition-delay: 0s, 0.3s;
  z-index: -1;
}
.nst--btn:hover::after, .nst--btn:active::after, .nst--btn:focus::after,
.nst--btn.wp-block-button:hover::after,
.nst--btn.wp-block-button:active::after,
.nst--btn.wp-block-button:focus::after,
.nst--btn.nst--type--m:hover::after,
.nst--btn.nst--type--m:active::after,
.nst--btn.nst--type--m:focus::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  z-index: 1;
}
.nst--btn:hover > a, .nst--btn:active > a, .nst--btn:focus > a,
.nst--btn.wp-block-button:hover > a,
.nst--btn.wp-block-button:active > a,
.nst--btn.wp-block-button:focus > a,
.nst--btn.nst--type--m:hover > a,
.nst--btn.nst--type--m:active > a,
.nst--btn.nst--type--m:focus > a {
  color: var(--nst--color__White);
}
.nst--btn > a,
.nst--btn > .wp-block-button__link,
.nst--btn.wp-block-button > a,
.nst--btn.wp-block-button > .wp-block-button__link,
.nst--btn.nst--type--m > a,
.nst--btn.nst--type--m > .wp-block-button__link {
  background-color: transparent;
  border-radius: 0;
  color: var(--nst--color__White);
  display: block;
  padding: 0 40px 0 40px;
  position: relative;
  transition: 0.4s all;
  text-align: left;
  text-decoration: none;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  .nst--btn > a,
  .nst--btn > .wp-block-button__link,
  .nst--btn.wp-block-button > a,
  .nst--btn.wp-block-button > .wp-block-button__link,
  .nst--btn.nst--type--m > a,
  .nst--btn.nst--type--m > .wp-block-button__link {
    padding: 0 27px 0 27px;
  }
}
.nst--btn > a::after,
.nst--btn > .wp-block-button__link::after,
.nst--btn.wp-block-button > a::after,
.nst--btn.wp-block-button > .wp-block-button__link::after,
.nst--btn.nst--type--m > a::after,
.nst--btn.nst--type--m > .wp-block-button__link::after {
  bottom: 0;
  background: url("/wp-content/uploads/2025/12/icon_arrow_w.png") no-repeat center center;
  background-size: 9px 15px;
  content: "";
  display: inline-block;
  left: auto;
  height: 15px;
  margin: auto 0 auto auto;
  position: absolute;
  right: 27px;
  top: 0;
  width: 9px;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  .nst--btn > a::after,
  .nst--btn > .wp-block-button__link::after,
  .nst--btn.wp-block-button > a::after,
  .nst--btn.wp-block-button > .wp-block-button__link::after,
  .nst--btn.nst--type--m > a::after,
  .nst--btn.nst--type--m > .wp-block-button__link::after {
    right: 17px;
  }
}
.nst--btn.nst--type--white,
.nst--btn.wp-block-button.nst--type--white,
.nst--btn.nst--type--m.nst--type--white {
  background: var(--nst--color__White);
}
.nst--btn.nst--type--white > a,
.nst--btn.nst--type--white > .wp-block-button__link,
.nst--btn.wp-block-button.nst--type--white > a,
.nst--btn.wp-block-button.nst--type--white > .wp-block-button__link,
.nst--btn.nst--type--m.nst--type--white > a,
.nst--btn.nst--type--m.nst--type--white > .wp-block-button__link {
  color: var(--nst--color__Primary);
  transition-duration: 1.3s;
}
.nst--btn.nst--type--white > a::after,
.nst--btn.nst--type--white > .wp-block-button__link::after,
.nst--btn.wp-block-button.nst--type--white > a::after,
.nst--btn.wp-block-button.nst--type--white > .wp-block-button__link::after,
.nst--btn.nst--type--m.nst--type--white > a::after,
.nst--btn.nst--type--m.nst--type--white > .wp-block-button__link::after {
  background: url("/wp-content/uploads/2025/12/icon_arrow_p.png") no-repeat center center;
  transition-duration: 1.3s;
}
.nst--btn.nst--type--white:hover > a,
.nst--btn.nst--type--white:hover > .wp-block-button__link, .nst--btn.nst--type--white:active > a,
.nst--btn.nst--type--white:active > .wp-block-button__link, .nst--btn.nst--type--white:focus > a,
.nst--btn.nst--type--white:focus > .wp-block-button__link,
.nst--btn.wp-block-button.nst--type--white:hover > a,
.nst--btn.wp-block-button.nst--type--white:hover > .wp-block-button__link,
.nst--btn.wp-block-button.nst--type--white:active > a,
.nst--btn.wp-block-button.nst--type--white:active > .wp-block-button__link,
.nst--btn.wp-block-button.nst--type--white:focus > a,
.nst--btn.wp-block-button.nst--type--white:focus > .wp-block-button__link,
.nst--btn.nst--type--m.nst--type--white:hover > a,
.nst--btn.nst--type--m.nst--type--white:hover > .wp-block-button__link,
.nst--btn.nst--type--m.nst--type--white:active > a,
.nst--btn.nst--type--m.nst--type--white:active > .wp-block-button__link,
.nst--btn.nst--type--m.nst--type--white:focus > a,
.nst--btn.nst--type--m.nst--type--white:focus > .wp-block-button__link {
  color: var(--nst--color__White);
}
.nst--btn.nst--type--white:hover > a::after,
.nst--btn.nst--type--white:hover > .wp-block-button__link::after, .nst--btn.nst--type--white:active > a::after,
.nst--btn.nst--type--white:active > .wp-block-button__link::after, .nst--btn.nst--type--white:focus > a::after,
.nst--btn.nst--type--white:focus > .wp-block-button__link::after,
.nst--btn.wp-block-button.nst--type--white:hover > a::after,
.nst--btn.wp-block-button.nst--type--white:hover > .wp-block-button__link::after,
.nst--btn.wp-block-button.nst--type--white:active > a::after,
.nst--btn.wp-block-button.nst--type--white:active > .wp-block-button__link::after,
.nst--btn.wp-block-button.nst--type--white:focus > a::after,
.nst--btn.wp-block-button.nst--type--white:focus > .wp-block-button__link::after,
.nst--btn.nst--type--m.nst--type--white:hover > a::after,
.nst--btn.nst--type--m.nst--type--white:hover > .wp-block-button__link::after,
.nst--btn.nst--type--m.nst--type--white:active > a::after,
.nst--btn.nst--type--m.nst--type--white:active > .wp-block-button__link::after,
.nst--btn.nst--type--m.nst--type--white:focus > a::after,
.nst--btn.nst--type--m.nst--type--white:focus > .wp-block-button__link::after {
  background: url("/wp-content/uploads/2025/12/icon_arrow_w.png") no-repeat center center;
}
@media screen and (max-width: 720px) {
  .nst--btn,
  .nst--btn.wp-block-button,
  .nst--btn.nst--type--m {
    font-size: 15px;
    width: calc(330px * 0.8);
  }
}
.nst--btn.disabled,
.nst--btn.wp-block-button.disabled,
.nst--btn.nst--type--m.disabled {
  background-color: var(--color__Line);
  cursor: default;
  pointer-events: none;
}







/* =========================================================================
   _modules-parts
============================================================================ */
/* table
---------------------------------------------------------------------------- */
.nst--table {
  max-width: 1200px;
  width: 100%;
}
.nst--table th,
.nst--table td {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .nst--table th,
  .nst--table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .nst--table th,
  .nst--table td {
    font-size: 15px;
  }
}
.nst--table tr:nth-child(2n+1) th {
  background-color: var(--nst--color__TableAH);
}
.nst--table tr:nth-child(2n+1) td {
  background-color: var(--nst--color__TableAD);
}
.nst--table tr:nth-child(2n) th {
  background-color: var(--nst--color__TableBH);
}
.nst--table tr:nth-child(2n) td {
  background-color: var(--nst--color__TableBD);
}
.nst--table th {
  border-width: 1px 1px 0 0;
  font-weight: 700;
  min-width: 5.5em;
  padding: 12px 20px 12px 20px !important;
  width: 32%;
}
@media screen and (max-width: 720px) {
  .nst--table th {
    padding: 12px 10px 12px 10px !important;
  }
}
.nst--table td {
  border-width: 1px 0 0 0;
  padding: 12px 20px 12px 20px !important;
  width: 68%;
}
@media screen and (max-width: 720px) {
  .nst--table td {
    padding: 12px 10px 12px 10px !important;
  }
}
@media screen and (max-width: 600px) {
  .nst--table {
    display: block;
  }
  .nst--table tbody,
  .nst--table tr,
  .nst--table th,
  .nst--table td {
    display: block;
    width: 100%;
  }
  .nst--table tr:nth-child(2n+1) th, .nst--table tr:nth-child(2n) th {
    background-color: var(--nst--color__TableAH);
  }
  .nst--table tr:nth-child(2n+1) td, .nst--table tr:nth-child(2n) td {
    background-color: var(--nst--color__TableBD);
  }
  .nst--table th,
  .nst--table td {
    padding: 10px 0;
  }
  .nst--table th {
    font-weight: 700;
    position: relative;
    padding-bottom: 0;
  }
  .nst--table th::after {
    border-bottom: 1px solid var(--color__Line);
    bottom: -5px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 1em;
  }
}


/* list
---------------------------------------------------------------------------- */
/* リンク有リスト */
.nst--listLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
.nst--listLink li {
  border-bottom: 1px solid var(--nst--color__Line);
  margin: 0.5em 0 0.5em 2%;
  width: 32%;
}
@media screen and (max-width: 1000px) {
  .nst--listLink li {
    margin: 0.5em 2% 0.5em 2%;
    width: 46%;
  }
}
@media screen and (max-width: 600px) {
  .nst--listLink li {
    width: 96%;
  }
}
.nst--listLink li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1000px) {
  .nst--listLink li:nth-child(3n+1) {
    margin-left: 2%;
  }
}
.nst--listLink li a {
  color: var(--nst--color__Text);
  font-weight: 700;
  display: block;
  padding: 0.5em 3em 0.5em 1em;
  position: relative;
  text-decoration: none;
}
.nst--listLink li a::after {
  bottom: 0;
  background: url("/wp-content/uploads/2025/12/icon_arrow_s_p.png") no-repeat center center;
  background-size: 6px 12px;
  content: "";
  display: inline-block;
  left: 0;
  height: 12px;
  margin: auto 0 auto auto;
  position: absolute;
  right: 1em;
  top: 0;
  width: 6px;
}
.nst--listLink li:hover a, .nst--listLink li:active a, .nst--listLink li:focus a {
  color: var(--nst--color__LinkH);
}
.nst--listLink.nst--recruitNav {
  background-color: var(--nst--color__Tertiary);
  border-radius: 20px;
  padding: 20px 70px 30px 70px;
}
@media screen and (max-width: 1000px) {
  .nst--listLink.nst--recruitNav {
    padding: 2vw 2vw 2.5vw 2vw;
  }
}
.nst--listLink.nst--recruitNav li {
  border-bottom: 1px solid var(--nst--color__White);
}
.nst--listLink.nst--recruitNav li a {
  color: var(--nst--color__White);
}
.nst--listLink.nst--recruitNav li a::after {
  background: url("/wp-content/uploads/2025/12/icon_arrow_s_w.png") no-repeat center center;
}
.nst--listLink.nst--recruitNav li:hover a, .nst--listLink.nst--recruitNav li:active a, .nst--listLink.nst--recruitNav li:focus a {
  color: #d2e5f7;
}



/* Google material icon
---------------------------------------------------------------------------- */
/* 他 汎用
---------------------------------------------------------------------------- */
/* 電話リンク PC時 aタグ 非活性（クリック無効） */
@media screen and (min-width: 768px) {
  a.nst--telLink {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }
}

/* 角丸 */
.nst--corners {
  border-radius: 20px;
}

.nst--cornersImg img {
  border-radius: 20px;
}

.nst--corners--s {
  border-radius: 10px;
}

.nst--cornersImg--s img {
  border-radius: 10px;
}

/* 影 */
.nst--shadow {
  box-shadow: 0 0 10px 0 rgba(57, 65, 77, 0.15);
}

.nst--shadowImg img {
  box-shadow: 0 0 10px 0 rgba(57, 65, 77, 0.15);
}



/* 地図 */
.nst--mapsArea {
  background: var(--nst--color__Gray);
  border-radius: 20px;
  height: 500px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.nst--mapsArea iframe {
  border-radius: 20px;
  height: 500px;
  overflow: hidden;
  width: 100%;
}


@media screen and (max-width: 880px) {
  .nst--photoWithImgWrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;;
  }
}

.nst--photoWithImgText {
  max-width: 600px;
}
@media screen and (max-width: 880px) {
  .nst--photoWithImgText {
    max-width: 100%;
  }
}

.nst--photoWithImg {
  max-width: 520px;
}
@media screen and (max-width: 880px) {
  .nst--photoWithImg {
    max-width: 100%;
  }
}
.nst--photoWithImg.nst--type--left {
  margin: 0 auto 0 0;
  padding: 0 60px 0 40px;
}
@media screen and (max-width: 880px) {
  .nst--photoWithImg.nst--type--left {
    margin: 0 auto;
  }
}
.nst--photoWithImg.nst--type--right {
  margin: 0 0 0 auto;
  padding: 0 40px 0 60px;
}
@media screen and (max-width: 880px) {
  .nst--photoWithImg.nst--type--right {
    margin: 0 auto;
  }
}
.nst--photoWithImg > .wp-block-group__inner-container {
  position: relative;
}
@media screen and (max-width: 880px) {
  .nst--photoWithImg > .wp-block-group__inner-container {
    margin: 30px auto 70px;
    max-width: 350px;
    width: 50vw;
  }
}
.nst--photoWithImg .nst--photoWithImg__photo {
  display: block;
  position: relative;
  z-index: 1;
}
.nst--photoWithImg .nst--photoWithImg__img {
  display: block;
  bottom: -70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 2;
}
.nst--photoWithImg .nst--photoWithImg__img.nst--type--left {
  left: -60px;
  right: auto;
}
.nst--photoWithImg .nst--photoWithImg__img.nst--type--full {
  left: -20px;
  right: auto;
  width: calc(100% + 60px);
}
@media screen and (max-width: 600px) {
  .nst--photoWithImg .nst--photoWithImg__img img {
    width: 75%;
  }
}


/* 重ね画像 */
.is-layout-flex .nst--overlapImg--under {
  margin-bottom: 60px;
}
.is-layout-flex .nst--overlapImg--upper {
  margin-top: 60px;
  margin-left: -35px;
}



/* =========================================
  ベース
============================================ */
/* フォントサイズ指定 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 15px;
  }
}

a {
  color: var(--nst--color__Primary);
}
a:hover, a:active, a:focus {
  color: var(--nst--color__LinkH);
}


/* =========================================
  ヘッダー・グローバルナビ
============================================ */
.l-header {
  height: 70px;
  position: relative;
}
.l-header .l-header__body.l-container {
  height: 70px;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}
.l-header .has-image > .c-headLogo {
  height: 31px;
  min-height: 31px;
}
.l-header .c-headLogo__img {
  height: 31px;
}
.l-header .c-gnav {
  font-size: 16px;
  font-weight: 700;
}
.l-header .c-gnav .c-gnav__li,
.l-header .c-gnav .c-gnav__li > .c-gnav__a {
  height: 3em;
}
.l-header .c-gnav .c-gnav__li:hover, .l-header .c-gnav .c-gnav__li:active, .l-header .c-gnav .c-gnav__li:focus,
.l-header .c-gnav .c-gnav__li > .c-gnav__a:hover,
.l-header .c-gnav .c-gnav__li > .c-gnav__a:active,
.l-header .c-gnav .c-gnav__li > .c-gnav__a:focus {
  color: var(--nst--color__Secondary);
}
.l-header .c-gnav .c-gnav__li > .c-gnav__a {
  padding: 16px 10px;
}
.l-header .c-gnav .nst--gnav--recruit .c-gnav__a {
  background-color: var(--nst--color__Primary);
  border-radius: 5px;
  color: var(--nst--color__White);
  overflow: hidden;
  margin: 0 10px 0 10px;
  padding: 0.8em 20px 0.8em;
  position: relative;
  transition-duration: 0.3s;
  z-index: 1;
}
.l-header .c-gnav .nst--gnav--recruit .c-gnav__a::after {
  background: var(--nst--color__Secondary);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.4s, transform 0s;
  transition-delay: 0s, 0.3s;
  z-index: -1;
}
.l-header .c-gnav .nst--gnav--recruit .c-gnav__a span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.l-header .c-gnav .nst--gnav--recruit:hover .c-gnav__a, .l-header .c-gnav .nst--gnav--recruit:active .c-gnav__a, .l-header .c-gnav .nst--gnav--recruit:focus .c-gnav__a {
  color: var(--nst--color__White);
}
.l-header .c-gnav .nst--gnav--recruit:hover .c-gnav__a::after, .l-header .c-gnav .nst--gnav--recruit:active .c-gnav__a::after, .l-header .c-gnav .nst--gnav--recruit:focus .c-gnav__a::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  z-index: 1;
}
.l-header .c-gnav .nst--gnav--recruit.menu-item .sub-menu {
  display: none;
}
@media screen and (max-width: 999px) {
  .l-header .c-gnav .nst--gnav--recruit.menu-item .sub-menu {
    display: list-item;
  }
}
.l-header .c-gnav .menu-item.nst--gnav--notGnav {
  display: none;
}
@media screen and (max-width: 999px) {
  .l-header .c-gnav .menu-item.nst--gnav--notGnav {
    display: list-item;
  }
}



/* =========================================
  ページタイトル部分
============================================ */
.p-topArea {
  min-height: 60vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .p-topArea {
    min-height: 55vh;
  }
}
@media screen and (max-width: 880px) {
  .p-topArea {
    min-height: 50vh;
  }
}
@media screen and (max-width: 720px) {
  .p-topArea {
    min-height: 45vh;
  }
}
@media screen and (max-width: 600px) {
  .p-topArea {
    min-height: 40vh;
  }
}


.p-topArea__body {
  color: var(--nst--color__Text);
  max-width: 1200px;
  position: relative;
}
.p-topArea__body .c-pageTitle__main {
  display: block;
  color: var(--nst--color__Text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .p-topArea__body .c-pageTitle__main {
    font-size: 17px;
  }
}
@media screen and (max-width: 720px) {
  .p-topArea__body .c-pageTitle__main {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .p-topArea__body .c-pageTitle__main {
    font-size: 15px;
  }
}

.p-topArea__body .subtitle,
.p-topArea__body .c-pageTitle__sub {
  color: var(--nst--color__Text);
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 64px;
  font-style: normal;
  display: block;
  bottom: 20px;
  left: 0;
  letter-spacing: 0.05em;
  position: absolute;
  right: 0;
  text-align: center;
  top: auto;
  z-index: 2;
  margin: auto;
}
.p-topArea__body .subtitle::before, .p-topArea__body .subtitle::after,
.p-topArea__body .c-pageTitle__sub::before,
.p-topArea__body .c-pageTitle__sub::after {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-topArea__body .subtitle,
  .p-topArea__body .c-pageTitle__sub {
    font-size: 58px;
  }
}
@media screen and (max-width: 880px) {
  .p-topArea__body .subtitle,
  .p-topArea__body .c-pageTitle__sub {
    font-size: 54px;
  }
}
@media screen and (max-width: 720px) {
  .p-topArea__body .subtitle,
  .p-topArea__body .c-pageTitle__sub {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .p-topArea__body .subtitle,
  .p-topArea__body .c-pageTitle__sub {
    font-size: 43px;
  }
}
@media screen and (max-width: 414px) {
  .p-topArea__body .subtitle,
  .p-topArea__body .c-pageTitle__sub {
    font-size: 38px;
  }
}


/* パンくず */
.p-breadcrumb {
  margin-top: 0;
  margin-bottom: 150px;
  font-size: 14px;
  letter-spacing: 0.125em;
  max-width: 1240px;
  padding: 8px 20px;
}
@media screen and (max-width: 1000px) {
  .p-breadcrumb {
    margin-bottom: 15vw;
  }
}
@media screen and (max-width: 600px) {
  .p-breadcrumb {
    display: none;
  }
}
.p-breadcrumb svg {
  display: none;
}
.p-breadcrumb .p-breadcrumb__list {
  border-top: 2px solid var(--nst--color__LineL);
  max-width: 1200px;
  padding: 0.75em 0 0 0;
}
.p-breadcrumb .p-breadcrumb__item {
  margin-right: 12px;
}
.p-breadcrumb .p-breadcrumb__item:after {
  height: 4px;
  top: 46%;
  transform: translateY(0%) rotate(90deg);
  width: 0;
}




/* =========================================
  フッター
============================================ */
.l-footer {
  margin-top: 150px;
}
.l-footer .l-footer__foot {
  border-bottom: 60px solid var(--nst--color__Black);
  margin-top: -150px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .l-footer .l-footer__foot {
    margin-top: 20px;
  }
}
.l-footer .l-footer__foot .l-container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
.l-footer .l-footer__foot .c-copyright {
  bottom: -40px;
  display: inline-block;
  font-size: 12px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.l-footer .l-footer__nav {
  display: flex;
  flex-flow: column wrap;
  justify-content: left;
  align-items: flex-start;
  margin: 0 0 0 auto;
  max-width: 720px;
  text-align: left;
  width: 100%;
  height: 16.5em;
}
@media screen and (max-width: 1240px) {
  .l-footer .l-footer__nav {
    max-width: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer .l-footer__nav {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .l-footer .l-footer__nav {
    height: 10em;
  }
}
.l-footer .l-footer__nav .menu-item {
  line-height: 2.5;
  width: 33%;
}
@media screen and (max-width: 600px) {
  .l-footer .l-footer__nav .menu-item {
    width: 50%;
  }
}
.l-footer .l-footer__nav .menu-item > a {
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer .l-footer__nav .menu-item.nst--listHem005 {
  margin-bottom: 1.5em;
}
.l-footer .l-footer__nav .menu-item.nst--listHem015 {
  margin-bottom: 3em;
}
@media screen and (max-width: 600px) {
  .l-footer .l-footer__nav .menu-item.nst--listHem015 {
    margin-bottom: initial;
  }
}
@media screen and (max-width: 600px) {
  .l-footer .l-footer__nav .menu-item.nst--pcOnly {
    display: none;
  }
}


/* =========================================
  フッター ウィジェット
============================================ */
.l-footer__widgets.has-columns {
  padding: 0;
}
.l-footer__widgets > .l-container {
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.l-footer__widgets .w-footer.-widget1 {
  background: url("/wp-content/uploads/2025/12/cmn_bg_contact.jpg") no-repeat center center;
  background-size: cover;
  padding: 150px 20px;
  width: 100%;
}
.l-footer__widgets .w-footer .nst--footerInquiry {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.l-footer__widgets .w-footer .nst--footerInquiry .nst--heading--block {
  margin-bottom: 50px;
  width: 100%;
}
.l-footer__widgets .w-footer .nst--footerInquiry .nst--footerInquiry__inner {
  display: flex;
}
@media screen and (max-width: 880px) {
  .l-footer__widgets .w-footer .nst--footerInquiry .nst--footerInquiry__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-footer__widgets .w-footer .nst--footerInquiry .nst--inquiryTelWrapper {
  margin-right: 50px;
  text-align: center;
  width: 380px;
}
@media screen and (max-width: 880px) {
  .l-footer__widgets .w-footer .nst--footerInquiry .nst--inquiryTelWrapper {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
}
.l-footer__widgets .w-footer .nst--footerInquiry .nst--inquiryTel {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
}
.l-footer__widgets .w-footer .nst--footerInquiry .nst--inquiryTel .nst--num {
  font-size: 48px;
}
@media screen and (max-width: 600px) {
  .l-footer__widgets .w-footer .nst--footerInquiry .nst--inquiryTel .nst--num {
    font-size: 40px;
  }
}
@media screen and (max-width: 414px) {
  .l-footer__widgets .w-footer .nst--footerInquiry .nst--inquiryTel .nst--num {
    font-size: 35px;
  }
}
.l-footer__widgets .w-footer .nst--footerInquiry .nst--inquiryTime {
  margin-top: 0.5em;
}
.l-footer__widgets .w-footer .nst--footerInquiry .nst--inquiryForm {
  margin-left: 50px;
  width: 380px;
}
@media screen and (max-width: 880px) {
  .l-footer__widgets .w-footer .nst--footerInquiry .nst--inquiryForm {
    margin-left: 0;
    width: 265px;
  }
}



.l-footer__widgets .w-footer.-widget2 {
  margin: 0 auto;
  max-width: 1240px;
  padding: 80px 20px 0 20px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .l-footer__widgets .w-footer.-widget2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.l-footer__widgets .w-footer .nst--footerLogos {
  width: 390px;
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .l-footer__widgets .w-footer .nst--footerLogos {
    width: 100%;
  }
}
.l-footer__widgets .w-footer .nst--footerLogos .nst--footerLogos__logo {
  margin-bottom: 20px;
  max-width: 228px;
  position: relative;
  z-index: 10;
}
.l-footer__widgets .w-footer .nst--footerLogos .nst--footerLogos__address {
  line-height: 2;
  max-width: 100%;
  width: 100%;
}




/* =========================================
  ホーム
============================================ */
/* 横幅クラッシュ */
body.home .l-content__body {
  margin-top: 0;
  overflow: hidden;
}
body.home .l-content__body.l-container {
  max-width: 100%;
  padding: 0;
}
body.home .l-content__body.l-container .l-article {
  max-width: 100%;
}


/* homeコンテンツ枠 */
.nst--homeContents {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--ark-width--article);
}

.nst--homeContentsWidth {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}




/* hero 動画
---------------------------- */
/* ヒーロー動画エリア */
.nst--homeHeroMovie__wrapper {
  background: var(--nst--color__TableAH);
  bottom: 0;
  height: calc(100vh - 70px);
  left: 0;
  margin: 0 auto 80px;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.nst--homeHeroMovie__wrapper::after {
  background: url("/wp-content/uploads/2025/11/cmn_bg_logo.png") no-repeat center center;
  background-size: 691px;
  bottom: auto;
  content: "";
  display: block;
  left: auto;
  height: 691px;
  margin: auto;
  mix-blend-mode: multiply;
  opacity: 0.75;
  position: absolute;
  right: -300px;
  top: 78vh;
  width: 691px;
  z-index: 11;
}
@media screen and (max-width: 880px) {
  .nst--homeHeroMovie__wrapper::after {
    background-size: 500px;
    height: 500px;
    right: -200px;
    width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .nst--homeHeroMovie__wrapper::after {
    background-size: 350px;
    height: 350px;
    right: -150px;
    width: 350px;
  }
}


.nst--homeHeroMovie__contents {
  height: calc(100vh - 70px);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.nst--homeHeroMovie__contents::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 10%, rgba(255, 255, 255, 0.05) 60%);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 9;
}
.nst--homeHeroMovie__contents .nst--homeHeroMovie__video {
  height: 100vh;
  width: 100vw;
}
.nst--homeHeroMovie__contents .nst--homeHeroMovie__video.only--pc {
  background: url("../images/home/bg_hero_movie.jpg") no-repeat center center;
  background-size: cover;
  display: block;
}
@media screen and (max-width: 720px) {
  .nst--homeHeroMovie__contents .nst--homeHeroMovie__video.only--pc {
    display: none !important;
  }
}
.nst--homeHeroMovie__contents .nst--homeHeroMovie__video.only--sp {
  background: url("../images/home/bg_hero_movie_sp.jpg") no-repeat center center;
  background-size: cover;
  display: none;
}
@media screen and (max-width: 720px) {
  .nst--homeHeroMovie__contents .nst--homeHeroMovie__video.only--sp {
    display: block !important;
  }
}
.nst--homeHeroMovie__contents video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  .nst--homeHeroMovie__contents video {
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .nst--homeHeroMovie__contents video {
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
  }
}


/* ヒーロー動画エリア 裾かぶせ */
.nst--homeHeroMovieHem {
  bottom: -8px;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100vw;
  z-index: 10;
}
.nst--homeHeroMovieHem img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100vw;
}

/* ヒーロー動画エリア キャッチコピー */
.nst--homeHeroMovieCatch {
  bottom: 0;
  height: 100%;
  left: 5%;
  margin: auto;
  max-width: 1200px;
  padding: 0;
  position: absolute;
  right: 5%;
  top: 0;
  width: 90%;
  z-index: 10;
}
.nst--homeHeroMovieCatch .nst--homeHeroMovieCopy {
  display: flex;
  align-items: center;
  height: 100%;
}
.nst--homeHeroMovieCatch .nst--homeHeroMovieScroll {
  bottom: 10%;
  display: flex;
  align-items: flex-end;
  height: 100%;
  left: auto;
  position: absolute;
  right: 20px;
  top: auto;
}

/* ヒーロー動画エリア アニメーション */
/* キャッチコピー 遅れて表示 */
.nst--a--copyFadeIn {
  opacity: 0; /* 最初は非表示 */
  animation-name: copyFadeIn; /* アニメーション名 */
  animation-duration: 1.25s; /* 5秒かけて表示 */
  animation-delay: 0.5s; /* 1秒待ってから開始 */
  animation-timing-function: ease; /* ゆっくり自然に */
  animation-iteration-count: 1; /* 1回だけ */
  animation-fill-mode: forwards; /* 終了後もその状態を維持 */
}

@keyframes copyFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スクロール　バウンド */
.nst--a--bounce {
  animation: scrollBounceY 3s ease-in-out infinite;
}

/* 下がる時を少し早くするため、割合を調整 */
@keyframes scrollBounceY {
  0% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-20px); /* 上へゆっくり上昇 */
  }
  50% {
    transform: translateY(0); /* ここまで少し早く下降 */
  }
  57% {
    transform: translateY(-5px); /* 上へs少し上昇 */
  }
  61% {
    transform: translateY(0); /* ここで下降 */
  }
  100% {
    transform: translateY(0);
  }
}



/* 日設工業について・業務内容 */
.nst--homeAboutUs {
  padding-right: 20px;
}
@media screen and (max-width: 880px) {
  .nst--homeAboutUs {
    padding: 0 20px;
  }
  .nst--homeAboutUs .nst--photoWithImgText {
    order: 1;
  }
  .nst--homeAboutUs .nst--photoWithImgText .nst--btn {
    margin-left: auto;
    margin-right: auto;
  }
  .nst--homeAboutUs .nst--photoWithImg {
    order: 2;
  }
  .nst--homeAboutUs .nst--photoWithImg > .wp-block-group__inner-container {
    margin: 30px auto 0;
  }
}

.nst--homeBusiness {
  padding-left: 20px;
}
@media screen and (max-width: 880px) {
  .nst--homeBusiness {
    padding: 0 20px;
  }
  .nst--homeBusiness .nst--photoWithImgText {
    order: 1;
  }
  .nst--homeBusiness .nst--photoWithImgText .nst--btn {
    margin-left: auto;
    margin-right: auto;
  }
  .nst--homeBusiness .nst--photoWithImg {
    order: 2;
  }
  .nst--homeBusiness .nst--photoWithImg > .wp-block-group__inner-container {
    margin: 30px auto 0;
  }
}



/* 施工実績 */
.nst--homeWorks {
  background: var(--nst--color__Tertiary) url("/wp-content/uploads/2025/12/home_bg_works.jpg") no-repeat center top;
  background-size: cover;
  padding: 240px 0 150px;
}
@media screen and (max-width: 880px) {
  .nst--homeWorks {
    background: var(--nst--color__Tertiary) url("/wp-content/uploads/2025/12/home_bg_works_sp.jpg") no-repeat center top;
    background-size: cover;
    padding: 220px 0 70px;
  }
}
@media screen and (max-width: 600px) {
  .nst--homeWorks {
    padding: 150px 0 70px;
  }
  .nst--homeWorks .nst--heading--block {
    margin-top: 20vw;
  }
}
.nst--homeWorks .nst--homeWorksList {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 880px) {
  .nst--homeWorks .nst--homeWorksList {
    flex-wrap: wrap !important;
    justify-content: center;
  }
}
.nst--homeWorks .nst--homeWorksList .nst--homeWorksList__item {
  width: 32%;
}
@media screen and (max-width: 880px) {
  .nst--homeWorks .nst--homeWorksList .nst--homeWorksList__item {
    margin: 1% 1% 1% 0;
    width: 46%;
  }
}
@media screen and (max-width: 600px) {
  .nst--homeWorks .nst--homeWorksList .nst--homeWorksList__item {
    max-width: 380px;
    width: 96%;
  }
}
.nst--homeWorks .nst--homeWorksList .nst--heading {
  border-bottom: 1px solid var(--nst--color__Line);
  color: var(--nst--color__White);
  margin: 0;
  padding: 1.25em 3em 1.25em 1em;
  width: 100%;
}






/* 採用情報 */
.nst--homeRecruit {
  background: var(--nst--color__Tertiary) url("/wp-content/uploads/2025/11/home_bg_recruit_pc.jpg") no-repeat center center;
  border-radius: 20px;
  height: 390px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s;
  width: 1200px;
}
@media screen and (max-width: 1240px) {
  .nst--homeRecruit {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 1200px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 720px) {
  .nst--homeRecruit {
    background: var(--nst--color__Tertiary) url("/wp-content/uploads/2025/11/home_bg_recruit_sp.jpg") no-repeat center top;
    background-size: cover;
    height: 600px;
  }
}
.nst--homeRecruit::after {
  background: var(--nst--color__Secondary);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.4s, transform 0s;
  transition-delay: 0s, 0.3s;
}
@media screen and (max-width: 1000px) {
  .nst--homeRecruit::after {
    left: -10%;
    padding-top: 120%;
    top: 50%;
    width: 120%;
  }
}
@media screen and (max-width: 720px) {
  .nst--homeRecruit::after {
    left: -60%;
    padding-top: 220%;
    top: 50%;
    width: 220%;
  }
}
.nst--homeRecruit:hover::after, .nst--homeRecruit:active::after, .nst--homeRecruit:focus::after {
  opacity: 0.5;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  z-index: 1;
}
.nst--homeRecruit > a {
  color: var(--nst--color__White);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 390px;
  padding: 0 160px 0 60px;
  text-decoration: none;
  max-width: 1200px;
}
@media screen and (max-width: 1240px) {
  .nst--homeRecruit > a {
    padding: 0 160px 0 2vw;
  }
}
@media screen and (max-width: 1000px) {
  .nst--homeRecruit > a {
    padding: 0 100px 0 2vw;
  }
}
@media screen and (max-width: 720px) {
  .nst--homeRecruit > a {
    flex-wrap: wrap;
    height: 100%;
    padding: 0;
    max-width: 100%;
  }
}
.nst--homeRecruit > a:before {
  bottom: 0;
  content: "";
  background-color: var(--nst--color__White);
  border-radius: 50%;
  height: 66px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 40px;
  top: 0;
  width: 66px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .nst--homeRecruit > a:before {
    height: 56px;
    right: 30px;
    width: 56px;
  }
}
@media screen and (max-width: 720px) {
  .nst--homeRecruit > a:before {
    height: 46px;
    right: 20px;
    width: 46px;
  }
}
.nst--homeRecruit > a::after {
  bottom: 0;
  background: url("/wp-content/uploads/2025/12/icon_arrow_p.png") no-repeat center center;
  background-size: 9px 15px;
  content: "";
  display: inline-block;
  left: auto;
  height: 15px;
  margin: auto 0 auto auto;
  position: absolute;
  right: 68px;
  top: 0;
  width: 9px;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .nst--homeRecruit > a::after {
    right: 53px;
  }
}
@media screen and (max-width: 720px) {
  .nst--homeRecruit > a::after {
    right: 38px;
  }
}

.swiperFrontWrapper {
  display: flex;
  padding: 0 40px 0 0;
  width: 540px;
}
@media screen and (max-width: 1240px) {
  .swiperFrontWrapper {
    max-width: 450px;
    padding: 0 3vw 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .swiperFrontWrapper {
    max-width: 330px;
  }
}
@media screen and (max-width: 720px) {
  .swiperFrontWrapper {
    flex-wrap: wrap;
    max-width: 100%;
    order: 2;
    padding: 0;
    width: 100%;
  }
}

.swiperFront--1,
.swiperFront--2 {
  height: 390px; /* 好きな高さに調整 */
  overflow: hidden;
  width: 230px;
}
@media screen and (max-width: 1240px) {
  .swiperFront--1,
  .swiperFront--2 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 720px) {
  .swiperFront--1,
  .swiperFront--2 {
    height: auto;
    width: 100%;
  }
}
.swiperFront--1 .swiper-wrapper,
.swiperFront--2 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiperFront--1 .swiper-slide img,
.swiperFront--2 .swiper-slide img {
  border-radius: 20px;
}

.nst--homeRecruit__contents {
  padding: 0 0 0 40px;
  width: 440px;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .nst--homeRecruit__contents {
    padding: 0 0 0 3vw;
  }
}
@media screen and (max-width: 1000px) {
  .nst--homeRecruit__contents {
    padding: 0;
  }
}
@media screen and (max-width: 720px) {
  .nst--homeRecruit__contents {
    margin-bottom: 25px;
    padding: 0 1.5em;
    order: 1;
  }
}
.nst--homeRecruit__contents .nst--heading--block {
  margin-top: 0;
}
@media screen and (max-width: 720px) {
  .nst--homeRecruit__contents .nst--heading--block {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 50px;
  }
}





/* =========================================
  下層ページ
============================================ */
/* 背景ロゴ */
.page-template-default.page-id-9 .l-content, .page-template-default.page-id-29 .l-content {
  position: relative;
}
.page-template-default.page-id-9 .l-content::after, .page-template-default.page-id-29 .l-content::after {
  background: url("/wp-content/uploads/2025/11/cmn_bg_logo.png") no-repeat center center;
  background-size: 691px;
  bottom: auto;
  content: "";
  display: block;
  left: auto;
  height: 691px;
  margin: auto;
  mix-blend-mode: multiply;
  opacity: 0.75;
  position: absolute;
  right: -300px;
  top: 20vh;
  width: 691px;
  z-index: 11;
}
@media screen and (max-width: 880px) {
  .page-template-default.page-id-9 .l-content::after, .page-template-default.page-id-29 .l-content::after {
    background-size: 500px;
    height: 500px;
    right: -200px;
    width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .page-template-default.page-id-9 .l-content::after, .page-template-default.page-id-29 .l-content::after {
    background-size: 350px;
    height: 350px;
    right: -150px;
    width: 350px;
  }
}
.page-template-default.page-id-9 .l-content__body, .page-template-default.page-id-29 .l-content__body {
  overflow: hidden;
}


/* =========================================
  会社概要
============================================ */
/* 代表挨拶 */
@media screen and (max-width: 880px) {
  .nst--companyMessage .nst--photoWithImgText {
    order: 1;
  }
  .nst--companyMessage .nst--photoWithImg {
    order: 2;
  }
}

/* 沿革 */
.nst--companyHistory {
  margin: 40px 0;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .nst--companyHistory {
    margin: 30px 0;
    max-width: 100%;
  }
}
.nst--companyHistory .nst--companyHistory__item {
  display: flex;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .nst--companyHistory .nst--companyHistory__item {
    margin-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .nst--companyHistory .nst--companyHistory__item {
    flex-wrap: wrap;
  }
}
.nst--companyHistory .nst--companyHistory__item:last-child::before {
  display: none;
}
.nst--companyHistory .nst--companyHistory__item::before {
  background-color: var(--nst--color__LineL);
  content: "";
  height: 100%;
  left: 5px;
  margin: auto;
  position: absolute;
  right: auto;
  width: 20px;
  top: 30px;
  z-index: -1;
}
.nst--companyHistory .nst--companyHistory__item .nst--point {
  background-color: var(--nst--color__White);
  border: 12px solid var(--nst--color__PrimaryL1);
  border-radius: 10px;
  height: 30px;
  margin: 0;
  width: 30px;
}
.nst--companyHistory .nst--companyHistory__item .nst--year {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  padding-left: 20px;
  width: 15em;
}
@media screen and (max-width: 960px) {
  .nst--companyHistory .nst--companyHistory__item .nst--year {
    padding-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .nst--companyHistory .nst--companyHistory__item .nst--year {
    padding-left: 20px;
    width: 14em;
  }
}
.nst--companyHistory .nst--companyHistory__item .nst--text {
  display: inline-block;
  margin: 0;
  padding-left: 2em;
  width: calc(100% - 30px - 30px - 12em);
}
@media screen and (max-width: 960px) {
  .nst--companyHistory .nst--companyHistory__item .nst--text {
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 600px) {
  .nst--companyHistory .nst--companyHistory__item .nst--text {
    padding-left: 50px;
    width: 100%;
  }
}

/* =========================================
  業務内容
============================================ */
/* 営業部門 */
/* 営業部門 */
.nst--businessDepartment {
  border-top: 1px solid var(--nst--color__Line);
}
.nst--businessDepartment .nst--businessDepartment__item {
  border-bottom: 1px solid var(--nst--color__Line);
  padding: 50px 30px;
  --ark-mediatext--gap: 13.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 880px) {
  .nst--businessDepartment .nst--businessDepartment__item {
    padding: 50px 20px;
    --ark-mediatext--gap: 7%;
  }
}
@media screen and (max-width: 720px) {
  .nst--businessDepartment .nst--businessDepartment__item {
    padding: 40px 20px;
    grid-template-columns: 100% !important;
  }
  .nst--businessDepartment .nst--businessDepartment__item .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }
  .nst--businessDepartment .nst--businessDepartment__item .wp-block-media-text__content {
    padding: 0 0 40px 0;
    grid-column: 1;
    grid-row: 2;
  }
}
.nst--businessDepartment .nst--businessDepartment__item .nst--subTitle {
  color: var(--nst--color__Secondary);
  letter-spacing: 0.15em;
  line-height: 1.1;
  margin-bottom: 1em;
}
.nst--businessDepartment .nst--businessDepartment__item .wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0.85em;
}


/* 営業品目 */
.nst--businessList {
  border-top: 1px solid var(--nst--color__Line);
}
.nst--businessList .nst--businessList__item {
  border-bottom: 1px solid var(--nst--color__Line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 30px;
}
@media screen and (max-width: 880px) {
  .nst--businessList .nst--businessList__item {
    flex-wrap: wrap;
    padding: 50px 20px;
  }
}
.nst--businessList .nst--businessList__item .nst--businessList__photo {
  max-width: 500px;
  width: 500px;
}
@media screen and (max-width: 1240px) {
  .nst--businessList .nst--businessList__item .nst--businessList__photo {
    max-width: 490px;
    width: 48%;
  }
}
@media screen and (max-width: 880px) {
  .nst--businessList .nst--businessList__item .nst--businessList__photo {
    justify-content: center;
    order: 1;
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%;
  }
}
.nst--businessList .nst--businessList__item .nst--businessList__contents {
  max-width: 490px;
  width: 490px;
}
@media screen and (max-width: 1240px) {
  .nst--businessList .nst--businessList__item .nst--businessList__contents {
    max-width: 490px;
    width: 48%;
  }
}
@media screen and (max-width: 880px) {
  .nst--businessList .nst--businessList__item .nst--businessList__contents {
    order: 2;
    max-width: 100%;
    width: 100%;
  }
}
.nst--businessList .nst--businessList__item .nst--businessList__contents .nst--subHeading {
  color: var(--nst--color__PrimaryL1);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: -10px;
}

/* 施工実績 */
@media screen and (max-width: 880px) {
  .nst--businessWorks {
    flex-wrap: wrap !important;
    justify-content: center;
  }
}
@media screen and (max-width: 880px) {
  .nst--businessWorks .nst--businessWorks__item {
    margin: 1% 1% 1% 0;
    width: 46%;
  }
}
@media screen and (max-width: 600px) {
  .nst--businessWorks .nst--businessWorks__item {
    max-width: 380px;
    width: 96%;
  }
}
.nst--businessWorks .nst--heading {
  border-bottom: 1px solid var(--nst--color__Line);
  margin: 0 0 1em 0;
  padding: 1.25em 3em 1.25em 1em;
  width: 100%;
}

.nst--businessWorks--hidden {
  display: none;
}



/* =========================================
  当社の特長
============================================ */
/* 日設工業の強み */
.nst--featuresStrengths {
  gap: 0;
}
@media screen and (max-width: 880px) {
  .nst--featuresStrengths {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.nst--featuresStrengths .nst--featuresStrengths__item {
  border-left: 1px solid var(--nst--color__Line);
  max-width: 400px;
  padding: 0 30px;
}
@media screen and (max-width: 1240px) {
  .nst--featuresStrengths .nst--featuresStrengths__item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 880px) {
  .nst--featuresStrengths .nst--featuresStrengths__item {
    border-left-width: 0;
    margin-top: 30px;
    max-width: 100%;
  }
  .nst--featuresStrengths .nst--featuresStrengths__item > .wp-block-group__inner-container {
    display: flex;
    align-items: center;
  }
  .nst--featuresStrengths .nst--featuresStrengths__item .nst--featuresStrengths__img {
    margin-right: 3%;
    width: 45%;
  }
}
@media screen and (max-width: 720px) {
  .nst--featuresStrengths .nst--featuresStrengths__item {
    margin-top: 40px;
  }
  .nst--featuresStrengths .nst--featuresStrengths__item > .wp-block-group__inner-container {
    flex-wrap: wrap;
  }
  .nst--featuresStrengths .nst--featuresStrengths__item .nst--featuresStrengths__img {
    margin-right: 0;
    width: 100%;
  }
}
.nst--featuresStrengths .nst--featuresStrengths__item:first-child {
  border-left-width: 0;
}
@media screen and (max-width: 880px) {
  .nst--featuresStrengths .nst--featuresStrengths__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 720px) {
  .nst--featuresStrengths .nst--featuresStrengths__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 880px) {
  .nst--featuresStrengths .nst--featuresStrengths__item .nst--featuresStrengths__contents {
    margin: 0;
    width: 52%;
  }
}
@media screen and (max-width: 720px) {
  .nst--featuresStrengths .nst--featuresStrengths__item .nst--featuresStrengths__contents {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.nst--featuresStrengths .nst--featuresStrengths__item .nst--featuresStrengths__heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0 30px;
}
@media screen and (max-width: 1000px) {
  .nst--featuresStrengths .nst--featuresStrengths__item .nst--featuresStrengths__heading {
    margin: 40px 0 20px;
  }
}
@media screen and (max-width: 880px) {
  .nst--featuresStrengths .nst--featuresStrengths__item .nst--featuresStrengths__heading {
    margin: 0;
  }
}
.nst--featuresStrengths .nst--featuresStrengths__item .nst--featuresStrengths__heading .nst--num {
  background-color: var(--nst--color__Primary);
  border-radius: 0 25px 25px 0;
  color: var(--nst--color__White);
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 40px;
  font-style: normal;
  height: 70px;
  line-height: 70px;
  margin-right: 10px;
  text-align: center;
  width: 50px;
}
@media screen and (max-width: 1000px) {
  .nst--featuresStrengths .nst--featuresStrengths__item .nst--featuresStrengths__heading .nst--num {
    font-size: 35px;
    width: 44px;
  }
}
@media screen and (max-width: 880px) {
  .nst--featuresStrengths .nst--featuresStrengths__item .nst--featuresStrengths__heading .nst--num {
    border-radius: 0 20px 20px 0;
    height: 60px;
    line-height: 60px;
    margin-right: 5px;
    font-size: 30px;
    width: 44px;
  }
}
.nst--featuresStrengths .nst--featuresStrengths__item .nst--featuresStrengths__heading .nst--heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.251;
  width: calc(100% - 50px - 2vw);
}
@media screen and (max-width: 1000px) {
  .nst--featuresStrengths .nst--featuresStrengths__item .nst--featuresStrengths__heading .nst--heading {
    font-size: 24px;
    width: calc(100% - 44px);
  }
}

/* 業務の流れ */
.nst--featuresFlow__img--pc img,
.nst--featuresFlow__img--sp img {
  width: 100%;
}

.nst--featuresFlow__img--sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .nst--featuresFlow__img--pc {
    display: none;
  }
  .nst--featuresFlow__img--sp {
    display: block;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
  }
}



/* =========================================
  採用情報　トップ
============================================ */
/* 横幅クラッシュ */
body.page-id-15 .l-content__body {
  margin-top: 0;
}
body.page-id-15 .l-content__body.l-container {
  max-width: 100%;
  margin-top: -50px;
  padding: 0;
}
body.page-id-15 .l-content__body.l-container .l-article {
  max-width: 100%;
}
body.page-id-15 .p-topArea {
  min-height: 68vh;
}
@media screen and (max-width: 880px) {
  body.page-id-15 .p-topArea {
    min-height: 55vh;
  }
}
@media screen and (max-width: 720px) {
  body.page-id-15 .p-topArea {
    min-height: 45vh;
  }
}
@media screen and (max-width: 600px) {
  body.page-id-15 .p-topArea {
    min-height: 40vh;
  }
}
@media screen and (max-width: 414px) {
  body.page-id-15 .p-topArea {
    min-height: 35vh;
  }
}
body.page-id-15 .p-breadcrumb {
  display: none;
}
body.page-id-15 .p-topArea__body {
  height: calc(100% - 70px);
  position: absolute;
}
body.page-id-15 .p-topArea__body::after {
  background: url("/wp-content/uploads/2025/12/recruit_img_heading_txt.png") no-repeat right center;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 40vh;
  left: 45px;
  margin: auto;
  max-height: 344px;
  max-width: 539px;
  position: absolute;
  right: auto;
  top: -100px;
  width: 50vw;
}
@media screen and (max-width: 600px) {
  body.page-id-15 .p-topArea__body::after {
    left: 35px;
    top: -70px;
  }
}
@media screen and (max-width: 600px) {
  body.page-id-15 .p-topArea__body::after {
    left: 20px;
    top: -50px;
  }
}
body.page-id-15 .c-pageTitle__main {
  opacity: 0;
}





/* recruit コンテンツ枠 */
.nst--recruitContents {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--ark-width--article);
}
@media screen and (max-width: 1240px) {
  .nst--recruitContents .nst--listLink.nst--recruitNav {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.nst--recruitContentsWidth {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}



/* イントロ */
.nst--recruitIntro {
  background: url("/wp-content/uploads/2025/12/recruit_bg_intro_t.png") no-repeat center 10%, url("/wp-content/uploads/2025/12/recruit_bg_intro_b.png") no-repeat center 90%;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .nst--recruitIntro {
    margin-bottom: 0;
  }
}
.nst--recruitIntro .nst--recruitIntro__contents {
  font-size: 24px;
  font-weight: 500;
  margin: 310px auto;
  max-width: 740px;
}
@media screen and (max-width: 1240px) {
  .nst--recruitIntro .nst--recruitIntro__contents {
    margin: 250px auto;
  }
}
@media screen and (max-width: 1000px) {
  .nst--recruitIntro .nst--recruitIntro__contents {
    font-size: 22px;
    margin: 220px auto;
  }
}
@media screen and (max-width: 880px) {
  .nst--recruitIntro .nst--recruitIntro__contents {
    font-size: 2.5vw;
    margin: 22vw auto;
  }
}
@media screen and (max-width: 600px) {
  .nst--recruitIntro .nst--recruitIntro__contents {
    font-size: 16px;
    padding: 1em;
  }
}



/* カンパニー */
.nst--recruitCompany {
  background: var(--nst--color__Tertiary) url("/wp-content/uploads/2025/11/recruit_bg_company.jpg") no-repeat center center;
  background-size: cover;
  height: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .nst--recruitCompany {
    height: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .nst--recruitCompany {
    height: 900px;
  }
}
@media screen and (max-width: 880px) {
  .nst--recruitCompany {
    height: 800px;
  }
}
@media screen and (max-width: 720px) {
  .nst--recruitCompany {
    padding-left: 0;
    padding-right: 0;
    height: 146vh;
  }
}
@media screen and (max-width: 374px) {
  .nst--recruitCompany {
    height: 126vh;
  }
}
.nst--recruitCompany .nst--recruitCompany__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--ark-width--article);
}
@media screen and (max-width: 720px) {
  .nst--recruitCompany .nst--recruitCompany__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 720px) {
  .nst--recruitCompany .nst--recruitCompany__inner {
    flex-wrap: wrap;
    justify-content: center;
    height: 146vh;
  }
}
@media screen and (max-width: 374px) {
  .nst--recruitCompany .nst--recruitCompany__inner {
    height: 126vh;
  }
}
.nst--recruitCompany .nst--recruitCompany__contents {
  color: var(--nst--color__White);
  padding: 0 40px 0 0;
  width: 400px;
}
@media screen and (max-width: 1240px) {
  .nst--recruitCompany .nst--recruitCompany__contents {
    padding: 0 3vw 0 0;
  }
}
@media screen and (max-width: 880px) {
  .nst--recruitCompany .nst--recruitCompany__contents {
    max-width: 370px;
  }
}
@media screen and (max-width: 720px) {
  .nst--recruitCompany .nst--recruitCompany__contents {
    margin-bottom: 25px;
    max-width: 100%;
    order: 1;
    padding: 50px 1.5em 0;
    width: 100%;
  }
}
.nst--recruitCompany .nst--recruitCompany__contents > .nst--heading--block {
  margin-top: 0;
}
.nst--recruitCompany .nst--recruitCompany__txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 880px) {
  .nst--recruitCompany .nst--recruitCompany__txt {
    margin-bottom: 30px;
  }
}
.nst--recruitCompany .nst--recruitCompany__btns {
  width: 330px;
  gap: var(--wp--style--block-gap);
}
@media screen and (max-width: 720px) {
  .nst--recruitCompany .nst--recruitCompany__btns {
    width: 100%;
  }
}
.nst--recruitCompany .nst--recruitCompany__inNumbers {
  border-radius: 20px;
  display: block;
  margin-top: 1.75em;
  max-width: 330px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 720px) {
  .nst--recruitCompany .nst--recruitCompany__inNumbers {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
  }
}
.nst--recruitCompany .nst--recruitCompany__inNumbers::after {
  background: var(--nst--color__Secondary);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 40%;
  left: -10%;
  right: 0;
  width: 120%;
  padding-top: 120%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.4s, transform 0s;
  transition-delay: 0s, 0.3s;
}
.nst--recruitCompany .nst--recruitCompany__inNumbers:hover::after, .nst--recruitCompany .nst--recruitCompany__inNumbers:active::after, .nst--recruitCompany .nst--recruitCompany__inNumbers:focus::after {
  opacity: 0.5;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  z-index: 1;
}
.nst--recruitCompany .nst--recruitCompany__inNumbers .nst--linkTxt {
  background-color: var(--nst--color__White);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  margin-top: -70px;
  padding: 10px 40px;
  position: relative;
  width: 100%;
}
.nst--recruitCompany .nst--recruitCompany__inNumbers .nst--linkTxt span {
  z-index: 3;
}
.nst--recruitCompany .nst--recruitCompany__inNumbers .nst--linkTxt::after {
  bottom: 0;
  background: url("/wp-content/uploads/2025/12/icon_arrow_p.png") no-repeat center center;
  background-size: 9px 15px;
  content: "";
  display: inline-block;
  left: auto;
  height: 15px;
  margin: auto 0 auto auto;
  position: absolute;
  right: 27px;
  top: 0;
  width: 9px;
  z-index: 3;
}

.swiperRecruitWrapper {
  display: flex;
  padding: 0 40px 0 0;
  width: 660px;
}
@media screen and (max-width: 1240px) {
  .swiperRecruitWrapper {
    max-width: 600px;
    padding: 0 3vw 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .swiperRecruitWrapper {
    max-width: 440px;
  }
}
@media screen and (max-width: 880px) {
  .swiperRecruitWrapper {
    max-width: 330px;
  }
}
@media screen and (max-width: 720px) {
  .swiperRecruitWrapper {
    flex-wrap: wrap;
    max-width: 100%;
    order: 2;
    padding: 0;
    width: 100%;
  }
}

.swiperRecruit--1,
.swiperRecruit--2 {
  height: 1200px; /* 好きな高さに調整 */
  overflow: hidden;
  width: 290px;
}
@media screen and (max-width: 1240px) {
  .swiperRecruit--1,
  .swiperRecruit--2 {
    height: 1000px;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 1000px) {
  .swiperRecruit--1,
  .swiperRecruit--2 {
    height: 900px;
  }
}
@media screen and (max-width: 880px) {
  .swiperRecruit--1,
  .swiperRecruit--2 {
    height: 800px;
  }
}
@media screen and (max-width: 720px) {
  .swiperRecruit--1,
  .swiperRecruit--2 {
    height: auto;
    width: 100%;
  }
}
.swiperRecruit--1 .swiper-wrapper,
.swiperRecruit--2 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiperRecruit--1 .swiper-slide img,
.swiperRecruit--2 .swiper-slide img {
  border-radius: 20px;
}



/* 施工管理・監督者のお仕事とは */
.nst--recruitWork .nst--recruitWorkInner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .nst--recruitWork .nst--recruitWorkInner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.nst--recruitWork .nst--photoWithImg {
  position: relative;
  padding: 0 90px;
  max-width: 660px;
  width: 660px;
}
@media screen and (max-width: 880px) {
  .nst--recruitWork .nst--photoWithImg {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .nst--recruitWork .nst--photoWithImg {
    padding: 0 15vw;
  }
}
.nst--recruitWork .nst--photoWithImgText {
  margin-right: 90px;
  max-width: 340px;
}
@media screen and (max-width: 880px) {
  .nst--recruitWork .nst--photoWithImgText {
    margin: 70px 0 0 0;
    max-width: 760px;
    order: 2;
    padding: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .nst--recruitWork .nst--photoWithImg__img img {
    width: 20%;
  }
}





/* 福利厚生・キャリア形成 */
.nst--recruitSupport {
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .nst--recruitSupport {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}
.nst--recruitSupport .nst--recruitSupport__item {
  max-width: 48%;
}
@media screen and (max-width: 600px) {
  .nst--recruitSupport .nst--recruitSupport__item {
    margin-top: 40px;
    max-width: 100%;
    width: 100%;
  }
  .nst--recruitSupport .nst--recruitSupport__item:first-child {
    margin-top: 0;
  }
  .nst--recruitSupport .nst--recruitSupport__item .nst--btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.nst--recruitSupport .nst--recruitSupport__heading {
  font-size: 24px;
  font-weight: 500;
}



/* ビックボタン */
.nst--recruitBigBtnWrapper {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media screen and (max-width: 720px) {
  .nst--recruitBigBtnWrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.nst--recruitBigBtn {
  background: var(--nst--color__Tertiary);
  border-radius: 20px;
  height: 280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition-duration: 0.3s;
  width: 1200px;
}
@media screen and (max-width: 1240px) {
  .nst--recruitBigBtn {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 1200px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 880px) {
  .nst--recruitBigBtn {
    height: 240px;
  }
}
@media screen and (max-width: 720px) {
  .nst--recruitBigBtn {
    height: 200px;
  }
}
.nst--recruitBigBtn.nst--half {
  width: 580px;
}
.nst--recruitBigBtn.nst--half:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 1240px) {
  .nst--recruitBigBtn.nst--half {
    max-width: 580px;
    width: calc((100% - 30px) / 2);
  }
  .nst--recruitBigBtn.nst--half:first-child {
    margin-right: 30px;
  }
}
@media screen and (max-width: 720px) {
  .nst--recruitBigBtn.nst--half {
    max-width: 100%;
    width: 100%;
  }
  .nst--recruitBigBtn.nst--half:first-child {
    margin-bottom: 50px;
    margin-right: 20px;
  }
}
.nst--recruitBigBtn::after {
  background: var(--nst--color__Secondary);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.4s, transform 0s;
  transition-delay: 0s, 0.3s;
}
.nst--recruitBigBtn:hover::after, .nst--recruitBigBtn:active::after, .nst--recruitBigBtn:focus::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  z-index: 1;
}
.nst--recruitBigBtn > a {
  color: var(--nst--color__White);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 280px;
  padding: 0 160px 0 60px;
  text-decoration: none;
  width: 1200px;
}
@media screen and (max-width: 1240px) {
  .nst--recruitBigBtn > a {
    padding: 0 160px 0 3vw;
  }
}
@media screen and (max-width: 1000px) {
  .nst--recruitBigBtn > a {
    padding: 0 100px 0 3vw;
  }
}
@media screen and (max-width: 880px) {
  .nst--recruitBigBtn > a {
    height: 240px;
  }
}
@media screen and (max-width: 720px) {
  .nst--recruitBigBtn > a {
    height: 200px;
  }
}
.nst--recruitBigBtn > a:before {
  bottom: 0;
  content: "";
  background-color: var(--nst--color__White);
  border-radius: 50%;
  height: 66px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 40px;
  top: 0;
  width: 66px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .nst--recruitBigBtn > a:before {
    height: 56px;
    right: 30px;
    width: 56px;
  }
}
@media screen and (max-width: 720px) {
  .nst--recruitBigBtn > a:before {
    height: 46px;
    right: 20px;
    width: 46px;
  }
}
.nst--recruitBigBtn > a::after {
  bottom: 0;
  background: url("/wp-content/uploads/2025/12/icon_arrow_p.png") no-repeat center center;
  background-size: 9px 15px;
  content: "";
  display: inline-block;
  left: auto;
  height: 15px;
  margin: auto 0 auto auto;
  position: absolute;
  right: 68px;
  top: 0;
  width: 9px;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .nst--recruitBigBtn > a::after {
    right: 53px;
  }
}
@media screen and (max-width: 720px) {
  .nst--recruitBigBtn > a::after {
    right: 38px;
  }
}

.nst--recruitBigBtn .nst--recruitBigBtn__contents {
  padding: 0;
  width: 400px;
  z-index: 2;
}
@media screen and (max-width: 414px) {
  .nst--recruitBigBtn .nst--recruitBigBtn__contents {
    max-width: 320px;
    width: 100%;
  }
}

.nst--recruitBigBtn .nst--recruitBigBtn__contents .nst--heading--block {
  margin-bottom: 0;
  margin-top: 0;
}
.nst--recruitBigBtn .nst--recruitBigBtn__contents .nst--heading--block > .nst--text {
  text-align: left;
}
.nst--recruitBigBtn .nst--recruitBigBtn__contents .nst--heading--block.nst--type--img {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  max-width: 400px;
  padding: 0;
  width: 29vw;
}
@media screen and (max-width: 880px) {
  .nst--recruitBigBtn .nst--recruitBigBtn__contents .nst--heading--block.nst--type--img {
    max-width: 220px;
    width: 25vw;
  }
}
@media screen and (max-width: 720px) {
  .nst--recruitBigBtn .nst--recruitBigBtn__contents .nst--heading--block.nst--type--img {
    width: 50vw;
  }
}
.nst--recruitBigBtn .nst--recruitBigBtn__contents .nst--heading--block.nst--type--img .nst--text {
  margin-top: 20px;
  width: 100%;
}
.nst--recruitBigBtn .nst--recruitBigBtn__contents .nst--heading--block.nst--type--img .nst--img {
  bottom: 37px;
  display: inline-block;
  left: 0;
  line-height: 1;
  margin: auto 0;
  max-width: 320px;
  text-align: left;
  right: auto;
  top: auto;
  z-index: 1;
}


/* =========================================
  採用情報　インタビュー
============================================ */
.nst--interviewMain {
  position: relative;
}
.nst--interviewMain .nst--interviewMain--photo img {
  width: 100%;
}
.nst--interviewMain .nst--interview_Main--copy {
  bottom: -7px;
  left: -7px;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .nst--interviewMain .nst--interview_Main--copy {
    bottom: -4px;
    left: -4px;
  }
}
@media screen and (max-width: 414px) {
  .nst--interviewMain .nst--interview_Main--copy {
    bottom: -2px;
    left: -2px;
  }
}
.nst--interviewMain .nst--interview_Main--hiddenTxt {
  bottom: -7px;
  left: -7px;
  opacity: 0;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .nst--interviewMain .nst--interview_Main--hiddenTxt {
    bottom: -4px;
    left: -4px;
  }
}
@media screen and (max-width: 414px) {
  .nst--interviewMain .nst--interview_Main--hiddenTxt {
    bottom: -2px;
    left: -2px;
  }
}

.nst--interviewInterviewee {
  line-height: 1.1;
  padding: 0 30px;
}
@media screen and (max-width: 880px) {
  .nst--interviewInterviewee {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .nst--interviewInterviewee {
    padding: 0;
  }
}
.nst--interviewInterviewee .nst--name {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) {
  .nst--interviewInterviewee .nst--name {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 720px) {
  .nst--interviewInterviewee .nst--name {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .nst--interviewInterviewee .nst--name {
    font-size: 28px;
  }
}
@media screen and (max-width: 414px) {
  .nst--interviewInterviewee .nst--name {
    font-size: 24px;
  }
}
.nst--interviewInterviewee .nst--period,
.nst--interviewInterviewee .nst--client {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 880px) {
  .nst--interviewInterviewee .nst--period,
  .nst--interviewInterviewee .nst--client {
    font-size: 2.75vw;
  }
}
@media screen and (max-width: 720px) {
  .nst--interviewInterviewee .nst--period,
  .nst--interviewInterviewee .nst--client {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .nst--interviewInterviewee .nst--period,
  .nst--interviewInterviewee .nst--client {
    padding-left: 20px;
    font-size: 16px;
  }
}
.nst--interviewInterviewee .nst--period::before,
.nst--interviewInterviewee .nst--client::before {
  content: "";
  bottom: 0;
  display: inline-block;
  height: 24px;
  left: 0;
  margin: auto auto auto 0;
  position: absolute;
  right: auto;
  top: 2px;
  width: 10px;
}
@media screen and (max-width: 600px) {
  .nst--interviewInterviewee .nst--period::before,
  .nst--interviewInterviewee .nst--client::before {
    width: 6px;
  }
}
.nst--interviewInterviewee .nst--period {
  margin-bottom: 10px;
}
.nst--interviewInterviewee .nst--period::before {
  background-color: var(--nst--color__Primary);
}
.nst--interviewInterviewee .nst--client {
  margin-top: 0;
}
.nst--interviewInterviewee .nst--client::before {
  background-color: var(--nst--color__Secondary);
}

/* インタビュー本文 */
.nst--interviewContents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 100px auto;
  max-width: 1240px;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .nst--interviewContents {
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin: 80px auto;
  }
}
@media screen and (max-width: 600px) {
  .nst--interviewContents {
    margin: 60px auto;
  }
}
.nst--interviewContents .nst--interviewContents__img {
  padding: 0 30px 0 30px;
  width: 480px;
}
@media screen and (max-width: 1240px) {
  .nst--interviewContents .nst--interviewContents__img {
    max-width: 480px;
    width: 40vw;
  }
}
@media screen and (max-width: 880px) {
  .nst--interviewContents .nst--interviewContents__img {
    order: 1;
    width: 100%;
  }
}
.nst--interviewContents .nst--interviewContents__txt {
  padding: 0 20px 0 20px;
  width: calc(100% - 480px - 20px);
}
@media screen and (max-width: 1240px) {
  .nst--interviewContents .nst--interviewContents__txt {
    max-width: 600px;
    width: 50vw;
  }
}
@media screen and (max-width: 880px) {
  .nst--interviewContents .nst--interviewContents__txt {
    margin: 30px 0 0 0;
    max-width: 760px;
    order: 2;
    padding: 20px;
    width: 100%;
  }
}
.nst--interviewContents .nst--interviewContents__heading {
  color: var(--nst--color__Primary);
  display: flex;
  justify-content: flex-start;
  line-height: 1.25;
  margin-bottom: 70px;
}
@media screen and (max-width: 1240px) {
  .nst--interviewContents .nst--interviewContents__heading {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 880px) {
  .nst--interviewContents .nst--interviewContents__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .nst--interviewContents .nst--interviewContents__heading {
    margin-bottom: 24px;
  }
}
.nst--interviewContents .nst--interviewContents__heading .nst--num {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 46px;
  font-style: normal;
  padding-right: 20px;
  position: relative;
  width: 2em;
}
@media screen and (max-width: 1240px) {
  .nst--interviewContents .nst--interviewContents__heading .nst--num {
    font-size: 40px;
  }
}
@media screen and (max-width: 880px) {
  .nst--interviewContents .nst--interviewContents__heading .nst--num {
    font-size: 34px;
  }
}
@media screen and (max-width: 414px) {
  .nst--interviewContents .nst--interviewContents__heading .nst--num {
    font-size: 30px;
  }
}
.nst--interviewContents .nst--interviewContents__heading .nst--num::after {
  background-color: var(--nst--color__Primary);
  bottom: -5px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: auto auto auto 0;
  position: relative;
  width: 20px;
}
.nst--interviewContents .nst--interviewContents__heading .nst--txt {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.15em;
  width: 460px;
}
@media screen and (max-width: 1240px) {
  .nst--interviewContents .nst--interviewContents__heading .nst--txt {
    font-size: 34px;
    max-width: 460px;
    width: 100%;
  }
  .nst--interviewContents .nst--interviewContents__heading .nst--txt br {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  .nst--interviewContents .nst--interviewContents__heading .nst--txt {
    font-size: 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .nst--interviewContents .nst--interviewContents__heading .nst--txt {
    font-size: 26px;
  }
}

.nst--interviewWidePhoto img {
  width: 100%;
}


/* インタビュー　タイムスケジュール */
.nst--interviewSchedule__Wapper {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 720px) {
  .nst--interviewSchedule__Wapper {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}

.nst--interviewScene {
  width: 470px;
}
@media screen and (max-width: 720px) {
  .nst--interviewScene {
    order: 2;
    width: 100%;
  }
}
.nst--interviewScene .nst--interviewScene__photo {
  background-color: var(--nst--color__LineL);
  border: 10px solid var(--nst--color__LineL);
  border-radius: 20px;
  max-width: 360px;
}
@media screen and (max-width: 720px) {
  .nst--interviewScene .nst--interviewScene__photo {
    margin: 20px auto;
  }
}
.nst--interviewScene .nst--interviewScene__photo img {
  border-radius: 20px;
}
.nst--interviewScene .nst--interviewScene__img {
  margin-top: -10px;
  padding-right: 30px;
  text-align: left;
}

.nst--interviewSchedule {
  margin: 40px 0;
  max-width: 660px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .nst--interviewSchedule {
    margin: 0 auto 30px auto;
    order: 1;
    max-width: 100%;
  }
}
.nst--interviewSchedule .nst--interviewSchedule__item {
  display: flex;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .nst--interviewSchedule .nst--interviewSchedule__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 880px) {
  .nst--interviewSchedule .nst--interviewSchedule__item {
    margin-top: 15px;
  }
}
.nst--interviewSchedule .nst--interviewSchedule__item:first-child {
  margin-top: 0;
}
.nst--interviewSchedule .nst--interviewSchedule__item:last-child::before {
  display: none;
}
.nst--interviewSchedule .nst--interviewSchedule__item::before {
  background-color: var(--nst--color__LineL);
  content: "";
  height: 100%;
  left: 5px;
  margin: auto;
  position: absolute;
  right: auto;
  width: 20px;
  top: 30px;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .nst--interviewSchedule .nst--interviewSchedule__item.nst--hidden {
    height: 0.5em;
  }
}
@media screen and (max-width: 414px) {
  .nst--interviewSchedule .nst--interviewSchedule__item.nst--hidden {
    height: 0.25em;
  }
}
.nst--interviewSchedule .nst--interviewSchedule__item.nst--hidden .nst--point {
  background-color: var(--nst--color__LineL);
  border: 0;
  border-radius: 0;
  margin-left: 5px;
  width: 20px;
}
.nst--interviewSchedule .nst--interviewSchedule__item.nst--hidden .nst--time::after {
  opacity: 0;
}
.nst--interviewSchedule .nst--interviewSchedule__item .nst--point {
  background-color: var(--nst--color__White);
  border: 12px solid var(--nst--color__PrimaryL1);
  border-radius: 10px;
  height: 30px;
  margin: 0;
  width: 30px;
}
.nst--interviewSchedule .nst--interviewSchedule__item .nst--time {
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding-left: 20px;
  position: relative;
  width: 5.5em;
}
.nst--interviewSchedule .nst--interviewSchedule__item .nst--time::after {
  background-color: var(--nst--color__Text);
  content: "";
  height: 1px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1em;
  top: 0.8em;
  z-index: 1;
}
.nst--interviewSchedule .nst--interviewSchedule__item .nst--text {
  display: inline-block;
  margin: 0;
  padding-left: 1.4em;
  width: calc(100% - 30px - 30px - 4em);
}




/* インタビュー　ボトムナビ */
.nst--interviewNav,
.nst--recruitInterview {
  background-color: var(--nst--color__TableAH);
  border-radius: 20px;
  padding: 100px 10px;
}
@media screen and (max-width: 880px) {
  .nst--interviewNav,
  .nst--recruitInterview {
    padding: 70px 10px;
  }
}
.nst--interviewNav .nst--interviewNav__inner,
.nst--recruitInterview .nst--interviewNav__inner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 760px;
  width: 760px;
}
@media screen and (max-width: 880px) {
  .nst--interviewNav .nst--interviewNav__inner,
  .nst--recruitInterview .nst--interviewNav__inner {
    flex-wrap: wrap;
    width: 100%;
  }
}
.nst--interviewNav .nst--interviewNav__item,
.nst--recruitInterview .nst--interviewNav__item {
  margin: 0 20px;
  width: 340px;
}
@media screen and (max-width: 880px) {
  .nst--interviewNav .nst--interviewNav__item,
  .nst--recruitInterview .nst--interviewNav__item {
    margin: 20px;
    width: 100%;
  }
}
.nst--interviewNav .nst--interviewNav__item > a,
.nst--recruitInterview .nst--interviewNav__item > a {
  color: var(--nst--color__Text);
  text-decoration: none;
}
.nst--interviewNav .nst--interviewNav__item > a:hover, .nst--interviewNav .nst--interviewNav__item > a:active, .nst--interviewNav .nst--interviewNav__item > a:focus,
.nst--recruitInterview .nst--interviewNav__item > a:hover,
.nst--recruitInterview .nst--interviewNav__item > a:active,
.nst--recruitInterview .nst--interviewNav__item > a:focus {
  color: var(--nst--color__LinkH);
  text-decoration: underline;
}
.nst--interviewNav .nst--interviewNav__item figure img,
.nst--recruitInterview .nst--interviewNav__item figure img {
  max-width: 340px;
}
@media screen and (max-width: 880px) {
  .nst--interviewNav .nst--interviewNav__item figure img,
  .nst--recruitInterview .nst--interviewNav__item figure img {
    max-width: 300px;
  }
}
@media screen and (max-width: 720px) {
  .nst--interviewNav .nst--interviewNav__item figure img,
  .nst--recruitInterview .nst--interviewNav__item figure img {
    max-width: 45vw;
    min-width: 200px;
  }
}
.nst--interviewNav .nst--interviewNav__item .net--heading,
.nst--recruitInterview .nst--interviewNav__item .net--heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 30px;
}

/* 採用情報 インタビュー */
.nst--recruitInterview {
  background-color: inherit;
  border-radius: 0;
  padding: 0 20px;
}
@media screen and (max-width: 1240px) {
  .nst--recruitInterview.wp-container-core-group-is-layout-0dfbf163 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .nst--recruitInterview .nst--recruitInterviewTitle {
    margin-bottom: 40px;
    max-width: 760px;
    width: 100%;
  }
  .nst--recruitInterview .nst--recruitInterviewTitle .nst--heading--block.nst--type--left {
    padding-right: 0;
    justify-content: center;
  }
  .nst--recruitInterview .nst--recruitInterviewTitle .nst--heading--block.nst--type--left > .nst--eng {
    left: auto;
    text-align: center;
  }
}
.nst--recruitInterview .nst--interviewNav__inner {
  margin: 0;
}
.nst--recruitInterview .nst--recruitInterview__txt {
  width: 350px;
}
@media screen and (max-width: 1240px) {
  .nst--recruitInterview .nst--recruitInterview__txt {
    width: 100%;
  }
}



/* 採用情報 インタビュー */
.nst--recruitInterview {
  background-color: inherit;
  border-radius: 0;
  padding: 0 20px;
}
@media screen and (max-width: 1240px) {
  .nst--recruitInterview.wp-container-core-group-is-layout-0dfbf163 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .nst--recruitInterview .nst--recruitInterviewTitle {
    margin-bottom: 40px;
    max-width: 760px;
    width: 100%;
  }
  .nst--recruitInterview .nst--recruitInterviewTitle .nst--heading--block.nst--type--left {
    padding-right: 0;
    justify-content: center;
  }
  .nst--recruitInterview .nst--recruitInterviewTitle .nst--heading--block.nst--type--left > .nst--eng {
    left: auto;
    text-align: center;
  }
}
.nst--recruitInterview .nst--interviewNav__inner {
  margin: 0;
}
.nst--recruitInterview .nst--recruitInterview__txt {
  width: 350px;
}
@media screen and (max-width: 1240px) {
  .nst--recruitInterview .nst--recruitInterview__txt {
    width: 100%;
  }
}




/* =========================================
  採用情報　数字で見る日設工業
============================================ */
@media screen and (max-width: 880px) {
  .nst--inNumbers {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.nst--inNumbers .nst--inNumbers__item {
  background-color: var(--nst--color__TableAH);
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(57, 65, 77, 0.15);
  margin: 20px;
  padding: 20px;
}
@media screen and (max-width: 720px) {
  .nst--inNumbers .nst--inNumbers__item {
    margin: 10px 0;
    padding: 10px 10px 15px 10px;
  }
}
.nst--inNumbers .nst--inNumbers__heading {
  display: flex;
  align-items: center;
}
.nst--inNumbers .nst--inNumbers__heading .nst--deco {
  background-color: var(--nst--color__TertiaryL1);
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 90px;
  line-height: 1;
  padding: 15px 0 8px;
  text-align: center;
  width: 90px;
}
@media screen and (max-width: 880px) {
  .nst--inNumbers .nst--inNumbers__heading .nst--deco {
    height: 70px;
    padding: 13px 0 8px;
    width: 70px;
  }
}
.nst--inNumbers .nst--inNumbers__heading .nst--deco .nst--data {
  color: var(--nst--color__White);
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 20px;
  font-style: normal;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .nst--inNumbers .nst--inNumbers__heading .nst--deco .nst--data {
    font-size: 16px;
  }
}
.nst--inNumbers .nst--inNumbers__heading .nst--deco .nst--num {
  color: var(--nst--color__White);
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 38px;
  font-style: normal;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .nst--inNumbers .nst--inNumbers__heading .nst--deco .nst--num {
    font-size: 34px;
  }
}
.nst--inNumbers .nst--inNumbers__heading .nst--heading {
  color: var(--nst--color__TertiaryL1);
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 20px;
  width: calc(100% - 90px);
}
@media screen and (max-width: 720px) {
  .nst--inNumbers .nst--inNumbers__heading .nst--heading {
    font-size: 26px;
    padding: 0 0 0 15px;
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 600px) {
  .nst--inNumbers .nst--inNumbers__heading .nst--heading {
    font-size: 23px;
  }
}
.nst--inNumbers .nst--inNumbers__contents {
  text-align: center;
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas {
  color: var(--nst--color__Primary);
  line-height: 1.2;
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--l,
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--m,
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--s,
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--e {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 30px;
  font-style: normal;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1240px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--l,
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--m,
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--s,
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--e {
    font-size: 28px;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--l,
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--m,
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--s {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1240px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--l,
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--m,
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--s {
    font-size: 18px;
  }
}
@media screen and (max-width: 720px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--l,
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--m,
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--s {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--l,
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--m,
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--s {
    font-size: 11px;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--l {
  font-size: 90px;
  padding: 0 0.15em 0 0.25em;
}
@media screen and (max-width: 1240px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--l {
    font-size: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--l {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--l {
    font-size: 60px;
  }
}
@media screen and (max-width: 880px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--l {
    font-size: 50px;
  }
}
@media screen and (max-width: 720px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--l {
    font-size: 7vw;
  }
}
@media screen and (max-width: 414px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--l {
    font-size: 26px;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--m {
  font-size: 40px;
  padding: 0 0.15em 0 0.25em;
}
@media screen and (max-width: 720px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--m {
    font-size: 34px;
  }
}
@media screen and (max-width: 600px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--m {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--num--m {
    font-size: 22px;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--e {
  font-size: 40px;
}
@media screen and (max-width: 1240px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--e {
    font-size: 38px;
  }
}
@media screen and (max-width: 880px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--e {
    font-size: 30px;
  }
}
@media screen and (max-width: 720px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--e {
    font-size: 4vw;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--l {
  font-size: 30px;
}
@media screen and (max-width: 1240px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--l {
    font-size: 28px;
  }
}
@media screen and (max-width: 720px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--l {
    font-size: 4vw;
  }
}
@media screen and (max-width: 414px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--l {
    font-size: 16px;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--m {
  font-size: 24px;
}
@media screen and (max-width: 1240px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--m {
    font-size: 22px;
  }
}
@media screen and (max-width: 720px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--m {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 414px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas .nst--txt--m {
    font-size: 14px;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas.nst--inNumbers__datas01-2 {
  margin-top: -1em;
}
@media screen and (max-width: 720px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas.nst--inNumbers__datas01-2 {
    margin-top: -0.6em;
  }
}
@media screen and (max-width: 600px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas.nst--inNumbers__datas01-2 {
    margin-top: -0.5em;
  }
}
@media screen and (max-width: 414px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas.nst--inNumbers__datas01-2 {
    margin-top: -0.25em;
  }
}
.nst--inNumbers .nst--inNumbers__contents.nst--inNumbers__datas02, .nst--inNumbers .nst--inNumbers__contents.nst--inNumbers__datas04 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vw;
  max-height: 260px;
}
@media screen and (max-width: 1000px) {
  .nst--inNumbers .nst--inNumbers__contents.nst--inNumbers__datas02 {
    max-height: 260px;
  }
}
@media screen and (max-width: 880px) {
  .nst--inNumbers .nst--inNumbers__contents.nst--inNumbers__datas02 figure {
    max-width: 400px;
  }
}
@media screen and (max-width: 720px) {
  .nst--inNumbers .nst--inNumbers__contents.nst--inNumbers__datas02 {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .nst--inNumbers .nst--inNumbers__contents.nst--inNumbers__datas04 {
    max-height: 240px;
  }
}
@media screen and (max-width: 880px) {
  .nst--inNumbers .nst--inNumbers__contents.nst--inNumbers__datas04 figure {
    max-width: 400px;
  }
}
@media screen and (max-width: 720px) {
  .nst--inNumbers .nst--inNumbers__contents.nst--inNumbers__datas04 {
    height: auto;
  }
}
.nst--inNumbers .nst--inNumbers__contents.nst--inNumbers__datas03Wrapper {
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  .nst--inNumbers .nst--inNumbers__contents.nst--inNumbers__datas03Wrapper {
    flex-wrap: wrap;
  }
}
.nst--inNumbers .nst--inNumbers__contents.nst--inNumbers__datas03Wrapper > .nst--inNumbers__img {
  width: 32%;
}
@media screen and (max-width: 1100px) {
  .nst--inNumbers .nst--inNumbers__contents.nst--inNumbers__datas03Wrapper > .nst--inNumbers__img {
    width: 23vw;
  }
}
@media screen and (max-width: 1000px) {
  .nst--inNumbers .nst--inNumbers__contents.nst--inNumbers__datas03Wrapper > .nst--inNumbers__img {
    width: 100%;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas03 {
  padding: 0 0 0 50px;
}
@media screen and (max-width: 1000px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas03 {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
    padding: 0;
    width: 100%;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas03 .nst--inNumbers__dataList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas03 .nst--inNumbers__datas {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas03 .nst--inNumbers__datas .nst--inNumbers__data--title {
  display: inline-block;
  text-align: left;
  width: 12em;
}
@media screen and (max-width: 414px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas03 .nst--inNumbers__datas .nst--inNumbers__data--title {
    width: 10em;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas03 .nst--inNumbers__datas .nst--inNumbers__data--title > span {
  display: inline-block;
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas03 .nst--inNumbers__datas .nst--inNumbers__data--title > .nst--txt--s {
  margin-left: -0.5em;
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas03 .nst--inNumbers__datas > .nst--txt--m {
  padding-top: 1.6em;
}
@media screen and (max-width: 880px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas03 .nst--inNumbers__datas > .nst--txt--m {
    padding-top: 0.85em;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas05 {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas05 {
    max-width: 420px;
    width: 100%;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas05 .nst--inNumbers__datas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  margin: 0 20px;
}
@media screen and (max-width: 1000px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas05 .nst--inNumbers__datas {
    margin: 0 5px;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas05 .nst--inNumbers__datas .nst--txt--m {
  display: block;
  width: 100%;
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas06 {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  line-height: 1.5;
  list-style: none;
  text-align: left;
}
@media screen and (max-width: 880px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas06 {
    width: 100%;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas06 .nst--inNumbers__ListItem {
  width: 50%;
}
@media screen and (max-width: 880px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas06 .nst--inNumbers__ListItem {
    width: 100%;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas06 .nst--inNumbers__ListItem .nst--inNumbers__datas {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 880px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas06 .nst--inNumbers__ListItem .nst--inNumbers__datas {
    justify-content: center;
  }
}
.nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas06 .nst--inNumbers__ListItem .nst--inNumbers__datas .nst--txt--m:last-of-type {
  padding-top: 1.6em;
}
@media screen and (max-width: 880px) {
  .nst--inNumbers .nst--inNumbers__contents .nst--inNumbers__datas06 .nst--inNumbers__ListItem .nst--inNumbers__datas .nst--txt--m:last-of-type {
    padding-top: 0.85em;
  }
}






/* =========================================
  採用情報　キャリアステップ
============================================ */
.nst--careerStep__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 80px;
  padding: 0 30px;
}
@media screen and (max-width: 880px) {
  .nst--careerStep__item {
    padding: 0 2vw;
  }
}
.nst--careerStep__item .nst--careerStep__arrow {
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding-top: 30px;
  position: relative;
  text-align: center;
  width: 300px;
}
@media screen and (max-width: 880px) {
  .nst--careerStep__item .nst--careerStep__arrow {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .nst--careerStep__item .nst--careerStep__arrow {
    width: 130px;
  }
}
@media screen and (max-width: 414px) {
  .nst--careerStep__item .nst--careerStep__arrow {
    width: 110px;
  }
}
.nst--careerStep__item .nst--careerStep__arrow::after {
  background: var(--nst--color__White);
  bottom: -49px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  display: inline-block;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 300px;
}
@media screen and (max-width: 880px) {
  .nst--careerStep__item .nst--careerStep__arrow::after {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .nst--careerStep__item .nst--careerStep__arrow::after {
    width: 130px;
  }
}
@media screen and (max-width: 414px) {
  .nst--careerStep__item .nst--careerStep__arrow::after {
    width: 110px;
  }
}
.nst--careerStep__item .nst--careerStep__arrow .nst--career {
  background-color: var(--nst--color__TertiaryL1);
  border-radius: 10px;
  color: var(--nst--color__White);
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 20px;
  font-style: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 30px;
  text-align: center;
  width: 200px;
}
@media screen and (max-width: 880px) {
  .nst--careerStep__item .nst--careerStep__arrow .nst--career {
    max-width: 160px;
    width: 8em;
  }
}
@media screen and (max-width: 600px) {
  .nst--careerStep__item .nst--careerStep__arrow .nst--career {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    width: 8em;
  }
}
@media screen and (max-width: 414px) {
  .nst--careerStep__item .nst--careerStep__arrow .nst--career {
    font-size: 15px;
    width: 7.6em;
  }
}
.nst--careerStep__item .nst--careerStep__arrow .nst--year {
  color: var(--nst--color__TertiaryL1);
}
.nst--careerStep__item .nst--careerStep__arrow .nst--year span {
  font-size: 35px;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .nst--careerStep__item .nst--careerStep__arrow .nst--year span {
    font-size: 26px;
  }
}
.nst--careerStep__item .nst--careerStep__arrow .nst--year span.nst--num {
  font-size: 50px;
}
@media screen and (max-width: 600px) {
  .nst--careerStep__item .nst--careerStep__arrow .nst--year span.nst--num {
    font-size: 40px;
  }
}
@media screen and (max-width: 414px) {
  .nst--careerStep__item .nst--careerStep__arrow .nst--year span.nst--num {
    font-size: 32px;
  }
}
.nst--careerStep__item .nst--careerStep__arrow .nst--year span.nst--to {
  display: block;
  margin-bottom: -10px;
  transform: rotate(90deg);
}
.nst--careerStep__item .nst--careerStep__arrow .nst--img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: auto;
}
@media screen and (max-width: 600px) {
  .nst--careerStep__item .nst--careerStep__arrow .nst--img {
    width: 75px;
  }
}
.nst--careerStep__item .nst--careerStep__arrow.nst--stage01 {
  background: linear-gradient(0deg, rgb(224, 242, 255) 10%, rgb(242, 249, 255) 60%);
}
.nst--careerStep__item .nst--careerStep__arrow.nst--stage01::after {
  background: rgb(224, 242, 255);
}
.nst--careerStep__item .nst--careerStep__arrow.nst--stage02 {
  background: linear-gradient(0deg, rgb(201, 232, 255) 10%, rgb(224, 242, 255) 60%);
}
.nst--careerStep__item .nst--careerStep__arrow.nst--stage02::after {
  background: rgb(201, 232, 255);
}
.nst--careerStep__item .nst--careerStep__arrow.nst--stage03 {
  background: linear-gradient(0deg, rgb(171, 219, 255) 10%, rgb(201, 232, 255) 60%);
}
.nst--careerStep__item .nst--careerStep__arrow.nst--stage03::after {
  background: rgb(171, 219, 255);
}
.nst--careerStep__item .nst--careerStep__arrow.nst--stage04 {
  background: linear-gradient(0deg, rgb(138, 204, 255) 10%, rgb(171, 219, 255) 60%);
}
.nst--careerStep__item .nst--careerStep__arrow.nst--stage04::after {
  background: rgb(138, 204, 255);
}
.nst--careerStep__item .nst--careerStep__arrow.nst--stage05 {
  background: linear-gradient(0deg, rgb(97, 186, 255) 10%, rgb(138, 204, 255) 60%);
  border-bottom: 20px solid rgb(97, 186, 255);
  border-radius: 20px;
}
.nst--careerStep__item .nst--careerStep__arrow.nst--stage05::after {
  display: none;
}
.nst--careerStep__item .nst--careerStep__txt {
  margin-left: 30px;
  padding: 50px 0;
  max-width: 700px;
  width: calc(100% - 300px - 2vw);
}
@media screen and (max-width: 880px) {
  .nst--careerStep__item .nst--careerStep__txt {
    width: calc(100% - 200px - 2vw);
  }
}
@media screen and (max-width: 600px) {
  .nst--careerStep__item .nst--careerStep__txt {
    margin-left: 20px;
    width: calc(100% - 130px - 2vw);
  }
}
@media screen and (max-width: 414px) {
  .nst--careerStep__item .nst--careerStep__txt {
    margin-left: 10px;
    width: calc(100% - 110px - 1vw);
  }
}
.nst--careerStep__item .nst--careerStep__txt .nst--subHeading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin: 35px 0 25px 0;
}
@media screen and (max-width: 600px) {
  .nst--careerStep__item .nst--careerStep__txt .nst--subHeading {
    font-size: 20px;
    margin: 30px 0 20px 0;
  }
}
@media screen and (max-width: 414px) {
  .nst--careerStep__item .nst--careerStep__txt .nst--subHeading {
    font-size: 18px;
  }
}






/* =========================================
  採用情報　福利厚生・研修制度
============================================ */
.nst--benefitsList {
  gap: 0;
  margin-bottom: -80px;
}
@media screen and (max-width: 880px) {
  .nst--benefitsList {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media screen and (max-width: 600px) {
  .nst--benefitsList {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.nst--benefitsList .nst--benefitsList__item {
  border-left: 1px solid var(--nst--color__Line);
  margin-bottom: 80px;
  max-width: 400px;
  padding: 0 30px;
}
@media screen and (max-width: 1240px) {
  .nst--benefitsList .nst--benefitsList__item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 880px) {
  .nst--benefitsList .nst--benefitsList__item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .nst--benefitsList .nst--benefitsList__item {
    max-width: 100%;
  }
}
.nst--benefitsList .nst--benefitsList__item:first-child, .nst--benefitsList .nst--benefitsList__item:nth-child(3n+1) {
  border-left-width: 0;
}
@media screen and (max-width: 880px) {
  .nst--benefitsList .nst--benefitsList__item {
    border-left-width: 0;
  }
  .nst--benefitsList .nst--benefitsList__item:nth-child(2n) {
    border-left-width: 1px;
  }
}
@media screen and (max-width: 600px) {
  .nst--benefitsList .nst--benefitsList__item {
    border-left-width: 0;
  }
  .nst--benefitsList .nst--benefitsList__item:nth-child(2n) {
    border-left-width: 0;
  }
}
.nst--benefitsList .nst--benefitsList__item .nst--benefitsList__img {
  margin-bottom: 50px;
}
@media screen and (max-width: 880px) {
  .nst--benefitsList .nst--benefitsList__item .nst--benefitsList__img {
    margin-bottom: 30px;
  }
}
.nst--benefitsList .nst--benefitsList__item .nst--benefitsList__heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.251;
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) {
  .nst--benefitsList .nst--benefitsList__item .nst--benefitsList__heading {
    font-size: 24px;
    margin-bottom: 10px;
  }
}


/* =========================================
  採用情報　募集要項
============================================ */
/* メッセージ */
@media screen and (max-width: 880px) {
  .nst--guidelineMessage .nst--photoWithImgText {
    order: 1;
  }
  .nst--guidelineMessage .nst--photoWithImg {
    order: 2;
  }
  .nst--guidelineMessage .nst--photoWithImg > .wp-block-group__inner-container {
    margin: 30px auto 0;
  }
}

/* 採用ステップ */
.nst--guidelineStep {
  display: flex;
  flex-wrap: wrap;
}
.nst--guidelineStep dt {
  color: var(--nst--color__Primary);
  font-weight: 700;
  margin-right: 2em;
  margin-top: 2em;
  width: 7em;
}
.nst--guidelineStep dd {
  margin-top: 2em;
  width: calc(100% - 10em);
}
.nst--guidelineStep dd .nst--heading {
  font-weight: 700;
}
.nst--guidelineStep dd .nst--heading:first-child {
  color: var(--nst--color__Primary);
}
.nst--guidelineStep dd a:hover, .nst--guidelineStep dd a:active, .nst--guidelineStep dd a:focus {
  color: var(--nst--color__LinkH);
}
.nst--guidelineStep dd a:hover .nst--heading:first-child, .nst--guidelineStep dd a:active .nst--heading:first-child, .nst--guidelineStep dd a:focus .nst--heading:first-child {
  color: var(--nst--color__LinkH);
}




/* =========================================
  メールフォーム
============================================ */
.nst--guidelineStep {
  display: flex;
  flex-wrap: wrap;
}
.nst--guidelineStep dt {
  color: var(--nst--color__Primary);
  font-weight: 700;
  margin-right: 2em;
  margin-top: 2em;
  width: 7em;
}
.nst--guidelineStep dd {
  margin-top: 2em;
  width: calc(100% - 10em);
}
.nst--guidelineStep dd .nst--heading {
  font-weight: 700;
}
.nst--guidelineStep dd .nst--heading:first-child {
  color: var(--nst--color__Primary);
}
.nst--guidelineStep dd a:hover, .nst--guidelineStep dd a:active, .nst--guidelineStep dd a:focus {
  color: var(--nst--color__LinkH);
}
.nst--guidelineStep dd a:hover .nst--heading:first-child, .nst--guidelineStep dd a:active .nst--heading:first-child, .nst--guidelineStep dd a:focus .nst--heading:first-child {
  color: var(--nst--color__LinkH);
}

/* =========================================
  メールフォーム
============================================ */
.nst--guidelineStep {
  display: flex;
  flex-wrap: wrap;
}
.nst--guidelineStep dt {
  color: var(--nst--color__Primary);
  font-weight: 700;
  margin-right: 2em;
  margin-top: 2em;
  width: 7em;
}
.nst--guidelineStep dd {
  margin-top: 2em;
  width: calc(100% - 10em);
}
.nst--guidelineStep dd .nst--heading {
  font-weight: 700;
}
.nst--guidelineStep dd .nst--heading:first-child {
  color: var(--nst--color__Primary);
}
.nst--guidelineStep dd a:hover, .nst--guidelineStep dd a:active, .nst--guidelineStep dd a:focus {
  color: var(--nst--color__LinkH);
}
.nst--guidelineStep dd a:hover .nst--heading:first-child, .nst--guidelineStep dd a:active .nst--heading:first-child, .nst--guidelineStep dd a:focus .nst--heading:first-child {
  color: var(--nst--color__LinkH);
}

/* =========================================
  メールフォーム
============================================ */
.nst--guidelineStep {
  display: flex;
  flex-wrap: wrap;
}
.nst--guidelineStep dt {
  color: var(--nst--color__Primary);
  font-weight: 700;
  margin-right: 2em;
  margin-top: 2em;
  width: 7em;
}
.nst--guidelineStep dd {
  margin-top: 2em;
  width: calc(100% - 10em);
}
.nst--guidelineStep dd .nst--heading {
  font-weight: 700;
}
.nst--guidelineStep dd .nst--heading:first-child {
  color: var(--nst--color__Primary);
}
.nst--guidelineStep dd a:hover, .nst--guidelineStep dd a:active, .nst--guidelineStep dd a:focus {
  color: var(--nst--color__LinkH);
}
.nst--guidelineStep dd a:hover .nst--heading:first-child, .nst--guidelineStep dd a:active .nst--heading:first-child, .nst--guidelineStep dd a:focus .nst--heading:first-child {
  color: var(--nst--color__LinkH);
}

/* =========================================
  メールフォーム
============================================ */
.nst--guidelineStep {
  display: flex;
  flex-wrap: wrap;
}
.nst--guidelineStep dt {
  color: var(--nst--color__Primary);
  font-weight: 700;
  margin-right: 2em;
  margin-top: 2em;
  width: 7em;
}
.nst--guidelineStep dd {
  margin-top: 2em;
  width: calc(100% - 10em);
}
.nst--guidelineStep dd .nst--heading {
  font-weight: 700;
}
.nst--guidelineStep dd .nst--heading:first-child {
  color: var(--nst--color__Primary);
}
.nst--guidelineStep dd a:hover, .nst--guidelineStep dd a:active, .nst--guidelineStep dd a:focus {
  color: var(--nst--color__LinkH);
}
.nst--guidelineStep dd a:hover .nst--heading:first-child, .nst--guidelineStep dd a:active .nst--heading:first-child, .nst--guidelineStep dd a:focus .nst--heading:first-child {
  color: var(--nst--color__LinkH);
}

/* =========================================
  メールフォーム
============================================ */
#nst--form.thanks #wrapper {
  height: auto;
  min-height: calc(100vh - 60px);
}
#nst--form #main_content .mfp_colored {
  background-color: var(--color__White) bef;
}
#nst--form #main_content form#mailformpro dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  width: 28%;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
#nst--form #main_content form#mailformpro dl dd {
  font-size: 1.8rem;
  padding: 10px 5px 20px 30%;
}
#nst--form #main_content form#mailformpro input {
  background-color: var(--nst--color__White) !important;
}
#nst--form #main_content form#mailformpro input[type=text] {
  min-width: 8em;
}
#nst--form #main_content form#mailformpro input:-internal-autofill-selected {
  background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
}

#nst--form #main_content form#mailformpro label {
  white-space: initial;
}
#nst--form #main_content form#mailformpro label.mfp_not_checked {
  border: none;
  padding: 6px 9px;
}
#nst--form #main_content form#mailformpro label.mfp_checked {
  background-color: var(--nst--color__White) bef;
  border: 1px solid var(--nst--color__Secondary);
  box-shadow: 0 0 5px var(--nst--color__Line) inset;
  padding: 5px 8px;
}
#nst--form #main_content form#mailformpro .mfp_element_text, #nst--form #main_content form#mailformpro .mfp_element_number, #nst--form #main_content form#mailformpro .mfp_element_select-one, #nst--form #main_content form#mailformpro .mfp_element_email, #nst--form #main_content form#mailformpro .mfp_element_tel, #nst--form #main_content form#mailformpro .mfp_element_textarea, #nst--form #main_content form#mailformpro .mfp_element_date, #nst--form #main_content form#mailformpro .mfp_element_password {
  border: 1px solid var(--nst--color__Line);
  border-radius: 0;
  box-shadow: 0 1px 5px var(--nst--color__Line) inset;
  line-height: 1.5;
  padding: 10px 8px;
}
#nst--form #main_content form#mailformpro .mfp_element_select-one {
  height: 2.75em;
}
#nst--form #main_content form#mailformpro .mfp_element_textarea {
  height: 12em !important;
  width: 100% !important;
}
#nst--form #main_content form#mailformpro .mfp_element_file {
  border: solid 1px var(--nst--color__Secondary);
  box-shadow: 0 1px 5px var(--nst--color__Secondary) inset;
  background: var(--nst--color__White);
}
#nst--form #main_content form#mailformpro .fileUpload {
  margin-bottom: 20px;
}
#nst--form #main_content form#mailformpro .fileUpload + p {
  margin-bottom: 0;
}
#nst--form #main_content form#mailformpro .nst--btnWrapper {
  display: flex;
  justify-content: center;
  margin: 3em auto 2em;
}
#nst--form #main_content form#mailformpro .mfp_element_submit, #nst--form #main_content form#mailformpro .mfp_element_reset, #nst--form #main_content form#mailformpro .mfp_element_button {
  background: var(--nst--color__Primary);
  border: none;
  border-radius: 32px;
  color: var(--nst--color__White);
  font-size: 16px;
  font-weight: 900;
  height: 64px;
  margin: 10px;
  padding: 15px 25px 15px 25px;
  transition: all 0.3s;
  text-shadow: none;
  width: 330px;
}
#nst--form #main_content form#mailformpro button.mfp_next, #nst--form #main_content form#mailformpro button.mfp_prev {
  background: var(--nst--color__Primary);
  border: none;
  border-radius: 0;
  color: var(--nst--color__White);
  font-size: 20px;
  font-weight: 900;
  margin: 10px;
  padding: 15px 25px 15px 25px;
  transition: all 0.3s;
  text-shadow: none;
}
#nst--form #main_content form#mailformpro .mfp_element_submit:hover, #nst--form #main_content form#mailformpro .mfp_element_submit:active {
  background-color: var(--nst--color__Secondary);
  box-shadow: 0 2px 15px var(--nst--color__Secondary);
}
#nst--form #main_content form#mailformpro .mfp_element_reset {
  background: #ccc;
}
#nst--form #main_content form#mailformpro .mfp_element_reset:hover, #nst--form #main_content form#mailformpro .mfp_element_reset:active {
  background-color: #b5b5b5;
  box-shadow: 0 2px 15px #b5b5b5;
}
#nst--form #main_content form#mailformpro .mfp_element_button:hover, #nst--form #main_content form#mailformpro .mfp_element_button:active {
  background-color: var(--nst--color__Secondary);
  box-shadow: 0 2px 15px var(--nst--color__Secondary);
}
#nst--form #main_content form#mailformpro button.mfp_next:hover, #nst--form #main_content form#mailformpro button.mfp_next:active {
  background-color: var(--nst--color__Secondary);
  box-shadow: 0 2px 15px var(--nst--color__Secondary);
}
#nst--form #main_content form#mailformpro button.mfp_prev:hover, #nst--form #main_content form#mailformpro button.mfp_prev:active {
  background-color: var(--nst--color__Secondary);
  box-shadow: 0 2px 15px var(--nst--color__Secondary);
}
#nst--form #main_content form#mailformpro .must {
  background: #C00;
  border-radius: 5px;
  box-shadow: none;
  font-size: 12px;
  display: inline-block;
  margin-right: 0.75em;
  padding: 0.1em 0.75em;
  text-shadow: none;
}
#nst--form #main_content form#mailformpro .optionally {
  background-color: var(--nst--color__PrimaryL1);
  border-radius: 5px;
  box-shadow: none;
  font-size: 12px;
  display: inline-block;
  margin-right: 0.75em;
  padding: 0.75em;
  text-shadow: none;
}
#nst--form #main_content form#mailformpro div.mfp_ok {
  border-radius: 15px;
  background: var(--nst--color__Secondary);
}
#nst--form #main_content .mfp_element_file {
  border: solid 1px var(--nst--color__Primary);
  box-shadow: 0 1px 5px var(--nst--color__Primary) inset;
  background: var(--nst--color__White);
}
#nst--form #main_content .inquiryFormNext {
  border-top: solid 1px #CCC;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 50px;
  text-align: center;
}
#nst--form #main_content .btnWrapper {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
  max-width: 740px;
}
#nst--form #main_content #mfp_phase_confirm #mfp_phase_confirm_inner h4 {
  padding: 10px 0 10px 0;
}
#nst--form #main_content #mfp_phase_confirm #mfp_phase_confirm_inner table#mfp_confirm_table tr th, #nst--form #main_content #mfp_phase_confirm #mfp_phase_confirm_inner table#mfp_confirm_table tr td {
  font-size: 16px;
  padding: 10px;
}
#nst--form #main_content #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_element_submit, #nst--form #main_content #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_element_reset, #nst--form #main_content #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_element_button {
  background: var(--nst--color__Primary);
  border: none;
  border-radius: 0;
  color: var(--nst--color__White);
  font-size: 20px;
  font-weight: 900;
  margin: 10px;
  padding: 15px 25px 15px 25px;
  transition: all 0.3s;
  text-shadow: none;
}
#nst--form #main_content #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons {
  display: flex;
  justify-content: center;
}
#nst--form #main_content #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_send {
  order: 2;
  border-radius: 35px;
  width: 8em;
}
#nst--form #main_content #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_send:hover, #nst--form #main_content #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_send:active {
  background-color: var(--nst--color__Secondary);
  box-shadow: 0 2px 15px var(--nst--color__Secondary);
}
#nst--form #main_content #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel {
  order: 1;
  background: #ccc;
  border-radius: 35px;
  width: 8em;
}
#nst--form #main_content #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel:hover, #nst--form #main_content #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel:active {
  background-color: #b5b5b5;
  box-shadow: 0 2px 15px #b5b5b5;
}

@media screen and (max-width: 720px) {
  #nst--form #main_content {
    padding: 10px 15px 20px;
    width: 100%;
  }
  #nst--form #main_content form#mailformpro dl dt, #nst--form #main_content form#mailformpro dl dd {
    font-size: 14px;
    margin-top: 5px;
    padding: 15px 10px 15px 10px;
    width: 100%;
  }
  #nst--form #main_content form#mailformpro input {
    max-width: 90%;
  }
  #nst--form footer #copyright {
    background-color: var(--nst--color__Tertiary);
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 600px) {
  .inquiryFormNext {
    font-size: 14px;
    padding-top: 40px;
  }
  .btnWrapper {
    margin: 30px auto;
    max-width: 100%;
  }
  #nst--form #wrapper form#mailformpro .mfp_element_reset {
    min-width: 100px;
  }
  #nst--form #wrapper form#mailformpro .mfp_element_reset,
  #nst--form #wrapper form#mailformpro .mfp_element_submit {
    font-size: 17px;
  }
  #nst--form #wrapper #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_element_submit, #nst--form #wrapper #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_element_reset, #nst--form #wrapper #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_element_button {
    font-size: 15px;
    padding: 15px 10px 15px 10px;
  }
  #nst--form #main_content #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_send, #nst--form #main_content #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel {
    font-size: 15px;
    padding: 15px 10px 15px 10px;
  }
}
@media screen and (max-width: 374px) {
  #nst--form #wrapper #header .heading {
    font-size: 20px;
  }
  #nst--form #wrapper #header .heading.heading--bicolor {
    font-size: 20px;
  }
  #nst--form #wrapper #header .campaign-img {
    margin-left: -7px;
    top: 0;
    width: 50px;
  }
}




