@charset "UTF-8";
/*
ブレイクポイント
------------------------------------*/
/*
px → vw
------------------------------------*/
/*
カラー
------------------------------------*/
.l-mv {
  position: relative;
}

.l-mv-bg {
  width: 100%;
  height: 20%;
  display: block;
}
.l-mv-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-mv-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.055em;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translateY(-50%);
  max-width: 1000px;
  width: 100%;
  text-align: left;
}

.l-message {
  padding: 90px 0 0;
}

.l-message-title-h2-lead-text {
  line-height: 2;
  margin-top: 9px;
}

.l-company {
  padding: 77px 0 0;
}

.l-company-table {
  width: 800px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
  margin: 43px auto 0;
  padding: 30px 50px 61px;
}
.l-company-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.l-company-table table tr {
  font-size: 16px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: top;
}
.l-company-table table tr:not(:first-child) {
  border-top: 1px solid #E6E6E6;
}
.l-company-table table tr td {
  padding: 18px 0;
  line-height: 1.8;
}
.l-company-table table tr th {
  padding: 18px 0;
  width: 200px;
  padding-left: 30px;
  font-weight: 400;
  line-height: 1.8;
}

.l-company-map {
  width: 680px;
  height: 400px;
  margin: 80px auto 0;
}
.l-company-map iframe {
  width: 100%;
  height: 100%;
}

.l-pilots {
  padding: 103px 0 0;
}

.l-pilots-list {
  max-width: 1020px;
  padding: 0 10px;
  margin: 43px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
.l-pilots-list-text-box {
  margin-top: 50px;
  padding: 0 30px;
}

.l-pilots-list-text {
  margin-top: 23px;
  font-size: 16px;
  line-height: 1.8;
}/*# sourceMappingURL=substyle.css.map */