.fv {
  padding-top: 76px;
  width: 100%;
  height: 400px;
  background-image: url(../img/company-fv.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv__title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  background-color: #49506F;
  padding: 10px 48px;
}

.company {
  width: 100%;
  padding: 50px 0 120px;
  text-align: center;
  background-color: #F7F7F7;
}
.company__title {
  font-size: 24px;
  font-weight: 500;
  color: #0F2267;
  letter-spacing: 0.1em;
  margin-bottom: 56px;
}
.company__sub {
  text-align: left;
  width: 75%;
  margin: 0 auto 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
.company .mb {
  margin-bottom: 56px;
}
.company__table {
  width: 75%;
  margin: 0 auto 72px;
  border-top: 2px solid #36A9B2;
}
.company__table--child {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 24px 10%;
  border-bottom: 2px solid #36A9B2;
}
.company__table--childTitle {
  width: 20%;
  text-align: left;
}
.company__table--childContent {
  width: 70%;
  text-align: left;
  line-height: 1.7;
}
.company__map {
  width: 75%;
  margin: 0 auto;
}

.manage {
  width: 100%;
  padding: 50px 0 120px;
}
.manage__box {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.manage__box--img {
  width: 25%;
  margin: 0 28px;
  -o-object-fit: cover;
     object-fit: cover;
}
.manage__box--img img {
  height: auto;
}
.manage__box--content {
  width: 65%;
  margin: 0 28px;
}
.manage__box--contentTitle {
  font-size: 24px;
  font-weight: 400;
  color: #0F2267;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.manage__box--contentSub {
  font-size: 20px;
  font-weight: 400;
  color: #0F2267;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
}
.manage__box--contentText {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .fv {
    width: 100%;
    height: 300px;
    background-image: url(../img/company-fv.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
  }
  .fv__title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.1em;
    background-color: #49506F;
    padding: 10px 48px;
  }
  .company {
    width: 100%;
    padding: 50px 0 120px;
    text-align: center;
    background-color: #F7F7F7;
  }
  .company__title {
    font-size: 22px;
    font-weight: 500;
    color: #0F2267;
    letter-spacing: 0.1em;
    margin-bottom: 56px;
  }
  .company__sub {
    text-align: left;
    width: 75%;
    margin: 0 auto 16px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .company .mb {
    margin-bottom: 56px;
  }
  .company__table {
    width: 75%;
    margin: 0 auto 64px;
    border-top: 2px solid #36A9B2;
  }
  .company__table--child {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 16px 25%;
    border-bottom: 2px solid #36A9B2;
  }
  .company__table--childTitle {
    font-size: 14px;
    width: 30%;
    text-align: left;
  }
  .company__table--childContent {
    font-size: 14px;
    width: 65%;
    text-align: left;
    line-height: 1.7;
  }
  .company__map {
    width: 75%;
    margin: 0 auto;
  }
  .manage {
    width: 100%;
    padding: 50px 0 120px;
  }
  .manage__box {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .manage__box--img {
    width: 30%;
    margin: 0 28px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .manage__box--content {
    width: 65%;
    margin: 0 28px;
  }
  .manage__box--contentTitle {
    font-size: 22px;
    font-weight: 400;
    color: #0F2267;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }
  .manage__box--contentSub {
    font-size: 18px;
    font-weight: 400;
    color: #0F2267;
    letter-spacing: 0.1em;
    margin-bottom: 48px;
  }
  .manage__box--contentText {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: 250px;
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .fv {
    width: 100%;
    height: 200px;
    background-image: url(../img/company-fv.png);
    background-repeat: no-repeat;
    background-size: 200%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
  }
  .fv__title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.1em;
    background-color: #49506F;
    padding: 8px 24px;
  }
  .sp {
    transform: translateY(60px) !important;
  }
  .company {
    width: 100%;
    padding: 50px 0 120px;
    text-align: center;
    background-color: #F7F7F7;
  }
  .company__title {
    width: 90%;
    margin: 0 auto 40px;
    font-size: 18px;
    font-weight: 500;
    color: #0F2267;
    letter-spacing: 0.1em;
  }
  .company__sub {
    text-align: left;
    width: 75%;
    margin: 0 auto 16px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .company .mb {
    margin-bottom: 56px;
  }
  .company__table {
    width: 80%;
    margin: 0 auto 64px;
    border-top: 2px solid #36A9B2;
  }
  .company__table--child {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 2px solid #36A9B2;
  }
  .company__table--childTitle {
    font-size: 14px;
    width: 30%;
    text-align: left;
  }
  .company__table--childContent {
    font-size: 14px;
    width: 70%;
    text-align: left;
    line-height: 1.7;
  }
  .company__map {
    width: 75%;
    margin: 0 auto;
  }
  .manage {
    width: 100%;
    padding: 50px 0 120px;
  }
  .manage__box {
    width: 80%;
    margin: 0 auto;
    display: block;
    justify-content: center;
  }
  .manage__box--img {
    width: 80%;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .manage__box--content {
    width: 80%;
    margin: 0 auto;
  }
  .manage__box--contentTitle {
    font-size: 18px;
    font-weight: 400;
    color: #0F2267;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }
  .manage__box--contentSub {
    font-size: 16px;
    font-weight: 400;
    color: #0F2267;
    letter-spacing: 0.1em;
    margin-bottom: 48px;
  }
  .manage__box--contentText {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .footer .header__cta {
    display: none;
  }
}/*# sourceMappingURL=company.css.map */