@charset "UTF-8";
/* stylelint-disable color-hex-case */
/**
 * 本文（通常）
 */
/**
 * リンク
 */
/**
 * 大見出し（h2）
 */
.p-company-philosophy {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-company-philosophy {
    margin: 0 -2.5rem;
    margin-top: 5rem;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media screen and (max-width:767px) {
  .p-company-philosophy {
    margin: 0 -1.7142857143rem;
    margin-top: 8.5714285714rem;
  }
}
.p-company-philosophy .p-company-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.p-company-philosophy-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-company-philosophy-inner {
    display: flex;
    align-items: flex-start;
    max-width: 78.25rem;
    padding-inline: 2.5rem;
    padding-top: 5rem;
    padding-bottom: 10.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-company-philosophy-inner {
    position: relative;
    padding-inline: 1.7142857143rem;
    padding-top: 8.5714285714rem;
    padding-bottom: 10.1428571429rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company-philosophy-heading {
    flex: 0 0 min(32.3vw, 460px);
  }
}
@media screen and (max-width:767px) {
  .p-company-philosophy-heading {
    margin-bottom: 5.7142857143rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company-philosophy-body {
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-company-philosophy-text-wrap:last-of-type {
    margin-bottom: 4.875rem;
  }
}
@media screen and (max-width:767px) {
  .p-company-philosophy-text-wrap:last-of-type {
    margin-bottom: 4.2857142857rem;
  }
}

.p-company-philosophy-text-line {
  overflow: hidden;
}
.p-company-philosophy-text-line span {
  display: block;
}

.p-company-philosophy-text-ja {
  font-family: "midashi", "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -1.24px;
  color: #242424;
}
@media screen and (min-width: 768px) {
  .p-company-philosophy-text-ja {
    font-size: 3.875rem;
    margin-bottom: 1.375rem;
  }
}
@media screen and (max-width:767px) {
  .p-company-philosophy-text-ja {
    font-size: 2.8571428571rem;
    margin-bottom: 1.4285714286rem;
    letter-spacing: -0.8px;
  }
}

.p-company-philosophy-text-en {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 0.924;
  letter-spacing: -0.02em;
  color: #242424;
}
@media screen and (min-width: 768px) {
  .p-company-philosophy-text-en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-company-philosophy-text-en {
    font-size: 1.4285714286rem;
  }
}