@charset "utf-8";
/* ============================================
  事業案内
============================================ */

.page_header01::before {
  background-image: url(../img/kv01.jpg);
}

/* ============================================
  快適環境サービス
============================================ */

/* ============================================
  大見出し
============================================ */

.section_header01 {
  background: #00418E;
  margin-bottom: 40px;
  padding: 20px 0;
}

.section_header01 .column_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.section_header01 .column+.column {
  padding-right: 55px;
}

.section_header01 .section_heading01 {
  color: #fff;
  margin-bottom: 0;
}

@media(max-width:767px) {
  .section_header01 {
    margin-bottom: calc(60/750*100vw);
    padding: calc(30/750*100vw) 0;
  }
  .section_header01 .column_wrap {
    flex-direction: column;
  }
  .section_header01 .column+.column {
    margin-right: auto;
    padding-right: 0;
  }
  .section_header01 .section_heading01 {
    margin: calc(20/750*100vw) auto;
  }
}

/* ============================================
  レイネックス保証
============================================ */

.section-reinex .section_heading02 {
  margin-top: 0;
}

.section-reinex .text01+.text01 {
  margin-top: 1.5em;
}

.section-reinex .column_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-reinex .column-text01 .img {
  margin-top: 40px;
  text-align: center;
}

.section-reinex .column-img01 {
  width: 298px;
}

.section-reinex .column-img01 .img+.img {
  margin-top: 40px;
}

@media(max-width:767px) {
  .section-reinex .section_heading02 {
    margin-top: 0;
  }
  .section-reinex .text01+.text01 {
    margin-top: 1.5em;
  }
  .section-reinex .column_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-reinex .column-text01 {
    width: 100%;
  }
  .section-reinex .column-text01 .img {
    margin-top: calc(30/750*100vw);
  }
  .section-reinex .column-img01 {
    width: 100%;
    margin: calc(30/750*100vw) auto 0;
  }
  .section-reinex .column-img01 .img+.img {
    margin-top: calc(30/750*100vw);
  }
}

/* ============================================
  レイサポート
============================================ */

.section-reisupport {}

.section-reisupport .pointList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
  padding: 0 10px;
}

@media(max-width:767px) {
  .section-reisupport .pointList {
    margin-top: calc(60/750*100vw);
    padding: 0 calc(20/750*100vw);
  }
  .section-reisupport .pointList_item {
    width: calc(275/980*100%);
  }
}

/* ============================================
  メンテナンスプラン
============================================ */

.section-plan {
  background: #F9F7DB;
}

.section-plan .planList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-plan .planList_item {
  display: flex;
  flex-direction: column;
  width: 298px;
}

.section-plan .planList_item .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00418E;
  color: #fff;
  font-size: 2.6rem;
  height: 82px;
  margin-bottom: 10px;
}

.section-plan .breakdown {
  font-size: 1.6rem;
  font-weight: bold;
}

.section-plan .breakdown .row {
  display: flex;
  justify-content: space-between;
}

.section-plan .breakdown .data::after {
  content: "回／年"
}

.section-plan .description {
  flex: 1 1 auto;
  border-top: 2px solid #040000;
  border-bottom: 2px solid #040000;
  margin-top: 10px;
  padding: 10px 0;
}

.section-plan .description .text01 {
  letter-spacing: 0;
}

@media(max-width:767px) {
  .section-plan .planList_item {
    width: 100%;
  }
  .section-plan .planList_item+.planList_item {
    margin-top: calc(60/750*100vw);
  }
  .section-plan .planList_item .heading {
    height: auto;
    padding: calc(5/750*100vw) 0;
    margin-bottom: calc(30/750*100vw);
  }
  .section-plan .description {
    margin-top: calc(30/750*100vw);
    padding: calc(20/750*100vw) 0;
  }
}

/* ============================================
  定期点検項目 & 主なオプション作業
============================================ */

.section-bulletPoint {
  margin-top: 25px;
}

.section-bulletPoint .column_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bulletPointArea {
  background: #fff;
  width: 462px;
  height: 100%;
  padding: 15px 20px;
}

.bulletPointArea .heading {
  font-weight: bold;
  margin: 0 0 5px;
}

.bulletPointArea .pointList {
  width: 190px;
}

.bulletPointArea .pointList_item::before {
  content: "●";
  margin-right: .25em;
}

@media(max-width:767px) {
  .section-bulletPoint {
    margin-top: calc(60/750*100vw);
  }
  .section-bulletPoint .column {
    width: 100%;
  }
  .bulletPointArea {
    width: 100%;
    padding: calc(30/750*100vw);
  }
  .bulletPointArea .heading {
    font-weight: bold;
    margin: 0 0 5px;
  }
  .bulletPointArea .pointList {
    width: auto;
  }
  .bulletPointArea .pointList_item {
    letter-spacing: 0;
    text-indent: -1.3em;
    margin-left: 1.3em;
  }
}

/* ============================================
  メンテナンス例
============================================ */

.section-example {}

.article-example .exampleList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.article-example .exampleList+.text01 {
  text-align: center;
  margin-top: 10px;
}

.article-example .before {
  position: relative;
}

.article-example .before::after {
  content: "";
  position: absolute;
  top: calc(100% + 55px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 52px 0 52px;
  border-color: #DF2718 transparent transparent transparent;
}

.article-example .after {
  margin-top: 160px;
}

@media(min-width:768px) {
  .article-example .exampleList_item {
    width: 116px;
  }
  .article-example .exampleList_item:not(:nth-of-type(6n+1)) {
    margin-left: 15px;
  }
}

@media(max-width:767px) {
  .article-example .exampleList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .article-example .exampleList::after {
    content: "";
    width: calc(232/750*100%);
  }
  .article-example .exampleList_item {
    width: calc(232/750*100%);
  }
  .article-example .exampleList_item:nth-of-type(n+4) {
    margin-top: calc(30/750*100vw);
  }
  .article-example .exampleList+.text01 {
    margin-top: calc(20/750*100vw);
  }
  .article-example .before::after {
    top: calc(100% + (55/750*100vw));
    border-width: calc(52/750*100vw) calc(52/750*100vw) 0 calc(52/750*100vw);
  }
  .article-example .after {
    margin-top: calc(160/750*100vw);
  }
}

/* ============================================
  お問い合わせ
============================================ */

.section-inquiry {}