main.re2025 {
  .fv {
    .mv {
      position: relative;
      margin-bottom: 20px;
      h2 {
        position: absolute;
        top: 10px;
        left: 10px;
        text-align: left;
        color: #222;
        margin: 0;
        padding: 0;
        border-bottom: none;
        font-size: 24px;
        font-style: normal;
        font-weight: 900;
        line-height: 110%;
        font-feature-settings: "palt" 1;
        letter-spacing: -0.96px;
        span.sz_s {
          font-size: 0.8em;
        }
        span.sz_l {
          font-size: 1.25em;
        }
        sup {
          font-size: 0.6em;
          vertical-align: 50%;
          line-height: 1;
        }
      }
      ul.notice {
        margin-top: 4px;
      }
    }
    .link_anchor {
    }
  }

  .info {
    ul.rawcol-list {
      list-style-type: disc;
      list-style-position: inside;
      gap: 0;
      li {
      }
    }
    .info_layout {
      margin-bottom: 20px;
      .block01,
      .block02,
      .block03,
      .block04 {
        h5 {
          margin-top: 20px;
          padding-top: 20px;
          border-top: 1px solid #d9d9d9;
        }
      }
      .block01 {
        h5 {
          border: none;
          margin-top: 0;
          padding-top: 0;
        }
      }
    }
    .map {
      margin-top: 20px;
      iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 335/237;
        border-radius: 4px;
      }
    }

    .table-check,
    .table-list {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 8px;

      dl {
        display: flex;
        width: 50%;
        border-top: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
        &:nth-of-type(n + 3) {
          border-top: none;
        }
        &:nth-of-type(2n) {
          border-left: none;
        }
        dt,
        dd {
          display: flex;
          justify-content: center;
          align-items: center;
        }
        dt {
          padding: 6px 0;
          text-align: center;
          flex-grow: 1;
          border-right: 1px solid #d9d9d9;
          border-bottom: 1px solid #d9d9d9;
          font-size: 13px;
          color: #4f4f4f;
        }
        dd {
          width: 38px;
          text-align: center;
          padding: 6px 0;
          border-right: 1px solid #d9d9d9;
          border-bottom: 1px solid #d9d9d9;
          background-color: #f0f6fb;
          img {
            width: 16px;
          }
        }
      }
    }
    .table-list {
      padding-top: 16px;
      border-top: 1px solid #d9d9d9;
      dl {
        dt {
          width: 76px;
          padding: 6px;
          background-color: #f0f6fb;
          justify-content: flex-start;
        }
        dd {
          width: calc(50% - 1px);
          padding: 6px;
          background-color: #fff;
          text-wrap: nowrap;
        }
      }
    }
    h3 {
      color: #0068b7;
      margin-bottom: 20px;
    }
    h5 {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #d9d9d9;
      margin-bottom: 16px;
      &:first-of-type {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
      }
    }
  }

  .example {
    .sect_example_content {
      margin-bottom: 40px;
    }
    .sect_example_content:last-child {
      margin-bottom: 0;
    }
    .sect_example_content p {
      margin-top: 16px;
      margin-bottom: 16px;
    }
    .sect_example_content .box_images {
      margin-bottom: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 4px;
      overflow: hidden;
      position: relative;
    }
    .sect_example_content .box_images::after {
      content: "";
      display: block;
      position: absolute;
      width: 24px;
      height: 24px;
      background: url(../img/office/arrow.svg) 0 0 no-repeat;
      background-size: contain;
      top: calc(50% - 12px);
      left: calc(50% - 12px);
    }
    .sect_example_content .box_images [class*="box_images"] {
      width: 50%;
      position: relative;
    }
    .sect_example_content .box_images [class*="box_images"] .label {
      padding: 2px 16px;
      font-size: 13px;
      font-weight: 700;
      border-radius: 0 0 4px 4px;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .sect_example_content .box_images_before .label {
      color: #0068b7;
      background-color: rgba(245, 245, 245, 0.9);
    }
    .sect_example_content .box_images_after .label {
      color: #fff;
      background-color: rgba(0, 104, 183, 0.9);
    }
    .sect_example_content .box_summary {
      margin-bottom: 16px;
      padding: 12px 16px;
      border-radius: 4px;
      background-color: #f5f5f5;
    }
    .sect_example_content .box_summary dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 13px;
      gap: 21px;
    }
    .sect_example_content .box_summary dl + dl {
      margin-top: 2px;
    }
    .sect_example_content .box_summary dl:first-child {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .sect_example_content .box_summary dl dt {
      -ms-flex-preferred-size: 5em;
      flex-basis: 5em;
      position: relative;
      color: var(--Black-BK1);
      &::after {
        position: absolute;
        content: "：";
        right: -1em;
      }
    }
    .sect_example_content .box_summary dl dd {
      -ms-flex-preferred-size: calc(100% - 5em - 24px);
      flex-basis: calc(100% - 5em - 24px);
      font-weight: 700;
    }
    .sect_example_content .box_summary + p {
      color: #808080;
    }
    .sect_voicearea__voice {
      display: flex;
      align-items: center;
      gap: 8px;
      align-self: stretch;
    }
  }
  .holders {
    margin-top: 40px;
    display: flex;
    padding: 12px 16px 16px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--Blue-BL4);
    .holders_list {
      display: flex;
      padding: 12px 16px;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      align-self: stretch;
      background: var(--White-WH1);
      h3 {
        color: var(--Blue-BL1);
        display: flex;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        &::before {
          display: block;
          content: "";
          width: 32px;
          height: 32px;
          background-size: contain;
          background-image: url(../img/office/icon_badge.svg);
        }
      }
      dl {
        display: flex;
        padding-bottom: 4px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-bottom: 1px solid #d9d9d9;
        dt {
          flex-grow: 1;
          font-size: 16px;
          font-weight: 700;
        }
        dd {
          font-weight: 700;
          .num {
            font-family: roboto;

            font-size: 24px;
            color: var(--Blue-BL1);
          }
          .unit {
          }
        }
      }
      p {
        margin-top: 0;
        width: 100%;
        text-align: right;
        color: #4f4f4f;
      }
    }
  }

  .trouble {
    .spot {
      border-radius: 4px;
      border: 1px solid #f5f5f5;
      padding: 8px;
      a {
        display: flex;
        align-items: center;
        position: relative;
        &::after {
          display: block;
          width: 1.25em;
          height: 1.25em;
          margin-left: 8px;
          content: "";
          -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
          -webkit-mask-size: contain;
          mask-size: contain;
          background-color: var(--Blue-BL1); /* 色を指定 */
          -webkit-mask-image: url(../img/icon/iconicon_window_scrolldown.svg);
          mask-image: url(../img/icon/icon_arrow.svg);
        }
      }

      .thumb {
        width: calc(100% / 3);
        padding-right: 8px;
        img {
          aspect-ratio: 1/1;
          width: 100%;
          object-fit: cover;
        }
      }
      .txt {
        flex-grow: 1;
        width: calc(100%-100% / 3);
        align-self: center;
        position: relative;
        p {
          margin-top: 0;
          font-size: 13px;
        }
      }
      .fee {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 8px;
        padding: 3px;
        border-radius: 4px;
        background: #f5f5f5;
        dt {
          font-size: 13px;
          color: #4f4f4f;
          padding-top: 3px;
          &::after {
            content: "：";
            display: inline-block;
            width: 1.4em;
            height: auto;
            font-weight: 400;
          }
        }
        dd {
          font-size: 12px;
          span.price {
            font-family: "Roboto";
            font-size: 20px;
            font-weight: 600;
            letter-spacing: -0.4px;
          }
        }
      }
    }
  }
  .service,
  .reform {
    .column_box {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px 16px;
      &.col4,
      &.col5 {
        & > * {
          width: calc((100% - (16px * 1)) / 2);
        }
      }
    }
    img {
      border-radius: 4px;
    }
    h5 {
      margin-top: 8px;
    }
    p {
      margin-top: 4px;
    }
    .sect_faq {
      margin-top: 40px;
      .aco_box {
        .aco_content {
          .column_box {
            border-top: 1px solid #d9d9d9;
            padding-top: 16px;
          }
          h5 {
            margin-top: 8px;
            padding: 0;
            border-top: none;
          }
        }
      }
    }
  }
  .faq {
    .sect_faq {
      margin-bottom: 40px;
    }
  }
  .request {
    .column_box {
      margin-top: 24px;
    }
  }
  .office {
    .fv {
      .h1_ttl {
        margin: 36px 0 32px;
      }
    }
    .sect_servicearea {
      .area_box {
        display: flex;
        flex-direction: column;
        gap: 40px;
      }
      ul {
        flex-direction: column;
        gap: 12px;
      }
    }
    .shitei {
      h3 {
        text-align: center;
        border-radius: 4px;
        background: #f0f6fb;
        padding: 16px;
        margin-bottom: 24px;
        span {
          color: #0068b7;
        }
      }
    }
    .btn {
      margin-top: 24px;
      a {
        padding-left: 30px;
      }
    }
  }

  /* ---------------------------------------- */
  @media screen and (min-width: 768px) {
    .fv {
      .mv {
        max-width: 928px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        h2 {
          font-size: 35px;
        }
        ul.notice {
          margin-top: 8px;
          display: flex;
          justify-content: center;
          gap: 20px;
        }
      }
      .link_anchor {
        margin-top: 80px;
        > * {
          flex: 0 0 calc((100% - 20px * 3) / 4);
        }
      }
    }

    .info {
      ul.rawcol-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0 32px;
        li {
          flex: 0 1 255px;
        }
      }
      h5 {
        margin-top: 32px;
        padding-top: 32px;
        border-top: 1px solid #d9d9d9;
      }
      .office_img {
        margin: 0 auto;
        max-width: 736px;
      }
      .info_layout {
        margin-bottom: 32px;
        .block01,
        .block02,
        .block03,
        .block04 {
          h5 {
            margin-top: 32px;
            padding-top: 32px;
          }
        }
        .block01 {
          h5 {
            border: none;
            margin-top: 0;
            padding-top: 0;
          }
          float: left;
          width: 48.57%;
        }
        .block02 {
          float: right;
          width: 48.57%;
        }
        .block03 {
          float: left;
          width: 48.57%;
        }
        .block04 {
          float: left;
          width: 48.57%;
        }
      }
      .map {
        margin-top: 0;
      }
      .table-check {
        dl {
          width: 20%;
          border-left: none;
          &:nth-of-type(n + 3) {
            border-top: 1px solid #d9d9d9;
          }
          &:nth-of-type(n + 6) {
            border-top: none;
          }
          &:nth-of-type(5n + 1) {
            border-left: 1px solid #d9d9d9;
          }
          dt {
            font-size: 16px;
          }
          dd {
          }
        }
      }
      .table-list {
        dl {
          width: 20%;
          border-left: none;
          &:nth-of-type(n + 3) {
            border-top: 1px solid #d9d9d9;
          }
          &:nth-of-type(n + 6) {
            border-top: none;
          }
          &:nth-of-type(2n) {
            /* border-left: 1px solid #f00; */
          }
          &:nth-of-type(5n + 1) {
            border-left: 1px solid #d9d9d9;
          }
          dt {
          }
          dd {
          }
        }
      }
    }

    .trouble {
      .spot {
        width: 352px;
        a {
          &::after {
          }
        }

        .thumb {
          width: 154px;
          padding-right: 16px;
          img {
            aspect-ratio: 1/1;
            width: 138px;
            height: 138px;
          }
        }
        .txt {
          flex-grow: 1;
          width: auto;
          p {
            font-size: 15px;
          }
        }
        .fee {
          padding: 3px;
          dt {
            font-size: 15px;
            padding-top: 3px;
            &::after {
              width: 1em;
            }
          }
          dd {
            font-size: 14px;
            span.price {
              font-size: 22px;
              letter-spacing: -0.48px;
            }
          }
        }
      }
    }
    .example {
      .sect_example_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32px;
      }
      .sect_example_content .inner_content {
        width: 60%;
      }
      .sect_example_content .inner_content p {
        margin-top: 0;
        margin-bottom: 20px;
      }
      .sect_example_content .inner_detail {
        width: 40%;
      }
      .sect_example_content .box_images {
        margin-bottom: 0;
      }
      .sect_example_content .box_images::after {
        width: 32px;
        height: 32px;
        top: calc(50% - 16px);
        left: calc(50% - 16px);
      }
      .sect_example_content .box_images [class*="box_images"] .label {
        font-size: 16px;
      }
      .sect_example_content {
        &:last-of-type {
          border-bottom: none;
        }
        .inner_content {
          width: 41.52%;
        }
        .inner_detail {
          width: 55.63%;
        }
        .box_images {
          [class*="box_images"] .label {
            font-size: 16px;
          }
        }
        .box_summary {
          margin-top: 24px;
          margin-bottom: 0;
          dl {
            & + dl {
              margin-top: 8px;
            }
            dt {
              position: relative;
              color: var(--Black-BK1);
              &::after {
                position: absolute;
                content: "：";
                right: -1em;
              }
            }
          }
        }
      }
      .sect_voicearea__voice {
        /* display: none; */
      }
    }
    .holders {
      padding: 24px 32px 32px 32px;
      p {
        width: 100%;
        text-align: center;
      }
      .holders_list {
        padding: 20px 32px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px 32px;
        h3 {
          width: 100%;
          justify-content: center;
        }
        dl {
          width: calc((100% - 32px * 2) / 3);
          flex: 1 1 auto;
          dt {
            font-size: 18px;
          }
          dd {
            .num {
              font-size: 40px;
            }
            .unit {
              font-size: 18px;
            }
          }
        }
      }
    }

    .service,
    .reform {
      .column_box {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 32px;
        &.col4 {
          & > * {
            width: calc((100% - (32px * 3)) / 4);
          }
        }
        &.col5 {
          & > * {
            width: calc((100% - (32px * 4)) / 5);
          }
        }
      }
      img {
        border-radius: 4px;
      }
      h5 {
        margin-top: 8px;
      }
      p {
        margin-top: 4px;
      }
    }
    .faq {
      .sect_faq {
        margin-bottom: 48px;
      }
    }
    .request {
      .column_box {
        margin-top: 48px;
      }
    }
    /* 営業所一覧 */
    .office {
      .fv {
        .h1_ttl {
        }
      }
      .sect_servicearea {
        .area_box {
          flex-direction: row;
          flex-wrap: wrap;
          gap: 48px 32px;
        }
        .area_hokkaido {
          .prefecture_box {
            flex-basis: auto;
          }
        }
        .prefecture_box {
          flex-basis: 256px;
          display: flex;
          flex-wrap: wrap;
          flex-direction: column;
          h3 {
            width: 100%;
          }
          ul {
            flex-direction: row;
            gap: 20px 32px;
            li {
              max-width: 256px;
              flex-basis: 256px;
            }
          }
        }
      }
    }
  }
}
