@charset "UTF-8";
/* Scss Document */
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
@mixin inc.scss
===========================================*/
/*==========================================
 共通
===========================================*/
.sec_com .txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.sec_com .txt.mb2em {
  margin-bottom: 2em;
}
.sec_com .sec_img {
  margin-bottom: 100px;
}
.sec_com .sec_ttl {
  border-left: 15px #1f2c5c solid;
  padding: 0.2em 0 0.2em 0.5em;
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 1em;
  color: #1f2c5c;
}

@media screen and (max-width: 768px) {
  .sec_com .txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .sec_com .sec_img {
    margin-bottom: 80px;
  }
  .sec_com .sec_ttl {
    border-left: 8px #1f2c5c solid;
    font-size: 2.2rem;
  }
}
/*==========================================
 rategraph 入居率グラフ
===========================================*/
.rategraph-head {
  background-image: url(../img/first-investment/head_bg.jpg);
  margin: 20px auto 100px;
}
@media screen and (max-width: 768px) {
  .rategraph-head {
    margin: 20px auto 50px;
  }
}

.sec-rategraph_maw .ttl2 {
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 3.6rem;
  margin-bottom: 0.5em;
  color: #1f2c5c;
}

@media screen and (max-width: 768px) {
  .sec-rategraph_maw .ttl2 {
    font-size: 2rem;
  }
}
#rateyear {
  padding-top: 100px;
  margin-top: -100px;
}

.rateyear .ul_menu {
  border: 1px solid #1f2c5c;
  padding: 1em 0.5em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.rateyear .ul_menu .li a {
  display: inline-block;
  padding: 0.5em 0.5em;
  margin-right: 0.5em;
  color: #1f2c5c;
}

@media screen and (max-width: 768px) {
  .rateyear .ul_menu {
    padding: 0em 0.5em;
  }
}
.graphBox {
  margin-bottom: 100px;
}
.graphBox .txt {
  margin-top: 1em;
}
.graphBox .txt-min {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .graphBox {
    margin-bottom: 50px;
  }
  .graphBox .txt-min {
    margin-top: 0;
  }
}
.graphBox_txt_area {
  margin-bottom: 40px;
}
.graphBox_txt_area .txt_area {
  text-align: center;
}
.graphBox_txt_area .txt_area .txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .graphBox_txt_area .txt_area {
    text-align: left;
  }
}/*# sourceMappingURL=rategraph.css.map */