@charset "UTF-8";
/*
breakpoints
------------------------------------*/
/*
px → vw
------------------------------------*/
/*
color
------------------------------------*/
/*
font
------------------------------------*/
.l-mv {
  background-image: url(../../img/p/l-mv.png);
}

.l-lead {
  margin-top: 90px;
}

.l-lead-title {
  font-size: 90px;
  font-weight: 900;
}

.l-lead-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  margin-top: 19px;
}

.l-companyOverview {
  margin-top: 153px;
}

.l-companyOverview-table {
  margin-top: 18px;
  width: 100%;
}
.l-companyOverview-table tr {
  color: #3C3C3D;
  padding: 18px 0;
  position: relative;
  display: flex;
  width: 100%;
}
.l-companyOverview-table tr:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}
.l-companyOverview-table tr:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #E50012;
}
.l-companyOverview-table tr th {
  font-size: 18px;
  font-weight: 500;
  min-width: 25%;
  padding-left: 30px;
  text-align: left;
}
.l-companyOverview-table tr td {
  font-size: 16px;
  font-weight: 400;
  padding-left: 18px;
  text-align: left;
  min-width: 75%;
  line-height: 1.8;
}
.l-companyOverview-table tr dl {
  display: flex;
}
.l-companyOverview-table tr dl:not(:first-child) {
  margin-top: -2px;
}
.l-companyOverview-table tr dl dt {
  min-width: 14%;
}
.l-companyOverview-table tr dl dd {
  padding-left: 10px;
}

.l-companyOverview-btn {
  margin: 92px auto 0;
  display: grid;
  gap: 60px;
  max-width: 700px;
  text-align: right;
}

.l-map {
  width: 100%;
  height: 350px;
  margin-top: 50px;
}
.l-map iframe {
  width: 100%;
  height: 100%;
}

.l-staffIntro {
  margin-top: 153px;
  padding-top: 56px;
  padding-bottom: 126px;
}

.l-staffIntro-list {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  margin-top: 15px;
}

.l-staffIntro-list-item-img {
  border-bottom: 3px solid #1F1F1F;
}
.l-staffIntro-list-item-img img {
  width: 100%;
}

.l-staffIntro-list-item-job {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.l-staffIntro-list-item-name {
  margin-top: 5px;
  font-size: 26px;
  font-weight: 700;
}

.l-staffIntro-list-item-career {
  margin-top: 16px;
  font-size: 16px;
  padding-right: 11px;
  line-height: 1.6;
}

.l-staffIntro-list-item-career-title {
  font-weight: 700;
  color: #E50012;
}

.l-staffIntro-list-item-certification {
  margin-top: 18px;
  margin-right: 20px;
  font-size: 16px;
  border: 1px solid #E50012;
  border-radius: 5px;
  padding: 3px 7px;
  background-color: #ffffff;
}

.l-staffIntro-list-item-certification-title {
  font-weight: 700;
}

.l-staffIntro-list-item-certification-text {
  font-weight: 500;
  line-height: 1.6;
}
.l-staffIntro-list-item-certification-text li {
  display: flex;
}
.l-staffIntro-list-item-certification-text li span {
  display: block;
}/*# sourceMappingURL=substyle.css.map */