header.header3.forSP {
  display: none !important;
}
main {
  .mv {
    padding-bottom: 60px;
    .inner {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 30px;
      padding: 0;
    }
    &::before {
      content: '';
      inset: 0;
      position: absolute;
      background-image: url(../../img/top/mv_bg_sp.webp);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-blend-mode: overlay;
      background-color: #f0f6fb;
      opacity: 0.6;
      z-index: -1;
    }
    .img {
      > * {
        img {
          object-fit: cover;
        }
      }
    }
    .txt {
      padding: 0 20px;
      .qracian {
        text-align: center;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        color: #0068b7;
        font-weight: 900;
        line-height: 1.14;
        letter-spacing: -0.02em;
        .size_s {
          font-size: 20px;
        }
        .size_m {
          font-size: 25px;
        }
        .size_l {
          font-size: 68px;
        }
      }
      .saitan {
        padding: 3px 15px;
        text-align: center;
        color: #fff;
        background-color: #60aae5;
        border-radius: 5px;
        font-size: 23px;
        font-weight: 900;
        letter-spacing: 4px;
      }
      .omakase {
        color: #0068b7;
        text-align: center;
        font-size: 14px;
        font-weight: 900;
        letter-spacing: 0.28px;
        border-bottom: 4px solid #fdd835;
        margin-top: 15px;
        margin-bottom: 18px;
        padding-bottom: 4px;
      }
      .btn {
      }
      .btn + .btn {
        margin-top: 15px;
        display: flex;
        justify-content: center;
        gap: 12px;
        & > a {
          padding: 12px 10px;
          margin-top: 0;
          font-size: 14px;
          color: #0068b7;
          /* flex-direction: row; */
          &::after {
            background-color: var(--Blue-BL1);
          }
        }
      }
    }
  }
  .reason {
    background-color: #0068b7;
    margin: 0;
    padding: 60px 0;
    color: #fff;
    h2 {
      font-size: 32px;
      font-weight: 900;
      letter-spacing: 2px;
      color: #f0f6fb;
      text-align: center;
      margin-bottom: 40px;
      padding: 0;
      border: none;
    }
    .lead {
      font-size: 13px;
      text-align: center;
      color: #f0f6fb;
      font-weight: 700;
      margin-bottom: 40px;
    }
    .point {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 38px;
      margin-bottom: 40px;
      & > * {
        max-width: 250px;
        text-align: center;
        p {
          margin-top: 10px;
          font-size: 10px;
        }
      }
    }
  }
  .overview {
    background-color: #f0f6fb;
    margin: 0 0 80px;
    padding: 60px 0;
    h2 {
      color: #fff;
      text-align: center;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
      font-size: 24px;
      font-weight: 900;
      letter-spacing: 1px;
      border-radius: 5px;
      background-color: #0068b7;
      padding: 5px 0;
      letter-spacing: 1px;
    }
    .point {
      display: flex;
      flex-direction: column;
      gap: 30px;
      margin: 0 20px 45px;
      li {
        display: flex;
        flex-direction: column;
        gap: 20px;
        border-radius: 5px;
        background: #fff;
        box-shadow: 4px 4px 4px 0 rgba(0, 104, 183, 0.1);
        padding: 20px 5px 25px;
        text-align: center;
        .icon {
          width: 60px;
          height: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #d6e7f4;
          border-radius: 50px;
          margin: 0 auto;
          img {
            width: auto;
            height: 36px;
            filter: brightness(0) saturate(100%) invert(24%) sepia(58%) saturate(3085%) hue-rotate(189deg) brightness(94%) contrast(101%);
          }
        }
        .title {
          color: #0068b7;
          font-size: 18px;
          font-weight: 700;
          text-decoration-line: underline;
          text-decoration-style: solid;
          text-decoration-skip-ink: none;
          text-decoration-color: #fdd835;
          text-decoration-thickness: 13%;
          text-underline-offset: 18%;
          text-underline-position: from-font;
        }
        .txt {
          display: flex;
          width: 200px;
          margin: 0 auto;
          padding: 10px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          border-radius: 5px;
          background: #fff8db;
          font-size: 16px;
          color: #0068b7;
          font-weight: 500;
        }
      }
    }
    h3 {
      font-size: 25px;
      font-weight: 700;
      position: relative;
      color: #0068b7;
      text-align: center;
      letter-spacing: 6px;
      margin: 0 0 60px;
      &::before {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 42px;
        height: 3px;
        border-radius: 3px;
        background-color: #fdd835;
      }
    }
    .lead {
      position: relative;
      color: #0068b7;
      font-weight: 700;
      text-align: center;
      display: flex;
      gap: 10px;
      align-items: center;
      &::before,
      &::after {
        content: '';
        flex: 1;
        display: block;
        height: 2px;
        background-color: #2589d0;
      }
    }
    .price {
      margin-top: 20px;
      font-size: 18px;
      font-weight: 700;
      color: #0068b7;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      li {
        width: 70%;
        background-color: #fff;
        border: 2px solid #0068b7;
        border-radius: 6px;
        padding: 12px;
        text-align: center;
      }
    }
  }

  .reform_sample {
    .about-box {
      display: flex;
      flex-direction: column;
      gap: 35px;
      margin: 35px 0;
      .about-txt {
        h3 {
          text-align: center;
        }
        .lead {
          background-color: #f0f6fb;
          color: #60aae5;
          padding: 6px;
          font-weight: 700;
          border-radius: 50px;
          margin-top: 25px;
          .icon {
            display: inline-block;
            img {
              height: 1.3em;
              width: auto;
              filter: brightness(0) saturate(100%) invert(89%) sepia(91%) saturate(1458%) hue-rotate(326deg) brightness(104%) contrast(98%);
            }
          }
        }
        .about-list {
          margin-top: 25px;
          li {
            margin-top: 7px;
            .icon {
              display: inline-block;
              img {
                height: 1.3em;
                width: auto;
                filter: brightness(0) saturate(100%) invert(55%) sepia(63%) saturate(383%) hue-rotate(164deg) brightness(103%) contrast(88%);
              }
            }
            em {
              color: #000;
            }
          }
        }
        .sample-box {
          background-color: #f5f5f5;
          padding: 15px 20px;
          border-radius: 10px;
          margin-top: 25px;
          h4 {
            display: inline-flex;
            padding: 4px 8px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 4px;
            background: #fff;
            color: #0068b7;
            font-size: 15px;
            font-weight: normal;
          }
          dl {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0;
            dt {
              flex: 0 0 102px;
              margin: 0;
              display: flex;
              justify-content: center;
              align-items: center;
              span {
                display: inline-block;
                background-color: #60aae5;
                color: #fff;
                padding: 2px 5px;
                width: 100%;
                text-align: center;
              }
            }
            dd {
              flex: 1 0 calc((100% - 10px) - 102px);
              font-weight: bold;
              min-width: 0;
              margin: 0;
            }
          }
        }
        .point {
          margin-top: 25px;
          display: flex;
          gap: 10px;
          align-items: center;
          .icon {
            img {
              height: 40px;
              width: auto;
              filter: brightness(0) saturate(100%) invert(21%) sepia(93%) saturate(2110%) hue-rotate(190deg) brightness(99%) contrast(101%);
            }
            i {
              font-size: 32px;
              color: #0068b7;
            }
          }
          p {
            margin: 0;
          }
        }
      }
      .about-img {
      }
    }
    .example-box {
      margin: 35px 0;
      display: flex;
      flex-direction: column;
      gap: 35px;
      .example-txt {
        h3 {
          margin-top: 30px;
          margin-bottom: 25px;
        }
        .box_summary {
          background-color: #f5f5f5;
          padding: 15px 20px;
          margin-top: 25px;
          border-radius: 10px;
          dl {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            dt {
              flex: 0 0 65px;
              margin: 0;
              display: flex;
              justify-content: center;
              align-items: center;
              span {
                display: inline-block;
                background-color: #60aae5;
                color: #fff;
                padding: 2px 5px;
                width: 100%;
                text-align: center;
              }
            }
            dd {
              flex: 1 0 calc((100% - 10px) - 65px);
              font-size: 13px;
            }
          }
        }
      }

      .example-img {
        display: flex;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
        gap: 4px;
        &::after {
          content: '';
          display: block;
          position: absolute;
          width: 32px;
          height: 32px;
          background: url(../../img/icon/icon_arrow3.svg) 0 0 no-repeat;
          background-size: contain;
          top: calc(50% - 16px);
          left: calc(50% - 16px);
        }
        & > * {
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #fff;
          border-radius: 4px;
          position: relative;
          overflow: hidden;
          aspect-ratio: 1/1;
          flex: 1 1 0;
          img {
            /*  */
            flex: 1;
            object-fit: contain;
          }
          .label {
            padding: 2px 16px;
            font-size: 16px;
            font-weight: 700;
            border-radius: 0 0 4px 4px;
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
          }
        }
        .img_before .label {
          color: #0068b7;
          background-color: rgba(245, 245, 245, 0.9);
        }
        .img_after .label {
          color: #fff;
          background-color: rgba(0, 104, 183, 0.9);
        }
      }
    }
  }
  .sect_faq {
    margin-bottom: 40px;
  }
  /* お客様の声詳細ページ実装時に削除 */
  .sect_voice_archives {
    .voice_archive {
      .voice_tags {
        .voice_tag {
          a {
            cursor: default;
            pointer-events: none;
            &:hover {
              color: #0068b7;
              background-color: #fff;
            }
          }
        }
      }
      > a {
        cursor: default;
        pointer-events: none;
      }
      &::after {
        display: none;
      }
    }
  }
  /* 施工事例詳細ページ実装時に削除 */
  .sect_constructions_archives {
    .constructions_list {
      .constructions_archive {
        .constructions_tags {
          .constructions_tag {
            a {
              cursor: default;
              pointer-events: none;
              &:hover {
                color: #0068b7;
                background-color: #fff;
              }
            }
          }
        }
      }
    }
  }
  @media (768px <= width) {
    .mv {
      padding-top: 60px;
      padding-bottom: 60px;
      .inner {
        max-width: 1210px;
        flex-direction: row;
        gap: 20px;
        justify-content: center;
      }
      &::before {
        background-image: url(../../img/top/mv_bg_pc.webp);
        background-position: bottom left;
        background-size: contain;
      }
      .img {
        order: 1;
        width: calc(50% - 20px);
      }
      .txt {
        order: 0;
        width: calc(50% - 20px);
        text-align: center;
      }
    }
    .magazine {
      .column_box {
        flex-direction: row-reverse;
      }
    }
  }
  @media (1024px <= width) {
    .mv {
      .inner {
      }
    }
  }
  @media (1210px <= width) {
    .mv {
      .inner {
        max-width: 1210px;
        align-items: center;
        justify-content: space-between;
      }
      .img {
        width: 53%;
      }
      .txt {
        width: 45.89%;
        padding: 0;
        .qracian {
          .size_s {
            font-size: 32px;
          }
          .size_m {
            font-size: 38px;
          }
          .size_l {
            font-size: 104px;
          }
        }
        .saitan {
          max-width: 486px;
          letter-spacing: 5px;
          font-size: 34px;
          line-height: 1.6;
          margin-left: auto;
          margin-right: auto;
        }
        p {
          text-align: center;
        }
        .omakase {
          display: inline-block;
          margin: 30px auto 20px;
          font-size: 21px;
          letter-spacing: 0.42px;
        }
        .btn + .btn {
          justify-content: center;
          & > a {
            margin-left: 0;
            padding: 10px 17px;
          }
        }
      }
    }
  }
  @media (width >= 768px) {
    .reason {
      padding-bottom: 70px;
      h2 {
        font-size: 40px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
        letter-spacing: 5px;
        margin-bottom: 25px;
      }
      .lead {
        font-size: 19px;
        line-height: 2;
        margin-bottom: 25px;
      }
      .point {
        flex-direction: row;
        gap: 70px;
        align-items: stretch;
        justify-content: center;
        margin-bottom: 25px;
        & > * {
          max-width: 326px;
          p {
            margin-top: 18px;
            font-size: 13px;
          }
        }
      }
    }
    .overview {
      margin-bottom: 120px;
      padding: 120px 0;
      text-align: center;
      h2 {
        font-size: 35px;
        letter-spacing: 5px;
        display: inline-block;
        padding: 5px 30px;
        margin-bottom: 45px;
      }
      .point {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
        li {
          min-width: 240px;
          .icon {
          }
          .title {
            height: 3em;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            font-size: 20px;
          }
          .txt {
          }
        }
      }
      h3 {
      }
      .lead {
        max-width: 926px;
        margin: 0 auto;
        &::before,
        &::after {
          height: 1px;
        }
      }
      .price {
        flex-direction: row;
        justify-content: center;
        li {
          max-width: 175px;
        }
      }
    }
    .reform_sample {
      .about-box {
        flex-direction: row;
        gap: 80px;
        margin-top: 60px;
        .about-txt {
          order: 1;
          h3 {
            text-align: left;
          }
          .lead {
          }
          .about-list {
            li {
              margin-top: 14px;
            }
          }
          .sample-box {
            h4 {
              font-size: 16px;
            }
            dl {
              flex-wrap: nowrap;
              dt {
                &:nth-of-type(n + 2) {
                  margin-left: 15px;
                }
              }
              dd {
                flex: 1 1 auto;
              }
            }
          }
          .point {
          }
        }
        .about-img {
          order: 0;
          width: 45%;
        }
      }
      .example-box {
        margin-top: 60px;
        flex-direction: row;
        gap: normal;
        justify-content: space-between;
        align-items: center;
        .example-txt {
          width: 46%;
          h3 {
            margin-top: 0;
          }
          .box_summary {
            max-width: 410px;
            dl {
              dt {
              }
              dd {
              }
            }
          }
        }
        .example-img {
          width: 53%;
          & > * {
          }
          .img_before,
          .img_after {
            .label {
            }
            img {
            }
          }
          .img_before {
            .label {
            }
          }
          .img_after {
            .label {
            }
          }
        }
      }
    }
  }
}
