.u-spDb {
  display: none !important;
}

.repairPage {
  overflow-x: hidden;
}

.repairPage .rec_btn a::after {
  background: url("../img/btn-arrow.png") no-repeat;
  background-size: cover;
  width: 10px !important;
  height: 10px !important;
  border-top: none !important;
  border-right: none !important;
  transform: rotate(0) !important;
}

.repairPage .rec_entry_form_btn a::after {
  background: url("../img/btn-arrow.png") no-repeat;
  background-size: cover;
  width: 10px !important;
  height: 10px !important;
  border-top: none !important;
  border-right: none !important;
  transform: rotate(0) !important;
  right: 22px !important;
}

.repairPage.dismantling {
  padding-top: 0 !important;
}

/* header */
.p-repair__header {
  top: 0;
  background: #fff;
  height: 100px;
}

.p-repair__header__inner {
  width: 100%;
  padding: 0 22px 0 22px;
  display: flex;
  justify-content: space-between;
}

.p-repair__header__logo {
  display: flex;
  align-items: center;
  flex: 1;
  height: 100%;
}

/* .p-repair__header__logo p a {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #000;
} */

.p-repair__header__logo p img {
  width: revert-layer;
}

.p-repair__header__list {
  display: flex;
  gap: 30px;
  align-items: center;
}

.p-repair__header__item:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-repair__header__item .rec_entry_form_btn a {
  background: #00388f !important;
}

.p-repair__header__item:last-child {
  display: flex;
  align-items: center;
}

.p-repair__header__item .rec_entry_form_btn {
  margin-right: 0 !important;
}

.p-repair__header__tel__txt p {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #000;
}

.p-repair__header__tel__txt a {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  color: #00388f;
}

.p-repair__header__tel {
  width: 50px;
  height: 50px;
}

.p-repair__kv {
  position: relative;
  aspect-ratio: 1600 / 755;
}

.repairPage .p-repair__kv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/kv-01.jpg");
  background-size: cover;
}

.build-arc .p-repair__kv::before {
  background-image: url("../build-arc/images/kv-01.jpg");
}

.dismantling .p-repair__kv::before {
  background-image: url("../dismantling/images/kv-01.jpg");
}

.medical-space .p-repair__kv::before {
  background-image: url("../medical-space/images/kv-01.jpg");
}

.repairPage .p-repair__kv__txt__box {
  position: absolute;
  width: 730px;
  aspect-ratio: 730 / 220;
  background: rgba(8, 42, 98, 0.9);
  display: flex;
  flex-direction: column;
  bottom: 80px;
  padding-left: 120px;
  justify-content: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Rounded M+ 1c",
    "Rounded Mplus 1c", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "メイリオ", Meiryo, sans-serif;
}

.p-repair__kv__txt__box h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}

.p-repair__kv__txt__box p {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
/* ./ header */

/* strong */
.p-strong__inner {
  max-width: 1020px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}

.p-strong h2 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 110px;
  margin-bottom: 45px;
}

.p-strong h2 span {
  font-size: 18px;
  color: #00388f;
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: bold;
}

.p-strong__img01 {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  width: 100%;
  margin: 0 auto 50px;
}

.p-strong .center {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.p-strong__relative {
  position: relative;
  margin-top: 175px;
  margin-right: calc(50% - 50vw);
}

.p-strong__ttl__box {
  position: absolute;
  box-shadow: 0px 20px 46px 0px rgba(4, 0, 0, 0.1);
  top: -60px;
  left: -70px;
  z-index: 1;
  background: #fff;
  width: 52.549019619%;
  padding: 60px 60px 50px 70px;
}

.p-strong__ttl__box.u-shadowNone {
  box-shadow: none;
  padding: 0;
  position: static;
  width: 100%;
}

.p-strong__ttl__box h3 {
  font-size: clamp(36px, 1vw, 48px);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1;
}

.p-strong__ttl__box h3 span {
  font-size: clamp(28px, 1vw, 40px);
}

.p-strong__ttl__box h4 {
  font-size: 20px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 20px;
  position: relative;
  padding-bottom: 30px;
}

.p-strong__ttl__box h4::before,
.p-strong__ttl__box--subNone h3::before {
  content: "";
  display: inline-block;
  background: #082a62;
  width: 65px;
  height: 2px;
  position: absolute;
  bottom: 0;
}

.p-strong__ttl__box h5 {
  font-size: 32px;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin: 30px 0 40px;
}

.p-strong__ttl__box p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

.p-strong__ttl__box--subNone h3 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.p-strong__list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 140px;
}

.p-strong__list.u-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.p-strong__list.u-mt0 {
  margin-top: 0;
}

.build-arc .p-strong__list.u-mt0 h3::before {
  display: none;
}

.build-arc .p-strong__list.u-mt0 h3 {
  margin-bottom: 0;
}

.p-strong__list.u-mt75 {
  margin-top: 75px;
}

.p-strong__list.u-mb100 {
  margin-bottom: 100px;
}

.p-strong__list .p-strong__item:first-child {
  width: 37%;
}

.p-strong__list .p-strong__item:last-child {
  width: 46.875vw;
  margin-right: calc(50% - 50vw);
}

.p-strong__list.u-reverse .p-strong__item:first-child {
  /* width: 37%; */
  width: 45.4545%;
  max-width: none;
}

.p-strong__list.u-reverse .p-strong__item:first-child figure {
  width: 100%;
  margin: 50px auto 0;
}

.major-repair .p-strong__list.u-reverse .p-strong__item:first-child figure {
  max-width: 390px;
}

.build-arc .p-strong__list.u-reverse .p-strong__item:first-child figure {
  max-width: none;
}

.p-strong__list.u-reverse .p-strong__item:last-child {
  width: 46.875vw;
  margin-left: calc(50% - 50vw);
  text-align: right;
}

.p-strong__list.u-reverse h4 {
  margin-bottom: 30px;
}

.build-arc .p-strong__list h3 {
  position: relative;
  margin-bottom: 40px;
}

.build-arc .p-strong__list h3::before {
  content: "";
  display: inline-block;
  background: #082a62;
  width: 65px;
  height: 2px;
  position: absolute;
  bottom: -30px;
}
/* ./ strong */

/* flow */
.p-flow__inner {
  max-width: 1020px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}

.p-flow__ttl {
  margin: 95px auto 15px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: black;
  line-height: 1;
}

.p-flow__sub__ttl {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #00388f;
  margin-bottom: 45px;
}

.p-flow__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: step-counter;
  gap: 40px;
}

.p-flow__item {
  width: calc(50% - 22.5px);
  padding: 30px;
  position: relative;
  box-shadow:
    0px 0px 10px rgba(128, 128, 128, 0.1),
    2px 2px 10px rgba(128, 128, 128, 0.5);
  background: #fff;
}

.p-flow__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../major-repair/images/blue.png") no-repeat;
  background-size: cover;
  width: 82px;
  height: 82px;
}

.p-flow__step {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #fff !important;
  line-height: 1.5;
  position: absolute;
  left: 0;
  top: 0;
  padding: 7px 0 0 15px;
}

.p-flow__num {
  font-size: 24px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1.16;
}

.p-flow__item h3 {
  font-size: 24px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: 000000;
  margin-bottom: 35px;
  padding-left: 70px;
}

.p-flow__item p {
  font-size: 15px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #000;
}

.p-flow__sub__list {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.p-flow__sub__item:last-child {
  max-width: 170px;
  width: 100%;
}

.p-flow__sub__item:last-child img {
  width: 100%;
  height: 100%;
}
/* ./ flow */
.p-point {
  margin: 140px 0 100px;
}

.p-point__inner {
  max-width: 1020px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}

.p-point__ttl {
  font-size: 90px;
  font-family: "Jost", sans-serif;
  color: #00388f;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  position: absolute;
  left: 50px;
  top: -60px;
}

.p-point__list {
  display: flex;
  gap: 37px;
  align-items: flex-start;
}

.p-point__bg {
  background: #f0f3f8;
  padding: 85px 60px 85px 60px;
  border-radius: 50px;
  position: relative;
}

.p-point__item h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #00388f;
  font-family: "Jost", sans-serif;
  font-weight: bold;
}

.p-point__item .u-mt60 {
  margin: 60px 0 0;
}

.p-point__item h3 span {
  font-size: 60px;
  color: #00388f;
  line-height: 1;
  font-weight: bold;
  margin-left: 10px;
  display: inline-block;
}

.p-point__item h4 {
  font-size: 30px;
  line-height: 1.2;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin: 20px 0;
}

.p-point__item p {
  font-size: 16px;
  line-height: 2;
  color: #000;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.p-point__item:last-child {
  min-width: 380px;
  width: 100%;
  max-width: 380px;
}
/* POINT */

/* warning */
.p-warning {
  margin: 120px auto 105px;
}

.p-warning__inner {
  max-width: 1020px;
  width: 100%;
  padding: 0 20px;
  border: 4px solid #082a62;
  margin: auto;
}

.p-warning__ttl {
  margin: 0 0 30px 0;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #082a62;
}

.p-warning__txt__box {
  padding: 50px;
}

.p-warning__txt {
  font-size: 16px;
  line-height: 2;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.p-warning__txt span {
  color: #00388f;
}

.p-warning__txt.u-mt40 {
  margin-top: 40px;
}
/* ./ warning */

/* thought */
.p-thought {
  margin: 0 0 100px;
  position: relative;
}

.p-thought::after {
  content: "";
  display: block;
  background: url("../img/thought-01.jpg") no-repeat;
  padding: 100px 0;
  position: absolute;
  background-size: cover;
  z-index: -1;
  inset: 0;
}

.p-thought__inner {
  max-width: 1020px;
  width: 100%;
  padding: 100px 20px;
  margin: auto;
}

.p-thought h2 {
  margin: 0;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  margin-bottom: 40px;
}

.p-thought h3 {
  font-size: 42px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #00388f;
}

.p-thought p {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
/* ./ thought */

/* works */
.p-works__inner {
  max-width: 1020px;
  padding: 0 20px;
  margin: auto;
}

.p-works__txt__box {
  position: relative;
  padding: 80px 0;
}

.p-works__txt__box::after {
  content: "";
  position: absolute;
  background: url("../img/works-01.jpg") center center no-repeat;
  background-size: contain;
  aspect-ratio: 7 / 3;
  z-index: -1;
  width: 100%;
  height: 100%;
  inset: 0;
}
@media screen and (width <= 767px) {
  .p-works__txt__box::after {
    background-image: url("../img/works-01-sp.jpg");
    background-size: cover;
  }
}

.p-works__txt__box h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #fff;
}

.p-works__txt__box h3 {
  font-size: 18px;
  line-height: 1.55;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  color: #fff;
  margin: 15px auto 40px;
  text-align: center;
}

.p-works .rec_btn a {
  background: #00388f !important;
}

.p-works__txt__box .center {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.p-works .rec_btn {
  margin-top: 40px !important;
}
/* ./ works */

/* faq */
.p-faq {
  margin: 100px auto;
}

.p-faq__inner {
  max-width: 1020px;
  padding: 0 20px;
  margin: auto;
}

.p-faq__ttl {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  margin: 0;
}

.p-faq__sub__ttl {
  font-size: 18px;
  line-height: 1.55;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  color: #00388f;
  margin-top: 15px;
}

.p-faq__list {
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: flex-start;
}

.p-faq__items {
  display: flex;
  flex-direction: column;
}

.p-faq__item {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #000;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  cursor: pointer;
}

.p-faq__item:first-child {
  border-top: 1px solid #aaaaaa;
}

.p-faq__sub__list {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.p-faq__sub__list dt:first-child {
  color: #00388f;
  font-size: 18px;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  line-height: 1;
}

.p-faq__open__btn {
  width: 15px;
  height: 15px;
  margin-left: auto;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.p-faq__open__btn span {
  background: #00388f;
  display: inline-block;
  position: absolute;
  transition: all 0.6s;
}

.p-faq__open__btn span:first-child {
  width: 15px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.p-faq__open__btn span:last-child {
  width: 1px;
  height: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.p-faq__open__btn.is-active span:first-child {
  transform: rotate(45deg) translateY(-50%);
}

.p-faq__open__btn.is-active span:last-child {
  transform: rotate(45deg) translateX(-50%);
}

.p-faq__open {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition:
    visibility 0s 0.6s,
    opacity 0.6s ease,
    height 0.6s ease;
}

.p-faq__open p {
  line-height: 2;
  font-weight: normal;
  font-size: 16px;
  padding-top: 20px;
  padding-left: 33px;
}

.p-faq__open.is-open {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition:
    opacity 0.6s ease,
    height 0.6s ease;
}
/* ./ faq */

/* estimate */
.p-estimate {
  position: relative;
  aspect-ratio: 3200 / 974;
}

.p-estimate::after {
  content: "";
  display: block;
  background: url("../img/contact-01.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  inset: 0;
}

.p-estimate__inner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

.p-estimate__txt__box {
  background: rgba(255, 255, 255, 0.9);
  padding: 48px 120px;
  aspect-ratio: 1036 / 327;
  margin: 0 auto;
  border-radius: 30px;
}

.p-estimate__txt__box h2 {
  font-size: 28px;
  color: black;
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 0 0 35px 0;
}

.p-estimate__txt__box p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: black;
  font-weight: normal;
}

.p-estimate__list {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-top: 40px;
  justify-content: center;
}

.p-estimate__list .rec_entry_form_btn a {
  background: #00388f !important;
}

.p-estimate__tel__list {
  display: flex;
  align-items: center;
  gap: 13px;
}

.p-estimate__tel__list figure {
  width: 50px;
  height: 50px;
}

.p-estimate__tel__sub__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.p-estimate__tel__txt {
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: black;
}

.p-estimate__tel {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  color: #00388f !important;
}

.p-estimate .u-repair {
  margin-right: 0 !important;
}
/* ./ estimate */

/* footer */
.p-repair__footer {
  height: auto;
  background: #fff;
  margin-top: 100px;
  padding: 0;
  position: relative;
  aspect-ratio: 1600 / 600;
  max-height: 600px;
}

.p-repair__footer::after {
  content: "";
  display: block;
  background: url("../img/footer-bg.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  aspect-ratio: 3200 / 452;
  width: 100%;
  z-index: 1;
}

.p-repair__footer__txt__box figure {
  width: 25.375%;
  margin: 0 auto;
}

.p-repair__footer__txt__box p {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-align: center;
}

.p-repair__copyright {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 5;
}

.p-repair__copyright small {
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 2.28;
}
/* ./ footer */

/* main */
.sub_page.page-template-tmp-recruitment.repairPage:not(.contact01) main {
  margin-top: 100px;
}

@media screen and (max-width: 959px) {
  .repairPage .rec_btn a {
    font-size: 3.75vw !important;
  }

  .u-pcDb {
    display: none !important;
  }

  .u-spDb {
    display: block !important;
  }

  .sub_page.page-template-tmp-recruitment.repairPage:not(.contact01) main {
    margin-top: 15vw;
  }

  .p-repair__header {
    padding: 0;
    height: 15vw;
  }

  .p-repair__header__inner {
    padding: 0 6.25vw;
    align-items: center;
    gap: 1.75vw;
  }

  .p-repair__header__logo p a {
    font-size: 4vw;
  }

  .p-repair__header__list {
    gap: 1.75vw;
  }

  .p-repair__header__item {
    width: 10vw;
    height: 10vw;
    aspect-ratio: 1 / 1;
    max-width: 80px;
    max-height: 80px;
  }

  .p-repair__kv {
    aspect-ratio: 800 / 754;
  }

  .p-repair__kv::before {
    background-position: center;
  }

  .repairPage .p-repair__kv__txt__box {
    bottom: 11.875vw;
    width: 91.25%;
    padding-left: 6.25vw;
  }

  .build-arc .p-repair__kv__txt__box {
    bottom: 7.25vw;
    width: 91.25%;
    padding-left: 6.25vw;
    aspect-ratio: 730 / 308;
  }

  .p-repair__kv__txt__box h1 {
    font-size: 7.5vw;
  }

  .p-repair__kv__txt__box p {
    font-size: 4.5vw;
    line-height: 1.2;
    margin-top: 2.5vw;
  }

  .p-strong__inner {
    max-width: none;
    padding: 0 6.25vw;
  }

  .p-strong h2 {
    margin: 15vw 0 5vw;
  }

  .p-strong h2 span {
    font-size: 3.25vw;
  }

  .p-strong__img01 {
    max-width: none;
    width: 87.5%;
    margin: 0 auto 10vw;
  }

  .p-strong__img01 img {
    width: 29%;
  }

  .p-strong .center {
    font-size: 3.25vw;
    text-align: left;
  }

  .p-strong__relative {
    margin-top: 100.5vw;
  }

  .build-arc .p-strong__list h3 {
    margin-bottom: 10vw;
  }

  .build-arc .p-strong__list h3::before {
    bottom: -5vw;
  }

  .p-strong__ttl__box {
    max-width: none;
    left: -6.25vw;
    padding: 10vw 6.25vw;
    width: 87.5%;
    top: -90.75vw;
  }

  .p-strong__ttl__box h3 {
    font-size: 7.25vw;
  }

  .p-strong__ttl__box h3 span {
    font-size: 5.75vw;
  }

  .p-strong__ttl__box h4 {
    margin-top: 2.5vw;
    padding-bottom: 5vw;
    font-size: 3.5vw;
  }

  .p-strong__ttl__box h5 {
    font-size: 4.5vw;
    margin: 5.5vw 0 5vw;
  }

  .p-strong__ttl__box p {
    font-size: 3.25vw;
  }

  .p-flow__inner {
    max-width: none;
    padding: 0 6.25vw;
  }

  .p-flow__ttl {
    font-size: 5.75vw;
    margin: 14.375vw auto 3.75vw;
  }

  .p-flow__sub__ttl {
    font-size: 3.25vw;
    margin-bottom: 5vw;
  }

  .p-flow__list {
    flex-direction: column;
    gap: 5vw;
  }

  .p-flow__item {
    width: 100%;
    padding: 6.25vw;
  }

  .p-flow__item::before {
    height: auto;
    width: 17%;
    aspect-ratio: 1 / 1;
  }

  .p-flow__item p {
    font-size: 3.25vw;
  }

  .p-flow__num {
    font-size: 4.25vw;
  }

  .p-flow__item h3 {
    font-size: 4.25vw;
    padding-left: 9.375vw;
    margin-bottom: 4.75vw;
  }

  .p-flow__step {
    font-size: 3.25vw;
    padding: 1.25vw 0 0 2.5vw;
  }

  .p-flow__num {
    font-size: 4.25vw;
  }

  .p-flow__item p {
    font-size: 3vw;
  }

  .p-flow__sub__list {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 29.16%;
    gap: 3.75vw;
  }

  .p-point {
    margin: 21.25vw 0 15vw;
  }

  .p-point__inner {
    max-width: none;
    padding: 0 6.25vw;
  }

  .p-point__bg {
    border-radius: 3rem;
    padding: 10.625vw 6.25vw;
  }

  .p-point__ttl {
    font-size: 15vw;
    top: -9.5vw;
    left: 4vw;
    font-family: "Jost", Arial, sans-serif;
  }

  .p-point__list {
    flex-direction: column;
    gap: 7.5vw;
  }

  .p-point__item h3 {
    font-size: 3.5vw;
    line-height: 1;
  }

  .p-point__item h3 span {
    font-size: 8.5vw;
    margin-left: 1vw;
  }

  .p-point__item h4 {
    font-size: 4.5vw;
    margin: 3.75vw 0;
  }

  .p-point__item p {
    font-size: 3.25vw;
  }

  .p-point__item:last-child {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .p-point__item .u-mt60 {
    margin: 7.5vw 0 0;
  }

  .p-strong__list.u-mt75 {
    margin-top: 10vw;
  }

  .p-strong__list {
    flex-direction: column;
    gap: 7.5vw;
    margin-top: 12.5vw;
  }

  .p-strong__list .p-strong__item:first-child {
    width: 100%;
  }

  .p-strong__list .p-strong__item:last-child {
    width: fit-content;
    margin-right: -6.25vw;
  }

  .p-strong__list.u-reverse {
    flex-direction: column;
    gap: 7.5vw;
  }

  .p-strong__list.u-reverse-sp {
    flex-direction: column-reverse;
  }

  .p-strong__list.u-reverse .p-strong__item:first-child {
    width: 100%;
    max-width: none;
  }

  .p-strong__list.u-reverse h4 {
    margin-bottom: 5vw;
  }

  .p-strong__ttl__box {
    width: 100%;
  }

  .p-strong__list.u-reverse .p-strong__item:first-child figure {
    max-width: none;
    margin: 7.5vw auto 0;
  }

  .p-strong__list.u-reverse .p-strong__item:last-child {
    margin-right: auto;
    margin-left: -6.25vw;
    width: fit-content;
  }

  .p-warning {
    margin: 15vw auto;
    padding: 0 6.25vw;
  }

  .p-warning__inner {
    max-width: none;
    padding: 0 6.25vw;
  }

  .p-warning__txt__box {
    padding: 10vw 0;
  }
  .p-warning__ttl {
    font-size: 4.5vw;
    line-height: 1;
    margin: 0 0 5vw 0;
  }

  .p-warning__txt {
    font-size: 3.25vw;
    padding-left: 1em;
    text-indent: -1.2em;
  }

  .p-warning__txt.u-mt40 {
    margin-top: 7.5vw;
  }

  .p-thought {
    margin: 0 0 15vw 0;
  }

  .p-thought::after {
    background: url("../img/thought-01-sp.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 0;
  }

  .p-thought__inner {
    padding: 12.5vw 6.25vw 85.625vw 6.25vw;
  }

  .p-thought h2 {
    font-size: 3.5vw;
    margin-bottom: 4.375vw;
  }

  .p-thought h3 {
    font-size: 6vw;
    line-height: 1.42;
  }

  .p-thought p {
    font-size: 3.25vw;
    margin-top: 7.5vw;
  }

  .p-works__inner {
    max-width: none;
    padding: 0;
  }

  .p-works__txt__box {
    padding: 11.875vw 15.5vw;
  }

  .p-works__txt__box::after {
    aspect-ratio: 800 / 590;
  }

  .p-works__txt__box h2 {
    font-size: 5.75vw;
  }

  .p-works__txt__box h3 {
    font-size: 3.25vw;
    margin: 3.75vw 0 4.75vw;
  }

  .p-works__txt__box .center {
    font-size: 3.25vw;
  }

  .p-works .rec_btn {
    width: 100% !important;
    margin: 4.75vw auto 0 !important;
  }

  .p-faq {
    margin: 15vw auto 0;
  }

  .p-faq__inner {
    padding: 0 6.25vw;
  }

  .p-faq__list {
    display: flex;
    flex-direction: column;
    gap: 5vw;
  }

  .p-faq__ttl {
    font-size: 5.75vw;
  }

  .p-faq__sub__ttl {
    font-size: 3.25vw;
    margin-top: 3.5vw;
    line-height: 1.07;
  }

  .p-faq__item {
    font-size: 3.25vw;
    padding: 5vw 0;
  }

  .p-faq__sub__list {
    gap: 2.125vw;
  }

  .p-faq__sub__list dt:first-child {
    font-size: 3.25vw;
    line-height: 1.5;
  }

  .p-faq__sub__list dt:nth-of-type(2) {
    width: 75%;
    line-height: 1.5;
  }

  .p-faq__open__btn {
    width: 3.125vw;
    height: 3.125vw;
  }

  .p-faq__open p {
    line-height: 1.76;
    padding-top: 5vw;
    padding-left: 0;
    font-size: 3.25vw;
  }

  .p-estimate {
    aspect-ratio: 800 / 850;
    margin-top: 15vw;
  }

  .p-estimate::after {
    background-position: center;
  }

  .p-estimate__txt__box {
    aspect-ratio: 707 / 647;
    padding: 10vw 0;
    border-radius: 3rem;
    width: 87.5%;
  }

  .p-estimate__txt__box h2 {
    font-size: 5.75vw;
    margin: 0 0 5.625vw 0;
  }

  .p-estimate__txt__box p {
    font-size: 3.25vw;
  }

  .p-estimate__list {
    flex-direction: column;
    gap: 5.375vw;
    margin-top: 7.5vw;
  }

  .p-estimate__list li:last-child {
    width: 100%;
  }

  .p-estimate__tel__list {
    gap: 1.875vw;
    align-items: flex-end;
  }

  .p-estimate__tel {
    font-size: 7.5vw;
  }

  .p-estimate__tel__list figure {
    width: 6.25vw;
    height: 6.25vw;
    margin-bottom: 0.5vw;
  }

  .p-estimate .u-repair {
    margin: 0 auto 0 !important;
    text-align: center;
  }

  .p-repair__footer {
    margin-top: 15vw;
    aspect-ratio: 800 / 650;
  }

  .p-repair__footer__txt__box figure {
    width: 50.75%;
  }

  .p-repair__footer__txt__box p {
    margin-top: 5vw;
    font-size: 3.25vw;
  }

  .p-repair__footer::after {
    aspect-ratio: 800 / 225;
    background: url("../img/footer-bg-sp.jpg");
    background-position: top;
    background-size: contain;
  }

  .p-repair__copyright {
    width: 100%;
    bottom: 45px;
  }

  .p-repair__copyright small {
    font-size: 3vw;
    line-height: 1.3;
    text-align: center;
    display: block;
  }
}

@media screen and (min-width: 1600px) {
  .p-strong__list.u-reverse .p-strong__item:first-child {
    width: 45%;
  }

  .p-strong__list .p-strong__item:first-child {
    width: 45%;
  }
}
/* ./ main */

/* contact01 */
.page-template-tmp-recruitment.contact01 .main_v_wrap,
.page-template-tmp-recruitment.contact_thanks .main_v_wrap .main_v {
  width: 100%;
  height: auto;
  background: none;
  position: static;
}
.contact01 .main_v_wrap .main_v,
.contact_thanks .main_v_wrap .main_v {
  height: auto;
  margin-bottom: 70px !important;
}
.contact01 .main_v_wrap .main_v .img,
.contact_thanks .main_v_wrap .main_v .img {
  height: 343px;
  background: #00388f;
}
.contact01 .main_v_wrap .main_v .img h1,
.contact_thanks .main_v_wrap .main_v .img h1 {
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .contact01 .main_v_wrap .main_v .img h1,
  .contact_thanks .main_v_wrap .main_v .img h1 {
    padding-top: 170px;
  }
}
.contact01 .main_v_wrap .main_v .img h1 .h1_2,
.contact_thanks .main_v_wrap .main_v .img h1 .h1_2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
}
.page-template-tmp-recruitment.contact01 main,
.page-template-tmp-recruitment.contact_thanks main {
  padding-top: 0;
}
.page-template-tmp-recruitment.contact01 main h2,
.page-template-tmp-recruitment.contact_thanks main h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.p-contant01__lead {
  width: 100%;
  padding: 30px;
  border: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p-contant01__lead {
    padding: 20px;
  }
}
.p-contant01__lead ul li {
  padding: 5px 0;
  padding-left: 30px;
  text-indent: -30px;
}
.p-contant01__lead ul li:before {
  content: url(../img/icon_circle.png);
  margin: 0 15px 0 5px;
}
.p-contant01__lead ul li b {
  font-weight: bold;
}
/* ./ contact01 */
