/* Graphs Content */
.sec-graphs {
  padding: 65px 0 43px;
}

.sec-graphs .appeal-blk {
  margin: 0 auto;
  padding-bottom: 48px;
  text-align: center;
  max-width: 984px;
}

.sec-graphs .advantage {
  line-height: 2.15;
  letter-spacing: 1px;
}

.sec-graphs .appeal-condo-img {
  position: relative;
  width: 100%;
  margin-top: 49px;
  box-shadow: 12px 12px 31px rgba(150, 160, 165, 0.2);
}

.sec-graphs .appeal-condo-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.sec-graphs .appeal-txt {
  line-height: 2.5;
  margin-top: 46px;
  letter-spacing: 0.95px;
}

.sec-graphs .data-row:not(.comparison-data),
.sec-graphs .comparison-data .comparison-txt,
.sec-graphs .comparison-data .comparison-graph {
  width: 84.25%;
  margin: 0 auto;
}

.sec-graphs .data {
  padding-bottom: 65px;
  box-shadow: 12px 12px 31px rgba(150, 160, 165, 0.2);
  background-color: #ffffff;
}

.sec-graphs .data-row {
  padding: 54px 0 5px;
}

.sec-graphs .data-ttl {
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.6px;
}

.sec-graphs .data-txt {
  line-height: 2.13;
  padding: 33px 0 46px;
  letter-spacing: 0.95px;
}

.sec-graphs .graph-ttl {
  position: relative;
  padding: 0 25px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.3px;
}

.sec-graphs .graph-ttl::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("../img/management/ico_square.png") no-repeat center/contain;
  content: "";
}

.sec-graphs .line-graph {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 13px;
}

.sec-graphs .line-graph .graph-img {
  width: 49.39%;
}

.sec-graphs .graph-txt {
  font-size: 12px;
  letter-spacing: 0.7px;
}

.sec-graphs .graph-bar {
  margin: 20px 0 12px;
}

.sec-graphs .graph-chart {
  padding: 31px 0 12px;
}

.sec-graphs .comparison-tbl {
  display: flex;
  width: 94.37%;
  text-align: center;
  letter-spacing: 1px;
}

.sec-graphs .comparison-tbl .col {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

.sec-graphs .comparison-tbl .col:not(:first-child) {
  color: #ffffff;
}

.sec-graphs .comparison-tbl .cell {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border-left: 2px solid #e2e8eb;
  border-bottom: 2px solid #e2e8eb;
}

.sec-graphs .comparison-tbl .cell:first-child {
  height: 67px;
}

.sec-graphs .comparison-tbl .col:first-child .cell:first-child {
  border-left: none;
}

.sec-graphs .comparison-tbl .col:not(:first-child) .cell:first-child {
  border-top: 2px solid #e2e8eb;
}

.sec-graphs .comparison-tbl .col:first-child .cell:not(:first-child) {
  background-color: #f3f5f6;
  font-size: 18px;
}

.sec-graphs .comparison-tbl .col:nth-child(2) .cell {
  background-color: #666669;
  font-size: 28px;
}

.sec-graphs .comparison-tbl .col:nth-child(3) .cell {
  background-color: #7cbe41;
  font-size: 38px;
  border-right: 2px solid #e2e8eb;
}

.sec-graphs .comparison-tbl .col:nth-child(3) .cell:first-child {
  font-size: 28px;
}

.sec-graphs .comparison-tbl .cell small {
  font-size: 18px;
}

.sec-graphs .comparison-tbl .col:nth-child(2) small {
  margin-top: 7px;
}

.sec-graphs .comparison-tbl .col:nth-child(3) small {
  margin-top: 12px;
}

/* Reminder Section */
.sec-reminder {
  position: relative;
  padding-top: 70px;
}

.sec-reminder::before,
.sec-reminder::after {
  position: absolute;
  background-color: #e2e8eb;
  content: "";
}

.sec-reminder::before {
  bottom: 243px;
  left: 0;
  width: 31.5%;
  height: 265px;
}

.sec-reminder::after {
  right: 0;
  bottom: 0;
  width: 53.7%;
  height: 315px;
}

.sec-reminder .reminder-cnt {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-bottom: 370px;
  max-width: 1366px;
}

.sec-reminder .sub-ttl {
  line-height: 1.75;
  font-size: 32px;
}

.sec-reminder .reminder-txt {
  width: 800px;
  line-height: 2.5;
  margin: 0 auto;
  padding-top: 35px;
  text-align: center;
  letter-spacing: 1px;
  min-height: 220px;
}

.sec-reminder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-reminder .left-img,
.sec-reminder .inner-left-img,
.sec-reminder .right-img {
  position: absolute;
}

.sec-reminder .left-img {
  top: 52px;
  left: 0;
  width: 246px;
  height: 246px;
}

.sec-reminder .inner-left-img {
  bottom: 77px;
  left: 100px;
  width: 393px;
  height: 237px;
  box-shadow: 12px 12px 31px rgba(150, 160, 165, 0.2);
}

.sec-reminder .right-img {
  top: 0;
  right: 0;
  width: 252px;
  height: 557px;
}

/* Ipad
-----------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1280px) {

  /* Graphs Content */
  .sec-graphs {
    padding: 5.078vw 0 3.359vw;
  }

  .sec-graphs .appeal-blk {
    padding-bottom: 3.75vw;
    max-width: 76.875vw;
  }

  .sec-graphs .advantage {
    letter-spacing: 0.078vw;
  }

  .sec-graphs .appeal-condo-img {
    margin-top: 3.828vw;
    box-shadow: 0.938vw 0.938vw 2.422vw rgba(150, 160, 165, 0.2);
  }

  .sec-graphs .appeal-txt {
    margin-top: 3.594vw;
    letter-spacing: 0.074vw;
  }

  .sec-graphs .data {
    padding-bottom: 5.078vw;
    box-shadow: 0.938vw 0.938vw 2.422vw rgba(150, 160, 165, 0.2);
  }

  .sec-graphs .data-row {
    padding: 4.219vw 0 0.391vw;
  }

  .sec-graphs .data-ttl {
    font-size: 2.031vw;
    letter-spacing: 0.125vw;
  }

  .sec-graphs .data-txt {
    padding: 2.578vw 0 3.594vw;
    letter-spacing: 0.074vw;
  }

  .sec-graphs .graph-ttl {
    padding: 0 1.953vw;
    font-size: 1.719vw;
    letter-spacing: 0.102vw;
  }

  .sec-graphs .graph-ttl::before {
    top: 0.469vw;
    width: 0.938vw;
    height: 0.938vw;
  }

  .sec-graphs .line-graph {
    margin: 1.563vw 0 1.016vw;
  }

  .sec-graphs .graph-txt {
    font-size: 0.938vw;
    letter-spacing: 0.055vw;
  }

  .sec-graphs .graph-bar {
    margin: 1.563vw 0 0.938vw;
  }

  .sec-graphs .graph-chart {
    padding: 2.656vw 0 0.938vw;
  }

  .sec-graphs .comparison-tbl {
    letter-spacing: 0.078vw;
  }

  .sec-graphs .comparison-tbl .cell {
    height: 6.25vw;
    border-left: 0.156vw solid #e2e8eb;
    border-bottom: 0.156vw solid #e2e8eb;
  }

  .sec-graphs .comparison-tbl .cell:first-child {
    height: 5.234vw;
  }

  .sec-graphs .comparison-tbl .col:not(:first-child) .cell:first-child {
    border-top: 0.156vw solid #e2e8eb;
  }

  .sec-graphs .comparison-tbl .col:first-child .cell:not(:first-child) {
    font-size: 1.406vw;
  }

  .sec-graphs .comparison-tbl .col:nth-child(2) .cell {
    font-size: 2.188vw;
  }

  .sec-graphs .comparison-tbl .col:nth-child(3) .cell {
    font-size: 2.969vw;
    border-right: 0.156vw solid #e2e8eb;
  }

  .sec-graphs .comparison-tbl .col:nth-child(3) .cell:first-child {
    font-size: 2.188vw;
  }

  .sec-graphs .comparison-tbl .cell small {
    font-size: 1.406vw;
  }

  .sec-graphs .comparison-tbl .col:nth-child(2) small {
    margin-top: 0.547vw;
  }

  .sec-graphs .comparison-tbl .col:nth-child(3) small {
    margin-top: 0.938vw;
  }

  /* Reminder Section */
  .sec-reminder {
    padding-top: 5.469vw;
  }

  .sec-reminder::before {
    bottom: 18.984vw;
    height: 20.703vw;
  }

  .sec-reminder::after {
    height: 24.609vw;
  }

  .sec-reminder .reminder-cnt {
    padding-bottom: 28.906vw;
    max-width: 106.719vw;
  }

  .sec-reminder .sub-ttl {
    font-size: 2.5vw;
  }

  .sec-reminder .reminder-txt {
    width: 62.5vw;
    padding-top: 2.734vw;
    letter-spacing: 0.078vw;
    min-height: 17.188vw;
  }

  .sec-reminder .left-img {
    top: 4.063vw;
    width: 19.219vw;
    height: 19.219vw;
  }

  .sec-reminder .inner-left-img {
    bottom: 6.016vw;
    left: 7.813vw;
    width: 30.703vw;
    height: 18.516vw;
    box-shadow: 0.938vw 0.938vw 2.422vw rgba(150, 160, 165, 0.2);
  }

  .sec-reminder .right-img {
    width: 19.688vw;
    height: 43.516vw;
  }
}

/* SP
-----------------------------------------------------------------*/
@media only screen and (max-width: 767.9px) {

  /* Graphs Content */
  .sec-graphs {
    padding: 9.515vw 0 10.941vw;
  }

  .sec-graphs .appeal-blk,
  .sec-graphs .data-row {
    width: 100%;
  }

  .sec-graphs .appeal-blk {
    padding-bottom: 9.206vw;
    text-align: left;
  }

  .sec-graphs .advantage,
  .sec-graphs .appeal-txt {
    line-height: 2;
    padding: 0 4.071vw;
    letter-spacing: 0.25vw;
  }

  .sec-graphs .appeal-condo-img {
    margin-top: 5.244vw;
    box-shadow: 3.053vw 3.053vw 7.888vw rgba(150, 160, 165, 0.2);
  }

  .sec-graphs .appeal-txt {
    margin-top: 5.089vw;
  }


  .sec-graphs .data-row:not(.comparison-data),
  .sec-graphs .comparison-data .comparison-txt,
  .sec-graphs .comparison-data .comparison-graph {
    width: 100%;
  }

  .sec-graphs .data {
    padding-bottom: 6.107vw;
    box-shadow: 3.053vw 3.053vw 7.888vw rgba(150, 160, 165, 0.2);
  }

  .sec-graphs .data-row {
    padding: 7.751vw 5.952vw 4.108vw;
  }

  .sec-graphs .comparison-data .comparison-graph {
    padding-left: 5.852vw;
  }

  .sec-graphs .comparison-data .comparison-graph .graph-ttl {
    padding: 0 6.361vw;
  }

  .sec-graphs .comparison-data .comparison-txt {
    width: 100%;
    padding-right: 5.852vw;
    padding-left: 5.852vw;
  }

  .sec-graphs .comparison-data {
    padding: 8.651vw 0 3.308vw;
  }

  .sec-graphs .data-ttl {
    font-size: 5.598vw;
    letter-spacing: 0.256vw;
  }

  .sec-graphs .data-txt {
    line-height: 1.87;
    padding: 3.862vw 0 5.344vw;
    letter-spacing: 0.229vw;
  }

  .sec-graphs .graph-ttl {
    line-height: 1.65;
    padding: 0 2.452vw 0 6.361vw;
    font-size: 5.598vw;
    letter-spacing: 0.331vw;
  }

  .sec-graphs .graph-ttl::before {
    top: 3.589vw;
    width: 3.053vw;
    height: 3.053vw;
  }

  .sec-graphs .line-graph {
    display: block;
    margin: 6.908vw 0 3.39vw;
  }

  .sec-graphs .line-graph .graph-img {
    width: 100%;
  }

  .sec-graphs .line-graph .graph-img+.graph-img {
    margin-top: 3.353vw;
  }

  .sec-graphs .graph-txt {
    font-size: 2.799vw;
    letter-spacing: 0.178vw;
  }

  .sec-graphs .graph-bar {
    margin: 6.707vw 0 3.072vw;
  }

  .sec-graphs .graph-chart {
    width: calc(78.626vw * 3);
    padding: 8.651vw 0 4.326vw;
    overflow-x: hidden;
  }

  .sec-graphs .js-horizontal {
    overflow: hidden;
  }

  .sec-graphs .comparison-tbl {
    width: 100%;
    letter-spacing: 0.254vw;
    overflow-x: hidden;
  }

  .sec-graphs .comparison-tbl .col {
    width: 78.626vw;
  }

  .sec-graphs .comparison-tbl .cell {
    height: 20.356vw;
    border-bottom: 0.509vw solid #e2e8eb;
    border-left: 0.509vw solid #e2e8eb;
  }

  .sec-graphs .comparison-tbl .cell:first-child {
    height: 17.048vw;
  }

  .sec-graphs .comparison-tbl .col:not(:first-child) .cell:first-child {
    border-top: 0.509vw solid #e2e8eb;
  }

  .sec-graphs .comparison-tbl .col:first-child .cell:not(:first-child) {
    font-size: 4.58vw;
  }

  .sec-graphs .comparison-tbl .col:nth-child(2) .cell {
    font-size: 7.125vw;
  }

  .sec-graphs .comparison-tbl .col:nth-child(3) .cell {
    font-size: 9.669vw;
    border-right: 0.509vw solid #e2e8eb;
  }

  .sec-graphs .comparison-tbl .col:nth-child(3) .cell:first-child {
    font-size: 7.125vw;
  }

  .sec-graphs .comparison-tbl .cell small {
    font-size: 4.58vw;
  }

  .sec-graphs .comparison-tbl .col:nth-child(2) small {
    margin-top: 1.781vw;
  }

  .sec-graphs .comparison-tbl .col:nth-child(3) small {
    margin-top: 3.053vw;
  }

  /* Reminer Section */
  .sec-reminder {
    padding: 7.959vw 0 12.005vw;
  }

  .sec-reminder::before {
    bottom: 11.196vw;
    width: 95%;
    height: 38.931vw;
  }

  .sec-reminder::after {
    display: none;
  }

  .sec-reminder .reminder-cnt {
    padding: 0 4.071vw 88.336vw;
    max-width: 100%;
  }

  .sec-reminder .sub-ttl {
    line-height: 1.38;
    font-size: 6.616vw;
    letter-spacing: 0.331vw;
  }

  .sec-reminder .reminder-txt {
    width: 100%;
    line-height: 2;
    padding-top: 9.934vw;
    text-align: left;
    letter-spacing: 0.28vw;
    min-height: auto;
  }

  .sec-reminder .left-img {
    top: unset;
    bottom: 15.985vw;
    width: 62.595vw;
    height: 62.595vw;
  }
}