@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*==========================================
 リフォームの流れ
===========================================*/
.flow .main {
  background-image: url(../img/flow/img_main.jpg);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: clamp(50px, 15vw, 150px);
}
@media screen and (max-width: 960px) {
  .flow .main {
    height: 70vh;
    margin-bottom: 0;
  }
}
.flow .main p {
  color: #fff;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(2.8rem, 4.8vw, 4.8rem);
  text-align: center;
  margin-bottom: 50px;
  text-shadow: 2px 2px 4px #333;
  line-height: 72px;
}
@media screen and (max-width: 960px) {
  .flow .main p {
    line-height: 2;
  }
}
.flow ul li {
  padding: 200px 0 100px;
  position: relative;
}
.flow ul li:nth-child(1), .flow ul li:nth-child(4) {
  background: rgba(43, 71, 64, 0.2);
}
.flow ul li:nth-child(3), .flow ul li:nth-child(6) {
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .flow ul li {
    padding: 50px 0;
  }
}
.flow ul li .wrapW {
  display: flex;
  justify-content: space-between;
  padding: 0 10%;
}
@media screen and (max-width: 960px) {
  .flow ul li .wrapW {
    display: block;
    padding: 0;
  }
}
.flow ul li .left {
  flex-basis: 30%;
  position: relative;
  top: -250px;
}
@media screen and (max-width: 960px) {
  .flow ul li .left {
    top: 0;
  }
}
.flow ul li .left h2 {
  font-family: "Kiwi Maru", serif;
  font-size: clamp(2rem, 6vw, 7.2rem);
  position: sticky;
  top: 0;
  height: 10px;
  margin-top: -130px;
  padding-top: 130px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .flow ul li .left h2 {
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }
}
.flow ul li .left h2 .ttl_en {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.flow ul li .left h2 .ttl_ja {
  display: block;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  margin-top: 5px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.flow ul li .right {
  flex-basis: 70%;
  display: flex;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 960px) {
  .flow ul li .right {
    display: block;
    margin: 100px auto 20px;
  }
}
.flow ul li .right img {
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  .flow ul li .right img {
    width: 100%;
    height: 300px;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin-bottom: 30px;
  }
}
.flow ul li .right h3 {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 30px;
}
.flow ul li .right p {
  width: 80%;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .flow ul li .right p {
    width: 100%;
  }
}
.flow ul li .right .link {
  margin: 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 10px;
}
.flow ul li .right .link:hover {
  border-bottom: 1px solid transparent;
  opacity: 0.7;
}
.flow ul li .right .tel {
  color: #2b4740;
  font-weight: bold;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  display: block;
}
.flow .flow07 {
  background-image: url(../img/flow/img07.jpg);
  height: 110vh;
  padding: 100px 15%;
}
@media screen and (max-width: 960px) {
  .flow .flow07 {
    height: 100vh;
    padding: 50px 4%;
    background-size: cover;
    background-position: center;
  }
}
.flow .flow07 h2 {
  font-family: "Kiwi Maru", serif;
  font-size: clamp(2rem, 6vw, 7.2rem);
  font-weight: 500;
}
.flow .flow07 h2 .ttl_en {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.flow .flow07 h2 .ttl_ja {
  display: block;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  margin-top: 5px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.flow .flow07 .txt {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .flow .flow07 .txt {
    padding: 30px;
    background: rgba(255, 255, 255, 0.7);
  }
}

.bnr_bottom {
  margin: 100px auto;
}
.bnr_bottom a {
  transition: 0.3s all;
}
@media screen and (max-width: 960px) {
  .bnr_bottom a {
    margin-bottom: 30px;
  }
}
.bnr_bottom a:hover img {
  opacity: 0.7;
  transition: 0.3s all;
}/*# sourceMappingURL=flow.css.map */