@charset "UTF-8";

/* ---------- fv ---------- */

.fv-sp h1 {
  padding: 1.5rem 0 0.5rem;
  text-align: center;
}
.fv-sp h1 img {
  height: 2rem;
}
.fv-sp h2.fv-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.fv-sp h2.fv-title img {
  height: 5rem;
}

/* 加入例 SP ------------------ */
.fv-sp .fv-premium-box a{
  display: block;
}
.fv-sp .fv-premium-box a:hover{
  opacity: 1;
}
.fv-sp .fv-fireproof {
  background: url(../img/fv-ph01-sp.png) no-repeat center top;
  background-size: cover;
}
.fv-sp .fv-fireproof > div {
  width: 60%;
  margin-left: auto;
  padding: 3rem 1.5rem 0;
}
.fv-sp .fv-fireproof div div {
  width: 18rem;
  margin: 0 auto;
}
.fv-sp .fv-fireproof h3 {             
  background: url(../img/fv-img_apartment-sp.svg) no-repeat 1rem bottom var(--pink);
  background-size: 3.2rem;
  width: 16rem;
  height: 3.2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.8rem 0 0 5.5rem;
  margin: 0 0 1rem 10%;
  border-radius: 0.5rem;
}
.fv-sp .fv-fireproof p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 10%;
}
.fv-sp .fv-fireproof p span {
  display: block;
  padding-left: 1em;
}
.fv-sp .fv-fireproof p.fv-compensation {
  font-size: 1.6rem;
}
.fv-sp .fv-fireproof p.fv-compensation span {
  display: inline;
  color: var(--pink);
  font-size: 2.6rem;
  padding: 0 0.2rem;
}
.fv-sp .fv-fireproof p.fv-premium {
  margin-left: auto;
  padding-bottom: 5rem;
  text-align: center;
}
.fv-sp .fv-fireproof p.fv-premium img {
  width: 20rem;
}

.fv-sp .fv-nonfireproof {
  background: url(../img/fv-ph02-sp.png) no-repeat center top;
  background-size: cover;
}
.fv-sp .fv-nonfireproof > div {
  width: 60%;
  margin: 0 auto 0 0;
  padding: 3rem 1.5rem 0;
}
.fv-sp .fv-nonfireproof div div {
  width: 20rem;
  margin: 0 auto;
}
.fv-sp .fv-nonfireproof h3 {             
  background: url(../img/fv-img_home-sp.svg) no-repeat 0.5rem bottom var(--red);
  background-size: 3.8rem;
  width: 16rem;
  height: 3.2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.8rem 0 0 5.5rem;
  margin: 0 0 1rem 0;
  border-radius: 0.5rem;
}
.fv-sp .fv-nonfireproof p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 0.5rem;
}
.fv-sp .fv-nonfireproof p.fv-compensation {
  font-size: 1.6rem;
}
.fv-sp .fv-nonfireproof p.fv-compensation span {
  color: var(--red);
  font-size: 2.6rem;
  padding: 0 0.3rem;
}
.fv-sp .fv-nonfireproof p.fv-premium {
  margin-left: 0;
  padding-bottom: 5rem;
}
.fv-sp .fv-nonfireproof p.fv-premium img {
  width: 20rem;
}

.fv-sp .fv-sim {
  background: var(--red);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 2rem 1.5rem 20rem;
  position: relative;
  overflow: hidden;
}

.fv-sp .fv-sim p:first-child {
  font-size: 1.8rem;
}
.fv-sp .fv-sim p:first-child span {
  color: var(--yl);
}
.fv-sp .fv-sim p:first-child span span {
  font-size: 3rem;
}
.fv-sp .fv-sim p:nth-child(2) {
  font-size: 2.1rem;
  margin-bottom: 1rem;
}

.fv-sp p.fv-sim-btn a {
  display: block;
  max-width: 45rem;
  margin: 0 auto;
  background: #fff;
  color: var(--red);
  font-size: 2.1rem;
  padding: 1.5rem;
  border-radius: 6rem;
  position: relative;
}
.fv-sp p.fv-sim-btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.7rem transparent solid;
  border-left: 1rem var(--red) solid;
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
}

.fv-sp .fv-sim figure {
  width: 27.5rem;
  height: 19rem;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-55%);
}


.fv-pc {
  display: none;
}



/*----------------------------------------------------
タブレット用 1000- 
----------------------------------------------------*/
@media screen and (min-width:1000px) {

  /* ---------- fv ---------- */

  .fv-sp {
    display: none;
  }
  .fv-pc {
    display: block;
    background: url(../img/fv-pc1000.png) no-repeat center 40%;
    background-size: cover;
    height: 54rem;
    position: relative;
  }
  .fv-pc h1 {
    width: 30rem;
    height: 20rem;
    background: #fff;
    border-radius: 50%;
    padding-top: 13.5rem;
    text-align: center;
    position: absolute;
    top: -11.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;;
  }
  .fv-pc h1 img {
    width: 18rem;
  }

  .fv-pc .fv-mutual-aid {
    padding: 22.5rem 4rem 3.5rem;
    position: relative;
  }
  .fv-pc .fv-mutual-aid h2 {
    width: 23rem;
    background: #fff;
    padding: 0.5rem;
    position: absolute;
    top: 18rem;
    left: 50%;
    transform: translateX(-50%);
  }

  /* 加入例 PC ------------------ */
  .fv-pc .fv-premium-box{
    max-width: 58rem;
    margin: 0 auto 0.5rem;    
  }
  .fv-pc .fv-premium-box a{
    display: flex;    
  }
  .fv-pc .fv-premium-box a:hover{
    opacity: 1;    
  }
  .fv-pc .fv-fireproof,
  .fv-pc .fv-nonfireproof {
    width: 50%;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 1rem 0 0 1rem;
    padding: 2.5rem;
  }
  .fv-pc .fv-fireproof h3,
  .fv-pc .fv-nonfireproof h3 {
    background: url(../img/fv-img_apartment.svg) no-repeat 1rem 0.5rem var(--pink);
    background-size: 6rem;
    width: 24rem;
    height: 3.6rem;
    color: #fff;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1;
    padding: 1rem 0 0 8rem;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
  }
  .fv-pc .fv-fireproof p,
  .fv-pc .fv-nonfireproof p {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: -1rem;
  }
  .fv-pc .fv-fireproof p.fv-premium,
  .fv-pc .fv-nonfireproof p.fv-premium {
    width: 21rem;
    margin-top: 0.5rem;
  }

  .fv-pc .fv-nonfireproof {
    border-radius: 0 1rem 1rem 0;
  }
  .fv-pc .fv-nonfireproof h3 {             
    background: url(../img/fv-img_home.svg) no-repeat 1rem 0.5rem var(--red);
    padding-left: 6.5rem;
  }

  .fv-pc .fv-sim {
    max-width: 58rem;
    margin: 0 auto;
    display: flex;
    background: var(--red);
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius:1rem;
  }
  .fv-pc .fv-sim .fv-sim-txt {
    line-height: 1.4;
    padding: 1rem 0 1.5rem 5rem;
  }
  .fv-pc .fv-sim .fv-sim-txt p > span {
    color: var(--yl);
  }
  .fv-pc .fv-sim .fv-sim-txt p span span {
    font-size: 2.1rem;
  }

  .fv-pc .fv-sim p.fv-sim-btn {
    padding-top: 1rem;
  }
  .fv-pc .fv-sim p.fv-sim-btn a {
    display: block;
    max-width: 40rem;
    width: 100%;
    background: #fff;
    color: var(--red);
    font-size: 1.4rem;
    line-height: 1;
    padding: 0.7rem 0 0.6rem 5rem;
    border-radius: 6rem;
    position: relative;
  }
  .fv-pc .fv-sim p.fv-sim-btn a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 0.5rem transparent solid;
    border-left: 0.7rem var(--red) solid;
    position: absolute;
    top: 50%;
    left: 4rem;
    transform: translateY(-50%);
  }
  
  .fv-pc .fv-sim figure {
    width: 18rem;
    overflow: hidden;
    position: relative;
  }
  .fv-pc .fv-sim figure img {
    width: 16rem;
    position: absolute;
    bottom: -1rem;
    left: 20%;
  }


}




/*----------------------------------------------------
タブレット用 1400- 
----------------------------------------------------*/
@media screen and (min-width:1400px) {

  /* ---------- fv ---------- */

  .fv-pc {
    background: url(../img/fv-pc1400.png) no-repeat center top;
    background-size: cover;
    height: 78rem;
  }

  .fv-pc .fv-mutual-aid {
    padding: 40.5rem 4rem 3.5rem;
  }
  .fv-pc .fv-mutual-aid h2 {
    width: 36.7rem;
    top: 31.5rem;
  }

  .fv-pc .fv-premium-box {
    max-width: 76rem;
    margin: 0 auto 1rem;
  }

  .fv-pc .fv-fireproof,
  .fv-pc .fv-nonfireproof {
    padding: 1.5rem 0 1rem 4rem;
  }
  .fv-pc .fv-fireproof h3,
  .fv-pc .fv-nonfireproof h3 {
    background-size: 6rem;
    width: 30rem;
    height: 4.2rem;
    font-size: 2.4rem;
    padding: 1.2rem 0 0 8rem;
    margin-bottom: 1rem;
  }
  .fv-pc .fv-fireproof p,
  .fv-pc .fv-nonfireproof p {
    font-size: 1.8rem;
  }
  .fv-pc .fv-fireproof p.fv-premium,
  .fv-pc .fv-nonfireproof p.fv-premium {
    width: 26rem;
    margin-top: 1rem;
  }

  .fv-pc .fv-sim {
    max-width: 76rem;
  }
  .fv-pc .fv-sim .fv-sim-txt {
    padding: 1rem 0 1.5rem 10rem;
  }


}




/*----------------------------------------------------
タブレット用 1600- 
----------------------------------------------------*/
@media screen and (min-width:1600px) {

  /* ---------- fv ---------- */

  .fv-pc {
    background: url(../img/fv-pc1400.png) no-repeat center -10rem;
    background-size: cover;
  }


}



/*----------------------------------------------------
タブレット用 1800- 
----------------------------------------------------*/
@media screen and (min-width:1800px) {

  /* ---------- fv ---------- */

  .fv-pc {
    height: 90rem;
  }

  .fv-pc .fv-mutual-aid {
    padding: 37rem 4rem 3.5rem;
  }
  .fv-pc .fv-mutual-aid h2 {
    width: 42.2rem;
    top: 27.5rem;
  }

  .fv-pc .fv-premium-box {
    max-width: 92.5rem;
    margin: 0 auto 1rem;
  }

  .fv-pc .fv-fireproof,
  .fv-pc .fv-nonfireproof {
    padding: 4.2rem 0 1rem 5rem;
    border-radius: 3rem 0 0 3rem;
  }
  .fv-pc .fv-nonfireproof {
    border-radius: 0 3rem 3rem 0;
  }
  .fv-pc .fv-fireproof h3,
  .fv-pc .fv-nonfireproof h3 {
    background-size: 6rem;
    width: 36rem;
    height: 5rem;
    font-size: 3.6rem;
    padding: 1rem 0 0 9rem;
    margin-bottom: 1rem;
  }
  .fv-pc .fv-fireproof p,
  .fv-pc .fv-nonfireproof p {
    font-size: 2.1rem;
  }
  .fv-pc .fv-fireproof p.fv-premium,
  .fv-pc .fv-nonfireproof p.fv-premium {
    width: 37rem;
    margin-top: 1.5rem;
  }

  .fv-pc .fv-sim {
    max-width: 92.5rem;
    border-radius: 3rem;
  }
  .fv-pc .fv-sim .fv-sim-txt {
    padding: 2rem 0 2rem 10rem;
    font-size: 2.1rem;
  }
  .fv-pc .fv-sim .fv-sim-txt p span span {
    font-size: 3rem;
  }
  .fv-pc .fv-sim p.fv-sim-btn a {
    max-width: 40rem;
    font-size: 2rem;
    padding: 1.5rem 0 1.5rem 8rem;
  }
  .fv-pc .fv-sim figure {
    width: 32rem;
  }
  .fv-pc .fv-sim figure img {
    width: 25rem;
    bottom: -2rem;
  }


}





