/* ==============
    Fv 
============== */
.front-page-main {
  margin: 0;
}

.section__wrap-fv {
  position: relative;
  width: 100%;
  max-width: none;
  margin: -28px auto 0;
  padding: 140px 0;
  color: #fff;
  background-image: url("../images/fv_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.fv__inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.fv__lead {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.fv__tags {
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  margin-top: 11px;
}

.fv__tag {
  min-width: 70px;
  padding: 5px 15px;
  border-radius: 5px;
  background: #fff;
  color: var(--text_color);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  width: 106px;
}

.fv__title {
  margin: 25px auto 0;
  width: 560px;
}

.fv__description {
  margin: 25px 0 0;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.fv__description-upper {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-top: 10px;
}

.fv__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  padding: 25px 30px;
  border-radius: 999px;
  background: var(--cta-color);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.fv__button:hover {
  color: #fff;
  opacity: 0.7;
  transform: translateY(-1px);
}

/* ==============
    ABOUT 足場サブスクストアとは
============== */
.section__wrap-about {
  background: #fff;
}

.section__wrap-about .section__explain {
  font-weight: 500;
}

.about-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 1.6%;
  margin-top: 36px;
}

.about-plan-card {
  padding: 30px 5%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}

.about-plan-card__title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text_color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.about-plan-card__number {
  color: var(--main-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  font-family: Poppins;
  letter-spacing: 0.03em;
}

.about-plan-card__link {
  width: fit-content;
  margin-left: auto;
  margin-top: 10px;
}

.about-plan-card__link a {
  align-items: center;
  color: var(--text_color);
  text-decoration: none;
  display: flex;
  font-size: 16px;
  gap: 6px;
  width: fit-content;
  white-space: nowrap;
}

.about-plan-card__link a:hover {
  color: var(--text_color);
  opacity: 0.7;
}

.about-plan-card__link img {
  height: 28px;
}

.about-plan-card p {
  margin: 0;
  color: var(--text_color);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.about-plan-grid .about-plan-card__tt {
  letter-spacing: 0.03em;
  font-weight: 700;
}

.section__wrap-estimate .width-adjust {
  margin: 0 auto;
  padding: 0 24px;
}

.estimation-embed__frame {
  display: block;
  width: 100%;
  height: 1880px;
  border: 0;
  border-radius: 14px;
  background: #fff;
}

/* ==============
    FLOW
============== */
.section__wrap-flow {
  background: #f8f8f8;
}
.flow-section__lead {
  margin: 18px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.flow-step-card {
  border-radius: 5px;
  display: grid;
  grid-template-columns: 90px 118px 1fr;
  align-items: center;
  gap: 5.5%;
  padding: 40px 5%;
  background: #fff;
}

.flow-step-card__step {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  text-align: center;
  padding-right: 20px;
  position: relative;
}

.flow-step-card__step::after {
  width: 1px;
  height: 112px;
  content: "";
  position: absolute;
  border-left: 1px solid #6f6f6f;
  top: -31px;
  right: -15px;
}

.flow-step-card:last-of-type .flow-step-card__step::after {
  height: 132px;
  top: -43px;
  right: -15px;
}

.flow-step-card__step-label {
  color: var(--text_color);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: Poppins;
  line-height: 22px;
}

.flow-step-card__step-number {
  color: var(--text_color);
  font-size: 42px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1.26px;
}

.flow-step-card__icon {
  position: relative;
  width: 118px;
  height: 98px;
}

.flow-step-card__content h3 {
  margin: 0 0 10px;
  color: var(--text_color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.flow-step-card__content p {
  margin: 0;
  color: var(--text_color);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.flow-step-arrow {
  width: 0;
  height: 0;
  margin: 0 auto 20px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid #7b7b7b;
}

.flow-icon-sheet {
  position: absolute;
  left: 14px;
  top: 8px;
  width: 58px;
  height: 80px;
  border-radius: 4px;
  background:
    linear-gradient(#c9d1f2, #c9d1f2) 28px 10px / 22px 4px no-repeat,
    linear-gradient(#c9d1f2, #c9d1f2) 28px 19px / 22px 4px no-repeat,
    linear-gradient(#c9d1f2, #c9d1f2) 28px 28px / 22px 4px no-repeat,
    linear-gradient(#c9d1f2, #c9d1f2) 28px 44px / 22px 4px no-repeat,
    linear-gradient(#c9d1f2, #c9d1f2) 28px 53px / 22px 4px no-repeat,
    linear-gradient(#c9d1f2, #c9d1f2) 28px 62px / 22px 4px no-repeat,
    linear-gradient(#aeb8e6, #aeb8e6);
  box-shadow: inset 0 0 0 1px #cfd5ea;
}

.flow-icon-check {
  position: absolute;
  left: 22px;
  width: 13px;
  height: 8px;
  border-left: 4px solid #6eba56;
  border-bottom: 4px solid #6eba56;
  transform: rotate(-45deg);
}

.flow-icon-check--top {
  top: 25px;
}

.flow-icon-check--middle {
  top: 48px;
}

.flow-icon-hand {
  position: absolute;
  right: 16px;
  bottom: 12px;
  width: 42px;
  height: 42px;
  border-radius: 10px 10px 14px 14px;
  background: linear-gradient(135deg, #ffd7b6 0%, #f3c198 100%);
  transform: rotate(-45deg);
  box-shadow: 14px 10px 0 -4px #4f67b4;
}

.flow-icon-person {
  position: absolute;
  left: 36px;
  top: 4px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffd9b8;
}

.flow-icon-laptop {
  position: absolute;
  left: 10px;
  top: 40px;
  width: 82px;
  height: 40px;
  border-radius: 6px 6px 0 0;
  background: #6fb7bd;
}

.flow-icon-laptop::before {
  content: "";
  position: absolute;
  left: 22px;
  top: -2px;
  width: 38px;
  height: 38px;
  border-radius: 18px 18px 6px 6px;
  background: #4a93b6;
}

.flow-icon-laptop::after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -6px;
  width: 98px;
  height: 7px;
  border-radius: 8px;
  background: #0b5b96;
}

.flow-icon-laptop__dot {
  position: absolute;
  left: 37px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd6a7;
}

.flow-icon-doc {
  position: absolute;
  left: 30px;
  top: 8px;
  width: 36px;
  height: 46px;
  border-radius: 4px;
  background:
    linear-gradient(#b6b0bf, #b6b0bf) 10px 12px / 18px 4px no-repeat,
    linear-gradient(#b6b0bf, #b6b0bf) 10px 22px / 18px 4px no-repeat,
    linear-gradient(#b6b0bf, #b6b0bf) 10px 32px / 18px 4px no-repeat,
    linear-gradient(135deg, transparent 0 14px, #ececf3 14px),
    #f7f7fb;
  box-shadow: inset 0 0 0 1px #e0e0e8;
}

.flow-icon-coin {
  position: absolute;
  left: 4px;
  bottom: 6px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffc33f;
  box-shadow: inset 0 0 0 6px rgba(255, 210, 94, 0.35);
}

.flow-icon-coin::before {
  content: "$";
  position: absolute;
  inset: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}

.flow-icon-card {
  position: absolute;
  right: 6px;
  bottom: 10px;
  width: 46px;
  height: 30px;
  border-radius: 4px;
  background:
    linear-gradient(#5da7ff, #5da7ff) 0 7px / 46px 6px no-repeat,
    #f4f8ff;
  box-shadow: inset 0 0 0 1px #c5d8f7;
}

.flow-icon-card::before {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 8px;
  height: 6px;
  background: #ffd24f;
  border-radius: 1px;
}

/*======================
    FAQ よくあるご質問
======================*/

.section__wrap-faq {
  background: #fff;
}

.faq-section__eyebrow {
  margin: 0;
  color: #ff5a00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
}

.faq-section__title {
  margin: 8px 0 0;
  color: var(--text_color);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  text-align: center;
}

.faq__list {
  max-width: 980px;
  margin: 36px auto 0;
}

.top-faq-item {
  margin-top: 18px;
  background: #f8f8f8;
  border-radius: 5px;
}

.top-faq-item:first-child {
  margin-top: 0;
}

.top-faq-item__answer {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 0 32px 22px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
}

.top-faq-item__answer p {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
}

.top-faq-item__answer a {
  color: var(--text_color);
  text-decoration: underline;
}

.top-faq-item__icon {
  display: block;
  width: 12.5px;
  height: 9px;
  background: url("../images/arrow.svg") center / contain no-repeat;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
  top: 35px;
  right: 3.5%;
  position: absolute;
}

.top-faq-item__mark {
  margin-right: 20px;
}

.top-faq-item__mark img,
.top-faq-item__mark--a img {
  width: 25px;
  height: 25px;
  max-width: none;
}

.top-faq-item__mark--q {
  color: #666;
}

.top-faq-item__question {
  display: grid;
  grid-template-columns: 36px 1fr 24px;
  align-items: center;
  gap: 14px;
  padding: 22px 32px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.top-faq-item__question-text {
  min-width: 0;
  color: var(--text_color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.top-faq-item summary {
  border-radius: 5px;
  display: block;
  width: 100%;
  list-style: none;
  position: relative;
}

.top-faq-item summary::-webkit-details-marker {
  display: none;
}

.top-faq-item[open] .top-faq-item__icon {
  transform: rotate(0deg);
}

/*======================
  PRICE LIST 部材価格一覧
=========================*/
.section__wrap-list {
  background: #f8f8f8;
}

.price__list__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.price__list__wrap__box {
  background: #fff;
  padding: 30px 5.1%;
  width: 48.75%;
}

.price__list__tt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 10px;
}

.price__list__detail {
  border: 1px solid #bbb;
}

.price__list__detail.price__list__detail-pdf {
  text-align: center;
}

.contact-form__line-button.contact-form__line-button-simple {
  background: #bfbfbf;
  border-color: #bfbfbf;
  color: #fff;
  width: 100px;
  padding: 5px 5px;
  font-size: 12px;
  margin: 5px auto;
  min-width: auto;
}

.fv__button.fv__button-simple {
  align-self: center;
  display: flex;
  font-size: 14px;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 30px auto 0;
  padding: 20px 43px;
  width: fit-content;
}

.buttion-arrow {
  margin-top: 1.5px;
  margin-left: 15px;
}

.buttion-arrow img {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1375px) {
  .price__list__wrap {
    gap: 30px 15px;
  }
}
/*======================
  COLUMN コラム
=========================*/

.section__wrap-column .width-adjust {
  padding: 0 16px;
}
.home .archive-card__link {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.section__wrap-column .fv__button.fv__button-simple {
  min-width: 150px;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.3;
}

.section__wrap-column .archive-card__category {
  margin-top: 10px;
}

.section__wrap-column {
  background: #fff;
}

.front-page-column__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.front-page-column__grid .archive-card__link {
  background: #fff;
  border-radius: 5px;
  padding: 20px 4.6%;
  text-decoration: none;
}

.front-page-column__grid .archive-card__link:hover {
  color: unset;
  opacity: 0.7;
}

.front-page-column__grid .archive-card__media {
  margin-bottom: 20px;
}

.front-page-column__grid .archive-card__media img {
  border-radius: 5px;
}

.front-page-column__grid .archive-card__date {
  color: #6f6f6f;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 10px;
}

.front-page-column__grid .archive-card__category {
  background: #f8f8f8;
  border-radius: 5px;
  color: var(--text_color);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-decoration: none;
  width: fit-content;
}

.front-page-column__grid .archive-card__title {
  color: var(--text_color);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.front-page-column__button {
  min-width: 226px;
}

/*======================
  CONTACT お問い合わせ
=========================*/

.section__wrap.section__wrap-contact {
  padding: 0;
}

.contact-visual {
  position: relative;
  padding: 60px 0;
  background-image: url("../images/contact_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-visual__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-visual .title-main {
  color: #fff;
}

.contact-visual__eyebrow {
  margin: 0;
  color: #ff6a00;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.contact-visual__title {
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 700;
  text-align: center;
}

.contact-form-card {
  padding: 60px 12.5%;
  border-radius: 5px;
  background: #fff;
}

.contact-form__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}

.contact-form__actions.sp_only {
  display: none;
}

.contact-form__actions button {
  font-size: 14px;
}

.contact-form__status {
  display: none;
  min-height: 24px;
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.contact-form__status:not(:empty) {
  display: block;
  margin: 18px 0 0;
}
.contact-form__status[data-state="success"] {
  color: #02bc02;
}

.contact-form__status[data-state="error"] {
  color: #cf2e2e;
}

.contact-form__status[data-state="sending"] {
  color: #4e5969;
}

.contact-form__check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text_color);
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.contact-form__check input {
  width: 16px;
  height: 16px;
}

.contact-form__check span {
  margin-top: -1px;
}

.contact-form__field {
  display: flex;
  flex-direction: column;
}

.contact-form__field--full {
  margin-top: 15px;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 2.5%;
}

.contact-form__grid .contact-form__field--full {
  grid-column: 1 / -1;
  margin-top: 0;
}

.contact-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  background: #fff;
  color: var(--text_color);
  font-size: 14px !important;
  line-height: 2;
  letter-spacing: 0.03em;
}

.contact-form__input {
  height: 52px;
  padding: 2px 16px !important;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: #b8b8b8;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  border-color: #ff6a00;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12);
}

.contact-form__label {
  margin: 0 0 4px;
  color: var(--text_color);
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
}

.contact-form__label-privacy {
  font-size: 14px;
}

.contact-form__line-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 254px;
  padding: 14px 32px;
  border-radius: 999px;
  background: #06c755;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
  font-size: 14px;
}

.contact-form__line-button:link,
.contact-form__line-button:visited {
  color: #fff;
}

.contact-form__line-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  transform: translateY(-1px);
}

.contact-form__privacy {
  margin-top: 15px;
}

.contact-form__privacy-text {
  margin: 4px 0 0;
  color: var(--text_color);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.contact-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
  margin-left: 8px;
  padding: 2px 4px;
  border-radius: 3px;
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
}

.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 254px;
  padding: 14px 32px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff7b00 0%, #ff5a00 100%);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.contact-form__submit:hover {
  opacity: 0.7;
  transform: translateY(-1px);
}

.contact-form__submit:disabled {
  background: #bfbfbf;
  border-color: #bfbfbf;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
  transform: none;
  box-shadow: none;
}

.contact-form__submit[data-busy="true"]:disabled {
  cursor: wait;
}

.contact-form__textarea {
  min-height: 170px;
  padding: 14px 16px;
  resize: vertical;
}

/*======================
  ======================
  部材価格一覧
======================
=========================*/
body.page-template-page-price_list {
  background: #f8f8f8;
}
.page-template-page-price_list .container-upper {
  background: none;
}

.page-template-page-price_list .estimate-calculator .store-pricing-table {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.page-template-page-price_list
  .estimate-calculator--catalog
  .store-table-shell {
  margin-top: 30px;
}

.page-template-page-price_list .estimate-calculator .pricing tbody td {
  padding: 5px 10px;
}

/*======================
  404 Page
======================*/
.not-found-page {
  padding: 60px 0;
  background: #f8f8f8;
}

.not-found-page__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 32px;
  border-radius: 24px;
  text-align: center;
}

.not-found-page__code {
  margin: 0 0 16px;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
}

.not-found-page__title {
  margin: 0;
  color: #171a20;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.not-found-page__message {
  margin: 20px 0 0;
  color: #555;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
