@charset "UTF-8";
/* --------------------------------------------
   建て替えorリノベ
-------------------------------------------- */
/* 建て替えorリノベ */
.or-main__txt {
  color: #006934;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.or-main__txt .line {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f3ff8f));
  background-image: -webkit-linear-gradient(top, transparent 70%, #f3ff8f 70%);
  background-image: linear-gradient(to bottom, transparent 70%, #f3ff8f 70%);
}
.or-main__txt .fs-lg {
  font-size: 1.2em;
}

.compare-branch {
  padding: 3em 1.5em;
}
.compare-branch__inner {
  -ms-grid-columns: 20em 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 4.5em;
  -moz-column-gap: 4.5em;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 20em 1fr;
  align-items: center;
  column-gap: 4.5em;
}
.compare-branch__lead {
  position: relative;
  text-align: center;
}
.compare-branch__lead-img img {
  width: 20em;
  height: auto;
}
.compare-branch__lead-message {
  position: relative;
  max-width: 18.75em;
  margin: 1em auto 0;
  padding: 1em 0.5em;
  border: 1px solid #b8b8b8;
  font-weight: 700;
  line-height: 1.7;
}
.compare-branch__lead-message::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: -0.75em;
  left: 50%;
  width: 1.25em;
  height: 1.25em;
  transform: translateX(-50%) rotate(45deg);
  border-top: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
  background: #fff;
  content: "";
}
.compare-branch__diagram {
  position: relative;
  min-height: 23.75em;
  padding-left: 5em;
}
.compare-branch__cards {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 2.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 23.75em;
}
.compare-branch__card {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  position: relative;
  padding: 1.125em;
  border: 1px solid #a8a8a8;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}
.compare-branch__label {
  position: absolute;
  top: -1.125em;
  left: 1.125em;
  margin: 0;
  padding: 0.375em 0.875em;
  background: #006934;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
.compare-branch__title {
  -webkit-text-decoration: underline 1px solid #000;
  margin: 1.125em 0 0.5em;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline 1px solid #000;
}
.compare-branch__note {
  margin: 0 0 0.625em;
  color: #666;
}
.compare-branch__result {
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.5em;
  font-weight: 800;
}
.compare-branch__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.5em;
  line-height: 1;
}
.compare-branch__point {
  display: contents;
  color: #006934;
}
.compare-branch__point.-orange {
  color: #e58a00;
}
.compare-branch__thumb img {
  width: 10em;
  height: auto;
}
.compare-branch__line {
  position: absolute;
  background: #b9b9b9;
}
.compare-branch__line--from-lead {
  -webkit-transform: translateY(-50%);
  top: 50%;
  left: -4.5em;
  width: 7.5em;
  height: 0.5em;
  transform: translateY(-50%);
}
.compare-branch__line--trunk {
  top: calc(50% - 6.875em);
  left: 3em;
  width: 0.5em;
  height: 13.75em;
}
.compare-branch__line--top {
  top: calc(50% - 6.875em);
  left: 3em;
  width: 7.5em;
  height: 0.5em;
}
.compare-branch__line--bottom {
  bottom: calc(50% - 6.875em);
  left: 3em;
  width: 7.5em;
  height: 0.5em;
}

.or-suitability {
  padding: 1.5em 0 1.5em;
}
.or-suitability__inner {
  -ms-grid-columns: 1fr 1fr;
  gap: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.or-suitability__card {
  padding: 1.125em;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  background: #fff;
}
.or-suitability__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.or-suitability__en {
  margin-top: 0.25em;
  margin-bottom: 0 !important;
  color: #006934;
  opacity: 0.5;
}
.or-suitability__en.-orange {
  color: #e58a00;
}
.or-suitability__img {
  margin: 0;
}
.or-suitability__img img {
  display: block;
  width: 100%;
  height: auto;
}
.or-suitability__title {
  margin: 0;
  font-size: 1.5em;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.or-suitability__list {
  gap: 0.625em;
  display: -ms-grid;
  display: grid;
  margin: 0;
  margin-top: 2em;
  padding: 0;
  list-style: none;
}
.or-suitability__item {
  position: relative;
  padding-left: 1.75em;
  line-height: 1.7;
}
.or-suitability__item::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #006934;
  font-weight: 700;
  content: "□";
}
.or-suitability__card--rebuild {
  border-top: 0.375em solid #006934;
}
.or-suitability__card--renovation {
  border-top: 0.375em solid #e58a00;
}
.or-suitability__card--renovation .or-suitability__item::before {
  color: #e58a00;
}

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: auto;
}
.table-wrapper .or-merit-table {
  width: 100%;
  border-collapse: collapse;
  white-space: normal;
  table-layout: fixed;
}

.or-merit-table {
  width: 100%;
  border: 2px solid #b9b9b9;
  border-collapse: collapse;
  table-layout: fixed !important;
}
.or-merit-table th:first-child {
  width: 10% !important;
  text-align: center !important;
  white-space: nowrap;
}
.or-merit-table th {
  padding: 1em !important;
}
.or-merit-table th,
.or-merit-table td {
  padding: 0.5em !important;
  border: 1px solid #b9b9b9;
  background: #fff;
  color: #000 !important;
  line-height: 1.7;
  vertical-align: top;
}
.or-merit-table thead th {
  background: #fdeed1;
  font-weight: 800;
  text-align: center !important;
}
.or-merit-table ul {
  font-weight: 500 !important;
}

.or-points {
  margin-top: 1.5em;
  margin-bottom: 2em;
}
.or-points__inner {
  -ms-grid-columns: 1fr 1fr 1fr;
  gap: 1em;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.or-point {
  padding: 0.5em 1em;
  border: 1px solid #d6d6d6;
  border-radius: 0.625em;
  background: #fff;
}
.or-point__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.or-point__label {
  display: inline-block;
  margin-bottom: 0 !important;
  padding: 0.375em 1em;
  border-radius: 999px;
  background: #006934;
  color: #fff;
  font-size: 0.95em;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.or-point__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 0.25em;
}
.or-point__icon img {
  width: 5em;
  height: auto;
}
.or-point__title {
  margin-top: 0.5em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.6;
}
.or-point__note {
  display: inline-block;
  margin-top: 0.25em;
  color: #555;
  font-size: 0.95em;
}

.or-inspection__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 2em;
}
.or-inspection__img img {
  width: 29.75em;
  height: auto;
}
.or-inspection__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media screen and (max-width: 1900px) {
  /* 建て替えorリノベ */
}
@media screen and (max-width: 1700px) {
  /* 建て替えorリノベ */
}
@media screen and (max-width: 1540px) {
  /* 建て替えorリノベ */
}
@media screen and (max-width: 1260px) {
  /* 建て替えorリノベ */
}
@media screen and (max-width: 1024px) {
  /* 建て替えorリノベ */
}
@media screen and (max-width: 768px) {
  /* 建て替えorリノベ */
  .or-main__txt .fs-lg {
    font-size: 1.1em;
  }
  .compare-branch__inner {
    -ms-grid-columns: 17.5em 1fr;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    grid-template-columns: 17.5em 1fr;
    column-gap: 3em;
  }
  .compare-branch__lead-img img {
    width: 80%;
  }
  .compare-branch__result {
    font-size: 1.3em;
  }
  .compare-branch__thumb img {
    width: 8em;
  }
  .or-point__label {
    font-size: 0.75em;
  }
  .or-point__icon img {
    width: 2.5em;
  }
  .or-point__title {
    font-size: 0.9em;
  }
  .or-inspection__img img {
    width: 20.8125em;
  }
}
@media screen and (max-width: 480px) {
  /* 建て替えorリノベ */
  .or-main__txt {
    font-size: 1.25em;
  }
  .or-main__txt .fs-lg {
    font-size: 1.2em;
  }
  .compare-branch__inner {
    -ms-grid-columns: 1fr;
    row-gap: 2em;
    grid-template-columns: 1fr;
  }
  .compare-branch__diagram {
    min-height: auto;
    padding-left: 0;
  }
  .compare-branch__cards {
    gap: 1.5em;
    min-height: auto;
  }
  .compare-branch__label {
    display: inline-block;
    position: static;
    margin-bottom: 0.75em;
    white-space: normal;
  }
  .compare-branch__title {
    margin-top: 0;
  }
  .compare-branch__line {
    display: none;
  }
  .or-suitability__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .table-wrapper .or-merit-table {
    min-width: 42.5em;
  }
  .or-merit-table th {
    text-align: left !important;
  }
  .or-points__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .or-point__label {
    font-size: 0.95em;
  }
  .or-point__item {
    gap: 1em;
  }
  .or-point__icon img {
    width: 3.75em;
  }
  .or-point__title {
    font-size: 1em;
  }
  .or-inspection__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    gap: 1em;
    flex-direction: column-reverse;
  }
}