@charset "UTF-8";

.pcOnly {
  display: none;
}

.spOnly {
  display: block;
}

@media screen and (min-width: 768px) {
  .pcOnly {
    display: inherit;
  }

  .spOnly {
    display: none;
  }
}

/* -------------------------------------------
   物件スライド
------------------------------------------- */
.sec_syuueki {
  margin-top: 50px;
  padding-bottom: 40px;
  background: #01325b;

  .inner {
    margin: 0 auto;
    max-width: 1140px;

    @media screen and (max-width: 1200px) {
      max-width: 94%;
    }

    @media screen and (max-width: 768px) {
      max-width: 100%;
    }

    .tit_btn {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 10px;
      padding: 40px 0 15px;

      h2 {
        font-size: 30px;
        color: #fff;

        span {
          margin-left: 15px;
          font-size: 20px;
          font-weight: 500;
          color: #ffff00;
        }
      }

      a.btn_itiran {
        display: block;
        padding: 8px 35px 8px 25px;
        color: #fff;
        background: #2a81ca url(../../images/btn_arrow1.png) no-repeat center right 10px;
        background-size: 7px auto;
        border-radius: 40px;
        text-decoration: none;

        &:hover {
          background-color: #3696e6;
        }
      }

      @media screen and (max-width: 768px) {
        flex-direction: column;
        margin: 0 auto;
        padding: 20px 0;
        width: 90%;

        h2 {
          width: 100%;
          margin-bottom: 10px;
          font-size: 6vw;

          span {
            display: block;
            margin-left: 0;
            font-size: 3.5vw;
          }
        }

        a.btn_itiran {
          font-size: 3vw;
        }
      }
    }
  }
}

.sec_syuueki_slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  li {
    max-width: 32%;

    @media screen and (max-width: 768px) {
      max-width: 100%;
    }

    a {
      display: block;
      width: calc(100% - 60px);
      padding: 30px;
      color: #333;
      background: #fff;
      text-decoration: none;

      .ph {
        background-position: 50% 50%;
        background-size: cover;
      }

      .tit {
        margin-top: 15px;
        font-size: 20px;
        line-height: 1.2;
      }

      .txt {
        margin-top: 5px;
        font-size: 14px;
      }

      &:hover .tit {
        color: #009c0a;
        text-decoration: underline;
      }

      @media screen and (max-width: 768px) {
        width: calc(96% - 40px);
        padding: 20px;
      }
    }
  }
}

#slideBukken {
  .inBox {
    a {
      display: block;
      margin: 0 5px;
      padding: 10px;
      background: #fff;
      text-decoration: none;

      &:hover .ti {
        color: #009c0a;
        text-decoration: underline;
      }
    }

    .ph {
      background-position: 50% 50%;
      background-size: cover;
    }

    .ti {
      padding: 5px 0 3px;
      font-size: 16px;
      color: #333;
    }

    .tx {
      font-size: 12px;
      color: #333;
    }
  }

  .slide-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    background-color: #01325b;
  }

  .prev-arrow {
    left: -25px;
    border-top: 15px solid #01325b;
    border-right: 20px solid #fff;
    border-bottom: 15px solid #01325b;
    border-left: 0;
  }

  .next-arrow {
    right: -25px;
    border-top: 15px solid #01325b;
    border-right: 0;
    border-bottom: 15px solid #01325b;
    border-left: 20px solid #fff;
  }

  button {
    appearance: none;
    outline: none;
    padding: 0;
  }
}

.bnr_line_2 {
  margin-top: 30px;
  text-align: center;

  a {
    display: inline-block;
    width: 18em;
    padding: 12px 0 15px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background: #1caf3c url(../../images/btn_arrow2.png) no-repeat center right 10px;
    background-size: 10px auto;
    text-decoration: none;

    &:hover {
      background-color: #28c64b;
    }

    span {
      padding-left: 40px;
      font-size: 24px;
      color: #fbfa01;
      background: url(../../images/btn_lock.png) no-repeat left center;
      background-size: contain;
    }

    @media screen and (max-width: 768px) {
      width: 90%;
      padding: 8px 0 12px;
      font-size: 4.5vw;
    }
  }
}

/* -------------------------------------------
   物件一覧共通パーツ
------------------------------------------- */
.bukken_itiran_read {
  text-align: center;

  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}

.bukken_checkboxWrap {
  margin-top: 20px;
  padding: 0 30px 30px;
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 15px;

  @media screen and (max-width: 768px) {
    padding: 0 3% 30px;
  }

  .bukken_checkboxWrapBox {
    display: flex;
    justify-content: space-between;

    @media screen and (max-width: 768px) {
      flex-direction: column;
    }

    .left {
      width: 28%;

      @media screen and (max-width: 768px) {
        display: flex;
        justify-content: space-between;
        width: 100%;

        .ph {
          width: 36%;
        }

        .bukken_read {
          width: calc(61% - 20px);
          padding: 5px 10px;
          font-size: 16px;
        }
      }
    }

    .right {
      width: 69%;

      @media screen and (max-width: 768px) {
        width: 100%;
        margin-top: 10px;
      }
    }
  }

  .bukken_btn {
    margin: 20px 0 0;
    text-align: center;

    a {
      display: inline-block;
      padding: 10px 45px 12px 30px;
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      background: #5c5c5c url("../../images/btn_arrow1.png") no-repeat center right 20px;
      background-size: 10px auto;
      border-radius: 40px;
      text-decoration: none;

      &:hover {
        background-color: #7c7c7c;
      }
    }
  }
}

.bukken_read {
  padding: 10px;
  font-size: 120%;
  font-weight: 700;
  background: #f8edaf;
}

.checkbox_bukken_title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;

  .bukken_title {
    padding: 7px 0 0 10px;
    font-size: 26px;
    font-weight: 600;

    @media screen and (max-width: 768px) {
      margin-top: 0;
      padding: 25px 0 0 10px;
      font-size: 18px;
    }
  }
}

a.btn_blank {
  padding: 0 20px 0 0;
  background: url(../../images/btn_arrow_blank.png) no-repeat center right;
  background-size: auto 80%;
}

/* -------------------------------------------
   物件詳細ページ
------------------------------------------- */
.bukken_header {
  display: flex;
  justify-content: space-between;
  font-size: 16px;

  @media screen and (max-width: 768px) {
    font-size: 12px;
  }

  .cate span {
    padding: 5px 1.3em;
    color: #fff;
    background: #0b2c5f;
    border: 1px solid #8addf9;

    a {
      color: #fff;
      text-decoration: none;

      &:hover {
        color: #8addf9;
      }
    }
  }
}

.consolidated_bukken_btn,
.bukken_detail_btn,
.bukken_btn {
  margin: 50px 0 80px;
  text-align: center;

  a {
    display: inline-block;
    padding: 18px 45px 20px 35px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: #5c5c5c url(../../images/btn_arrow1.png) no-repeat center right 20px;
    background-size: 10px auto;
    border-radius: 40px;
    text-decoration: none;

    &:hover {
      background-color: #7c7c7c;
    }

    @media screen and (max-width: 768px) {
      font-size: 4vw;
    }
  }
}

.bukken_honbun {
  h1 {
    margin: 20px 0 30px;
    padding: 0;
    font-size: 34px;
    font-weight: 700;
    color: #333;
    text-align: left;
    background: #fff;

    @media screen and (max-width: 768px) {
      margin-top: 20px;
      font-size: 5.5vw;
      font-weight: 600;
    }
  }

  .bukken_h2 {
    margin-top: 60px;
    padding: 0.7em 5%;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    background: #f7f7ee;
    border: 7px double #8ebf91;
    border-radius: 100px;

    @media screen and (max-width: 768px) {
      margin-top: 50px;
      padding: 0.7em 3%;
      font-size: 4.5vw;
      background-size: 95% auto;
    }
  }

  .bukken_h3 {
    margin-top: 60px;
    padding: 0 0 0.6em 0.7em;
    font-size: 26px;
    font-weight: 500;
    background: url(../../images/h3_bg.png) no-repeat left bottom;

    @media screen and (max-width: 768px) {
      margin-top: 40px;
      font-size: 4.5vw;
      background-size: 150% auto;
    }
  }

  p {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;

    @media screen and (max-width: 768px) {
      margin-top: 20px;
      font-size: 14px;
    }
  }
}

/* Photo slider */
.bukken_ph_wrap {
  @media screen and (min-width: 769px) {
    display: flex;
    gap: 20px;
    align-items: flex-start;

    #bukken_ph {
      flex: 0 0 560px;
      width: 560px;
      max-width: 100%;
    }

    .thumbs_dots {
      flex: 1 1 auto;
      width: auto;
    }
  }

  @media screen and (max-width: 768px) {
    width: 80%;
    margin: 0 auto 50px;

    .thumbs_dots {
      width: 100%;
      margin-top: 10px;
    }

    .slick-slide img {
      margin: 0 auto;
    }
  }

  #bukken_ph img {
    display: block;
    width: 100%;
    height: auto;
  }

  .thumbs_dots {
    display: block !important;
  }

  .thumbs_list,
  .thumbs_list.slick-dots {
    position: static;
    bottom: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 3%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;

    li {
      flex: 0 0 31.333%;
      height: 80px;
      margin: 0 !important;
      opacity: 0.6;
      cursor: pointer;
      transition: opacity 0.3s;

      &.slick-active {
        opacity: 1;
      }

      button {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        font-size: 0;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        &::before {
          content: none !important;
        }
      }
    }
  }

  @media screen and (max-width: 768px) {

    .thumbs_list li,
    .thumbs_list.slick-dots li {
      height: 60px;
    }
  }
}

.bukken_siryou {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;

  li {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;

    &:nth-child(1),
    &:nth-child(2),
    &:nth-child(3),
    &:nth-child(4) {
      width: 48%;
    }

    &:nth-child(1),
    &:nth-child(3) {
      margin-right: 4%;
    }

    @media screen and (max-width: 768px) {
      margin-top: 20px;
    }
  }
}

.bukken_table1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  font-size: 12px;
  border: 1px solid #ccc;
  border-bottom: 0;

  @media screen and (max-width: 768px) {
    font-size: 14px;
  }

  dt,
  dd {
    border-bottom: 1px solid #ccc;
  }

  dt {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 20px 0;
    text-align: center;
    background: #eee;

    @media screen and (max-width: 768px) {
      width: 20%;
      padding: 10px 0;
    }
  }

  dd {
    font-size: 16px;
    width: calc(40% - 0px);
    padding: 20px 15px;

    @media screen and (max-width: 768px) {
      width: calc(80% - 0px);
      padding: 10px;
    }

    &.kakaku,
    &.rimawari {
      font-size: 200%;
      font-weight: 700;
      color: #07a24a;
    }
  }
}

.bukken_table2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 14px;
  border-left: 1px solid #ccc;

  @media screen and (max-width: 768px) {
    font-size: 12px;
    border-top: 1px solid #ccc;
  }

  dt {
    width: calc(13% - 20px);
    padding: 15px 10px;
    background: #eee;
    border-bottom: 1px solid #ccc;

    @media screen and (max-width: 768px) {
      width: calc(25% - 10px);
      padding: 10px 5px;
    }
  }

  dd {
    width: calc(22% - 0px);
    padding: 15px 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

    @media screen and (max-width: 768px) {
      width: calc(75% - 21px);
      padding: 10px;
    }

    &.kakaku,
    &.rimawari {
      font-size: 150%;
      font-weight: 700;
      color: #07a24a;
    }
  }

  @media screen and (min-width: 768px) {

    dt.col1,
    dd.col1 {
      border-top: 1px solid #ccc;
    }

    dd.col1,
    dd.col2,
    dd.col3,
    dd.last {
      width: calc(88.3% - 0px);
    }
  }
}

.bukken_table3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-bottom: 0;

  @media screen and (max-width: 768px) {
    font-size: 12px;
  }

  dt,
  dd {
    border-bottom: 1px solid #ccc;
  }

  dt {
    display: flex;
    align-items: center;
    width: calc(15% - 20px);
    padding: 15px 10px;
    text-align: center;
    background: #eee;

    @media screen and (max-width: 768px) {
      width: calc(25% - 10px);
      padding: 10px 5px;
    }
  }

  dd {
    display: flex;
    align-items: center;
    width: calc(40% - 20px);
    padding: 15px 10px;

    &.rightcol {
      width: calc(30% - 20px);
    }

    &.last {
      width: calc(85% - 20px);
    }

    @media screen and (max-width: 768px) {
      width: calc(75% - 20px);
      padding: 10px;

      &.rightcol,
      &.last {
        width: calc(75% - 20px);
      }
    }
  }
}

.bukken_point {
  margin-top: 40px;
  padding: 20px;
  background: #fcf8e2;
  border: 7px double #cfbb5d;

  @media screen and (max-width: 768px) {
    font-size: 3vw;
  }

  .ti {
    font-size: 26px;
    font-weight: 500;

    @media screen and (max-width: 768px) {
      font-size: 4.5vw;
    }
  }

  .tx {
    margin-top: 20px;
    font-size: 14px;
  }
}

/* -------------------------------------------
   トップページ
------------------------------------------- */
.top_read {
  padding: 40px 0;
  font-size: 28px;
  font-weight: 800;
  color: #002d67;
  text-align: center;
  background: #fff;

  @media screen and (max-width: 1200px) {
    padding: 20px 0;

    span {
      display: block;
    }
  }

  @media screen and (max-width: 768px) {
    padding: 30px 5%;
    font-size: 4.3vw;
  }
}

.sec_column,
.sec_youtube,
.sec_seminar,
.sec_jirei {
  .inner {
    margin: 0 auto;
    max-width: 1140px;

    @media screen and (max-width: 1200px) {
      max-width: 94%;
    }

    @media screen and (max-width: 768px) {
      max-width: 100%;
    }

    .tit_btn {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      padding: 40px 0 15px;

      @media screen and (max-width: 768px) {
        margin: 0 5%;
        padding: 15px 0;
      }

      h2 {
        font-size: 30px;

        @media screen and (max-width: 768px) {
          width: 70%;
          font-size: 5vw;
          line-height: 1.3;
        }

        span {
          margin-left: 15px;
          font-size: 20px;
          font-family: arial, sans-serif;
          font-weight: normal;
          color: #afafaf;

          @media screen and (max-width: 768px) {
            margin-left: 7px;
            font-size: 3.5vw;
          }
        }
      }

      a.btn_itiran {
        display: block;
        padding: 8px 35px 8px 25px;
        color: #fff;
        background: #5c5c5c url(../../images/btn_arrow1.png) no-repeat center right 10px;
        background-size: 7px auto;
        border-radius: 40px;
        text-decoration: none;

        &:hover {
          background-color: #7c7c7c;
        }

        @media screen and (max-width: 768px) {
          padding: 8px 2.3em 8px 1.3em;
          font-size: 3vw;
        }
      }
    }
  }
}

.sec_column_slider {
  display: flex;
  flex-wrap: wrap;
  background: #fff;

  li {
    max-width: calc(33.3% - 1px);
    background: #fff;
    border-right: 1px solid #ccc;

    @media screen and (max-width: 768px) {
      max-width: calc(100% - 1px);
      border-right-color: #fff;
    }

    a {
      display: block;
      padding: 30px;
      color: #333;
      text-decoration: none;

      @media screen and (max-width: 768px) {
        padding: 30px 15px;
      }

      .ph {
        background-position: 50% 50%;
        background-size: cover;
      }

      .tit {
        margin-top: 15px;
        font-size: 20px;
        line-height: 1.2;

        @media screen and (max-width: 768px) {
          font-size: 4vw;
        }
      }

      .date {
        margin-top: 5px;
        font-size: 12px;
        color: #868686;
      }

      .txt {
        margin-top: 5px;
        font-size: 14px;

        @media screen and (max-width: 768px) {
          font-size: 3vw;
        }
      }

      &:hover .tit {
        color: #009c0a;
        text-decoration: underline;
      }
    }
  }
}

.sec_youtube_slider {
  display: flex;
  flex-wrap: wrap;

  li {
    max-width: calc(33.3% - 10px);
    margin-right: 15px;
    background: #fff;

    &:nth-child(3n) {
      margin-right: 0;
    }

    @media screen and (max-width: 768px) {
      max-width: calc(100% - 10px);
    }

    a {
      display: block;
      color: #333;
      text-decoration: none;

      .ph {
        background-position: 50% 50%;
        background-size: cover;
      }

      .tit {
        padding: 10px;
        font-size: 14px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
      }

      &:hover .tit {
        color: #009c0a;
        text-decoration: underline;
      }
    }
  }
}

.sec_seminar,
.sec_previw,
.sec_modelroom {
  .inner {
    margin: 50px auto 0;
    max-width: 1040px;
    padding: 30px 50px;
    background: #fff;
    border-top: 10px solid #54b6b7;

    @media screen and (max-width: 1200px) {
      max-width: 84%;
      padding: 30px 4%;
    }

    @media screen and (max-width: 768px) {
      margin: 40px 5% 0;
      max-width: 80%;
      padding: 20px 5%;
    }

    h2 {
      font-size: 30px;
      color: #3babac;
    }
  }

  .box {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;

    .ph {
      max-width: 350px;

      @media screen and (max-width: 1200px) {
        max-width: 35%;
      }

      @media screen and (max-width: 768px) {
        width: 40%;
      }
    }

    .info {
      max-width: 660px;

      @media screen and (max-width: 1200px) {
        max-width: 61%;
      }

      @media screen and (max-width: 768px) {
        width: 55%;
      }

      .date {
        display: inline-block;
        padding: 10px 15px;
        background: #ebebeb;

        @media screen and (max-width: 768px) {
          display: block;
          margin-bottom: 10px;
          font-size: 3vw;
        }
      }

      .tit {
        margin-top: 20px;
        font-size: 20px;

        @media screen and (max-width: 768px) {
          display: none;
        }
      }

      .txt {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 14px;

        @media screen and (max-width: 768px) {
          display: none;
        }
      }
    }
  }

  .responsive-tit {
    @media screen and (max-width: 768px) {
      margin-top: 20px;
      font-size: 4vw;
    }
  }

  .responsive-txt {
    @media screen and (max-width: 768px) {
      margin-top: 10px;
      font-size: 2.5vw;
    }
  }
}

.sec_previw .inner {
  border-top-color: #cfbb5d;

  h2 {
    color: #b69f32;
  }
}

.sec_modelroom .inner {
  border-top-color: #687abc;

  h2 {
    color: #687abc;
  }
}

.sec_jirei {
  .inner {
    border-top: 10px solid #01325b;

    .tit_btn h2 {
      color: #01325b;
    }
  }
}

.jireiBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-top: 15px;

  @media screen and (max-width: 768px) {
    flex-direction: column;
    gap: 15px;
    margin-top: 0;
  }

  li {
    width: 32%;

    @media screen and (max-width: 768px) {
      width: 100%;
    }

    a {
      display: block;
      padding-top: 150px;
      color: #333;
      text-decoration: none;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;

      @media screen and (max-width: 768px) {
        padding-top: 120px;
      }

      .txtbox {
        margin: 0 5%;
        padding: 15px 7%;
        background-color: rgba(255, 255, 255, 0.9);

        @media screen and (max-width: 768px) {
          padding: 7px 4%;
        }

        .tx1 {
          font-size: 24px;
          font-weight: 700;
          line-height: 1.1;

          @media screen and (max-width: 768px) {
            font-size: 4vw;
          }
        }

        .tx2 {
          margin-top: 5px;
          font-size: 16px;
          font-weight: 700;

          @media screen and (max-width: 768px) {
            margin-top: 2px;
            font-size: 3vw;
          }
        }

        .tx3 {
          margin-top: 10px;
          font-size: 12px;

          @media screen and (max-width: 768px) {
            margin-top: 5px;
            font-size: 2vw;
          }
        }
      }

      &:hover .txtbox {
        background-color: rgba(255, 255, 255, 1);

        .tx1 {
          color: #009c0a;
          text-decoration: underline;
        }
      }
    }
  }
}

/* -------------------------------------------
   News
------------------------------------------- */
.newsWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto 0;
  max-width: 1140px;
}

.newsMain {
  width: 835px;

  h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .sec_news_slider {
    display: flex;
    flex-wrap: wrap;

    li {
      max-width: calc(33.3% - 1px);
      background: #fff;
      border-right: 1px solid #ccc;

      a {
        display: block;
        padding: 20px 30px;
        color: #333;
        text-decoration: none;

        .ph {
          background-position: 50% 50%;
          background-size: cover;
        }

        .tit {
          margin-top: 15px;
          font-size: 16px;
          line-height: 1.2;
        }

        .date {
          margin-top: 5px;
          font-size: 10px;
          color: #868686;
        }

        .txt {
          margin-top: 5px;
          font-size: 12px;
        }

        &:hover .tit {
          color: #009c0a;
          text-decoration: underline;
        }
      }
    }
  }

  .btnWrap {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: right;

    a.btn_cate {
      display: inline-block;
      padding: 8px 35px 8px 25px;
      color: #fff;
      background: #5c5c5c url(../../images/btn_arrow1.png) no-repeat center right 10px;
      background-size: 7px auto;
      border-radius: 40px;
      text-decoration: none;

      &:hover {
        background-color: #7c7c7c;
      }
    }
  }
}

.newsSidebar {
  width: 275px;
  margin-bottom: 40px;

  h2 {
    padding: 8px 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #000;
  }

  .side_yoku {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);

    li {
      margin-bottom: 20px;

      a {
        display: flex;
        justify-content: space-between;
        text-decoration: none;

        &:hover .tit {
          color: #009c0a;
          text-decoration: underline;
        }
      }

      .ph {
        width: 45%;
        background-position: 50% 50%;
        background-size: cover;
      }

      .tit {
        width: 50%;
        font-size: 14px;
        color: #333;
      }
    }
  }

  .bnr_line {
    margin-bottom: 30px;
  }

  .side_tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;

    li {
      margin-right: 10px;
      margin-bottom: 10px;

      a {
        display: block;
        padding: 0.4em 1em 0.6em 2em;
        font-size: 16px;
        line-height: 1;
        color: #333;
        text-decoration: none;
        background: #eef3f7 url(../../images/kiji_ic_tag.png) no-repeat left 5px center;
        background-size: auto 56%;
        border: 2px solid #4b9ec5;
        border-radius: 5px;

        &:hover {
          color: #4b9ec5;
        }
      }
    }
  }
}

@media screen and (max-width: 1200px) {
  .newsWrap {
    max-width: 94%;
  }

  .newsMain {
    width: 70%;
  }

  .newsSidebar {
    width: 26%;

    h2 {
      font-size: 1.6vw;
    }
  }
}

@media screen and (max-width: 768px) {
  .newsWrap {
    flex-direction: column;
    max-width: 100%;
  }

  .newsMain {
    width: 100%;

    .tit_btn {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin: 0 5%;
    }

    h2 {
      font-size: 5vw;
    }

    .sec_news_slider {
      flex-direction: column;
      margin-bottom: 40px;

      li {
        max-width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ccc;

        a {
          display: flex;
          justify-content: space-between;
          padding: 10px 5%;

          .ph {
            width: 30%;
          }

          .tit {
            width: 65%;
            margin: 0;
            font-size: 4vw;
          }

          .date,
          .txt {
            display: none;
          }
        }
      }
    }

    .tit_btn a.btn_itiran {
      display: block;
      margin-bottom: 15px;
      padding: 8px 2.3em 8px 1.3em;
      font-size: 3vw;
      color: #fff;
      text-decoration: none;
      background: #5c5c5c url(../../images/btn_arrow1.png) no-repeat center right 10px;
      background-size: 7px auto;
      border-radius: 40px;

      &:hover {
        background-color: #7c7c7c;
      }
    }
  }

  .newsSidebar {
    width: 90%;
    margin: 0 auto 0;

    h2 {
      font-size: 3.5vw;
    }

    .side_yoku li {
      .ph {
        width: 25%;
      }

      .tit {
        width: 70%;
        font-size: 4vw;
      }
    }

    .side_tag li a {
      font-size: 3vw;
    }
  }
}

.bnr_kengakukai {
  margin-top: 50px;
}

/* -------------------------------------------
   実績・会社情報
------------------------------------------- */
.sec_towa,
.sec_jisseki {
  .inner {
    margin: 0 auto;
    max-width: 1140px;

    @media screen and (max-width: 1200px) {
      max-width: 94%;
    }

    @media screen and (max-width: 768px) {
      width: 90%;
      margin: 0 5%;
    }

    h2 {
      margin-bottom: 30px;
      font-size: 36px;
      text-align: center;

      @media screen and (max-width: 768px) {
        font-size: 5vw;
      }
    }
  }
}

.sec_towa {
  padding: 70px 0 40px;
  background: #fff;

  @media screen and (max-width: 768px) {
    padding: 50px 0 40px;
  }

  .sec_towa_il {
    margin-top: 20px;
    text-align: center;
  }

  .txt {
    @media screen and (max-width: 768px) {
      font-size: 3.5vw;
    }
  }
}

.sec_jisseki {
  padding: 70px 0 60px;

  @media screen and (max-width: 768px) {
    padding: 50px 0 40px;
  }

  .sec_jisseki_il {
    max-width: 1000px;
    margin: 40px auto 0;
    padding: 40px 0;
    text-align: center;
    background: #fff;

    img {
      width: 80%;
    }
  }

  dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 950px;
    margin: 40px auto 0;
    font-size: 14px;

    dt {
      width: 8em;
      margin-top: 10px;
    }

    dd {
      width: calc(100% - 8em);
      margin-top: 10px;
    }

    @media screen and (max-width: 768px) {
      font-size: 3vw;
    }
  }
}

/* -------------------------------------------
   事例・記事・プレビュー・モデルルーム・セミナー詳細 共通
------------------------------------------- */
.jirei_honbun,
.kiji_honbun,
.preview_honbun,
.modelroom_honbun,
.seminar_honbun {
  h1 {
    margin-top: 40px;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;

    span {
      display: block;
      margin-top: 10px;
      font-size: 20px;
      font-weight: 700;
    }

    @media screen and (max-width: 768px) {
      margin-top: 20px;
      font-size: 7.5vw;

      span {
        font-size: 4vw;
      }
    }
  }

  .bukken_h2,
  h2 {
    margin-top: 60px;
    padding: 0.7em 5%;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    background: #f7f7ee;
    border: 7px double #8ebf91;
    border-radius: 100px;

    @media screen and (max-width: 768px) {
      margin-top: 50px;
      padding: 0.7em 3%;
      font-size: 4.5vw;
    }
  }

  .bukken_h3,
  h3 {
    margin-top: 60px;
    padding: 0 0 0.6em 0.7em;
    font-size: 26px;
    font-weight: 500;
    background: url(../../images/h3_bg.png) no-repeat left bottom;

    @media screen and (max-width: 768px) {
      margin-top: 40px;
      font-size: 4.5vw;
      background-size: 150% auto;
    }
  }

  p {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.8;

    @media screen and (max-width: 768px) {
      margin-top: 20px;
      font-size: 3.5vw;
    }
  }

  ul,
  ol,
  table {
    margin-top: 40px;
    margin-bottom: 40px;

    @media screen and (max-width: 768px) {
      margin-top: 20px;
      margin-bottom: 20px;
    }
  }

  ol {
    padding-left: 40px;

    li {
      list-style: decimal;
    }
  }
}

.jirei_header,
.kiji_header,
.seminar_header,
.modelroom_header,
.preview_header {
  display: flex;
  justify-content: space-between;
  font-size: 16px;

  @media screen and (max-width: 768px) {
    font-size: 12px;
  }

  .cate span {
    padding: 5px 1.3em;
    color: #fff;
    background: #01325b;

    a {
      color: #fff;
      text-decoration: none;

      &:hover {
        color: #8addf9;
      }
    }
  }
}

.seminar_header .cate span {
  background: #3babac;
  border-color: #93f2f3;
}

.modelroom_header .cate span {
  background: #687abc;
  border-color: #687abc;
}

.preview_header .cate span {
  background: #b69f32;
  border-color: #ead25f;
}

.jirei_readBox,
.modelroom_readBox,
.preview_readBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;

  @media screen and (max-width: 768px) {
    flex-direction: column;
  }

  .ph {
    width: 54%;

    @media screen and (max-width: 768px) {
      width: 100%;
    }
  }

  .info,
  table {
    width: 42%;

    @media screen and (max-width: 768px) {
      width: 100%;
    }
  }

  table {
    margin-top: 40px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;

    th,
    td {
      padding: 5px 15px;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
    }

    th {
      width: 25%;
      background: #eee;
    }

    @media screen and (max-width: 768px) {
      font-size: 3vw;
    }
  }
}

.modelroom_honbun h1 {
  margin-top: 40px;
  font-size: 34px;
  font-weight: 700;
}

.modelroom_imgBox {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 8px;

  >div {
    width: 48%;
    background-position: center;
    background-size: cover;

    @media screen and (max-width: 768px) {
      width: 100%;
      margin-bottom: 10px;
    }
  }
}

.modelroom_gaiyouBox {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.modelroom_gaiyouBox>div {
  width: 48%;
}

.modelroom_gaiyouBox .tx {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.modelroom_readBox table.modelroom_info th {
  padding: 10px;
  background: #eee;
  border: 1px solid #ccc;
}

.modelroom_readBox table.modelroom_info td {
  padding: 10px;
  border: 1px solid #ccc;
}

.modelroom_readBox .ph {
  width: 40%;
}

.modelroom_readBox table {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .modelroom_honbun h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 5.5vw;
    font-weight: 600;
  }

  .modelroom_readBox table {
    width: 100%;
  }

  .modelroom_readBox .ph {
    width: 100%;
  }
}

.kiji_cate-tag {
  margin-top: 40px;

  .list_cate,
  .list_tag {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;

    li {
      margin-right: 10px;
      margin-bottom: 10px;
      list-style: none;
    }
  }

  .list_cate li a,
  .list_tag li a {
    display: block;
    padding: 0.4em 1em 0.6em 2em;
    font-size: 16px;
    line-height: 1;
    color: #333;
    text-decoration: none;
    border-radius: 5px;

    @media screen and (max-width: 768px) {
      font-size: 3vw;
    }
  }

  .list_cate li a {
    background: #f7f7ee url(../../images/kiji_ic_cate.png) no-repeat left 5px center;
    background-size: auto 56%;
    border: 2px solid #43a549;

    &:hover {
      color: #43a549;
    }
  }

  .list_tag li a {
    background: #eef3f7 url(../../images/kiji_ic_tag.png) no-repeat left 5px center;
    background-size: auto 56%;
    border: 2px solid #4b9ec5;

    &:hover {
      color: #4b9ec5;
    }
  }
}

.kanren_list,
.archive_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;

  li {
    max-width: calc(32% - 2px);
    margin-right: 2%;
    margin-bottom: 18px;
    list-style: none;
    background: #fff;
    border: 1px solid #ccc;

    &:nth-child(3n) {
      margin-right: 0;
    }

    @media screen and (max-width: 768px) {
      max-width: 100%;
      margin-right: 0;
    }

    a {
      display: block;
      padding: 30px;
      color: #333;
      text-decoration: none;

      @media screen and (max-width: 768px) {
        display: flex;
        justify-content: space-between;
        padding: 10px 5%;
      }

      .ph {
        background-position: center;
        background-size: cover;

        @media screen and (max-width: 768px) {
          width: 30%;
          height: 80px;
        }
      }

      .tit {
        margin-top: 15px;
        font-size: 20px;
        line-height: 1.2;

        @media screen and (max-width: 768px) {
          width: 65%;
          margin-top: 0;
          font-size: 4vw;
        }
      }

      &:hover .tit {
        color: #009c0a;
        text-decoration: underline;
      }

      .date,
      .txt {
        @media screen and (max-width: 768px) {
          display: none;
        }
      }
    }
  }
}

.preview_btn {
  margin-top: 50px;
  text-align: center;

  a {
    display: inline-block;
    padding: 18px 45px 20px 35px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: #5c5c5c url(../../images/btn_arrow1.png) no-repeat center right 20px;
    background-size: 10px auto;
    border-radius: 40px;
    text-decoration: none;

    &:hover {
      background-color: #7c7c7c;
    }
  }
}

.preview_tokuten {
  margin-top: 40px;
  padding: 40px;
  background: #fcf8e2;
  border: 7px double #cfbb5d;

  .ti {
    font-size: 26px;
    font-weight: 500;
  }

  .tx {
    margin-top: 20px;
  }
}

.modelroom_honbun {
  .pointWrap {
    margin-top: 40px;
    padding: 30px;
    background: #eaedf9;

    .point_ti {
      display: inline;
      font-size: 20px;
      color: #4358a5;
      border-bottom: 4px double #687abc;

      @media screen and (max-width: 768px) {
        font-size: 4.5vw;
      }
    }

    .point_tx {
      margin-top: 15px;
      line-height: 2;

      @media screen and (max-width: 768px) {
        font-size: 3.5vw;
        line-height: 1.6;
      }
    }
  }
}

.preview_read {
  margin-top: 20px;
  font-size: 3.5vw;
}

.preview_readBox {
  margin-top: 70px;

  .ph {
    width: 50%;
  }

  .preview_info {
    width: 45%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;

    th {
      width: 25%;
      padding: 15px;
      background: #f7f0cd;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
    }

    td {
      padding: 15px;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
    }
  }
}

.preview_honbun .mapWrap {
  margin-top: 40px;
}

.preview_endTx {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
  color: #a58b10;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .preview_honbun {
    h1 {
      margin-top: 20px;
      font-size: 5.5vw;
      font-weight: 600;
    }

    h2 {
      margin-top: 50px;
      padding: 0.7em 3%;
      font-size: 4.5vw;
      background-size: 95% auto;
      border: 7px double #8ebf91;
    }

    h3 {
      margin-top: 40px;
      padding: 0 0 0.6em 0.7em;
      font-size: 4.5vw;
      background-size: 150% auto;
    }

    p {
      margin-top: 20px;
      font-size: 14px;
    }
  }

  .preview_btn a {
    font-size: 4vw;
  }

  .preview_readBox {
    flex-direction: column;
    margin-top: 50px;

    .ph,
    .preview_info {
      width: 100%;
    }

    .preview_info {
      margin-top: 20px;
      font-size: 3vw;
    }
  }

  .preview_tokuten {
    padding: 20px;
    font-size: 3vw;

    .ti {
      font-size: 4.5vw;
    }
  }

  .preview_endTx {
    font-size: 3.5vw;
  }
}

/* -----------------------------------------------
   Jirei CSS（固有レイアウト）
----------------------------------------------- */
.jirei_readBox {
  .ph {
    margin-top: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .info {
    width: 42%;
  }

  .info table {
    width: 100%;
    margin-top: 40px;
    border: 1px solid #ccc;

    th,
    td {
      padding: 5px 15px;
      border: 1px solid #ccc;
    }

    th {
      width: 25%;
      background: #eee;
    }
  }
}

.jirei_imgBox {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;

  .col_1,
  .col_2,
  .col_3 {
    div {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  }

  .col_1 {
    width: 25%;

    div:first-child {
      margin-bottom: 40px;
    }
  }

  .col_2 {
    width: 25%;
  }

  .col_3 {
    width: 42%;

    div:first-child {
      margin-bottom: 40px;
    }
  }
}

.jirei_endTx {
  margin-top: 20px;
}

.jirei_honbun {
  .tx1 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.8;
  }

  .tx2 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .jirei_readBox {
    flex-direction: column-reverse;

    .ph,
    .info {
      width: 100%;
    }

    .info table {
      font-size: 3vw;
    }
  }

  .jirei_honbun {
    .tx1 {
      margin-top: 30px;
      font-size: 5vw;
      line-height: 1.8;
    }

    .tx2 {
      margin-top: 20px;
      font-size: 3.5vw;
    }
  }

  .jirei_imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;

    .col_1 {
      width: 48.5%;

      div:first-child {
        margin-bottom: 10px;
      }
    }

    .col_2 {
      display: flex;
      align-items: stretch;
      width: 48.5%;

      div {
        width: 100%;
      }

      img {
        width: 100%;
        height: 10px;
      }
    }

    .col_3 {
      width: 100%;
      margin-top: 10px;

      div:first-child {
        margin-bottom: 10px;
      }
    }
  }

  .jirei_endTx {
    font-size: 3.5vw;
  }
}

/* -------------------------------------------
   Form / Checkbox
------------------------------------------- */
.CheckboxInput {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  cursor: pointer;
}

.CheckboxInput-Input {
  position: absolute;
  margin: 0;
  opacity: 0;
}

.CheckboxInput-DummyInput {
  position: relative;
  display: block;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  background: #fff;
  border: 1px solid #888;
}

.CheckboxInput:hover>.CheckboxInput-DummyInput,
.CheckboxInput-Input:checked+.CheckboxInput-DummyInput {
  background: #fff;
  border-color: #767676;
}

.CheckboxInput-Input:checked+.CheckboxInput-DummyInput::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../images/form_check.png") no-repeat center;
  background-size: contain;
}

.CheckboxInput-LabelText {
  line-height: 1.4;
}

.appeal_color {
  color: #f00;
}

.formWrap {
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px !important;
  padding: 0 3% 40px !important;
  background: #eee;
  border-radius: 20px;

  p {
    margin-top: 20px;
  }

  .annotation {
    padding: 20px 0;
    font-size: 12px;
  }
}

.formBox {
  overflow: hidden;
  margin-top: 10px;
  padding: 20px;
  background-color: #fff;
  background-image: url(../../images/box_bg01.gif);
  border: 1px solid #eee;
  border-radius: 3px;

  dl,
  dt,
  dd {
    margin: 0;
    padding: 0;
  }

  dt {
    float: left;
    clear: both;
    width: 23%;
    padding: 1%;
    text-align: right;
    color: #000;
    font-weight: 700;
  }

  dd {
    float: left;
    width: 73%;
    padding: 1%;
  }

  .margin_top05 {
    margin-top: 5px !important;
  }

  .text_small {
    font-size: 12px;
  }
}

.formBox input,
.formBox textarea {
  font-size: 14px;
}

.w100percent {
  box-sizing: border-box;
  width: 100%;
}

.box_waku01 {
  margin: 40px 0;

  p {
    font-size: 14px;
  }

  .margin_top00 {
    margin-top: 0 !important;
  }

  a {
    color: #007fe9;
  }

  .contact__formWrap-check {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;

    .txt {
      padding: 7px 0 0 10px;
    }
  }
}

.align_center {
  text-align: center;
}

input[type="submit"] {
  display: block;
  width: 200px;
  height: 50px;
  margin: 20px auto;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0b2c5f;
  border: 0;
  border-radius: 40px;
  outline: none;
  box-shadow: 3px 4px 0 #ccc;
  transition: 0.25s;
}

/* -------------------------------------------
   Slick base
------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;

  &:focus {
    outline: none;
  }

  &.dragging {
    cursor: pointer;
  }
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;

  &::before,
  &::after {
    display: table;
    content: "";
  }

  &::after {
    clear: both;
  }
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  height: 100%;

  [dir="rtl"] & {
    float: right;
  }

  img {
    display: block;
  }

  &.slick-loading img {
    display: none;
  }

  &.dragging img {
    pointer-events: none;
  }
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots li {
  margin: 0 !important;
}

.formWrap .annotation {
  font-size: 12px;
}

.annotation2 {
  display: flex;
  justify-content: center;

  ul {
    list-style-type: none;
    margin-left: 1em;
  }
}

/* ======================================
   Layout
====================================== */
.l-inner {
  width: min(100% - 40px, 960px);
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .l-inner {
    width: min(100% - 32px, 100%);
  }
}

/* ======================================
   Project: contact confirm page
====================================== */
.p-contact-confirm {
  padding: 72px 0 96px;
}

.p-contact-confirm__inner {
  display: block;
}

.p-contact-confirm__title {
  margin: 0 0 24px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #0b2c5f;
  text-align: center;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-contact-confirm {
    padding: 48px 0 72px;
  }

  .p-contact-confirm__title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

/* ======================================
   Component: confirm box
====================================== */
.c-confirm-box {
  padding: 40px;
  background: #fff;
  border: 1px solid #d9e2f0;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(11, 44, 95, 0.08);
}

.c-confirm-box__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #0b2c5f;
  text-align: center;
}

.c-confirm-box__lead {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.9;
  color: #4a5568;
}

@media screen and (max-width: 768px) {
  .c-confirm-box {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .c-confirm-box__title {
    font-size: 22px;
  }

  .c-confirm-box__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* ======================================
   Component: confirm table
====================================== */
.c-confirm-table-wrap {
  margin-top: 32px;
  overflow-x: auto;
}

.c-confirm-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #d9e2f0;
  background: #fff;
}

.c-confirm-table__row {
  border-bottom: 1px solid #d9e2f0;
}

.c-confirm-table__row:last-child {
  border-bottom: 0;
}

.c-confirm-table__head,
.c-confirm-table__data {
  padding: 20px 24px;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.8;
  word-break: break-word;
}

.c-confirm-table__head {
  width: 28%;
  font-weight: 700;
  color: #0b2c5f;
  background: #f0f5fb;
  border-right: 1px solid #d9e2f0;
}

.c-confirm-table__data {
  color: #2d3748;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .c-confirm-table-wrap {
    margin-top: 24px;
  }

  .c-confirm-table__head,
  .c-confirm-table__data {
    display: block;
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
    box-sizing: border-box;
  }

  .c-confirm-table__head {
    border-right: 0;
    border-bottom: 1px solid #d9e2f0;
  }
}

/* ======================================
   Component: buttons
====================================== */
.c-action-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.c-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 56px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.c-button:hover {
  transform: translateY(-1px);
}

.c-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(11, 44, 95, 0.2);
}

.c-button--primary {
  color: #fff;
  background: #0b2c5f;
  border-color: #0b2c5f;
}

.c-button--primary:hover {
  background: #154488;
  border-color: #154488;
}

.c-button--secondary {
  color: #0b2c5f;
  background: #fff;
  border-color: #b8c7dd;
}

.c-button--secondary:hover {
  background: #f4f8fd;
  border-color: #8fa7c8;
}

@media screen and (max-width: 768px) {
  .c-action-buttons {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .c-button {
    width: 100%;
    min-width: auto;
    min-height: 52px;
    font-size: 15px;
  }
}

/* ======================================
   Utility
====================================== */
.u-text-center {
  text-align: center;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mb64 {
  margin-bottom: 64px;
}

/* ======================================
   Project: contact thanks page
   thanks.php 専用スコープ
====================================== */
.p-contact-thanks {
  padding: 72px 0 96px;
}

.p-contact-thanks__inner {
  width: min(100% - 40px, 960px);
  margin-inline: auto;
}

.p-contact-thanks__title {
  margin: 0 0 24px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #0b2c5f;
  text-align: center;
  letter-spacing: 0.04em;
}

.p-contact-thanks__box {
  padding: 40px;
  background: #fff;
  border: 1px solid #d9e2f0;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(11, 44, 95, 0.08);
}

.p-contact-thanks__box-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #0b2c5f;
  text-align: center;
}

.p-contact-thanks__message {
  margin-top: 32px;
  text-align: center;
}

.p-contact-thanks__lead {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  color: #0b2c5f;
}

.p-contact-thanks__text {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.9;
  color: #4a5568;
}

.p-contact-thanks__contact {
  margin: 32px auto 0;
  padding: 24px;
  max-width: 520px;
  background: #f7fafc;
  border: 1px solid #d9e2f0;
  border-radius: 16px;
  text-align: center;
}

.p-contact-thanks__contact-name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #0b2c5f;
}

.p-contact-thanks__contact-item {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: #2d3748;
}

.p-contact-thanks__actions {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.p-contact-thanks__button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 56px;
  padding: 14px 24px;
  border: 1px solid #0b2c5f;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  background: #0b2c5f;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.p-contact-thanks__button:hover {
  background: #154488;
  border-color: #154488;
  transform: translateY(-1px);
}

.p-contact-thanks__button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(11, 44, 95, 0.2);
}

@media screen and (max-width: 768px) {
  .p-contact-thanks {
    padding: 48px 0 72px;
  }

  .p-contact-thanks__inner {
    width: min(100% - 32px, 100%);
  }

  .p-contact-thanks__title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .p-contact-thanks__box {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .p-contact-thanks__box-title {
    font-size: 22px;
  }

  .p-contact-thanks__message {
    margin-top: 24px;
  }

  .p-contact-thanks__lead {
    font-size: 18px;
    line-height: 1.7;
  }

  .p-contact-thanks__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.8;
  }

  .p-contact-thanks__contact {
    margin-top: 24px;
    padding: 20px 16px;
    border-radius: 12px;
  }

  .p-contact-thanks__contact-name {
    font-size: 18px;
  }

  .p-contact-thanks__contact-item {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
  }

  .p-contact-thanks__actions {
    margin-top: 24px;
  }

  .p-contact-thanks__button {
    width: 100%;
    min-width: auto;
    min-height: 52px;
    font-size: 15px;
  }
}

/* ======================================
   Project: contact form
   form-contact.php 専用スコープ
====================================== */
.p-contact-form {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.p-contact-form__form {
  width: 100%;
}

.p-contact-form__box {
  padding: 40px;
  background: #fff;
  border: 1px solid #d9e2f0;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(11, 44, 95, 0.08);
  box-sizing: border-box;
}

.p-contact-form__list {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  column-gap: 32px;
  row-gap: 24px;
  margin: 0;
  padding: 0;
}

.p-contact-form__term,
.p-contact-form__description {
  margin: 0;
  box-sizing: border-box;
}

.p-contact-form__term {
  padding-top: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #0b2c5f;
  text-align: right;
}

.p-contact-form__description {
  min-width: 0;
}

.p-contact-form__required {
  margin-left: 4px;
  color: #d93025;
}

.p-contact-form__input,
.p-contact-form__textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #2d3748;
  background: #fff;
  border: 1px solid #b8c7dd;
  border-radius: 12px;
  box-sizing: border-box;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.p-contact-form__input::placeholder,
.p-contact-form__textarea::placeholder {
  color: #94a3b8;
}

.p-contact-form__input:focus,
.p-contact-form__textarea:focus {
  outline: none;
  border-color: #0b2c5f;
  box-shadow: 0 0 0 4px rgba(11, 44, 95, 0.14);
}

.p-contact-form__input[readonly] {
  background: #f7fafc;
  color: #4a5568;
}

.p-contact-form__textarea {
  min-height: 180px;
  resize: vertical;
}

.p-contact-form__note {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #718096;
}

.p-contact-form__radio-group {
  display: grid;
  gap: 12px;
  padding-top: 4px;
}

.p-contact-form__radio {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.p-contact-form__radio input[type="radio"] {
  flex: 0 0 auto;
  margin: 4px 0 0;
  accent-color: #0b2c5f;
}

.p-contact-form__radio-text {
  display: inline-block;
  font-size: 15px;
  line-height: 1.7;
  color: #2d3748;
}

.p-contact-form__privacy {
  margin-top: 24px;
  padding: 24px;
  background: #f7fafc;
  border: 1px solid #d9e2f0;
  border-radius: 16px;
}

.p-contact-form__privacy-text {
  margin: 0 !important;
  font-size: 14px;
  line-height: 2;
  color: #4a5568;
  text-align: center;
}

.p-contact-form__privacy-text a {
  color: #0b2c5f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-contact-form__privacy-text a:hover {
  color: #154488;
}

.p-contact-form__consent {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.p-contact-form__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.p-contact-form__checkbox-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.p-contact-form__checkbox-box {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #8898aa;
  border-radius: 6px;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.p-contact-form__checkbox-input:focus-visible+.p-contact-form__checkbox-box {
  outline: none;
  box-shadow: 0 0 0 4px rgba(11, 44, 95, 0.14);
}

.p-contact-form__checkbox-input:checked+.p-contact-form__checkbox-box::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;
  width: 7px;
  height: 13px;
  border-right: 3px solid #0b2c5f;
  border-bottom: 3px solid #0b2c5f;
  transform: rotate(45deg);
}

.p-contact-form__checkbox-text {
  font-size: 15px;
  line-height: 1.6;
  color: #2d3748;
}

.p-contact-form__actions {
  margin-top: 32px;
  text-align: center;
}

.p-contact-form__submit {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 56px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #0b2c5f;
  border: 1px solid #0b2c5f;
  border-radius: 999px;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.p-contact-form__submit:hover {
  background: #154488;
  border-color: #154488;
  transform: translateY(-1px);
}

.p-contact-form__submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(11, 44, 95, 0.2);
}

@media screen and (max-width: 900px) {
  .p-contact-form__list {
    grid-template-columns: 150px minmax(0, 1fr);
    column-gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .p-contact-form__box {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .p-contact-form__list {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .p-contact-form__term {
    padding-top: 0;
    margin-top: 8px;
    font-size: 15px;
    text-align: left;
  }

  .p-contact-form__description {
    padding: 0;
  }

  .p-contact-form__input,
  .p-contact-form__textarea {
    padding: 13px 14px;
    font-size: 14px;
    border-radius: 10px;
  }

  .p-contact-form__radio-group {
    gap: 10px;
    padding-top: 0;
  }

  .p-contact-form__radio-text,
  .p-contact-form__checkbox-text {
    font-size: 14px;
  }

  .p-contact-form__privacy {
    margin-top: 20px;
    padding: 20px 16px;
    border-radius: 12px;
  }

  .p-contact-form__privacy-text {
    font-size: 13px;
    line-height: 1.9;
    text-align: left;
  }

  .p-contact-form__consent {
    justify-content: flex-start;
  }

  .p-contact-form__actions {
    margin-top: 24px;
  }

  .p-contact-form__submit {
    width: 100%;
    min-width: auto;
    min-height: 52px;
    font-size: 15px;
  }
}

/* ======================================
   Project: contact entry wrapper
   form-contact.php 外側専用スコープ
====================================== */
.p-contact-entry {
  width: 100%;
  padding: 0;
}

.p-contact-entry__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  box-sizing: border-box;
}

.p-contact-entry__notice-box {
  margin-bottom: 20px;
  padding: 20px 24px;
  background: #f7fafc;
  border: 1px solid #d9e2f0;
  border-radius: 16px;
  box-sizing: border-box;
}

.p-contact-entry__notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-contact-entry__notice-item {
  position: relative;
  margin: 0;
  padding-left: 1.4em;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  color: #0b2c5f;
}

.p-contact-entry__notice-item+.p-contact-entry__notice-item {
  margin-top: 8px;
}

.p-contact-entry__notice-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #0b2c5f;
}

.p-contact-entry__annotation {
  margin: 0 0 24px;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.9;
  color: #4a5568;
}

.p-contact-entry__required {
  color: #d93025;
}

.p-contact-entry__form-area {
  width: 100%;
}

/* form-contact 側とのつなぎだけ少し調整 */
.p-contact-entry__form-area .p-contact-form {
  max-width: none;
}

@media screen and (max-width: 768px) {
  .p-contact-entry__notice-box {
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 12px;
  }

  .p-contact-entry__notice-item {
    font-size: 14px;
    line-height: 1.7;
  }

  .p-contact-entry__annotation {
    margin-bottom: 20px;
    padding: 0;
    font-size: 13px;
    line-height: 1.8;
  }
}

/* ======================================
   Project: bukken contact entry
   物件ページのフォーム外枠専用
====================================== */
.p-bukken-contact-entry {
  width: 100%;
  margin: 0 0 64px;
  padding-top: 40px;
}

.p-bukken-contact-entry__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  box-sizing: border-box;
}

.p-bukken-contact-entry__notice-box {
  margin-bottom: 20px;
  padding: 20px 24px;
  background: #f7fafc;
  border: 1px solid #d9e2f0;
  border-radius: 16px;
  box-sizing: border-box;
}

.p-bukken-contact-entry__notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-bukken-contact-entry__notice-item {
  position: relative;
  margin: 0;
  padding-left: 1.4em;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  color: #0b2c5f;
}

.p-bukken-contact-entry__notice-item+.p-bukken-contact-entry__notice-item {
  margin-top: 8px;
}

.p-bukken-contact-entry__notice-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #0b2c5f;
}

.p-bukken-contact-entry__annotation {
  margin: 0 0 24px;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.9;
  color: #4a5568;
}

.p-bukken-contact-entry__required {
  color: #d93025;
}

.p-bukken-contact-entry__form-area {
  width: 100%;
}

/* form-contact.php 側とのつなぎ */
.p-bukken-contact-entry__form-area .p-contact-form {
  max-width: none;
}

@media screen and (max-width: 768px) {
  .p-bukken-contact-entry {
    margin-bottom: 48px;
    padding-top: 24px;
  }

  .p-bukken-contact-entry__notice-box {
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 12px;
  }

  .p-bukken-contact-entry__notice-item {
    font-size: 14px;
    line-height: 1.7;
  }

  .p-bukken-contact-entry__annotation {
    margin-bottom: 20px;
    padding: 0;
    font-size: 13px;
    line-height: 1.8;
  }
}