.l-header {
  z-index: 3000;
}

.l-header__mark {
  margin-left: 18px;
  display: grid;
  place-items: center;
}

.l-header__mark img {
  width: 61px;
}

@media screen and (max-width: 768px) {
  .l-header__mark {
    margin-left: unset;
    margin-right: unset;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-company-philosophy__head {
  flex-direction: column;
  row-gap: 4rem;
  align-items: center;
  padding: 90px 60px 180px;
}

@media screen and (max-width: 768px) {
  .p-company-philosophy__head {
    padding: 60px 20px 120px;
  }
}

.p-company-philosophy__heading {
  margin: unset;
}

.p-company-philosophy__lead h3 {
  text-align: center;
  line-height: calc(48 / 30);
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .p-company-philosophy__lead {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 3rem;
  }

  .p-company-philosophy__lead h3 {
    font-size: 1.8rem;
    line-height: calc(32 / 20);
  }
}

.p-company-philosophy__lead-color {
  color: #75a5d8;
}

.p-company-philosophy__list {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 2rem;
  column-gap: 3rem;
}

@media screen and (max-width: 768px) {
  .p-company-philosophy__list {
    margin-top: 4rem;
    grid-template-columns: 1fr;
  }
}

.p-company-philosophy__item {
  background-color: #f2f6fb;
  padding: 3.5rem 2rem 4.5rem;
  border-radius: 2.3rem;
}

@media screen and (max-width: 768px) {
  .p-company-philosophy__item {
    padding: 4rem 2rem 3.3rem;
  }
}

.p-company-philosophy__subheading {
  color: #0e3365;
  text-align: center;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .p-company-philosophy__subheading {
    font-size: 2rem;
  }
}

.p-company-philosophy__text {
  margin-top: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-company-philosophy__text {
    line-height: calc(35 / 16);
  }
}

.p-company-promise {
  transition: opacity 0.3s;
}

.p-company-promise__item[class] {
  position: relative;
  box-sizing: border-box;
  padding: unset;
  border-radius: 20px;
}

.p-company-promise__front {
  box-sizing: border-box;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  transition: opacity 0.3s;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
  align-items: center;
}

.p-company-promise__front img {
  max-width: 230px;
}

@media screen and (max-width: 768px) {
  .p-company-promise__front img {
    max-width: 300px;
  }
}

.p-company-promise__name {
  min-height: 2lh;
}

@media screen and (max-width: 768px) {
  .p-company-promise__front {
    min-height: unset;
  }
}

.p-company-promise__back {
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #76a5d8;
  transition: opacity 0.3s;
  padding: 3rem 2rem;
  opacity: 0;
  height: 100%;
}

.p-company-promise__item:hover .p-company-promise__front {
  opacity: 0;
  visibility: hidden;
}

.p-company-promise__item:hover .p-company-promise__back {
  opacity: 1;
}

.p-company-promise__catch[class] {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: white;
  margin-top: unset;
  min-height: 2lh;
  line-height: calc(35 / 20);
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .p-company-promise__catch[class] {
    min-height: unset;
    line-height: calc(29 / 22);
  }
}

.p-company-promise__description[class][class] {
  margin-top: 2rem;
  color: white;
  line-height: calc(26 / 16);
  text-align: left;
}

.p-company-promise__intro {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-company-promise__intro {
    display: revert;
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: -15px;
    margin-inline: auto;
    max-inline-size: max-content;
  }
}
