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

.l-lead {
  margin-top: 10vw;
  padding-left: 5vw;
}

.l-lead-title {
  font-size: 16.875vw;
  font-weight: 900;
}

.l-lead-text {
  font-size: 4.375vw;
  font-weight: 700;
  line-height: 2;
  margin-top: 3.125vw;
}

.l-companyOverview {
  margin-top: 24.375vw;
}

.l-companyOverview-table {
  margin-top: -0.625vw;
  width: 100%;
}
.l-companyOverview-table tr {
  color: #3C3C3D;
  padding: 4.375vw 0vw 4.375vw 4.375vw;
  position: relative;
  display: block;
  width: 100%;
}
.l-companyOverview-table tr:not(:last-child) {
  border-bottom: 0.3125vw solid #E6E6E6;
}
.l-companyOverview-table tr:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: -0.3125vw;
  left: 0;
  width: 28%;
  height: 0.3125vw;
  background-color: #E50012;
}
.l-companyOverview-table tr th {
  font-size: 4.375vw;
  font-weight: 500;
  text-align: left;
  display: block;
}
.l-companyOverview-table tr td {
  font-size: 3.75vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
}
.l-companyOverview-table tr dl {
  display: block;
  margin-top: 1.5625vw;
  font-size: 3.75vw;
}
.l-companyOverview-table tr dl:not(:first-child) {
  margin-top: 3.4375vw;
}
.l-companyOverview-table tr dl dd {
  margin-top: 1.5625vw;
}

.l-companyOverview-btn {
  margin: 17.8125vw auto 0;
  display: grid;
  gap: 7.8125vw;
  text-align: right;
}
.l-companyOverview-btn .u-btn-type02-text {
  font-size: 3.75vw;
  padding-right: 20.9375vw;
}

.l-map {
  width: 100%;
  height: 35vw;
  margin-top: 12.5vw;
}
.l-map iframe {
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
}

.l-staffIntro {
  margin-top: 12.1875vw;
  padding-top: 19.6875vw;
  padding-bottom: 25vw;
}

.l-staffIntro-list {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin-top: 2.1875vw;
  gap: 3.125vw 0;
}

.l-staffIntro-list-item:nth-child(even) .l-staffIntro-list-item-content {
  padding-left: 3.125vw;
}
.l-staffIntro-list-item:nth-child(odd) .l-staffIntro-list-item-content {
  padding-right: 3.125vw;
}

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

.l-staffIntro-list-item-job {
  margin-top: 2.1875vw;
  font-size: 4.375vw;
  font-weight: 500;
  display: block;
}

.l-staffIntro-list-item-name {
  margin-top: VWs(5);
  font-size: 5.625vw;
  font-weight: 700;
}

.l-staffIntro-list-item-career {
  margin-top: 1.875vw;
  font-size: 3.75vw;
  line-height: 1.6;
}

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

.l-staffIntro-list-item-certification {
  margin-top: 3.125vw;
  font-size: 3.75vw;
  border: 0.3125vw solid #E50012;
  border-radius: 1.5625vw;
  padding: 0.9375vw 2.1875vw;
  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 */