@charset "UTF-8";
/* --------------------------------------------------
  mv
-------------------------------------------------- */
.p-company-mv__inner {
  padding: 0 0 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .p-company-mv__inner {
    padding: 0 0 14px;
    margin-bottom: 16px;
  }
}
.p-company-mv__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-company-mv__title {
    font-size: 2.2rem;
    padding-left: 10px;
  }
}

/* --------------------------------------------------
  section 共通
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .p-company-sec {
    padding: 0 10px;
  }
}
.p-company-sec + .p-company-sec {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-company-sec + .p-company-sec {
    margin-top: 40px;
  }
}
.p-company-sec__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1C1C1F;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .p-company-sec__ttl {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.p-company-sec__ttl--lead {
  color: #0b5689;
}

/* --------------------------------------------------
  カード（特徴・実績で共用）
-------------------------------------------------- */
.p-company-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .p-company-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.p-company-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-company-card {
    gap: 8px;
  }
}
.p-company-card__img {
  aspect-ratio: 244/132;
}
.p-company-card__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 335/172;
}
.p-company-card__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
}
.p-company-card__ttl--small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-company-card__ttl--small {
    font-size: 1.6rem;
  }
}
.p-company-card__ttl--note {
  font-size: 1rem;
  vertical-align: top;
}
.p-company-card__text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #6E6E74;
}
.p-company-card__text--small {
  font-size: 1.2rem;
}

/* --------------------------------------------------
  section_apo（実績3項目）
-------------------------------------------------- */
.p-company-apo__lead {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-company-apo__lead {
    margin-bottom: 24px;
  }
}
.p-company-apo__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .p-company-apo__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-company-apo__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding: 16px;
  background: #f7f7f7;
  border-radius: 4px;
}
.p-company-apo__head {
  display: flex;
  gap: 8px;
  align-items: center;
}
.p-company-apo__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company-apo__h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-company-apo__num {
  font-size: 2.8rem;
}
.p-company-apo__sup {
  font-size: 1.2rem;
}
.p-company-apo__note {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #6E6E74;
}
.p-company-apo__annotation {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #6E6E74;
  margin-top: 6px;
}

/* --------------------------------------------------
  section_message（代表メッセージ）
-------------------------------------------------- */
.p-company-message__body {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-company-message__body {
    display: block;
  }
}
.p-company-message__img {
  flex-shrink: 0;
  width: 249px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-company-message__img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.p-company-message__img img {
  display: block;
  width: 100%;
  height: auto;
}
.p-company-message__text {
  flex: 1;
}
.p-company-message__text p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-company-message__name {
  margin-top: 16px;
  font-weight: 700;
  text-align: right;
}

/* --------------------------------------------------
  section_business（3つの事業）
-------------------------------------------------- */
.p-company-business__inner {
  padding: 32px 10px;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-company-business__inner {
    padding: 24px 10px;
  }
}
.p-company-business__list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-company-business__list {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.p-company-business__item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  max-width: 242px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-company-business__item {
    width: 100%;
  }
}
.p-company-business__item:nth-child(odd) {
  background: linear-gradient(to bottom, #DDD 80%, #F1EDED 20%);
}
.p-company-business__item:nth-child(even) {
  background: linear-gradient(to bottom, #F1EDED 80%, #DDD 80%);
}
.p-company-business__circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 90%;
  height: 90%;
  padding: 0 24px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
}
.p-company-business__icon {
  width: auto;
  height: 48px;
  margin-bottom: 12px;
}
.p-company-business__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}
.p-company-business__text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #6E6E74;
}
.p-company-business__summary {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-business__summary {
    margin-top: 24px;
  }
}
.p-company-business__accent {
  font-size: 2.4rem;
  color: #0b5689;
}

/* --------------------------------------------------
  section_company（会社概要）
-------------------------------------------------- */
.p-company-profile__list {
  border-top: 1px solid #E7E7EA;
  border-right: 1px solid #E7E7EA;
  border-left: 1px solid #E7E7EA;
}
.p-company-profile__row {
  display: flex;
  border-bottom: 1px solid #E7E7EA;
}
@media screen and (max-width: 767px) {
  .p-company-profile__row {
    display: block;
  }
}
.p-company-profile__label {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 280px;
  padding: 24px 16px;
  font-size: 1.6rem;
  font-weight: 500;
  background: #F3F3F5;
  border-right: 1px solid #E7E7EA;
}
@media screen and (max-width: 767px) {
  .p-company-profile__label {
    width: 100%;
    padding: 8px 16px;
    border-right: 0;
  }
}
.p-company-profile__data {
  flex: 1;
  padding: 24px 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-company-profile__data {
    padding: 10px 16px;
  }
}

/* --------------------------------------------------
  section_support（拠点一覧）
-------------------------------------------------- */
.p-company-support__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 62px;
}
@media screen and (max-width: 767px) {
  .p-company-support__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-company-support__item {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-company-support__item {
    gap: 16px;
  }
}
.p-company-support__img {
  flex-shrink: 0;
  width: 116px;
  aspect-ratio: 116/112;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-company-support__img {
    width: 93px;
    aspect-ratio: 93/90;
  }
}
.p-company-support__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company-support__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-company-support__text {
    font-size: 1.4rem;
  }
}
.p-company-support__name {
  display: block;
}

/* --------------------------------------------------
  section_history（沿革）
-------------------------------------------------- */
.p-company-history__list {
  border-top: 1px solid #E7E7EA;
}
.p-company-history__row {
  display: flex;
  gap: 0 8px;
  padding: 14px 0;
  border-bottom: 1px solid #E7E7EA;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-company-history__row {
    display: block;
    padding: 10px 0;
  }
}
.p-company-history__date {
  flex-shrink: 0;
  width: 138px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-company-history__date {
    width: 100%;
    margin-bottom: 4px;
  }
}
.p-company-history__event {
  flex: 1;
  line-height: 1.6;
}
.p-company-history__annotation {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #6E6E74;
}

/* --------------------------------------------------
  CTA
-------------------------------------------------- */
.p-company-cta {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-company-cta {
    margin-top: 40px;
    padding: 0 10px;
  }
}
.p-company-cta__inner {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-company-cta__inner {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.p-company-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 340px;
  min-height: 36px;
  padding: 8px 16px;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-company-cta__btn {
    transition: opacity 0 ease;
    cursor: pointer;
  }
  .p-company-cta__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-company-cta__btn {
    max-width: 355px;
    min-height: 48px;
    width: 100%;
  }
}
.p-company-cta__btn--primary {
  color: #ffffff;
  background: linear-gradient(90deg, #00429a 0%, #001a4d 100%);
}
.p-company-cta__btn--secondary {
  color: #1C1C1F;
  background: #ffffff;
  border: 1px solid #D0D1D5;
}/*# sourceMappingURL=company.css.map */