@charset "utf-8";
/* 必ず1行目 */

/*
Theme Name: brtpath
Theme URI: https://brtpath.com/
Author: 株式会社BRIGHTPATH
Author URI: https://brtpath.com/
Description: 自社サイト用オリジナルテーマ
Version: 1.0
*/



/*====================================
会社概要の設定
===================================*/
.company-container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 15rem;
}

.company-container h2 {
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 400;
}

.message-container {
  padding: 3rem 0;
}

.message-inner {
  max-width: 700px;
  margin: 0 auto;
}


/* ごあいさつ */
.message-bg {
  background: url('/wp-content/themes/brtpath/img/company_bg.png') no-repeat center center;
  background-size: contain;
  position: relative;
}

.message-text {
  line-height: 2.2;
}

.message-name {
  text-align: right;
  padding: 2rem 0 0;
}


/* 会社概要の表 */
.company-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 2.3;
  position: relative;
}

.company-table th,
.company-table td {
  position: relative;
  text-align: left;
}

.company-table th {
  padding: 2rem 3rem;
  width: 20%;
  white-space: nowrap;
  font-weight: 400;
}

.company-table td {
  padding: 2rem 6rem;
}

.company-table th::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: var(--accent-color);
}

.company-table td::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #ccc;
}


@media (max-width: 767px) {
  .company-container {
    width: 85%;
    margin-bottom: 7rem;
  }

  .message-bg {
    background-size: cover;
  }

  .message-text {
    line-height: 2;
  }

  .message-name {
    line-height: 1.8;
  }

  .company-table {
    line-height: 1.8;
  }

  .company-table th {
    padding: 1rem .5rem;
  }

  .company-table td {
    padding: 1rem 0 1rem 1.5rem;
  }
}
