.greeting__symbol {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 1.25rem;
}
.greeting__symbol span {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  transform: rotate(45deg);
  margin-right: 0.3125rem;
}
.greeting__symbol span:nth-child(1) {
  background: var(--primary);
}
.greeting__symbol span:nth-child(2) {
  background: var(--secondary);
}
.greeting__symbol span:nth-child(3) {
  background: var(--tertiary);
}
@media only screen and (max-width: 767px) {
  .greeting__symbol span {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.greeting__line {
  width: 100%;
  height: 0.25rem;
  background: var(--primary);
  margin-bottom: 0;
}
.greeting__quote-box {
  position: relative;
  width: 100%;
  min-height: 32.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem;
}
.greeting__quote-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../../images/about/greeting_box_bg.png") no-repeat center/cover;
}
.greeting__quote-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(248, 248, 248, 0.95);
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .greeting__quote-box {
    min-height: 28rem;
    padding: 3rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .greeting__quote-box {
    min-height: auto;
    padding: 2.5rem 1.25rem;
  }
}
.greeting__quote-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .greeting__quote-content {
    gap: 1.5rem;
  }
}
.greeting__quote-mark {
  display: block;
  width: 1.5rem;
  height: 1.1875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.greeting__quote-mark--start {
  background-image: url("../../../images/about/double_quotes_start.png");
}
.greeting__quote-mark--end {
  background-image: url("../../../images/about/double_quotes_end.png");
}
@media only screen and (max-width: 767px) {
  .greeting__quote-mark {
    width: 1.25rem;
    height: 1rem;
  }
}
.greeting__quote-text {
  font-family: "S-Core Dream", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--primary);
  text-align: center;
  letter-spacing: -0.02em;
}
.greeting__quote-text strong {
  font-weight: 600;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .greeting__quote-text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .greeting__quote-text {
    font-size: 1.125rem;
  }
  .greeting__quote-text br {
    display: none;
  }
}
.greeting__connector {
  width: 1px;
  height: 8.375rem;
  background: var(--primary);
  margin: 0 auto;
  position: relative;
  top: -1.75rem;
}
@media only screen and (max-width: 767px) {
  .greeting__connector {
    height: 4rem;
  }
}
.greeting__philosophy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  padding: 2.625rem 0 2.5rem;
}
@media only screen and (max-width: 767px) {
  .greeting__philosophy {
    padding: 2.5rem 0 1.5rem;
  }
}
.greeting__philosophy-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  padding: 0.25rem 1.25rem;
  background: var(--primary);
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .greeting__philosophy-label {
    height: 2rem;
    padding: 0.25rem 1rem;
    font-size: 0.875rem;
  }
}
.greeting__philosophy-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--font1);
  text-align: center;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .greeting__philosophy-text {
    font-size: 0.9375rem;
  }
  .greeting__philosophy-text br {
    display: none;
  }
}
.greeting__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  padding: 2.5rem 0;
  width: 81.25rem;
  margin: auto;
}
@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .greeting__cards {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .greeting__cards {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .greeting__cards {
    width: 100%;
    gap: 0.75rem;
    padding: 1.5rem 0;
  }
}
.greeting__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 18.75rem;
  height: 12.5rem;
  padding: 1.25rem;
  background: #f8f8fa;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .greeting__card {
    width: calc(25% - 1.25rem);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .greeting__card {
    width: calc(50% - 0.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .greeting__card {
    width: 100%;
    height: auto;
    min-height: 8rem;
    padding: 1rem;
    border-radius: 0.75rem;
  }
}
.greeting__card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--primary);
  border-radius: 50%;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .greeting__card-number {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
}
.greeting__card-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--font1);
  text-align: center;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .greeting__card-text {
    font-size: 0.875rem;
  }
  .greeting__card-text br {
    display: none;
  }
}
.greeting__closing {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 2.5rem 0 0;
}
.greeting__closing p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--font1);
  text-align: center;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .greeting__closing {
    gap: 1.5rem;
    padding: 1.5rem 0 0;
  }
  .greeting__closing p {
    font-size: 0.9375rem;
  }
  .greeting__closing p br {
    display: none;
  }
}