@charset "UTF-8";
.p-ceo-message__intro {
  background: radial-gradient(#edbc4d 0%, #e67b35 90.68%, #d55613 100%);
  color: #171717;
  margin-top: -170rem;
  padding: 124rem 0 64rem;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__intro {
    margin-top: -660rem;
    padding: 624rem 0 70rem;
  }
}
.p-ceo-message__name {
  display: flex;
  gap: 16rem;
  align-items: center;
  margin-bottom: 55rem;
}
.p-ceo-message__name-role {
  font-size: 12rem;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__name-role {
    font-size: 15rem;
  }
}
.p-ceo-message__name-text {
  font-size: 16rem;
  font-weight: 500;
  margin-top: -0.1em;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__name-text {
    font-size: 20rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ceo-message__lead-title {
    font-size: 20rem;
  }
}
.p-ceo-message__card-list {
  display: grid;
  gap: 20rem;
  margin-top: 40rem;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__card-list {
    margin-top: 70rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 38rem;
  }
}
.p-ceo-message__card-item {
  padding: 20rem 16rem;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__card-item {
    padding: 32rem;
  }
}
.p-ceo-message__card-item::before {
  content: "";
  background: linear-gradient(to bottom, rgba(234, 153, 0, 0.3) 0 0%, rgba(239, 124, 3, 0.3) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  display: block;
}
.p-ceo-message__card-item > * {
  position: relative;
}
.p-ceo-message__card-label {
  font-size: 12rem;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__card-label {
    text-align: left;
  }
}
.p-ceo-message__card-title {
  font-size: 20rem;
  font-weight: 500;
  text-align: center;
  margin: 16rem 0;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__card-title {
    text-align: left;
    margin: 20rem 0 70rem;
  }
}
.p-ceo-message__career {
  background: #fff;
  color: #171717;
  padding: 60rem 0;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__career {
    padding: 76rem 0;
  }
}
.p-ceo-message__career-grid {
  margin-bottom: 40rem;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__career-grid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ceo-message__career-title {
    font-size: 20rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__career-title {
    margin-bottom: 0;
  }
}
.p-ceo-message__value {
  padding: 60rem 0 90rem;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__value {
    padding: 90rem 0;
  }
}
.p-ceo-message__value-title {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .p-ceo-message__value-title {
    font-size: 20rem;
  }
}
.p-ceo-message__value-figure {
  margin: 32rem 0 40rem;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__value-figure {
    margin: 60rem 0 0;
    width: 502rem;
  }
}
.p-ceo-message__value-text {
  margin: 0 0 1.8em;
}
.p-ceo-message__value-text:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__philosophy {
    padding: 0 0 40rem;
  }
}
.p-ceo-message__philosophy-title {
  margin-bottom: 32rem;
}
.p-ceo-message__philosophy-item {
  display: grid;
  grid-template-columns: 80rem 1fr;
  padding: 40rem 0;
  border-top: 1px solid rgba(112, 112, 112, 0.4);
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__philosophy-item {
    grid-template-columns: 200rem 1fr;
    padding: 56rem 0;
  }
}
.p-ceo-message__philosophy-term {
  font-size: 12rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__philosophy-term {
    font-size: 17rem;
    padding-top: 24rem;
  }
}
.p-ceo-message__philosophy-en {
  font-size: 28rem;
  font-family: "Krona One", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__philosophy-en {
    font-size: 53rem;
  }
}
.p-ceo-message__philosophy-copy {
  font-size: 20rem;
  font-weight: 600;
  color: #EA9900;
  margin: 24rem 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__philosophy-copy {
    font-size: 40rem;
    margin: 40rem 0 24rem;
  }
}
.p-ceo-message__philosophy-text {
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__philosophy-text {
    font-size: 20rem;
  }
}
.p-ceo-message__value-list {
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  margin-top: 20rem;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__value-list {
    margin-top: 40rem;
  }
}
.p-ceo-message__value-item {
  display: grid;
  padding: 16rem 0;
  gap: 13rem;
  border-top: 1px solid rgba(112, 112, 112, 0.4);
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__value-item {
    grid-template-columns: 270rem 1fr;
    align-items: center;
    padding: 24rem 0;
  }
}
.p-ceo-message__value-term {
  color: #EA9900;
  font-size: 16rem;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__value-term {
    font-size: 20rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-ceo-message__value-desc {
    font-size: 20rem;
  }
}/*# sourceMappingURL=ceo-message.css.map */