@media screen and (min-width: 960px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.gbss {
  /*=== kv ===*/
  /*=== hero ===*/
  /*=== main ===*/
  /*=== step ===*/
}
.gbss .kv {
  background-image: url("../img/renovation/kv_bg.jpg");
}
@media screen and (max-width: 959px) {
  .gbss .kv {
    height: min(318px, 66.3vw);
    background-image: url("../img/renovation/kv_bg-sp.jpg");
  }
}
@media screen and (max-width: 959px) {
  .gbss .kv .kv__inner {
    padding: min(48px, 10vw) min(36px, 7.5vw) min(67.2px, 14vw);
  }
}
@media screen and (min-width: 960px) {
  .gbss .hero {
    z-index: 2;
    padding-bottom: 142px;
  }
  .gbss .hero .hero__img {
    z-index: 1;
  }
  .gbss .hero .hero__text {
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 960px) and (max-width: 1220px) and (min-width: 960px) {
  .gbss .hero .hero__text br.view--pc {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .gbss .main {
    padding: 130px 0 145px;
  }
}
.gbss .main .main__heading {
  margin: 0 0 20px;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__heading {
    margin: 0 0 min(24px, 5vw);
  }
}
.gbss .main .main__acmenu .main__row .main__row__item {
  text-align: left;
}
.gbss .main .main__acmenu .main__row .main__row__item:nth-child(1) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 15px;
}
.gbss .main .main__acmenu .main__row .main__row__item:nth-child(2) {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 240px;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__acmenu .main__row .main__row__item:nth-child(2) {
    width: 100%;
    margin: min(18px, 3.8vw) auto 0;
    text-align: center;
  }
  .gbss .main .main__acmenu .main__row .main__row__item:nth-child(2) img {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
.gbss .step {
  background: #fff;
  padding: 65px 40px 125px;
}
@media screen and (max-width: 959px) {
  .gbss .step {
    padding: min(36px, 7.5vw) min(24px, 5vw);
  }
}
.gbss .step .step__heading {
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 959px) {
  .gbss .step .step__heading {
    margin: 0 0 min(36px, 7.5vw);
  }
}
.gbss .step .step__heading span {
  width: 124px;
  display: block;
  margin: 0 auto 15px;
}
@media screen and (max-width: 959px) {
  .gbss .step .step__heading span {
    width: min(148.8px, 31vw);
    margin: 0 auto min(18px, 3.8vw);
  }
}
.gbss .step .step__item {
  margin: 0 0 74px;
}
.gbss .step .step__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .gbss .step .step__item--step1 .main__img .main__img__scroll img {
    min-width: 700px;
  }
}
.gbss .step .step__item--step2 {
  text-align: center;
}
.gbss .step .step__item--step2 .main__row {
  max-width: 974px;
  margin: 0 auto;
}
.gbss .step .step__item--step2 .main__row .main__row__item {
  position: relative;
  padding: 2px;
}
@media screen and (max-width: 959px) {
  .gbss .step .step__item--step2 .main__row .main__row__item {
    max-width: 457px;
    margin: 0 auto min(36px, 7.5vw);
  }
}
.gbss .step .step__item--step2 .main__row .main__row__item:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/renovation/step_icon_arrow.png");
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 102%;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .gbss .step .step__item--step2 .main__row .main__row__item:nth-child(1):after {
    width: min(18px, 3.8vw);
    height: min(30px, 6.3vw);
    left: 0;
    right: 0;
    bottom: auto;
    top: calc(100% + 0.5vw);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.gbss .step .step__item--step2 .main__row .main__row__item:last-child {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.15);
}
.gbss .step .step__item--step2 .main__row .main__row__item:last-child:before, .gbss .step .step__item--step2 .main__row .main__row__item:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.gbss .step .step__item--step2 .main__row .main__row__item:last-child:before {
  background-color: #fff;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  z-index: 2;
}
.gbss .step .step__item--step2 .main__row .main__row__item:last-child:after {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#12b5aa), color-stop(#59c7e6), to(#298cd5));
  background: -webkit-linear-gradient(left, #12b5aa, #59c7e6, #298cd5);
  background: linear-gradient(to right, #12b5aa, #59c7e6, #298cd5);
  z-index: 1;
}
.gbss .step .step__item--step2 .main__row .main__row__item:last-child img {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 959px) {
  .gbss .step .step__item--step2 .main__row .main__row__item:last-child {
    margin-bottom: 0;
  }
}
.gbss .step .step__item--step3 {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .gbss .step .step__item--step3 {
    max-width: 700px;
  }
}

/*ターゲットリンク設定
.gbss .main  a:has(.tgblank--normal)[target=_blank]:after,
.gbss .main  a:has(.tgblank--blue)[target=_blank]:after {
display: none;
}

.gbss .main a:has(.tgblank--normal) ,
.gbss .main a:has(.tgblank--blue) {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: anchor-center;
}

.gbss .main a .tgblank--blue {
  color: #0096df;
}
.gbss .main a:has(.tgblank--normal)[target=_blank] {
    text-decoration: none;
    padding-left: 10px;
    color: #000;
}
.gbss .main a:has(.tgblank--blue)[target=_blank] {
    text-decoration: none;
    padding-left: 10px;
    color: #0096df;
}

.gbss .main a[target=_blank]:hover {
 text-decoration: underline;
}

.gbss .main a:has(.tgblank--normal)[target=_blank]::before{
  position: relative;
  content:"";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: -1px;
  left: -10px;
}

.gbss .main a:has(.tgblank--blue)[target=_blank]::before{
  position: relative;
  content:"";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 1px solid #0096df;
  border-right: 1px solid #0096df;
  top: -1px;
  left: -10px;
}

*/
/*アイコンフォント設定
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,  'wght' 200,  'GRAD' 0, 'opsz' 24;
  font-size: 20px;

}
*/