@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
/*--------------------------------------------------------------------------
CSS　カスタム設定(top-style.css)ver.1 2026.04.16
--------------------------------------------------------------------------*/
/*■■■■■■ 基本設定 ■■■■■■■*/
/*FLAG 青緑　濃い*/
/*FLAG 青緑　薄い*/
/*FLAG 緑　*/
/*■　共有設定　■*/
.text-left {
  text-align: left;
}

/*■　基本設定　■*/
.text-mi-en {
  margin-bottom: 20px;
  font-family: "Jost", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
}

.text-color-main {
  color: #007480;
}

.text-read-m {
  margin-bottom: 6px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: 500;
}

.text-title-l {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 500;
}

.text-title {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 500;
}

.text-title-m {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 500;
}

.text-read {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6;
  font-weight: 400;
}

.text-color-coco {
  color: #007481;
}

/*■■■■■■　#0 title　■■■■■■■*/
.brand-fv {
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 4/1;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

/*タイトル*/
.brand-title {
  padding: 0;
  font-family: "Jost", sans-serif;
  font-size: 5rem;
  line-height: 1.6;
  font-weight: 500;
  color: #007480;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/*■■■■■■　#1 ブランドについて　■■■■■■■*/
.bg-brand {
  margin: 0 auto;
  width: 100%;
  padding: 5em 0 2em;
  background: linear-gradient(40deg, #fefffe 0%, #d2e9e9 40%, #fefffe 80%, #add7d7 100%);
}

.text-title-brand {
  margin: 4em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #01547f;
  border-bottom: 1px solid #01547f;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 400;
  width: 100%;
  max-width: 340px;
  height: 70px;
}

/*■■■■■■　#2 京阪不動産　■■■■■■■*/
.brand-logo-keihan {
  margin: 0 auto 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}
.brand-logo-keihan:after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #01547f;
}
.brand-logo-keihan img {
  width: 310px;
  height: auto;
}

/*■■■■■■　#3 阪急阪神不動産　■■■■■■■*/
.brand-logo-hankyu {
  margin: 0 auto 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}
.brand-logo-hankyu:after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #01547f;
}
.brand-logo-hankyu img {
  width: 400px;
  height: auto;
}

/*■■■■■■　#4 積水ハウス　■■■■■■■*/
.brand-logo-sekisui {
  margin: 0 auto 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}
.brand-logo-sekisui:after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #01547f;
}
.brand-logo-sekisui img {
  width: 540px;
  height: auto;
}

/*■　共通部品　■*/
.result-block {
  margin: 2em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0;
}

.result-img-box {
  margin: 0 auto;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eee;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.result-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.result-caption {
  margin: 5px 0 0 0;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.3rem;
}

.img-caption {
  padding: 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  color: #FFF;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) and (max-width: 767px) {
  /*■　SP共有設定　■*/
  .sp-wide {
    margin: 0 auto;
    width: 100%;
    max-width: 310px;
  }
  /*■　基本設定（XS）　■*/
  .text-mi-en {
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
  }
  .text-color-main {
    color: #007480;
  }
  .text-read-m {
    margin-bottom: 6px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.9rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .text-title-l {
    margin-bottom: 30px;
    font-family: "Noto Serif JP", serif;
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .text-title {
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .text-title-m {
    margin-bottom: 30px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 500;
  }
  .text-read {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    line-height: 2.6;
    font-weight: 400;
  }
  .brand-fv {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
  }
  /*タイトル*/
  .brand-title {
    padding: 0;
    font-family: "Jost", sans-serif;
    font-size: 2.8rem;
    line-height: 1.6;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  /*■■■■■■　#1 （XS）　■■■■■■■*/
  .bg-location {
    margin-top: -30px;
    padding: 5em 0 4em;
    position: relative;
    background: url(../images/location/bg-location_sp.webp) top center no-repeat;
    background-size: 100% auto;
  }
  /*■■■■■■　#2 京阪不動産（XS）　■■■■■■■*/
  .brand-logo-keihan {
    margin: 0 auto 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    position: relative;
  }
  .brand-logo-keihan:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #01547f;
  }
  .brand-logo-keihan img {
    width: 155px;
    height: auto;
  }
  /*■■■■■■　#3 阪急阪神不動産（XS）　■■■■■■■*/
  .brand-logo-hankyu {
    margin: 0 auto 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    position: relative;
  }
  .brand-logo-hankyu:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #01547f;
  }
  .brand-logo-hankyu img {
    width: 200px;
    height: auto;
  }
  /*■■■■■■　#4 積水ハウス（XS）　■■■■■■■*/
  .brand-logo-sekisui {
    margin: 0 auto 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    position: relative;
  }
  .brand-logo-sekisui:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #01547f;
  }
  .brand-logo-sekisui img {
    width: 270px;
    height: auto;
  }
} /*xs*/
/*------------(SM)------------*/
/*SM*/
/*------------(MD)------------*/
/*------------(LG)------------*/
/*------------(XL)------------*/
/*------------(XXL)------------*/
@media (min-width: 1920px) {
  /*タイトル*/
  .brand-title {
    font-size: 6.2rem;
  }
} /*(XXL)*/