@charset "utf-8";
.companyculture__section-head {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .companyculture__section-head {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.companyculture__section-head-title-image {
  height: auto;
  overflow: hidden;
  margin-inline: auto 0;
}

.companyculture__section-head-title-image--1 {
  width: 24%;
  max-width: 188px;
  aspect-ratio: 188/71;
}

.companyculture__section-head-title-image--2 {
  width: 28.8%;
  max-width: 223px;
  aspect-ratio: 223/79;
}

.companyculture__section-head-title-image--3 {
  width: 32.8%;
  max-width: 254px;
  aspect-ratio: 254/92;
}

.companyculture__section-head-title-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .companyculture__section--mach.page__section:not(:last-child) {
    padding-bottom: 70px;
  }
}

.companyculture__match {
  margin-top: 15px;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid #d4d4d4;
}

@media screen and (min-width: 768px) {
  .companyculture__match {
    flex-direction: row;
  }
}
@media screen and (min-width: 900px) {
  .companyculture__match {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .companyculture__match {
    flex-direction: row;
  }
}

.companyculture__match-box {
  width: 100%;
}
.companyculture__match-box:first-of-type {
  border-bottom: 1px solid #d4d4d4;
  padding: 26px 0 22px;
}
@media screen and (min-width: 768px) {
  .companyculture__match-box:first-of-type {
    border-right: 1px solid #d4d4d4;
    border-bottom: none;
    padding: 26px 18px 22px 0;
  }
}
@media screen and (min-width: 900px) {
  .companyculture__match-box:first-of-type {
    border-right: none;
    border-bottom: 1px solid #d4d4d4;
  }
}
@media screen and (min-width: 1024px) {
  .companyculture__match-box:first-of-type {
    border-right: 1px solid #d4d4d4;
    border-bottom: none;
  }
}

.companyculture__match-box:nth-of-type(2) {
  padding: 26px 0 22px;
}

@media screen and (min-width: 768px) {
  .companyculture__match-box:nth-of-type(2) {
    padding: 26px 0 22px 18px;
  }
}

.companyculture__match-box-title {
  font-size: clamp(14px, 1.18vw, 16px);
  font-weight: 700;
  letter-spacing: calc(50 / 1000 * 1em);
  color: #e95a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-bottom: 29px;
  border-bottom: 1px solid #d4d4d4;
}

.companyculture__match-box-title::before {
  content: "";
  width: clamp(14px, 1.18vw, 16px);
  height: auto;
  aspect-ratio: 16/16;
}
.companyculture__match-box:first-of-type
  .companyculture__match-box-title::before {
  background: url(../images/true-icon.svg) no-repeat center center/contain;
}
.companyculture__match-box:nth-of-type(2)
  .companyculture__match-box-title::before {
  background: url(../images/false-icon.svg) no-repeat center center/contain;
}

.companyculture__match-box-text:first-of-type {
  margin-top: 36px;
}

.companyculture__match-box-text {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: clamp(10px, 1.03vw, 14px);
  letter-spacing: calc(40 / 1000 * 1em);
  line-height: calc(28 / 14);
}

.companyculture__match-box-text::before {
  content: "";
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  background: #7e7e7e;
  border-radius: 50%;
}

@media screen and (min-width: 600px) {
  .companyculture__match-box-text {
    gap: 9px;
  }
}

.conpanyculture__enployee {
  margin-top: 40px;
  background: #f0f2f5;
  border-radius: 5px;
  padding: 41px clamp(20px, 2.64vw, 36px);
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 15px 0;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 440px) {
  .conpanyculture__enployee {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 600px) {
  .conpanyculture__enployee {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 0;
  }
}

@media screen and (min-width: 1024px) {
  .conpanyculture__enployee {
    grid-template-columns:
      clamp(135px, 19.33vw, 264px) clamp(135px, 20.36vw, 278px)
      135px;
  }
}

.conpanyculture__enployee-text {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: clamp(12px, 1.03vw, 14px);
  letter-spacing: calc(40 / 1000 * 1em);
  line-height: calc(28 / 14);
}

.conpanyculture__enployee-text::before {
  content: "";
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  background: #7e7e7e;
  border-radius: 50%;
}
