/*
Theme Name: ishidakensetsu-lp
Description:
Author: Aoi Design
Author URI:
*/

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/fonts/NotoSansJP-Regular.otf") format("opentype"), url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/fonts/NotoSansJP-Regular.woff") format("woff"), url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/fonts/NotoSansJP-Medium.otf") format("opentype"), url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lpfonts/NotoSansJP-Medium.woff") format("woff"), url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/fonts/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/fonts/NotoSansJP-Bold.otf") format("opentype"), url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/fonts/NotoSansJP-Bold.woff") format("woff"), url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/fonts/NotoSansJP-Bold.woff2") format("woff2");
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
  background: #fdf7d4;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7vw;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.9;
}

.pc_br {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

/*----------------------------------------
FV
----------------------------------------*/
.fv {
  background: url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/img/fv-back.webp") no-repeat center;
}
.fv__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.fv__text {
  width: 100%;
}
.fv__logo {
  position: absolute;
  top: 20px;
  left: 0;
  padding-left: 10px;
}
.fv__logo-img {
  width: clamp(10.75rem, -0.125rem + 22.66vw, 18rem);
}

@media screen and (max-width: 767px) {
  .fv {
    background: none;
  }
  .fv__logo-img {
    width: 52vw;
  }
}
/*----------------------------------------
誤解と真実
----------------------------------------*/
.truth__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 80px 15px;
}
@media screen and (max-width: 767px) {
  .truth__inner {
    padding: 0 3.2vw;
  }
}
.truth__subtitile {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.truth__heading {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
}
.truth__heading--large {
  font-size: 1.4em;
}
.truth__heading--orange {
  color: #f38717;
}
.truth__heading--ul {
  position: absolute;
  bottom: -5px;
  right: -22px;
  z-index: -1;
}
.truth__items {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .truth__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.truth__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 30px);
  flex: 1 1 calc(50% - 30px);
  background: #fff;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1023px) {
  .truth__list {
    width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 610px) {
  .truth__list {
    width: 100%;
  }
}
.truth__list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.truth__number {
  position: absolute;
  top: -15px;
  left: 20px;
  z-index: 10;
}
.truth__myth {
  background: #282828;
  color: #fff;
  font-size: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 95px;
  padding-left: 100px;
  border-radius: 20px 20px 0 0;
}
.truth__list-inner {
  position: relative;
}
.truth__content {
  position: absolute;
  top: 20px;
  right: 20px;
}
.truth__text {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgb(255, 255, 255), -2px -2px 4px rgb(255, 255, 255), 4px 4px 10px rgb(255, 255, 255), -4px -4px 10px rgb(255, 255, 255);
}
.truth__text--orange {
  color: #f38717;
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: 600;
}
.truth__text--secondary {
  margin-top: 12px;
}
.truth__arrow {
  position: relative;
}
.truth__arrow-text {
  position: absolute;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 500;
}
.truth__threek-list {
  background: #fff;
  border: 1px solid #111;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  font-weight: 500;
}
.truth__threek-title {
  background: #111;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 5px;
}
.truth__threek-text {
  padding: 8px 12px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
}

.btn {
  margin-top: 60px;
  position: relative;
}
.btn__text {
  width: 100%;
  position: absolute;
  color: #fff;
  font-weight: 600;
  font-size: 2.125rem;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .truth {
    padding: 12vw 0;
  }
  .truth__subtitile {
    font-size: 9vw;
  }
  .truth__heading {
    font-size: 9vw;
  }
  .truth__heading--ul {
    width: 32vw;
    right: -2vw;
  }
  .truth__items {
    margin-top: 9vw;
    gap: 6vw;
  }
  .truth__list {
    width: 90vw;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  }
  .truth__number {
    top: -2.8vw;
    left: 0;
  }
  .truth__number img {
    width: 22vw;
  }
  .truth__myth {
    font-size: 4.2vw;
    min-height: 17vw;
    padding-left: 15vw;
  }
  .truth__content {
    right: 4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .truth__img--first {
    height: 60vw;
  }
  .truth__img--secondary {
    height: 80vw;
  }
  .truth__img--third {
    height: 83vw;
  }
  .truth__img--fourth {
    height: 71vw;
  }
  .truth__img--first img {
    height: 60vw;
  }
  .truth__img--secondary img {
    height: 80vw;
  }
  .truth__img--third img {
    height: 83vw;
  }
  .truth__img--fourth img {
    height: 71vw;
  }
  .truth__text {
    font-size: 4vw;
    line-height: 1.6;
  }
  .truth__text--orange {
    font-size: 6.5vw;
  }
  .truth__text--secondary {
    margin-top: 1.5vw;
  }
  .truth__arrow img {
    width: 23.7vw;
  }
  .truth__arrow-text {
    font-size: 4.8vw;
  }
  .truth__threek-text {
    font-size: 3.7vw;
    padding: 2vw;
  }
  .truth__threek-title {
    font-size: 3.8vw;
  }
  .btn {
    margin-top: 10.6vw;
  }
  .btn__text {
    font-size: 6vw;
  }
}
/*----------------------------------------
新3Kヘッダー
----------------------------------------*/
.threek-heading {
  background: url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/img/threek-back.webp") no-repeat center;
  height: 794px;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.threek-heading__text {
  text-align: center;
}
.threek-heading__arrow {
  text-align: center;
  position: absolute;
  bottom: -40px;
}

@media screen and (max-width: 767px) {
  .threek-heading {
    height: auto;
    padding: 16vw 0;
    background-size: cover;
  }
  .threek-heading__arrow {
    position: absolute;
    bottom: -8vw;
    width: 10.9vw;
  }
}
/*----------------------------------------
新3K
----------------------------------------*/
.threek {
  padding: 80px 0;
}
.threek__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .threek__inner {
    padding: 0 3.2vw;
  }
}
.threek__list {
  background: #fddc3d;
  max-width: 883px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 15px 35px;
  position: relative;
  margin-top: 50px;
}
.threek__list:first-child {
  margin-top: 0;
}
.threek__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3.25rem;
  font-weight: 600;
  padding: 0 30px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.threek__title-img {
  margin-right: 30px;
}
.threek__title--large {
  font-size: 1.2em;
}
.threek__list-inner {
  background: #fff;
  margin-top: 12px;
  border-radius: 10px;
  border: 6px solid #fff5b5;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.threek__list-content {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 25px);
  flex: 1 1 calc(50% - 25px);
}
.threek__list-title {
  font-size: 1.625rem;
  font-weight: 600;
}
.threek__list-text {
  margin-top: 12px;
  line-height: 1.8;
}
.threek__deco {
  position: absolute;
  top: 12px;
  right: 60px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .threek {
    padding: 12vw 0;
  }
  .threek__list {
    padding: 4vw;
    margin-top: 8vw;
  }
  .threek__title {
    font-size: 7vw;
    padding: 0;
  }
  .threek__title-img {
    margin-right: 3vw;
    width: 16vw;
  }
  .threek__title--large {
    font-size: 9vw;
  }
  .threek__list-inner {
    margin-top: 2.6vw;
    border: 4px solid #fff5b5;
    padding: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .threek__list-title {
    font-size: 5vw;
  }
  .threek__list-text {
    line-height: 1.6;
    font-size: 3.8vw;
  }
  .threek__deco {
    top: 1.6vw;
    right: 2vw;
    width: 25vw;
  }
}
/*----------------------------------------
建設ランクA獲得〜
----------------------------------------*/
.feature {
  background: #fddc3d;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.feature__deco01 {
  position: absolute;
  top: 30%;
  left: 80%;
  z-index: 1;
}
.feature__deco02 {
  position: absolute;
  bottom: 0;
  left: 40%;
  z-index: 1;
}
.feature__list--secondary {
  text-align: right;
}
.feature__content {
  display: inline-block;
  padding: 0 10px;
  text-align: left;
}
.feature__content--secondary {
  text-align: left;
}
.feature__title-wrapper {
  display: inline-block;
  padding-top: 30px;
  position: relative;
}
.feature__title {
  display: block;
  background: #111;
  color: #fff;
  font-size: 2.5rem;
  padding: 0 20px;
  margin-top: 5px;
  letter-spacing: 0.05em;
  text-align: left;
}
.feature__title--yellow {
  color: #f4cb15;
  font-weight: 600;
}
.feature__text {
  margin-top: 30px;
  max-width: 450px;
  line-height: 1.8;
  text-align: left;
}
.feature__medal {
  position: absolute;
  right: -60px;
  top: -20px;
}

.feature__items {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}

.feature__list {
  background: url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/img/feature-img01.webp") no-repeat;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50% + 20px);
  background-position: 290px 0;
  min-height: 374px;
  z-index: 10;
  position: relative;
}

.feature__list--secondary {
  margin-top: 70px;
  position: relative;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50% + 20px);
  min-height: 374px;
  z-index: 10;
}
.feature__list--secondary::before {
  content: "";
  background: url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/img/feature-img02.webp") no-repeat;
  background-position: right;
  position: absolute;
  top: 0;
  left: -290px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .feature {
    padding: 4vw 0 8vw;
  }
  .feature__deco01 {
    right: -20vw;
    top: 45vw;
    left: auto;
    width: 60vw;
  }
  .feature__deco02 {
    bottom: 40vw;
    left: 40vw;
    width: 55vw;
  }
  .feature__list-inner--first {
    padding-top: 52vw;
  }
  .feature__content {
    padding-left: 9vw;
  }
  .feature__content--secondary {
    padding-top: 50vw;
  }
  .feature__title {
    font-size: 7.5vw;
    padding: 0 4vw;
    letter-spacing: 0.02em;
  }
  .feature__text {
    font-size: 3.8vw;
    margin-top: 4vw;
    line-height: 1.8;
    padding-right: 3.2vw;
    text-align: left;
  }
  .feature__medal {
    display: none;
  }
  .feature__list {
    background: url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/img/feature-img01-sp.webp") no-repeat;
    background-position: 15vw 0;
    min-height: auto;
    background-size: auto 70vw;
  }
  .feature__list--secondary {
    margin-top: 12vw;
    text-align: left;
    padding-left: 0;
  }
  .feature__list--secondary::before {
    content: "";
    background: url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/img/feature-img02-sp.webp") no-repeat;
    background-position: top right;
    position: absolute;
    background-size: auto 70vw;
    min-height: auto;
    top: 0;
    left: -15vw;
  }
  .feature__title-wrapper {
    margin-top: 0;
    padding-top: 0;
  }
}
/*----------------------------------------
当社の数字
----------------------------------------*/
.number {
  padding: 80px 0;
  background: url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/img/number-back.webp") no-repeat center;
  background-size: cover;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.number__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .number__inner {
    padding: 0 3.2vw;
  }
}
.number__heading {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.number__items {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 830px) {
  .number__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.number__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 15px);
  flex: 1 1 calc(50% - 15px);
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 830px) {
  .number__list:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 830px) {
  .number__list {
    margin-top: 65px;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.number__icon {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.number__text {
  font-size: 2.125rem;
  font-weight: 600;
}
.number__text--large {
  color: #f38717;
  font-size: 2em;
}

@media screen and (max-width: 767px) {
  .number {
    padding: 12vw 0;
    background: url("https://ishidakensetsu.co.jp/recruit-sp-lp/wp-content/themes/lp/img/number-back-sp.webp") no-repeat center;
    background-size: cover;
  }
  .number__heading {
    font-size: 10vw;
  }
  .number__logo {
    margin-left: auto;
    margin-right: auto;
    width: 40.2vw;
  }
  .number__items {
    margin-top: 16vw;
    gap: 0;
  }
  .number__list {
    width: 70vw;
    margin-top: 12vw;
    padding: 10vw 0 9vw;
  }
  .number__icon {
    width: 20vw;
    top: -10vw;
  }
  .number__text {
    font-size: 6vw;
  }
}
/*----------------------------------------
先輩の声
----------------------------------------*/
.voice {
  background: #fddc3d;
  background: #fff;
}
.voice__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .voice__inner {
    padding: 0 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .voice__inner {
    padding: 6vw 0;
  }
}
.voice__banner {
  max-width: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .voice__banner {
    width: 95%;
  }
}

/*----------------------------------------
よくある質問
----------------------------------------*/
.faq {
  padding: 80px 0;
  background: #f8f4e1;
}
.faq__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 0 3.2vw;
  }
}
.faq__heading {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.faq__area {
  margin-top: 50px;
}
.faq__list {
  margin-top: 25px;
}
.faq__question {
  background: #fff;
  border-radius: 10px;
  border: 3px solid #eaebdb;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  padding-left: 100px;
}
.faq__question-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 100px;
  line-height: 1.8;
  text-align: left;
  -webkit-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
}
.faq__answer-text {
  margin-top: 20px;
}
.faq .faq__list.active .faq__answer {
  max-height: 500px;
}
.faq .toggle-icon {
  font-size: 1.5rem;
  color: #e7c27c;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  content: "+";
}
.faq .faq__list.active .toggle-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "−";
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 15.4vw 0;
  }
  .faq__heading {
    font-size: 10vw;
  }
  .faq__enheading {
    width: 14.6vw;
    margin-left: auto;
    margin-right: auto;
  }
  .faq__area {
    margin-top: 8vw;
  }
  .faq__list {
    margin-top: 3.7vw;
  }
  .faq__question {
    padding: 3.2vw;
    font-size: 3.7vw;
    font-weight: 600;
    padding-left: 15vw;
    text-align: left;
  }
  .faq__question-icon {
    left: 3.2vw;
    width: 9.3vw;
  }
  .faq__answer {
    max-height: 0;
    font-size: 3.7vw;
    overflow: hidden;
    padding: 0 12.5vw;
    padding-left: 15vw;
    line-height: 1.6;
  }
  .faq__answer-text {
    margin-top: 3vw;
  }
}
/*----------------------------------------
お問い合わせフォーム
----------------------------------------*/
.contact {
  background: #ea871f;
  padding: 80px 0;
}
.contact__heading {
  padding: 15px;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  font-weight: 600;
}
.contact__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: left;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding: 0 3.2vw;
  }
}
.contact__entitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact-form {
  margin-top: 30px;
  font-size: 1.125rem;
}
.contact-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 80px;
  background: #fff;
}
@media (max-width: 880px) {
  .contact-form__inner {
    padding: 50px 20px;
  }
}
.contact-form__text {
  text-align: center;
  margin-bottom: 20px;
}
.contact-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  width: 100%;
  gap: 20px;
}
.contact-form__label {
  width: 30%;
  padding: 20px;
  font-weight: 600;
  position: relative;
}
.contact-form__label--red {
  position: absolute;
  right: 20px;
  background: #c21111;
  color: #fff;
  font-weight: 400;
  font-size: 0.8em;
  padding: 3px 5px;
  margin-left: 15px;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #c5c5c5;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #c5c5c5;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #c5c5c5;
}
.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  color: #c5c5c5;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #c5c5c5;
}
.contact-form__input,
.contact-form__textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.contact-form__input--addr {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30%;
}
.contact-form__textarea {
  resize: vertical;
  height: 200px;
}
.contact-form__btn {
    margin-top: 60px;
    text-align: center;
    background: #4ab72d;
    color: #fff;
    padding: 20px;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    font-size: 1.375rem;
    font-weight: 500;
    box-shadow: 3px 4px 5px rgb(0,0,0,0.16);
}
.contact-form__btn:hover {
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 18vw 0 15.4vw;
  }
  .contact__heading {
    padding: 0;
    font-size: 7.5vw;
  }
  .contact-form {
    margin-top: 12.3vw;
    font-size: 4.2vw;
  }
  .contact-form__inner {
    padding: 8.5vw 6.6vw;
  }
  .contact-form__text {
    margin-bottom: 3.4vw;
    font-size: 3.8vw;
  }
  .contact-form__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8vw;
    width: 100%;
  }
  .contact-form__label {
    width: 100%;
    padding: 0;
    position: static;
  }
  .contact-form__label--red {
    position: static;
  }
  .contact-form__input,
  .contact-form__textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 4vw;
  }
  .contact-form__input--addr {
    width: 50%;
  }
  .contact-form__textarea {
    resize: vertical;
    height: 80vw;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .contact-form__btn {
    margin-top: 8vw;
	  width: 100%;
  }

}
.contact-form__radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-form__radio-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.contact-form__radio-group input[type="radio"] {
  margin-right: 10px;
}

/*----------------------------------------
footer
----------------------------------------*/
.footer {
  background: #fff;
  text-align: center;
  padding: 15px;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
.footer__link {
  font-size: 0.875rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 3.4vw;
  }
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__separator {
  font-size: 0.875rem;
}
.footer__text {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 3.2vw;
  }
}

/*----------------------------------------
トップへ戻るボタン
----------------------------------------*/
#backToTopBtn {
  display: none;
  position: fixed;
  text-align: center;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  z-index: 1000;
  background-color: #f38717;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #backToTopBtn {
    right: 5px;
    width: 10.6vw;
    height: 10.6vw;
  }
}

/*----------------------------------------
会社概要
----------------------------------------*/
.legal {
  background: #fff;
}

.legal-page {
  padding: 80px 0;
}
.legal-page__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .legal-page__inner {
    padding: 0 3.2vw;
  }
}
.legal-page .legal-title {
  font-size: 1.5em;
  margin: 40px 0 20px;
  font-weight: 500;
  border-bottom: solid 2px #eee;
  position: relative;
  padding-bottom: 6px;
}
.legal-page .legal-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #f38717;
  bottom: -2px;
  width: 20%;
}
.legal-page .legal-table {
  width: 100%;
  border-collapse: collapse;
}
.legal-page .legal-table th,
.legal-page .legal-table td {
  padding: 20px;
}
.legal-page .legal-table th {
  text-align: left;
  width: 30%;
}
.legal-page .legal-table td {
  background-color: #fff;
}

/*----------------------------------------
プライバシーポリシー
----------------------------------------*/
.privacy {
  background: #fff;
}

.privacy-policy {
  padding: 80px 0;
}
.privacy-policy__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 0 3.2vw;
  }
}

.privacy__heading {
  font-size: 1.5em;
  margin: 40px 0 20px;
  font-size: 1.5em;
  margin: 40px 0 20px;
  font-weight: 500;
  border-bottom: solid 2px #eee;
  position: relative;
  padding-bottom: 6px;
}

.privacy__heading:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #f38717;
  bottom: -2px;
  width: 20%;
}

.policy-title {
  font-weight: 500;
  font-size: 1.25rem;
  padding: 25px 0;
}

/*----------------------------------------
サンクスページ
----------------------------------------*/
.thanks-message {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .thanks-message {
    padding: 50px 0;
  }
}
.thanks-message__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks-message__inner {
    padding: 0 3.2vw;
  }
}
.thanks-message__heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: #f38717;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .thanks-message__heading {
    font-size: 1.5rem;
  }
}
.thanks-message__text {
  font-size: 1.125rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .thanks-message__text {
    font-size: 1rem;
  }
}

.totop-btn {
  background: #f38717;
  color: #fff;
  padding: 10px 20px;
  margin-top: 30px;
  display: inline-block;
}
