@charset "UTF-8";

/* =========================================================
   trimming intro
   ========================================================= */
.trimming-intro {
  padding: 7.2rem 0;
  background: #fff;
}

.trimming-intro__inner {
  width: min(100% - 32px, 1120px);
  margin-inline: auto;
}

.trimming-intro__head {
  margin-bottom: 3.2rem;
  text-align: center;
}

.trimming-intro__eyebrow {
  margin: 0 0 0.8rem;
  color: var(--color-main-dark);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.trimming-intro__title {
  margin: 0;
  color: #111;
  font-size: clamp(3rem, 3vw, 4.6rem);
  font-weight: 700;
  line-height: 1.3;
}

.trimming-intro__lead {
  max-width: 760px;
  margin: 1.6rem auto 0;
  padding: 1.2rem 2rem;
  border: 1px solid #dce8f0;
  border-radius: 999px;
  background: linear-gradient(180deg, #f8fcfe 0%, #eef6fb 100%);
  color: #4b5563;
  font-size: 1.6rem;
  line-height: 1.8;
  text-wrap: pretty;
}

/* =========================================================
   hero image
   ========================================================= */
.trimming-intro__hero {
  position: relative;
  max-width: 980px;
  margin: 0 auto 4rem;
}

.trimming-intro__hero::before {
  content: "";
  position: absolute;
  top: 16px;
  right: -16px;
  bottom: -16px;
  left: 16px;
  border-radius: 2.4rem;
  background: rgba(220, 236, 247, 0.55);
  z-index: 0;
}

.trimming-intro__hero img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 2rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

/* =========================================================
   notes
   ========================================================= */
.trimming-notes {
  max-width: 980px;
  margin: 0 auto;
  padding: 2.8rem;
  border: 1px solid #dce8f0;
  border-radius: 2rem;
  background: linear-gradient(180deg, #fbfdff 0%, #f8fcfe 100%);
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.04);
}

.trimming-notes__title {
  margin: 0 0 1.8rem;
  color: var(--color-main-dark);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.trimming-notes__list {
  display: grid;
  gap: 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trimming-notes__list li {
  position: relative;
  padding-left: 1.6em;
  color: #374151;
  font-size: 1.7rem;
  line-height: 1.9;
}

.trimming-notes__list li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--color-main-dark);
  transform: translateY(-50%);
}

/* =========================================================
   message block
   ========================================================= */
.trimming-message {
  display: grid;
  grid-template-columns: 480px minmax(0, 1fr);
  gap: 3.2rem;
  align-items: center;
  max-width: 980px;
  margin: 4.8rem auto 0;
  padding: 2.8rem;
  border-radius: 2.4rem;
  background: #fff;
  border: 1px solid #dce8f0;
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.04);
}

.trimming-message__image img {
  display: block;
  width: 100%;
  border-radius: 1.8rem;
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.06);
}

.trimming-message__body p {
  margin: 0;
  color: #374151;
  font-size: 1.8rem;
  line-height: 2;
}

/* =========================================================
   responsive
   ========================================================= */
@media screen and (max-width: 900px) {
  .trimming-message {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .trimming-intro {
    padding: 5.6rem 0;
  }

  .trimming-intro__inner {
    width: min(100% - 24px, 1120px);
  }

  .trimming-intro__head {
    margin-bottom: 2.4rem;
    text-align: left;
  }

  .trimming-intro__title {
    font-size: clamp(2.8rem, 8vw, 3.8rem);
  }

  .trimming-intro__lead {
    max-width: none;
    margin-top: 1.4rem;
    padding: 1.1rem 1.4rem;
    border-radius: 1.4rem;
    font-size: 1.5rem;
    line-height: 1.75;
  }

  .trimming-intro__hero {
    margin-bottom: 3.2rem;
  }

  .trimming-intro__hero::before {
    top: 10px;
    right: -10px;
    bottom: -10px;
    left: 10px;
    border-radius: 1.8rem;
  }

  .trimming-intro__hero img {
    border-radius: 1.6rem;
  }

  .trimming-notes {
    padding: 2rem 1.6rem;
    border-radius: 1.4rem;
  }

  .trimming-notes__title {
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }

  .trimming-notes__list {
    gap: 1.2rem;
  }

  .trimming-notes__list li {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .trimming-message {
    gap: 2rem;
    margin-top: 3.2rem;
    padding: 2rem 1.6rem;
    border-radius: 1.6rem;
  }

  .trimming-message__image img {
    border-radius: 1.4rem;
  }

  .trimming-message__body p {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}

/* =========================================================
   trimming fee
   ========================================================= */
.trimming-fee {
  padding: 7.2rem 0;
  background: #fbfdff;
}

.trimming-fee__inner {
  width: min(100% - 32px, 1120px);
  margin-inline: auto;
}

.trimming-fee__head {
  margin-bottom: 3.2rem;
  text-align: center;
}

.trimming-fee__eyebrow {
  margin: 0 0 0.8rem;
  color: var(--color-main-dark);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.trimming-fee__title {
  margin: 0;
  color: #111;
  font-size: clamp(3rem, 3vw, 4.2rem);
  font-weight: 700;
  line-height: 1.3;
}

.trimming-fee__table-wrap {
  overflow: visible;
}

.trimming-fee__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #dce8f0;
  border-radius: 1.8rem;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.04);
}

.trimming-fee__table thead th {
  padding: 1.6rem 1.8rem;
  background: #eef6fb;
  color: var(--color-main-dark);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #dce8f0;
}

.trimming-fee__table tbody th,
.trimming-fee__table tbody td {
  padding: 1.4rem 1.8rem;
  border-bottom: 1px solid #dce8f0;
  font-size: 1.7rem;
  line-height: 1.7;
  vertical-align: middle;
}

.trimming-fee__table tbody tr:last-child th,
.trimming-fee__table tbody tr:last-child td {
  border-bottom: none;
}

.trimming-fee__table tbody tr:nth-child(odd) th,
.trimming-fee__table tbody tr:nth-child(odd) td {
  background: #fbfdff;
}

.trimming-fee__table tbody tr:nth-child(even) th,
.trimming-fee__table tbody tr:nth-child(even) td {
  background: #f5fafd;
}

.trimming-fee__table tbody th {
  width: 60%;
  text-align: left;
  font-weight: 700;
  color: #2d3748;
}

.trimming-fee__table tbody td {
  width: 20%;
  text-align: right;
  font-weight: 700;
  color: var(--color-main-dark);
  white-space: nowrap;
}

.trimming-fee__note {
  margin: 1.6rem 0 0;
  color: #5b6776;
  font-size: 1.4rem;
  line-height: 1.7;
}

/* =========================================================
   responsive
   ========================================================= */
@media screen and (max-width: 767px) {
  .trimming-fee {
    padding: 5.6rem 0;
  }
  .trimming-fee__table tbody td {

    white-space: nowrap;

  }
  

  .trimming-fee__inner {
    width: min(100% - 24px, 1120px);
  }

  .trimming-fee__head {
    margin-bottom: 2.4rem;
    text-align: left;
  }

  .trimming-fee__title {
    font-size: clamp(2.8rem, 8vw, 3.8rem);
  }

  .trimming-fee__table,
  .trimming-fee__table thead,
  .trimming-fee__table tbody,
  .trimming-fee__table tr,
  .trimming-fee__table th,
  .trimming-fee__table td {
    display: block;
    width: 100%;
  }

  .trimming-fee__table {
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .trimming-fee__table thead {
    display: none;
  }

  .trimming-fee__table tbody {
    display: grid;
    gap: 1rem;
  }

  .trimming-fee__table tr {
    border: 1px solid #dce8f0;
    border-radius: 1.2rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 16px rgba(22, 90, 167, 0.04);
  }

  .trimming-fee__table tbody tr:nth-child(odd) th,
  .trimming-fee__table tbody tr:nth-child(odd) td,
  .trimming-fee__table tbody tr:nth-child(even) th,
  .trimming-fee__table tbody tr:nth-child(even) td {
    background: #fff;
  }

  .trimming-fee__table tbody th {
    padding: 1.2rem 1.4rem 0.8rem;
    border-bottom: none;
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .trimming-fee__table tbody td {
    padding: 0 1.4rem 1rem;
    border-bottom: none;
    text-align: left;
    font-size: 1.55rem;
    line-height: 1.6;
    
  }

  .trimming-fee__table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.3rem;
    color: #5b6776;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
  }

  .trimming-fee__note {
    margin-top: 1.2rem;
    font-size: 1.3rem;
  }
}

/* =========================================================
   trimming license
   ========================================================= */
.trimming-license {
  padding: 7.2rem 0;
  background: #fff;
}

.trimming-license__inner {
  width: min(100% - 32px, 1120px);
  margin-inline: auto;
}

.trimming-license__head {
  margin-bottom: 3.2rem;
  text-align: center;
}

.trimming-license__eyebrow {
  margin: 0 0 0.8rem;
  color: var(--color-main-dark);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.trimming-license__title {
  margin: 0;
  color: #111;
  font-size: clamp(2.8rem, 3vw, 4rem);
  font-weight: 700;
  line-height: 1.3;
}

.trimming-license__table-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.trimming-license__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #cfe0eb;
  border-radius: 1.8rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.04);
}

.trimming-license__table th,
.trimming-license__table td {
  padding: 1.6rem 2rem;
  border-bottom: 1px solid #cfe0eb;
  font-size: 1.7rem;
  line-height: 1.8;
  vertical-align: top;
}

.trimming-license__table tbody tr:last-child th,
.trimming-license__table tbody tr:last-child td {
  border-bottom: none;
}

.trimming-license__table tbody tr:nth-child(odd) th,
.trimming-license__table tbody tr:nth-child(odd) td {
  background: #fbfdff;
}

.trimming-license__table tbody tr:nth-child(even) th,
.trimming-license__table tbody tr:nth-child(even) td {
  background: #f5fafd;
}

.trimming-license__table th {
  width: 34%;
  color: var(--color-main-dark);
  font-weight: 700;
  text-align: left;
  background: #eef6fb;
}

.trimming-license__table td {
  color: #374151;
}

/* =========================================================
   responsive
   ========================================================= */
@media screen and (max-width: 767px) {
  .trimming-license {
    padding: 5.6rem 0;
  }

  .trimming-license__inner {
    width: min(100% - 24px, 1120px);
  }

  .trimming-license__head {
    margin-bottom: 2.4rem;
    text-align: left;
  }

  .trimming-license__title {
    font-size: clamp(2.6rem, 8vw, 3.6rem);
  }

  .trimming-license__table,
  .trimming-license__table tbody,
  .trimming-license__table tr,
  .trimming-license__table th,
  .trimming-license__table td {
    display: block;
    width: 100%;
  }

  .trimming-license__table {
    border-radius: 1.4rem;
  }

  .trimming-license__table tr {
    border-bottom: 1px solid #cfe0eb;
  }

  .trimming-license__table tbody tr:last-child {
    border-bottom: none;
  }

  .trimming-license__table th,
  .trimming-license__table td {
    padding: 1.2rem 1.4rem;
    border-bottom: none;
    font-size: 1.5rem;
    line-height: 1.75;
  }

  .trimming-license__table th {
    padding-bottom: 0.6rem;
  }

  .trimming-license__table td {
    padding-top: 0;
  }

  .trimming-license__table tbody tr:nth-child(odd) th,
  .trimming-license__table tbody tr:nth-child(odd) td,
  .trimming-license__table tbody tr:nth-child(even) th,
  .trimming-license__table tbody tr:nth-child(even) td {
    background: #fff;
  }
}