@charset "UTF-8";
/* =====================
 メインビジュアル
===================== */

.mv {
  background-image: url(../../img/company/mv.png);
}

/* =====================
  unit01 ご挨拶
===================== */

article[data-id="1"] {
  padding-top: 66px;
  /* padding-bottom: 73px; */
}

article[data-id="1"] .inner {
  max-width: 1100px;
}

article[data-id="1"] .inner .text {
  padding-bottom: 50px;
}

article[data-id="1"] .inner .name {
  text-align: right;
}

article[data-id="1"] .inner .name img {
  width: 127px;
  height: 30px;
  margin-left: 20px;
}
article[data-id="1"] .inner .img02 {
  padding-top: 80px;
}
/* =====================
  unit02 会社概要
===================== */

article[data-id="2"] {
  padding-top: 73px;
  padding-bottom: 103px;
  position: relative;
}

article[data-id="2"]::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 253px);
  background-image: url(../../img/company/article02/bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  bottom: 0;
  z-index: -1;
  left: 0;
}

article[data-id="2"] .inner {
  max-width: 1100px;
  position: relative;
}

article[data-id="2"] .title2 {
  margin-bottom: 40px;
  color: var(--white);
}

article[data-id="2"] .title2::after {
  content: "";
  background-color: var(--white);
}

article[data-id="2"] .inner table {
  width: 100%;
  background-color: #e7e7e7;
  padding-left: 30px;
}
article[data-id="2"] .inner table tr th,
article[data-id="2"] .inner table tr td {
  border: 1px solid #e7e7e7;
  text-align: left;
  vertical-align: top;
  padding-top: 28px;
  padding-bottom: 28px;
  line-height: 2;
}
article[data-id="2"] .inner table tr th {
  background-color: #e7e7e7;
  width: 23.5%;
  padding-left: 20px;
  border-bottom: 1px solid var(--white);
  font-weight: bold;
}

article[data-id="2"] .inner table tr td {
  background-color: var(--white);
  width: 76.5%;
  padding-left: 20px;
}

/* =====================
  unit03 アクセス
===================== */
article[data-id="3"] {
  padding-top: 60px;
  padding-bottom: 80px;
}

article[data-id="3"] .inner {
  max-width: 1100px;
}

article[data-id="3"] .inner .unit {
  padding-left: 150px;
  padding-right: 150px;
}
article[data-id="3"] .inner .map {
  text-align: center;
  margin-top: 20px;
}

article[data-id="3"] .wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article[data-id="3"] .wrapper .button {
  margin-top: 0;
}
