@charset "UTF-8";

@media screen and (max-width: 767px) {
  .greeting-flex {
    display: block;
  }
  .greeting-img {
    position: relative;
    left: -5.633333333333333vw;
    padding-bottom: 8.533333333333333vw;
  }
  .greeting-img img {
    min-width: 0;
    width: 80vw;
    height: 68vw;
  }
  .greeting-text {
    padding: 0 5.333333333333333vw;
  }
  .greeting-text .text {
    padding-bottom: 10.666666666666666vw;
  }
  .greeting-text .text P {
    line-height: 2;
  }
  .name {
    text-align: right;
  }
  .name span {
    padding-right: 3.8666666666666667vw;
  }
  .name img {
    width: 26.266666666666666vw;
    height: 4.8vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .company-profile {
    padding: 8.533333333333333vw 0 10.666666666666666vw;
    background-image: url(../../img/company/sp_profile-bg.png);
  }
  .company-profile .table {
    width: 100%;
    margin: 0 auto;
    padding-inline: 5.333333333333333vw;
  }
  .company-profile .table tr {
    border-bottom: 1px solid #dedede;
  }
  .company-profile .table th {
    font-size: 3.466666666666667vw;
    padding: 5.333333333333333vw 0;
    width: 72.066666666666666vw;
    font-weight: 700;
  }
  .company-profile .table td {
    font-size: 3.466666666666667vw;
    padding: 5.333333333333333vw 0;
  }

  .history {
    position: relative;
    margin-bottom: 60.333333333333332vw;
  }
  .history::after {
    position: absolute;
    content: '';
    background-image: url(../../img/company/sp_historydeco.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -48vw;
    right: 0;
    width: 58.4vw;
    height: 51.733333333333334vw;
  }
  .history-ol {
    padding: 0 5.333333333333333vw;
  }
  .history-ol li {
    display: flex;
    align-items: center;
    gap: 10.666666666666666vw;
    padding-bottom: 5.333333333333333vw;
  }
  .h-year {
    text-align: right;
    width: 20vw;
  }
  .h-year .crimson {
    font-family: 'Noto Serif JP', serif;
    font-size: 4.8vw;
    font-weight: 700;
  }
  .h-year span {
    color: #245428;
    font-size: 3.466666666666667vw;
  }
  .h-year span:nth-child(2) {
    font-weight: 500;
  }
  .h-event {
    position: relative;
    width: 57.333333333333336vw;
  }
  .h-event::before {
    position: absolute;
    background-image: url(../../img/company/sp_circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    width: 2.1333333333333333vw;
    height: 2.1333333333333333vw;
    top: 30%;
    left: -6vw;
    color: #245428;
  }
  .h-event::after {
    content: '';
    display: block;
    width: 1px;
    height: 364%;
    background-color: #dedede;
    position: absolute;
    top: 30%;
    left: -5vw;
    z-index: -1;
  }

  .group-companies {
    margin-bottom: 0;
    padding-bottom: 22.4vw;
  }
  .group-list {
    margin: 0 5.333333333333333vw;
    padding-left: 0;
  }

  .company-name p {
    padding-bottom: 3.2vw;
    color: #245428;
    font-weight: 700;
  }
}
