@charset "UTF-8";
/* ===================================
資産性
=================================== */
.content-bg {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .content-bg {
    padding-bottom: 20px;
    margin-bottom: 80px;
  }
}

.asset-block {
  margin-top: 200px;
}
.asset-block.mt {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .asset-block {
    margin-top: 100px;
  }
  .asset-block.mt {
    margin-top: 50px;
  }
}
.asset-block figure.double {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.asset-block figure.double .is-left {
  width: 41.79%;
}
.asset-block figure.double .is-right {
  width: 52.23%;
}
.asset-block figure img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .asset-block figure.double {
    display: block;
  }
  .asset-block figure.double .is-left {
    width: 100%;
  }
  .asset-block figure.double .is-right {
    width: 100%;
    margin-top: 30px;
  }
}
.asset-block .fig-set {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.asset-block .fig-set.is-reverse {
  flex-direction: row-reverse;
}
.asset-block .fig-set.is-reverse .fig-wrap {
  max-width: 670px;
}
.asset-block .fig-set.is-reverse .text-set {
  padding-left: 40px;
  padding-right: 0;
}
.asset-block .fig-set.is-reverse .title {
  padding-left: 30px;
}
.asset-block .fig-set .fig-wrap {
  width: 100%;
  max-width: 770px;
}
.asset-block .fig-set .fig-wrap .graph-t {
  background: #334457;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
.asset-block .fig-set .fig-wrap .graph-t.mt {
  margin-top: 35px;
}
.asset-block .fig-set .fig-wrap .text1 {
  margin-top: 50px;
  font-size: 21px;
  font-family: "リュウミン R-KL";
  line-height: 2.38;
}
.asset-block .fig-set .fig-wrap .text2 {
  margin-top: 30px;
  line-height: 2;
}
.asset-block .fig-set .fig-wrap .text3 {
  margin-bottom: 30px;
  padding-top: 50px;
  line-height: 2;
}
.asset-block .fig-set .text-set {
  padding-right: 40px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.asset-block .fig-set .text-set .ti-05 {
  text-indent: -0.5em;
}
.asset-block .fig-set .text-set .title {
  color: #8A7F4B;
  font-size: 40px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.1em;
  line-height: 1.66;
}
.asset-block .fig-set .text-set .title .ti-05:after {
  height: calc(100% + 0.5em);
}
.asset-block .fig-set .text-set .title span {
  display: inline-block;
  position: relative;
}
.asset-block .fig-set .text-set .title span:after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed #8A7F4B;
  position: absolute;
  right: 0;
  top: 0;
}
.asset-block .fig-set .text-set .title span.cut:after {
  height: calc(100% - 0.5em);
}
.asset-block .fig-set .text-set .title span.extend:after {
  height: calc(100% + 0.5em);
}
.asset-block .fig-set .text-set .title span .num {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 0.2em;
  text-indent: -0.1em;
}
.asset-block .fig-set .text-set .sub-text {
  line-height: 2;
}
.asset-block .fig-set.is-half {
  margin-top: 50px;
}
.asset-block .fig-set.is-half li {
  width: 48.12%;
  max-width: 460px;
}
.asset-block .fig-set.is-half li .cap {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .asset-block .fig-set {
    display: block;
    margin-top: 40px;
  }
  .asset-block .fig-set.is-reverse {
    flex-direction: row-reverse;
  }
  .asset-block .fig-set.is-reverse .text-set {
    padding: 0;
  }
  .asset-block .fig-set.is-reverse .text-set .title {
    padding: 0px;
  }
  .asset-block .fig-set.is-half {
    margin-top: 50px;
  }
  .asset-block .fig-set.is-half li {
    width: 100%;
    max-width: none;
  }
  .asset-block .fig-set.is-half li .cap {
    margin-top: 10px;
    padding-top: 0;
  }
  .asset-block .fig-set .fig-wrap:first-child {
    margin-bottom: 40px;
  }
  .asset-block .fig-set .fig-wrap .graph-t {
    margin-bottom: 10px;
    padding: 4px 10px 6px;
    min-height: 40px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .asset-block .fig-set .fig-wrap .text1 {
    margin-top: 40px;
    line-height: 1.61;
    text-align: center;
  }
  .asset-block .fig-set .fig-wrap .text2 {
    margin-top: 30px;
    line-height: 2;
  }
  .asset-block .fig-set .fig-wrap .text3 {
    margin-bottom: 30px;
    padding-top: 0px;
    line-height: 2;
  }
  .asset-block .fig-set .text-set {
    padding: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    white-space: inherit;
    text-orientation: upright;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .asset-block .fig-set .text-set .ti-05 {
    text-indent: -0.5em;
  }
  .asset-block .fig-set .text-set .ti-05:after {
    height: calc(100% + 0.5em);
  }
  .asset-block .fig-set .text-set .title {
    margin: auto;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 2.2;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .asset-block .fig-set .text-set .title span {
    display: block;
    text-align: center;
  }
  .asset-block .fig-set .text-set .title span:after {
    content: "";
    width: 100%;
    height: 1;
    border-right: none;
    border-bottom: 1px dashed #8A7F4B;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
  }
  .asset-block .fig-set .text-set .title span .num {
    letter-spacing: 0.1em;
    text-indent: 0;
  }
  .asset-block .fig-set .text-set .sub-text {
    line-height: 2;
    text-align: center;
    margin-bottom: 80px;
  }
  .asset-block .fig-set > figure {
    margin-bottom: 20px;
  }
  .asset-block .fig-set > figure:first-child {
    margin-right: 0px;
  }
}
