.heading {
  background-image: url(../../../../../images/company/main.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100%;
  position: relative;
  padding-top: 7rem;
  padding-bottom: 8.7rem;
}

@media (max-width: 768px) {
  .heading {
    background-image: url(../../../../../images/company/main-sp.jpg);
    padding-top: 3.6rem;
    padding-bottom: 5.2rem;
    background-size: cover;
  }
}
.heading-title {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.7;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  color: #A22946;
}

@media (max-width: 768px) {
  .heading-title {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.4;
  }
}
.heading-description-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .heading-description-wrapper {
    padding-inline: 1.6rem;
  }
}
.heading-description {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4;
  text-align: center;
  color: #A22946;
}

@media (max-width: 768px) {
  .heading-description {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.greeting {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media (max-width: 768px) {
  .greeting {
    padding-top: 5.2rem;
    padding-bottom: 5.2rem;
    padding-inline: 1.6rem;
  }
}
.greeting-container {
  max-width: 110rem;
  margin-inline: auto;
  border: 2px solid #FCE7F3;
  border-radius: 3rem;
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
}

.greeting-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  color: #A22946;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}

@media (max-width: 768px) {
  .greeting-title {
    font-size: 3.2rem;
    gap: 1.6rem;
  }
}
.greeting-title-decoration {
  width: 23.8rem;
  display: flex;
}

@media (max-width: 768px) {
  .greeting-title-decoration {
    width: 18rem;
  }
}
.greeting-title-decoration-image {
  width: 100%;
  height: auto;
}

.greeting-description {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .greeting-description {
    font-size: 1.7rem;
  }
}
.greeting-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 4rem;
}

.greeting-content-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
}

@media (max-width: 768px) {
  .greeting-content-text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.greeting-signature {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #A22946;
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .greeting-signature {
    flex-direction: column;
  }
}
.greeting-signature-company {
  font-size: 1.6rem;
}

.info {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #FFFAFA;
}

.info-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  padding-bottom: 3.6rem;
  text-align: center;
}
.info-title::before {
  content: "";
  position: absolute;
  width: 13.2rem;
  height: 0.3rem;
  background-color: #A22946;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .info-title {
    font-size: 3.2rem;
    padding-bottom: 4rem;
  }
}

.info-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #A22946;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-bottom: 1.6rem;
}

.info-list {
  max-width: 110rem;
  margin-inline: auto;
  border: 2px solid #FCE7F3;
  border-radius: 3rem;
  padding: 2.8rem 13.2rem;
  margin-top: 4rem;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .info-list {
    padding: 2.4rem 1.6rem;
    width: calc(100% - 3.2rem);
  }
}
.info-item {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 3.2rem 2.4rem;
}
.info-item:not(:first-child) {
  border-top: 1px solid #CCCCCC;
}

.info-item-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #A22946;
  letter-spacing: 0.04em;
  width: 10rem;
}

@media (max-width: 768px) {
  .info-item-title {
    width: 8rem;
  }
}
.info-item-detail {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000000;
  letter-spacing: 0.04em;
  flex: 1;
}

.info-item-detail-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.info-item-detail-link {
  font-size: 1.5rem;
  color: #2F83B7;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  margin-top: 1.2rem;
  display: inline-block;
}
