@charset "UTF-8";

.greeting-flex {
  display: flex;
  gap: 88px;
}
.greeting-img {
  position: relative;
  left: -61px;
}
.greeting-img img {
  min-width: 486px;
  width: 100%;
  height: auto;
}
.greeting-text {
  padding-top: 32px;
  padding-right: 120px;
}
.greeting-text .text {
  padding-bottom: 40px;
}
.greeting-text .text P {
  line-height: 2;
}
.name {
  text-align: right;
}
.name span {
  padding-right: 16px;
}
.company-profile {
  padding: 40px 0;
  background-image: url(../../img/company/profile-bg.png);
}
.company-profile .table {
  width: 940px;
  margin: 0 auto;
}
.company-profile .table tr {
  border-bottom: 1px solid #dedede;
}
.company-profile .table th {
  padding: 24px 0;
  width: 173px;
  font-weight: 700;
}
.company-profile .table td {
  padding: 24px 0;
  width: 764px;
  line-height: 1.7;
}

.history {
  position: relative;
}
.history::after {
  position: absolute;
  content: '';
  background-image: url(../../img/company/historydeco.png);
  bottom: 0;
  right: 0;
  width: 385px;
  height: 282px;
}
.history-ol {
  padding-left: 60px;
}
.history-ol li {
  display: flex;
  align-items: center;
  gap: 120px;
  padding-bottom: 56px;
}
.h-year {
  width: 145px;
}
.h-year .crimson {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 700;
}
.h-year span {
  color: #245428;
}
.h-year span:nth-child(2) {
  font-weight: 500;
}
.h-event {
  position: relative;
}
.h-event::before {
  position: absolute;
  background-image: url(../../img/company/circle.png);
  background-size: contain;
  background-position: center;
  content: '';
  width: 9px;
  height: 9px;
  top: 10px;
  left: -65px;
  color: #245428;
}
.h-event::after {
  content: '';
  display: block;
  width: 1px;
  height: 364%;
  background-color: #dedede;
  position: absolute;
  left: -61px;
  top: 14px;
  z-index: -1;
}

.group-companies {
  margin-bottom: 376px;
}
.company-name p {
  padding-bottom: 24px;
  color: #245428;
  font-weight: 700;
}
.group-list {
  padding-left: 60px;
}
