@charset "UTF-8";

/* =========================== */
/* 「選ばれる理由」ページ専用 差分のみ */
/* ベースは merit.css をそのまま流用 */
/* =========================== */

/* merit02の背景はフルブリードのまま、中身boxを他セクション幅に揃える */
@media screen and (min-width: 1295px) {
  .merit .merit02 .box {
    width: 1280px;
    padding-left: 123px;
    padding-right: 123px;
    box-sizing: border-box;
  }
}

/* 各セクションの画像サイズを3理由で統一 */
.merit .merit01 .col-sm-5 figure,
.merit .merit02 .col-sm-5 figure,
.merit .merit03 .col-sm-5 figure {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 1.5rem;
}
.merit .merit01 .col-sm-5 figure img,
.merit .merit02 .col-sm-5 figure img,
.merit .merit03 .col-sm-5 figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

/* linkbtnを線ボタンに変更 (merit.cssの塗りボタンを上書き) */
.merit .linkbtn ul li a {
  background-color: #fff;
  background-image: none;
  border: 2px solid #db632e;
  color: #db632e;
  font-weight: bold;
  position: relative;
  transition: background-color .3s, color .3s;
  box-sizing: border-box;
}
.merit .linkbtn ul li a::after {
  content: "›";
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 1.5em;
  line-height: 1;
  font-weight: normal;
}
.merit .linkbtn ul li a:hover {
  background-color: #db632e;
  color: #fff;
}

/* merit.css由来のmerit02専用margin-top(シミュ用)を打ち消す */
.merit .merit02 .col-sm-7,
.merit .merit02 .col-sm-5 {
  margin-top: 0;
}

/* sttl画像の下マージン */
.merit .sttl {
  margin-bottom: 1.2rem;
}

/* title下の余白を少しタイトに */
.merit .title--def {
  margin-bottom: 1.5em;
}

/* タグリスト */
.merit .reasonsTags {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5em;
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
}
.merit .reasonsTags li {
  font-size: 1.2rem;
  color: #fff;
  background: #db632e;
  padding: .4em 1em;
  border-radius: 3px;
}

/* ご提案例ボックス */
.merit .reasonsExample {
  position: relative;
  background: #fff;
  border: 2px solid #db632e;
  border-radius: 6px;
  padding: 1.4rem 1.5rem 1.2rem;
  margin: 1.5rem 0;
}
.merit .reasonsExample__title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #db632e;
  margin: 0 0 .6em;
  padding-bottom: .4em;
  border-bottom: 1px dashed #f3c8a8;
}
.merit .reasonsExample__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.merit .reasonsExample__list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #333;
}
.merit .reasonsExample__need {
  flex: 0 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
.merit .reasonsExample__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6em;
  height: 1.6em;
  background: #db632e;
  color: #fff;
  border-radius: 50%;
  font-size: 1em;
  line-height: 1;
  font-weight: normal;
  flex: 0 0 auto;
}
.merit .reasonsExample__answer {
  flex: 0 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  color: #db632e;
}

/* お問い合わせ先 (メリット内CTA) */
.merit .reasonsContact {
  text-align: center;
  background: #f0f1f2;
  border-radius: 4px;
  padding: 1.2rem;
  margin: 1.5rem 0 0;
}
.merit .reasonsContact__text {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 .4em;
  color: #333;
}
.merit .reasonsContact__tel {
  font-size: 2.4rem;
  margin: 0;
  font-family: IwaNGoPro-Lt, sans-serif;
  line-height: 1.2;
}
.merit .reasonsContact__tel a {
  text-decoration: none;
  color: #333;
}
.merit .reasonsContact__tel img {
  height: 1.8rem;
  margin-right: .8rem;
  vertical-align: baseline;
}
.merit .reasonsContact__note {
  font-size: 1.2rem;
  color: #555;
  margin: 0 0 1.2em;
}
.merit .reasonsContact .custCenter__contact {
  margin: 0;
  padding: 0;
  border-top: none;
}

/* 販売実績バッジ (SPは縦並び、PCで横並び) */
.merit .reasonsRecord {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  background: #fff;
  border: 2px solid #db632e;
  padding: 1.2rem 1.5rem;
  border-radius: 4px;
  margin: 1.5rem 0;
}
.merit .reasonsRecord > div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: .6em 1em;
  width: 100%;
}
.merit .reasonsRecord__label {
  font-size: 1.1rem;
  color: #db632e;
  font-weight: bold;
}
.merit .reasonsRecord__num {
  font-family: NewCezannePro-DB, sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: #db632e;
  line-height: 1.1;
  white-space: nowrap;
}
.merit .reasonsRecord__num small {
  font-size: 1.4rem;
  font-weight: bold;
}
.merit .reasonsRecord__desc {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #333;
  padding-top: 1rem;
  border-top: 1px solid #f3c8a8;
  margin: 0;
  width: 100%;
}
.merit .reasonsRecord__desc:only-child {
  padding-top: 0;
  border-top: none;
}

/* 施工事例リンク (custCenter__btn を流用) */
.merit .reasonsItem__more {
  margin-top: 1.5rem;
  margin-bottom: 0;
  text-align: center;
}

/* お客様相談センター (items.htmlと同じデザイン) */
.merit .custCenter {
  background-color: #fff;
  padding-bottom: 2.5rem;
}
.merit .custCenter__titleBr {
  display: none;
}
@media screen and (max-width: 767px) {
  .merit .custCenter__titleBr {
    display: inline;
  }
}
.merit .custCenter__title {
  font-size: 1.5rem;
  padding: 0.9em 1em;
  margin: 0 0 2rem;
  text-align: center;
  color: #fff;
  background-color: #34becf;
  line-height: 1.5;
}
.merit .custCenter__telLabel {
  text-align: center;
  font-size: 1.3rem;
  color: #555;
  margin: 0 0 .6em;
}
.merit .custCenter__tel {
  font-size: 2.6rem;
  margin: 0 0 .6em;
  padding-bottom: 0;
  text-align: center;
  font-family: IwaNGoPro-Lt, sans-serif;
  line-height: 1.2;
}
.merit .custCenter__tel a {
  text-decoration: none;
  color: #333;
}
.merit .custCenter__tel img {
  height: 2rem;
  margin-right: 1rem;
  vertical-align: baseline;
}
.merit .custCenter__note {
  text-align: center;
  font-size: 1.2rem;
  color: #555;
  margin: 0 0 2rem;
  padding: 0;
  border-top: none;
}
.merit .custCenter__contact {
  text-align: center;
  margin: 0;
  padding-top: 2rem;
  border-top: 1px solid #d2d3d4;
}
.merit .custCenter__btn {
  display: inline-block;
  font-size: 1.4rem;
  padding: .9em 3em;
  color: #fff;
  background: #db632e;
  border: 2px solid #db632e;
  border-radius: 2em;
  text-decoration: none;
  font-weight: bold;
  transition: all .3s;
}
.merit .custCenter__btn::after {
  content: "›";
  display: inline-block;
  margin-left: .8em;
  font-size: 1.4em;
  line-height: 1;
  font-weight: normal;
  vertical-align: -2px;
}
.merit .custCenter__btn:hover {
  background: #c95320;
  border-color: #c95320;
  color: #fff;
}

/* =========================== */
/* PC (768px+) */
/* =========================== */
@media screen and (min-width: 768px) {
  /* PC時は画像の下マージン不要 */
  .merit .merit01 .col-sm-5 figure,
  .merit .merit02 .col-sm-5 figure,
  .merit .merit03 .col-sm-5 figure {
    margin-bottom: 0;
  }
  .merit .reasonsTags li {
    font-size: 1.3rem;
  }
  /* ご提案例 */
  .merit .reasonsExample {
    padding: 1.6rem 2rem 1.4rem;
  }
  .merit .reasonsExample__title {
    font-size: 1.6rem;
  }
  .merit .reasonsExample__list {
    gap: .8rem;
  }
  .merit .reasonsExample__list li {
    font-size: 1.4rem;
  }
  .merit .reasonsExample__need,
  .merit .reasonsExample__answer {
    font-size: 1.7rem;
  }
  /* お問い合わせ先 */
  .merit .reasonsContact {
    padding: 1.8rem;
  }
  .merit .reasonsContact__text {
    font-size: 1.5rem;
  }
  .merit .reasonsContact__tel {
    font-size: 3rem;
  }
  .merit .reasonsContact__tel img {
    height: auto;
    margin-right: 1.2rem;
  }
  .merit .reasonsContact__note {
    font-size: 1.3rem;
  }
  .merit .reasonsRecord {
    flex-direction: row;
    align-items: center;
    padding: 1.8rem 2rem;
    gap: 1.8rem;
  }
  .merit .reasonsRecord__desc {
    padding-top: 0;
    padding-left: 1.5rem;
    border-top: none;
    border-left: 1px solid #f3c8a8;
    width: auto;
  }
  .merit .reasonsRecord__desc:only-child {
    padding-left: 0;
    border-left: none;
  }
  .merit .reasonsRecord__num {
    font-size: 3.6rem;
  }
  .merit .reasonsRecord__num small {
    font-size: 1.6rem;
  }
  .merit .reasonsRecord__label {
    font-size: 1.3rem;
  }
  .merit .reasonsRecord__desc {
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
  .merit .reasonsItem__more a {
    font-size: 1.5rem;
  }
  .merit .custCenter {
    padding-bottom: 3.5rem;
  }
  .merit .custCenter__title {
    font-size: 1.8rem;
    padding: 1em;
    margin: 0 0 2.5rem;
  }
  .merit .custCenter__telLabel {
    font-size: 1.4rem;
    margin-bottom: .8em;
  }
  .merit .custCenter__tel {
    font-size: 3.4rem;
    margin-bottom: .8em;
  }
  .merit .custCenter__tel img {
    height: auto;
    margin-right: 1.5rem;
  }
  .merit .custCenter__note {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
  }
  .merit .custCenter__contact {
    padding-top: 2.5rem;
  }
  .merit .custCenter__btn {
    font-size: 1.6rem;
  }
}
