@charset "UTF-8";
/* divideContents */
/* Updated 2025/04/01.T */

.title-background01.lazyloaded::before {
  background: url("/aboutus/img/index_bg_01.jpg") no-repeat;
  background-size: cover;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .ttl-img01 > .img {
    width: auto;
    height: 33px;
  }
  .ttl-img02 > .img {
    width: auto;
    height: 15px;
  }
}
.card-box01 .detail-list01 {
  line-height: 1.75;
}
.card-box01 .detail-list01 > .title {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
.card-box01 .detail-list01 > .detail {
  margin-top: 16px;
  font-size: 1.6rem;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .card-box01 .detail-list01 > .title {
    font-size: 1.8rem;
  }
  .card-box01 .detail-list01 > .detail {
    font-size: 1.4rem;
  }
}

.greeting > .text {
  font-size: 1.4rem;
}
.greeting > .text .txt01 {
  line-height: 2.4;
}
.greeting > .text .txt01:not(:first-child) {
  margin-top: .5em;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .greeting {
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: center;
  }
  .greeting > .img {
    margin-left: 80px;
    flex-shrink: 0;
  }
  .greeting > .text {
    padding: 47px 0 0 34px;
    flex: 1;
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .greeting {
    margin-top: 24px;
  }
  .greeting > .text {
    margin-top: 24px;
  }
  .greeting > .text ._t-right {
    margin-top: 32px;
  }
}
