@charset "utf-8";

/*
  File Name   : company.css
  Description : コンテンツエリア関係 他
*/

/* sect-company-greeting
============================================================ */
.sect-company-greeting {
  padding: 0 0 130px;
}
.company-greeting__title {
  padding-bottom: 10px;
  border-bottom: 4px solid #4298d4;
  font-size: 40px;
  font-weight: bold;
}
.company-greeting__body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 25px;
  gap: 40px;
}
.company-greeting__content {
  flex: 2.4;
  order: 2;
  font-size: 18px;
}
.company-greeting__content p + p {
  margin-top: 1em;
}
.company-greeting__image {
  flex: 0.6;
  order: 1;
}
.company-greeting__image img {
  width: 100%;
  height: auto;
}
.company-greeting__sign {
  margin-top: 10px;
}
.company-greeting__sign span {
  font-size: 20px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-company-greeting {
    padding: 0 0 55px;
  }
  .company-greeting__title {
    font-size: 30px;
  }
  .company-greeting__body {
    flex-direction: column;
    margin-top: 20px;
    gap: 25px;
  }
  .company-greeting__content {
    flex: 1;
    order: 1;
    font-size: 16px;
  }
  .company-greeting__image {
    flex: 1;
    order: 2;
  }
  .company-greeting__image img {
    max-width: 220px;
  }
  .company-greeting__sign {
    margin-top: 5px;
  }
  .company-greeting__sign span {
    font-size: 20px;
  }
}

/* sect-company-profile
============================================================ */
.sect-company-profile {
  padding: 45px 0 80px;
  background-color: #f9f0ae;
}
.company-profile__title {
  padding-bottom: 10px;
  border-bottom: 4px solid #4298d4;
  font-size: 40px;
  font-weight: bold;
}
.company-profile__table {
  width: 100%;
  margin-top: 25px;
}
.company-profile__row {
  border-bottom: 1px solid #231815;
}
.company-profile__label {
  width: 140px;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: top;
}
.company-profile__content {
  padding: 15px;
  font-size: 18px;
}
.company-profile__content span {
  display: inline-block;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-company-profile {
    padding: 25px 0 40px;
  }
  .company-profile__title {
    font-size: 30px;
  }
  .company-profile__table {
    margin-top: 20px;
  }
  .company-profile__label {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    font-size: 16px;
  }
  .company-profile__content {
    display: block;
    padding: 0 0 10px;
    font-size: 16px;
  }
}

/* sect-company-overview
============================================================ */
.sect-company-overview {
  padding: 75px 0 45px;
}
.company-overview__title {
  padding-bottom: 10px;
  border-bottom: 4px solid #4298d4;
  font-size: 40px;
  font-weight: bold;
}
.company-overview__table {
  width: 100%;
  margin-top: 25px;
}
.company-overview__row {
  border-bottom: 1px solid #231815;
}
.company-overview__label {
  width: 140px;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: top;
}
.company-overview__content {
  padding: 15px;
  font-size: 18px;
}
.company-overview__content span {
  display: inline-block;
}
.com-consultation__image__map {
  display: inline-block;
  position: relative;
  top: 2px;
  line-height: 1;
  vertical-align: baseline;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-company-overview {
    padding: 35px 0 25px;
  }
  .company-overview__title {
    font-size: 30px;
  }
  .company-overview__table {
    margin-top: 20px;
  }
  .company-overview__label {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    font-size: 16px;
  }
  .company-overview__content {
    display: block;
    padding: 0 0 10px;
    font-size: 16px;
  }
}
