@charset "UTF-8";
/*$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px
) !default;
*/
/*@import "mixins/deprecate";
*/
/*@import "mixins/grid-framework";
@import "mixins/grid";
*/
/*archive-realestate*/
.estate_pic {
  position: relative;
  height: 0;
  display: block;
  background: url(../img/link01.png?0706);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: calc(400 /466 * 100%);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  @media (max-width: 991.98px) {
    .estate_pic {
      padding-top: calc(322 /750 * 100%);
      background: url(../img/link01_sp.png);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; } }
  .estate_pic .mv-title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5vh;
    font-size: 1.6rem;
    text-align: center;
    margin: auto;
    color: #FFF;
    letter-spacing: .1rem; }
    @media (max-width: 991.98px) {
      .estate_pic .mv-title {
        height: 4vh;
        font-size: 1.4rem;
        font-weight: normal; } }
  .estate_pic::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 21px;
    right: 25px;
    width: 30px;
    height: 6px;
    background: #FFF; }
  .estate_pic::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 11px;
    width: 15px;
    height: 15px;
    border: 10px solid;
    border-color: transparent transparent transparent #FFF;
    transform: rotate(-220deg); }

.detail_pic {
  position: relative;
  height: 0;
  display: block;
  background: url(../img/link02.png?0706);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: calc(400 /466 * 100%);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  @media (max-width: 991.98px) {
    .detail_pic {
      padding-top: calc(322 /750 * 100%);
      background: url(../img/link02_sp.png);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; } }
  .detail_pic .mv-title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5vh;
    font-size: 1.6rem;
    text-align: center;
    margin: auto;
    color: #FFF;
    letter-spacing: .1rem; }
    @media (max-width: 991.98px) {
      .detail_pic .mv-title {
        height: 4vh;
        font-size: 1.4rem;
        font-weight: normal; } }
  .detail_pic::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 21px;
    right: 25px;
    width: 30px;
    height: 6px;
    background: #FFF; }
  .detail_pic::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 11px;
    width: 15px;
    height: 15px;
    border: 10px solid;
    border-color: transparent transparent transparent #FFF;
    transform: rotate(-220deg); }

.after_pic {
  position: relative;
  height: 0;
  display: block;
  background: url(../img/link03.png?0706);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: calc(400 /466 * 100%);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  @media (max-width: 991.98px) {
    .after_pic {
      padding-top: calc(322 /750 * 100%);
      background: url(../img/link03_sp.png);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; } }
  .after_pic .mv-title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5vh;
    font-size: 1.6rem;
    text-align: center;
    margin: auto;
    color: #FFF;
    letter-spacing: .1rem; }
    @media (max-width: 991.98px) {
      .after_pic .mv-title {
        height: 4vh;
        font-size: 1.4rem;
        font-weight: normal; } }
  .after_pic::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 21px;
    right: 25px;
    width: 30px;
    height: 6px;
    background: #FFF; }
  .after_pic::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 11px;
    width: 15px;
    height: 15px;
    border: 10px solid;
    border-color: transparent transparent transparent #FFF;
    transform: rotate(-220deg); }

.middle-title {
  letter-spacing: .2rem;
  text-align: center;
  margin: auto; }
  .middle-title span:nth-of-type(1) {
    font-size: 12px;
    display: block;
    color: #9E0000; }
  .middle-title span:nth-of-type(2) {
    font-size: 30px;
    display: block;
    font-weight: normal;
    padding-bottom: 20px;
    position: relative; }
    @media (max-width: 991.98px) {
      .middle-title span:nth-of-type(2) {
        font-size: 22px;
        line-height: 1.4; } }
    .middle-title span:nth-of-type(2)::after {
      background: #9e0000;
      height: 2px;
      width: 40px;
      display: inline-block;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      margin: auto; }
      @media (max-width: 991.98px) {
        .middle-title span:nth-of-type(2)::after {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; } }

#toplink {
  margin-bottom: 5%; }

.subtit {
  font-size: 30px;
  font-weight: normal; }
  @media (max-width: 991.98px) {
    .subtit {
      font-size: 24px; } }
  .subtit .text-red {
    font-size: 36px; }

.subtit2 {
  margin: 140px auto 20px auto;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: .05rem; }
  @media (max-width: 991.98px) {
    .subtit2 {
      margin: 100px auto 20px auto; } }
  @media (max-width: 767.98px) {
    .subtit2 {
      margin: 50px auto 20px auto; } }
  @media (max-width: 991.98px) {
    .subtit2 {
      font-size: 18px; } }
  .subtit2 .text-red {
    font-size: 34px; }

.badge {
  border-radius: 0 !important;
  padding: 6px 12px !important;
  font-weight: normal !important;
  letter-spacing: 0.05rem !important; }

.badge-danger {
  background: #9E0000 !important;
  color: #FFF;
  font-size: 12px; }

.badge-danger2 {
  background: #FF0000 !important;
  color: #FFF;
  font-size: 12px; }

.badge-blue {
  background: #1C19A0 !important;
  color: #FFF;
  font-size: 12px; }

.gakutop {
  background: #858B97;
  color: #FFF;
  padding: 5px 10px;
  font-size: 14px; }

.card-img {
  border-radius: 0 !important; }

.objectFitImg {
  height: 210px;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit:cover;'; }
  @media (max-width: 991.98px) {
    .objectFitImg {
      height: auto !important;
      width: 100%; } }

.object-fit2 {
  height: 300px;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit:cover;'; }
  @media (max-width: 991.98px) {
    .object-fit2 {
      height: auto !important;
      width: 100%; } }

.estate_tag .card {
  border-radius: 0;
  text-align: center;
  position: relative;
  margin: auto;
  border: 1px solid #000;
  position: relative;
  display: block;
  color: #000; }
  .estate_tag .card:hover {
    opacity: .6; }
  .estate_tag .card .card-img {
    border-radius: 0; }
  .estate_tag .card:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 45%;
    display: inline-block;
    width: 25px;
    height: 6px;
    margin-left: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg); }

.estate_list .card-title {
  margin: 0 auto 0 auto;
  line-height: 2;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }
.estate_list .sub-card-title span {
  text-align: center;
  display: block; }
  .estate_list .sub-card-title span:nth-of-type(1) {
    font-size: 14px; }
  .estate_list .sub-card-title span:nth-of-type(2) {
    color: #a49a7b;
    font-size: 18px; }
.estate_list .card {
  border-radius: 0;
  font-size: 14px;
  letter-spacing: .05rem;
  padding-bottom: 65px;
  position: relative; }
  .estate_list .card .tit {
    padding-right: 12px;
    letter-spacing: .1rem;
    text-align: right; }
.estate_list .card-body {
  padding: 20px 10px 10px 10px;
  position: relative; }
.estate_list .card-img {
  border-radius: 0; }
.estate_list .object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'; }
  @media (min-width: 768px) {
    .estate_list .object-fit {
      width: 100%;
      object-fit: cover;
      height: 210px; } }
  @media (max-width: 991.98px) {
    .estate_list .object-fit {
      width: 100%;
      object-fit: cover;
      height: 210px; } }
.estate_list .price {
  font-size: 20px;
  color: #9E0000; }
.estate_list .btn-eria {
  padding: 0 10px 10px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.detail {
  line-height: 1.4;
  align-items: center; }
  .detail .detail-item {
    text-align: center;
    border-right: 1px solid #ccc;
    font-size: 12px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px; }
    .detail .detail-item:last-child {
      border: none; }
    .detail .detail-item .small {
      font-size: 10px;
      margin-bottom: 10px; }
    .detail .detail-item .detail-item-in {
      justify-content: space-between;
      flex-direction: column;
      display: flex;
      font-size: 14px; }
      .detail .detail-item .detail-item-in span {
        font-size: 12px;
        margin-bottom: 10px; }

#sold, .sold {
  pointer-events: none;
  position: relative; }
  #sold .price_eria, .sold .price_eria {
    visibility: hidden !important; }
  #sold .card:after, .sold .card:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    letter-spacing: 1px;
    content: "";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 0; }
  #sold .card:before, .sold .card:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 65%;
    width: 60%;
    height: 15%;
    z-index: 999;
    margin: auto;
    background: rgba(134, 0, 0, 0.8);
    font-size: 1.9rem;
    letter-spacing: 1px;
    content: "完 売 御 礼";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 0; }

#design {
  margin-top: 150px; }
  @media (max-width: 991.98px) {
    #design {
      margin-top: 50px; } }
  #design .jumbotron {
    background: url("../img/joyhome_bg.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 0;
    position: relative;
    padding-top: calc( 400 / 1400 * 100% );
    margin: 50px auto 100px auto;
    text-align: center; }
    @media (max-width: 991.98px) {
      #design .jumbotron {
        margin: 50px auto 50px auto; } }
    #design .jumbotron .alert-light {
      width: 600px;
      position: absolute;
      bottom: -20%;
      left: 5%;
      box-shadow: 1px 1.73px 3px rgba(0, 0, 0, 0.2) !important;
      border-radius: 0; }
      @media (max-width: 991.98px) {
        #design .jumbotron .alert-light {
          width: 100%;
          position: static;
          right: 0;
          left: 0;
          bottom: 0; } }
      #design .jumbotron .alert-light .mv-title {
        font-size: 30px;
        letter-spacing: .05rem;
        font-family: 'Noto Serif JP', serif;
        font-weight: bold; }
        @media (max-width: 991.98px) {
          #design .jumbotron .alert-light .mv-title {
            font-size: 24px; } }
        @media (max-width: 767.98px) {
          #design .jumbotron .alert-light .mv-title {
            font-size: 18px; } }
      #design .jumbotron .alert-light p {
        font-size: 20px;
        color: #000;
        letter-spacing: .05rem;
        font-family: 'Noto Serif JP', serif; }
        @media (max-width: 767.98px) {
          #design .jumbotron .alert-light p {
            font-size: 13px;
            letter-spacing: 0;
            line-height: 1.4; } }
  #design .quality .card {
    border: 0;
    border-radius: 0; }
    #design .quality .card .card-body {
      position: relative;
      padding: 30px 5px 5px 10px; }
      @media (max-width: 991.98px) {
        #design .quality .card .card-body {
          padding: 20px 15px; } }
      #design .quality .card .card-body::before {
        content: '';
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        width: 1px;
        height: 50px;
        margin: 0 auto;
        text-align: center;
        background: #9e0000; }
        @media (max-width: 991.98px) {
          #design .quality .card .card-body::before {
            position: absolute;
            top: -20px;
            height: 40px; } }
      #design .quality .card .card-body .card-title {
        font-size: 18px;
        text-align: center;
        margin: 5px auto 20px auto; }
        @media (max-width: 991.98px) {
          #design .quality .card .card-body .card-title {
            margin: 20px auto 15px auto; } }
      #design .quality .card .card-body .card-text {
        font-size: 12px; }
        @media (max-width: 991.98px) {
          #design .quality .card .card-body .card-text {
            font-size: 14px; } }
    #design .quality .card .card-img-top {
      border-radius: 0; }
  #design .point_list {
    display: flex;
    margin: auto;
    max-width: 1200px; }
    #design .point_list .tit {
      text-align: center;
      font-size: 12px;
      line-height: 1.4; }
      @media (max-width: 767.98px) {
        #design .point_list .tit br {
          display: none; } }
    #design .point_list .items {
      margin: 10px;
      width: calc(100% / 8 - 20px); }
      @media (max-width: 991.98px) {
        #design .point_list .items {
          width: calc(100% / 4 - 20px); } }
      @media (max-width: 767.98px) {
        #design .point_list .items {
          width: calc(100% / 3 - 20px); } }
  #design .bg-design {
    background: url("../img/design_bg.png") no-repeat center right;
    height: 33vh;
    background-size: 55%;
    margin: 14% auto 10% auto; }
    @media (max-width: 991.98px) {
      #design .bg-design {
        background: none;
        margin: 60px auto 60px auto;
        height: auto !important; } }
    #design .bg-design p {
      line-height: 1.6; }
  #design .bg-asset-value {
    background: url("../img/asset_value_bg.png") no-repeat center left;
    height: 33vh;
    background-size: 55%;
    margin: 10% auto;
    margin: auto; }
    @media (max-width: 991.98px) {
      #design .bg-asset-value {
        background: none;
        margin: 60px auto 60px auto;
        height: auto !important; } }
    #design .bg-asset-value p {
      line-height: 1.6; }
  #design .bg-insulation {
    background: url("../img/insulation_bg.png") no-repeat center right;
    height: 33vh;
    background-size: 55%;
    margin: 10% auto; }
    @media (max-width: 991.98px) {
      #design .bg-insulation {
        background: none;
        margin: 60px auto 60px auto;
        height: auto !important; } }
    #design .bg-insulation p {
      line-height: 1.6; }
  #design .cach {
    color: #9e0000;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    display: inline-block;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: .15rem;
    margin: 30px auto 0 auto;
    position: relative;
    font-family: 'Noto Serif JP', serif; }
    @media (max-width: 991.98px) {
      #design .cach {
        font-size: 20px;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        margin: 0 auto 10px auto;
        display: block;
        text-align: center; } }
    #design .cach:before {
      position: absolute;
      right: 0;
      left: 0;
      top: -50px;
      text-align: center;
      margin: auto;
      display: block;
      content: "";
      height: 40px;
      width: 1px;
      color: #9e0000;
      border: 1px solid #9e0000; }
      @media (max-width: 991.98px) {
        #design .cach:before {
          position: absolute;
          left: -120%;
          top: 0;
          bottom: 0;
          text-align: left;
          height: 1px;
          width: 24%;
          display: none; } }
  #design .title-left {
    letter-spacing: .2rem; }
    #design .title-left span {
      line-height: 1.4;
      font-size: 24px;
      display: block;
      padding-bottom: 20px;
      position: relative;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        #design .title-left span {
          font-size: 20px;
          letter-spacing: .05rem;
          text-align: center; } }
      #design .title-left span::after {
        background: #9e0000;
        height: 2px;
        width: 40px;
        display: inline-block;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0; }
        @media (max-width: 991.98px) {
          #design .title-left span::after {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto; } }
  #design .title-right {
    letter-spacing: .2rem; }
    #design .title-right span {
      line-height: 1.4;
      font-size: 24px;
      display: block;
      padding-bottom: 20px;
      margin-bottom: 20px;
      position: relative; }
      @media (max-width: 991.98px) {
        #design .title-right span {
          font-size: 20px;
          letter-spacing: .05rem;
          text-align: center; } }
      #design .title-right span::after {
        background: #9e0000;
        height: 2px;
        width: 40px;
        display: inline-block;
        content: "";
        position: absolute;
        right: 20px;
        bottom: 0; }
        @media (max-width: 991.98px) {
          #design .title-right span::after {
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto; } }

#after {
  margin-top: 150px; }
  @media (max-width: 991.98px) {
    #after {
      margin-top: 50px; } }
  #after .jumbotron {
    background: url("../img/after_bg.png") no-repeat center center;
    background-size: cover;
    border-radius: 0;
    position: relative;
    padding-top: calc( 400 / 1400 * 100% );
    margin: 50px auto 100px auto;
    text-align: center; }
    @media (max-width: 991.98px) {
      #after .jumbotron {
        margin: 50px auto 50px auto; } }
    #after .jumbotron .alert-light {
      width: 600px;
      position: absolute;
      bottom: -20%;
      left: 5%;
      box-shadow: 1px 1.73px 3px rgba(0, 0, 0, 0.2) !important;
      border-radius: 0; }
      @media (max-width: 991.98px) {
        #after .jumbotron .alert-light {
          width: 100%;
          position: static;
          right: 0;
          left: 0;
          bottom: 0; } }
      #after .jumbotron .alert-light .mv-title {
        font-size: 30px;
        letter-spacing: .05rem;
        font-family: 'Noto Serif JP', serif;
        font-weight: bold; }
        @media (max-width: 991.98px) {
          #after .jumbotron .alert-light .mv-title {
            font-size: 24px; } }
        @media (max-width: 767.98px) {
          #after .jumbotron .alert-light .mv-title {
            font-size: 18px; } }
      #after .jumbotron .alert-light p {
        font-size: 20px;
        color: #000;
        letter-spacing: .05rem;
        font-family: 'Noto Serif JP', serif; }
        @media (max-width: 767.98px) {
          #after .jumbotron .alert-light p {
            font-size: 13px;
            letter-spacing: 0;
            line-height: 1.4; } }
  #after .hoshou .card-body h4 {
    font-size: 20px; }
    @media (max-width: 991.98px) {
      #after .hoshou .card-body h4 {
        font-size: 16px; } }
  #after .txt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0; }
  #after .swiper-slide .card {
    border-radius: 0;
    max-width: 1000px;
    width: 90%;
    margin: auto; }
  #after .swiper-button-next, #after .swiper-container-rtl .swiper-button-prev {
    right: 6%;
    left: auto;
    top: 46%; }
  #after .swiper-button-prev, #after .swiper-container-rtl .swiper-button-next {
    left: 6%;
    right: auto;
    top: 46%; }
  @media (max-width: 767.98px) {
    #after .swiper-button-prev:after, #after .swiper-button-next:after {
      font-size: 30px; } }

p {
  line-height: 1.8; }

.stickarrow {
  display: inline-block;
  width: 25px;
  height: 6px;
  margin-left: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg); }
  @media (max-width: 991.98px) {
    .stickarrow {
      width: 20px; } }

.btn-outline-light:hover .stickarrow {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000; }

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'; }
  @media (min-width: 768px) {
    .object-fit-img {
      width: 100%;
      object-fit: cover;
      height: 324px; } }
  @media (max-width: 991.98px) {
    .object-fit-img {
      width: 100%;
      object-fit: cover;
      height: 300px; } }

.btn {
  border-radius: 0 !important;
  padding: 15px 10px !important; }
  .btn.btn-success.btn-green {
    background: #92A584 !important;
    border: 1px solid #92A584 !important;
    border-radius: 0;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: .2rem; }
  .btn.btn-dark {
    letter-spacing: .05rem;
    border-radius: 0 !important;
    text-align: center;
    font-size: 15px !important;
    padding: 15px 10px !important;
    font-weight: normal; }
    .btn.btn-dark:hover {
      color: #FFF !important;
      opacity: .75; }
  .btn.btn-gold {
    background: #a49a7b;
    letter-spacing: .05rem;
    border-radius: 0 !important;
    text-align: center;
    font-size: 15px !important;
    padding: 15px 10px !important;
    font-weight: normal;
    color: #FFF !important; }
    .btn.btn-gold:hover {
      color: #FFF !important;
      opacity: .75; }

#inspection {
  padding: 5% 0;
  background: url("../img/bg01.png") no-repeat center center;
  background-size: cover;
  position: relative;
  margin: 50px auto 40px auto; }
  @media (max-width: 767.98px) {
    #inspection {
      padding: 10% 0;
      margin: 0 auto 40px auto; } }
  #inspection .card {
    border-radius: 0;
    border: 1px solid #EBEBEB; }
  #inspection .card-title {
    border-bottom: 1px solid #9E0000;
    padding-bottom: 10px; }
  #inspection .col {
    padding-right: 14px;
    padding-left: 14px; }
    #inspection .col:nth-of-type(1) .card {
      position: relative; }
      #inspection .col:nth-of-type(1) .card:after {
        position: absolute;
        right: 0;
        left: 0;
        top: -30px;
        content: "1";
        display: block;
        height: 63px;
        width: 63px;
        text-align: center;
        margin: auto;
        font-size: 25px;
        font-family: 'Noto Serif JP', serif;
        line-height: 60px;
        color: #FFF;
        background: url("../img/bgno.png") no-repeat center center;
        background-size: contain; }
    #inspection .col:nth-of-type(2) .card {
      position: relative; }
      #inspection .col:nth-of-type(2) .card:after {
        position: absolute;
        right: 0;
        left: 0;
        top: -30px;
        content: "2";
        display: block;
        height: 63px;
        width: 63px;
        text-align: center;
        margin: auto;
        font-size: 25px;
        font-family: 'Noto Serif JP', serif;
        line-height: 60px;
        color: #FFF;
        background: url("../img/bgno.png") no-repeat center center;
        background-size: contain; }
    #inspection .col:nth-of-type(3) .card {
      position: relative; }
      #inspection .col:nth-of-type(3) .card:after {
        position: absolute;
        right: 0;
        left: 0;
        top: -30px;
        content: "3";
        display: block;
        height: 63px;
        width: 63px;
        text-align: center;
        margin: auto;
        font-size: 25px;
        font-family: 'Noto Serif JP', serif;
        line-height: 60px;
        color: #FFF;
        background: url("../img/bgno.png") no-repeat center center;
        background-size: contain; }
    #inspection .col:nth-of-type(4) .card {
      position: relative; }
      #inspection .col:nth-of-type(4) .card:after {
        position: absolute;
        right: 0;
        left: 0;
        top: -30px;
        content: "4";
        display: block;
        height: 63px;
        width: 63px;
        text-align: center;
        margin: auto;
        font-size: 25px;
        font-family: 'Noto Serif JP', serif;
        line-height: 60px;
        color: #FFF;
        background: url("../img/bgno.png") no-repeat center center;
        background-size: contain; }
    #inspection .col:nth-of-type(5) .card {
      position: relative; }
      #inspection .col:nth-of-type(5) .card:after {
        position: absolute;
        right: 0;
        left: 0;
        top: -30px;
        content: "5";
        display: block;
        height: 63px;
        width: 63px;
        text-align: center;
        margin: auto;
        font-size: 25px;
        font-family: 'Noto Serif JP', serif;
        line-height: 60px;
        color: #FFF;
        background: url("../img/bgno.png") no-repeat center center;
        background-size: contain; }

#warranty_service {
  padding: 5% 0; }
  #warranty_service .box {
    position: relative;
    width: 100%; }
    #warranty_service .box:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      color: #333;
      line-height: 1;
      width: 85%;
      height: 0.1em;
      background: currentColor;
      position: absolute;
      transform: rotate(40deg);
      top: 0;
      left: 0;
      right: 0;
      bottom: -13%;
      text-align: center;
      margin: auto;
      z-index: 99; }
      @media (max-width: 991.98px) {
        #warranty_service .box:after {
          display: none; } }
    #warranty_service .box:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      color: #333;
      line-height: 1;
      width: 85%;
      height: 0.1em;
      background: currentColor;
      position: absolute;
      transform: rotate(-40deg);
      top: 0;
      left: 0;
      right: 0;
      bottom: -13%;
      text-align: center;
      margin: auto;
      z-index: 99; }
      @media (max-width: 991.98px) {
        #warranty_service .box:before {
          display: none; } }
    #warranty_service .box .card {
      border: 0;
      width: 80%;
      margin: auto; }
      #warranty_service .box .card .card-title {
        font-size: 20px;
        font-weight: bold;
        color: #9e0000;
        text-align: center; }
      #warranty_service .box .card .card-text {
        font-size: 14px;
        line-height: 22px; }
    #warranty_service .box .row .col:nth-of-type(1) .card {
      position: relative; }
      #warranty_service .box .row .col:nth-of-type(1) .card:before {
        content: "1";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -60%;
        text-align: center;
        margin: auto;
        color: rgba(0, 0, 0, 0.5);
        font-size: 52px;
        font-weight: bold; }
        @media (max-width: 991.98px) {
          #warranty_service .box .row .col:nth-of-type(1) .card:before {
            display: none; } }
    #warranty_service .box .row .col:nth-of-type(2) .card {
      position: relative; }
      #warranty_service .box .row .col:nth-of-type(2) .card:before {
        content: "4";
        position: absolute;
        right: -35%;
        top: 40%;
        text-align: center;
        margin: auto;
        color: rgba(0, 0, 0, 0.5);
        font-size: 52px;
        font-weight: bold; }
        @media (max-width: 991.98px) {
          #warranty_service .box .row .col:nth-of-type(2) .card:before {
            display: none; } }
    #warranty_service .box .row .col:nth-of-type(3) .card {
      position: relative; }
      #warranty_service .box .row .col:nth-of-type(3) .card:before {
        content: "2";
        position: absolute;
        left: -35%;
        top: 44%;
        text-align: center;
        margin: auto;
        color: rgba(0, 0, 0, 0.5);
        font-size: 52px;
        font-weight: bold; }
        @media (max-width: 991.98px) {
          #warranty_service .box .row .col:nth-of-type(3) .card:before {
            display: none; } }
    #warranty_service .box .row .col:nth-of-type(4) .card {
      position: relative; }
      #warranty_service .box .row .col:nth-of-type(4) .card:before {
        content: "3";
        position: absolute;
        left: 0;
        right: 0;
        top: -35%;
        text-align: center;
        margin: auto;
        color: rgba(0, 0, 0, 0.5);
        font-size: 52px;
        font-weight: bold; }
        @media (max-width: 991.98px) {
          #warranty_service .box .row .col:nth-of-type(4) .card:before {
            display: none; } }
  @media (max-width: 767.98px) {
    #warranty_service {
      padding: 10% 0; } }

#guarantee {
  padding: 5% 0; }
  #guarantee .btn-danger {
    background: #9E0000;
    border-radius: 0;
    font-size: 13px; }
    #guarantee .btn-danger:hover {
      opacity: .75;
      color: #FFF !important; }
  #guarantee .kakudai {
    position: relative;
    display: block; }
    #guarantee .kakudai:after {
      position: absolute;
      display: inline-block;
      content: "クリックで拡大";
      right: 0;
      left: 0;
      width: 170px;
      text-align: center;
      margin: auto;
      bottom: -50px;
      z-index: 99;
      background: #9E0000;
      color: #FFF;
      padding: 5px 10px;
      font-size: 14px; }
      @media (max-width: 767.98px) {
        #guarantee .kakudai:after {
          font-size: 12px; } }
      #guarantee .kakudai:after:hover {
        background: #850000; }

#inspection_maintenance {
  padding: 5% 0;
  position: relative;
  margin: auto;
  background: #EAEAEA;
  z-index: 0; }
  @media (max-width: 767.98px) {
    #inspection_maintenance {
      padding: 10% 0; } }
  #inspection_maintenance:after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background: #EAEAEA url("../img/bg02.png") no-repeat center bottom;
    background-size: cover;
    padding-top: calc( 639 / 1400 * 60% );
    height: 0;
    z-index: -1; }
  #inspection_maintenance .point {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.9); }
    #inspection_maintenance .point .point-tit {
      font-size: 20px;
      letter-spacing: .1rem; }
      @media (max-width: 991.98px) {
        #inspection_maintenance .point .point-tit {
          font-size: 20px;
          letter-spacing: 0; } }
  #inspection_maintenance .txt-lg {
    font-size: 24px;
    letter-spacing: .15rem; }
    @media (max-width: 991.98px) {
      #inspection_maintenance .txt-lg {
        font-size: 18px;
        letter-spacing: 0; } }
  #inspection_maintenance .text {
    font-size: 16px; }

#after_service {
  padding: 5% 0; }
  @media (max-width: 767.98px) {
    #after_service {
      padding: 10% 0; } }
  #after_service .scale {
    position: relative;
    z-index: 0; }
    #after_service .scale:after {
      display: block;
      content: "";
      width: 40px;
      height: 100%;
      background: #F6F6F6;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -1; }
  #after_service .card {
    border-radius: 0;
    border: 1px solid #000;
    position: relative; }
    #after_service .card:before {
      display: block;
      content: "";
      position: absolute;
      border-radius: 50%;
      background: #9E0000;
      width: 20px;
      height: 20px;
      top: 0;
      bottom: 0;
      left: -18%;
      text-align: center;
      margin: auto; }
      @media (max-width: 767.98px) {
        #after_service .card:before {
          left: -20%; } }
    #after_service .card:after {
      display: block;
      content: "";
      position: absolute;
      width: 18%;
      height: 1px;
      bottom: 50%;
      left: -18%;
      background: #9E0000; }
    #after_service .card .row {
      position: relative; }
      #after_service .card .row:after {
        position: absolute;
        display: block;
        content: "";
        background: #1E771C;
        width: 70px;
        height: 40px;
        color: #FFF;
        left: -31%;
        text-align: center;
        margin: auto;
        line-height: 38px; }
        @media (max-width: 1199.98px) {
          #after_service .card .row:after {
            left: -32.5%; } }
        @media (max-width: 991.98px) {
          #after_service .card .row:after {
            left: -36%; } }
        @media (max-width: 767.98px) {
          #after_service .card .row:after {
            display: none; } }
      #after_service .card .row:before {
        content: "";
        position: absolute;
        top: 50%;
        bottom: 50%;
        height: 1px;
        left: -22.5%;
        margin-top: -10px;
        border: 10px solid transparent;
        border-left: 10px solid #1E771C; }
        @media (max-width: 767.98px) {
          #after_service .card .row:before {
            display: none; } }
    #after_service .card:nth-of-type(3) .row:after {
      content: "1年"; }
    #after_service .card:nth-of-type(4) .row:after {
      content: "5年"; }
    #after_service .card:nth-of-type(5) .row:after {
      content: "10年"; }
    #after_service .card:nth-of-type(7) .row:after {
      content: "20年"; }
  #after_service .wave {
    position: relative;
    height: 2rem; }
    #after_service .wave:after {
      position: absolute;
      background: url("../img/wave.png") no-repeat center center;
      background-size: contain;
      padding-top: calc( 14 / 541 * 100% );
      width: 50%;
      display: block;
      content: "";
      left: -35%;
      top: 50%; }
      @media (max-width: 767.98px) {
        #after_service .wave:after {
          padding-top: calc( 30 / 300 * 50% );
          background-size: cover; } }
  #after_service dl dt {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: normal; }
  #after_service dl dd ul {
    padding: 0; }
    #after_service dl dd ul li {
      padding: 0;
      font-size: 16px;
      padding-left: 16px;
      text-indent: -16px; }
      #after_service dl dd ul li span {
        color: #9E0000; }
  #after_service .point {
    position: relative; }
    #after_service .point:before {
      display: block;
      content: "";
      position: absolute;
      border-radius: 50%;
      background: #00ac9a;
      width: 20px;
      height: 20px;
      top: 16px;
      right: 0;
      left: 0;
      text-align: center;
      margin: auto; }
      @media (max-width: 991.98px) {
        #after_service .point:before {
          width: 12px;
          height: 12px; } }
    #after_service .point:after {
      display: block;
      content: "";
      position: absolute;
      width: 30%;
      height: 1px;
      top: 27px;
      right: 7%;
      background: #00ac9a; }
      @media (max-width: 991.98px) {
        #after_service .point:after {
          top: 21px; } }
  #after_service .last_box {
    padding: 2% 0;
    position: relative;
    margin: 40px auto;
    background: #EAEAEA;
    z-index: 0; }
    #after_service .last_box:after {
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      content: "";
      background: #EAEAEA url("../img/bg02.png") no-repeat center bottom;
      background-size: cover;
      background: #EAEAEA;
      padding-top: calc( 639 / 1400 * 60% );
      height: 0;
      z-index: -1; }
    #after_service .last_box .point {
      border-radius: 0;
      background: rgba(255, 255, 255, 0.9);
      width: 94%;
      margin: auto; }
      #after_service .last_box .point .point-tit {
        font-size: 20px;
        letter-spacing: .1rem; }
        @media (max-width: 991.98px) {
          #after_service .last_box .point .point-tit {
            font-size: 20px;
            letter-spacing: 0; } }
      #after_service .last_box .point:before {
        display: none; }
      #after_service .last_box .point:after {
        display: none; }
    #after_service .last_box .txt-lg {
      font-size: 24px;
      letter-spacing: .15rem; }
      @media (max-width: 991.98px) {
        #after_service .last_box .txt-lg {
          font-size: 18px;
          letter-spacing: 0; } }
    #after_service .last_box .text {
      font-size: 16px; }

/*2021.11.04以降追加*/
/*メディアクエリ用関数*/
/* 変数宣言 */
/* 変数宣言 */
/* メディアクエリ使用例
@include max-screen($breakpoint-1000) 
}
*/
/*メディアクエリ用関数ここまで*/
#estate {
  /*container*/ }
  #estate .container .subtit {
    margin: 0 0 8vw;
    /*30px*/
    text-align: center;
    line-height: 1em;
    font-size: 6.4vw;
    /*24px*/ }
    @media screen and (min-width: 768px) {
      #estate .container .subtit {
        font-size: 30px;
        margin: 60px auto; } }
  #estate .container .estate_tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto 8vw;
    /*30px*/ }
    @media screen and (min-width: 768px) {
      #estate .container .estate_tag {
        margin-bottom: 5vw;
        /*60px*/ } }
    @media screen and (min-width: 1200px) {
      #estate .container .estate_tag {
        margin-bottom: 60px; } }
    #estate .container .estate_tag .tag_element {
      width: calc(33.3% - 1.333vw);
      /*5px*/ }
      @media screen and (min-width: 768px) {
        #estate .container .estate_tag .tag_element {
          width: calc(33.3% - 1.667vw);
          /*20px*/ } }
      @media screen and (min-width: 1200px) {
        #estate .container .estate_tag .tag_element {
          width: calc(33.3% - 20px); } }
      #estate .container .estate_tag .tag_element a {
        text-align: center;
        color: #000000;
        font-size: 3.733vw;
        /*14px*/
        display: block;
        border: 1px solid #000;
        padding: 4vw;
        /*15px*/
        position: relative; }
        @media screen and (min-width: 768px) {
          #estate .container .estate_tag .tag_element a {
            font-size: 1.333vw;
            /*16px*/
            padding: 1.25vw;
            /*15px*/ } }
        @media screen and (min-width: 1200px) {
          #estate .container .estate_tag .tag_element a {
            font-size: 16px;
            padding: 15px; } }
        @media screen and (min-width: 768px) {
          #estate .container .estate_tag .tag_element a span {
            position: absolute;
            display: block;
            right: 0.833vw;
            /*10px*/
            top: 0;
            height: 100%;
            width: 1.667vw;
            /*20px*/ } }
        @media screen and (min-width: 1200px) {
          #estate .container .estate_tag .tag_element a span {
            right: 10px;
            width: 20px; } }
        @media screen and (min-width: 768px) {
          #estate .container .estate_tag .tag_element a span:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            background-color: #000000;
            width: 100%;
            height: 1px; } }
        @media screen and (min-width: 768px) {
          #estate .container .estate_tag .tag_element a span:before {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            background-color: #000000;
            width: 0.417vw;
            /*5px*/
            height: 1px;
            transform: rotate(45deg);
            transform-origin: right bottom; } }
        @media screen and (min-width: 1200px) {
          #estate .container .estate_tag .tag_element a span:before {
            width: 5px; } }

/*estate*/
