@charset "utf-8";

.common-cta-link {
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-block: 1.4375rem;
  padding-inline: 1.25rem 12.5rem;
  position: relative;
  white-space: nowrap;
  width: min(80%, 300px);
}

.common-cta-link::after {
  aspect-ratio: 5/10;
  background: url(../images/icon_chevron-right.png) no-repeat center center/cover;
  content: "";
  height: auto;
  position: absolute;
  right: 1.5em;
  top: 50%;
  translate: 0 -50%;
  width: 5px;
}

.common-header-group {
  color: #272a2c;
}

.common-header-group__title-en {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 1.9814712389rem + 2.2123893805vw, 3.75rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.common-header-group__title-ja {
  font-size: 1rem;
  font-size: clamp(1rem, 0.8444413717rem + 0.6637168142vw, 1.375rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-block-start: 0.875rem;
}

.common-message-section {
  color: #272a2c;
}

.common-message-section__title {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}

.common-message-section__mainMessage {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.3962942478rem + 0.4424778761vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-block-start: clamp(1.25rem, 0.783324115rem + 1.9911504425vw, 2.375rem);
  text-decoration: underline;
}

.common-message-section__mainMessage + .common-message-section__mainMessage {
  margin-block-start: 0;
}

.common-message-section__text {
  font-family: "Noto Serif JP";
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-block-start: clamp(1.25rem, 0.8870298673rem + 1.5486725664vw, 2.125rem);
}

.common-message-section__text + .common-message-section__text {
  margin-block-start: 0.625rem;
}

.common-table {
  border-block: 1px solid #b9babb;
  border-collapse: collapse;
  display: grid;
  table-layout: fixed;
}

.common-table__row {
  border-bottom: 1px solid #b9babb;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: 100px 1fr;
}

.common-table__row:last-child {
  border-bottom: none;
}

@media screen and (width >= 768px) {
  .common-table__row {
    grid-template-columns: 160px 1fr;
  }
}

.common-table__cell {
  color: #272a2c;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-block: clamp(1rem, 0.6888827434rem + 1.3274336283vw, 1.75rem);
  padding-inline-start: 0;
  padding-inline-start: clamp(1.25rem, 0.4722068584rem + 3.3185840708vw, 3.125rem);
  text-align: left;
}

.common-table__header {
  border-right: 1px solid #d6d6d6;
  padding-inline-start: 0;
}