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

.l-mv-text {
  font-size: 4.375vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.055em;
  color: #ffffff;
  position: absolute;
  top: 9.375vw;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 0 4.375vw;
}

.l-message {
  padding: 8.75vw 0 0;
}

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

.l-company {
  padding: 15.3125vw 5vw 0;
}

.l-company-table {
  width: 100%;
  box-shadow: 0vw 0.9375vw 6.25vw 0vw rgba(0, 0, 0, 0.16);
  margin: 7.8125vw auto 0;
  padding: 7.5vw 5vw 12.1875vw;
}
.l-company-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.l-company-table table tr {
  font-size: 4.375vw;
  width: 100%;
  text-align: left;
  display: block;
}
.l-company-table table tr:not(:first-child) {
  border-top: 0.3125vw solid #E6E6E6;
}
.l-company-table table tr:not(:first-child) th {
  padding-top: 4.6875vw;
}
.l-company-table table tr th {
  font-weight: 400;
  line-height: 1.5;
  display: block;
  padding-bottom: 2.8125vw;
}
.l-company-table table tr td {
  padding-bottom: 2.8125vw;
  line-height: 1.5;
  display: block;
}

.l-company-map {
  width: 80vw;
  height: 47.1875vw;
  margin: 15.625vw auto 0;
}
.l-company-map iframe {
  width: 100%;
  height: 100%;
}

.l-pilots {
  padding: 15.625vw 0 0;
}

.l-pilots-list {
  padding: 0 10vw;
  margin: 8.125vw auto 0;
  display: grid;
  gap: 13.75vw 0;
}
.l-pilots-list-text-box {
  margin-top: 5.3125vw;
}

.l-pilots-title-h3-en {
  font-size: 4.375vw;
}
.l-pilots-title-h3-en::before {
  min-height: auto;
  height: 106%;
  top: -0.3125vw;
}

.l-pilots-title-h3 {
  font-size: 5.625vw;
  line-height: 1.5;
  margin-top: 2.8125vw;
}

.l-pilots-list-text {
  margin-top: 5.3125vw;
  font-size: 4.375vw;
  line-height: 2;
}/*# sourceMappingURL=substyle.css.map */