@media print, screen and (min-width: 780.1px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1920px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
}

/* Main Layout */
@media print, screen and (min-width: 780.1px) {
  .partnership-main {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .partnership-main {
    padding-top: 35.8974358974vw;
    padding-bottom: 20.5128205128vw;
  }
}

.partnership-container {
  margin: 0 auto;
}
@media print, screen and (min-width: 780.1px) {
  .partnership-container {
    max-width: 1126px;
  }
}
/* Partnership Header */
@media print, screen and (min-width: 780.1px) {
  .partnership-header {
    padding-top: 84px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 780px) {
  .partnership-header {
    margin-bottom: 19.4871794872vw;
  }
}

.title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.title-line {
  display: block;
  margin: 0;
  color: #262626;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: var(--font-en);
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 0.96;
  -webkit-transform: rotate(-6.5deg);
          transform: rotate(-6.5deg);
}
@media print, screen and (min-width: 780.1px) {
  .title-line {
    margin-left: 3px;
    font-size: 120px;
  }
}
@media screen and (max-width: 780px) {
  .title-line {
    padding-top: 0.5128205128vw;
    margin-left: 0.5128205128vw;
    font-size: 12.3076923077vw;
  }
}

/* Partnership Content */
.partnership-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 780.1px) {
  .partnership-content {
    gap: 64px;
  }
}
@media screen and (max-width: 780px) {
  .partnership-content {
    gap: 10.2564102564vw;
  }
}

/* Introduction Section */
.intro-section {
  width: 100%;
  max-width: 1126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (min-width: 780.1px) {
  .intro-section {
    gap: 40px;
  }
}
@media screen and (max-width: 780px) {
  .intro-section {
    gap: 6.1538461538vw;
  }
}

.intro-title {
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #262626;
  margin: 0;
}
@media print, screen and (min-width: 780.1px) {
  .intro-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 780px) {
  .intro-title {
    font-size: 5.1282051282vw;
  }
}

.intro-description {
  font-family: var(--font-jp);
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #262626;
  margin: 0;
}
@media print, screen and (min-width: 780.1px) {
  .intro-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .intro-description {
    font-size: 3.5897435897vw;
  }
}

/* Section Titles */
.section-title,
.wp-block-heading {
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: left;
  color: #262626;
}
@media print, screen and (min-width: 780.1px) {
  .section-title,
  .wp-block-heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 780px) {
  .section-title,
  .wp-block-heading {
    font-size: 4.1025641026vw;
  }
}

/* Partner Types Section */
.partner-types-section {
  width: 100%;
  max-width: 1126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 780.1px) {
  .partner-types-section {
    gap: 40px;
  }
}
@media screen and (max-width: 780px) {
  .partner-types-section {
    margin-top: 4.1025641026vw;
    gap: 6.1538461538vw;
  }
}

.partner-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 780.1px) {
  .partner-cards {
    gap: 16px;
  }
}
@media screen and (max-width: 780px) {
  .partner-cards {
    gap: 4.1025641026vw;
  }
}

.partner-card {
  background-color: var(--Gray-3);
  border: 1px solid var(--Gray-4);
}
@media print, screen and (min-width: 780.1px) {
  .partner-card {
    padding: 39px 40px;
  }
}
@media screen and (max-width: 780px) {
  .partner-card {
    padding: 7.9487179487vw 8.2051282051vw 7.9487179487vw 8.2051282051vw;
  }
}

.card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 780.1px) {
  .card-inner {
    gap: 10px;
  }
}
@media screen and (max-width: 780px) {
  .card-inner {
    gap: 2.5641025641vw;
  }
}

.card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media print, screen and (min-width: 780.1px) {
  .card-content {
    max-width: 1046px;
  }
}

.card-title {
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  color: #262626;
  margin: 0;
}
@media print, screen and (min-width: 780.1px) {
  .card-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .card-title {
    font-size: 4.1025641026vw;
  }
}

.card-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.card-subtitle {
  margin: 0;
  font-family: var(--font-jp);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #262626;
}
@media print, screen and (min-width: 780.1px) {
  .card-subtitle {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 780px) {
  .card-subtitle {
    margin-top: 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
}

.card-text {
  font-family: var(--font-jp);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #262626;
  margin: 0;
}
@media print, screen and (min-width: 780.1px) {
  .card-text {
    font-size: 16px;
    max-width: 1044px;
  }
}
@media screen and (max-width: 780px) {
  .card-text {
    margin-top: 0.5128205128vw;
    font-size: 3.5897435897vw;
  }
}

/* Partner Requirements Section */
.partner-requirements-section {
  width: 100%;
  max-width: 1126px;
}
@media print, screen and (min-width: 780.1px) {
  .partner-requirements-section {
    gap: 40px;
  }
}
@media screen and (max-width: 780px) {
  .partner-requirements-section {
    gap: 6.1538461538vw;
  }
}

@media print, screen and (min-width: 780.1px) {
  .wp-block-table,
  .table-container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 780px) {
  .wp-block-table,
  .table-container {
    margin-top: 6.1538461538vw;
    overflow-x: auto;
    width: 100vw;
    margin-left: calc(-1 * var(--sp-margin));
    -webkit-overflow-scrolling: touch;
    padding-left: var(--sp-margin);
  }
}

.wp-block-table table,
.requirements-table {
  border-collapse: separate;
  border-spacing: 1px;
}
@media print, screen and (min-width: 780.1px) {
  .wp-block-table table,
  .requirements-table {
    width: 1126px;
  }
}
@media screen and (max-width: 780px) {
  .wp-block-table table,
  .requirements-table {
    width: 138.7179487179vw;
    min-width: 138.7179487179vw;
  }
}

@media print, screen and (min-width: 780.1px) {
  .wp-block-table table tr,
  .table-row {
    height: auto;
  }
}
@media screen and (max-width: 780px) {
  .wp-block-table table tr,
  .table-row {
    height: auto;
  }
}
.wp-block-table table tr:first-child th:first-child,
.wp-block-table table tr:first-child .table-cell:first-child, .wp-block-table table tr.header-row th:first-child,
.wp-block-table table tr.header-row .table-cell:first-child,
.table-row:first-child th:first-child,
.table-row:first-child .table-cell:first-child,
.table-row.header-row th:first-child,
.table-row.header-row .table-cell:first-child {
  background-color: #AEB9C0;
}

.wp-block-table table thead tr th,
.wp-block-table table tbody tr td,
.table-cell {
  border: none;
  color: #262626;
  font-family: var(--font-jp);
  vertical-align: middle;
}
@media print, screen and (min-width: 780.1px) {
  .wp-block-table table thead tr th,
  .wp-block-table table tbody tr td,
  .table-cell {
    padding: 22px 20px;
  }
}
@media screen and (max-width: 780px) {
  .wp-block-table table thead tr th,
  .wp-block-table table tbody tr td,
  .table-cell {
    padding: 4.2307692308vw 4.1025641026vw;
  }
}
.wp-block-table table thead tr th.header-cell,
.wp-block-table table tbody tr td.header-cell,
.table-cell.header-cell {
  background-color: var(--Gray-2);
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
}
@media print, screen and (min-width: 780.1px) {
  .wp-block-table table thead tr th.header-cell,
  .wp-block-table table tbody tr td.header-cell,
  .table-cell.header-cell {
    width: 145px;
    font-size: 16px;
  }
  .wp-block-table table thead tr th.header-cell:not(:first-child),
  .wp-block-table table tbody tr td.header-cell:not(:first-child),
  .table-cell.header-cell:not(:first-child) {
    width: 326px;
  }
}
@media screen and (max-width: 780px) {
  .wp-block-table table thead tr th.header-cell,
  .wp-block-table table tbody tr td.header-cell,
  .table-cell.header-cell {
    font-size: 3.5897435897vw;
    line-height: 1.3em;
    text-align: left;
  }
  .wp-block-table table thead tr th.header-cell:first-child,
  .wp-block-table table tbody tr td.header-cell:first-child,
  .table-cell.header-cell:first-child {
    width: 28.4615384615vw;
  }
  .wp-block-table table thead tr th.header-cell:nth-child(2),
  .wp-block-table table tbody tr td.header-cell:nth-child(2),
  .table-cell.header-cell:nth-child(2) {
    width: 55.8974358974vw;
  }
  .wp-block-table table thead tr th.header-cell:nth-child(3),
  .wp-block-table table tbody tr td.header-cell:nth-child(3),
  .table-cell.header-cell:nth-child(3) {
    width: 54.358974359vw;
  }
}
.wp-block-table table thead tr th.header-cellth:first-child, .wp-block-table table thead tr th.header-cell.empty-header,
.wp-block-table table tbody tr td.header-cellth:first-child,
.wp-block-table table tbody tr td.header-cell.empty-header,
.table-cell.header-cellth:first-child,
.table-cell.header-cell.empty-header {
  background-color: var(--Gray-1);
}
@media print, screen and (min-width: 780.1px) {
  .wp-block-table table thead tr th.header-cellth:first-child, .wp-block-table table thead tr th.header-cell.empty-header,
  .wp-block-table table tbody tr td.header-cellth:first-child,
  .wp-block-table table tbody tr td.header-cell.empty-header,
  .table-cell.header-cellth:first-child,
  .table-cell.header-cell.empty-header {
    width: 145px;
  }
}
@media screen and (max-width: 780px) {
  .wp-block-table table thead tr th.header-cellth:first-child, .wp-block-table table thead tr th.header-cell.empty-header,
  .wp-block-table table tbody tr td.header-cellth:first-child,
  .wp-block-table table tbody tr td.header-cell.empty-header,
  .table-cell.header-cellth:first-child,
  .table-cell.header-cell.empty-header {
    width: 28.4615384615vw;
  }
}
.wp-block-table table thead tr thtd:first-child, .wp-block-table table thead tr th.category-cell,
.wp-block-table table tbody tr tdtd:first-child,
.wp-block-table table tbody tr td.category-cell,
.table-celltd:first-child,
.table-cell.category-cell {
  background-color: var(--Gray-2);
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 780.1px) {
  .wp-block-table table thead tr thtd:first-child, .wp-block-table table thead tr th.category-cell,
  .wp-block-table table tbody tr tdtd:first-child,
  .wp-block-table table tbody tr td.category-cell,
  .table-celltd:first-child,
  .table-cell.category-cell {
    width: 145px;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .wp-block-table table thead tr thtd:first-child, .wp-block-table table thead tr th.category-cell,
  .wp-block-table table tbody tr tdtd:first-child,
  .wp-block-table table tbody tr td.category-cell,
  .table-celltd:first-child,
  .table-cell.category-cell {
    font-size: 3.5897435897vw;
    min-width: 28.4615384615vw;
    text-align: left;
  }
}
.wp-block-table table thead tr thtd, .wp-block-table table thead tr th.content-cell,
.wp-block-table table tbody tr tdtd,
.wp-block-table table tbody tr td.content-cell,
.table-celltd,
.table-cell.content-cell {
  background-color: var(--Gray-3);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 780.1px) {
  .wp-block-table table thead tr thtd, .wp-block-table table thead tr th.content-cell,
  .wp-block-table table tbody tr tdtd,
  .wp-block-table table tbody tr td.content-cell,
  .table-celltd,
  .table-cell.content-cell {
    width: 326px;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .wp-block-table table thead tr thtd, .wp-block-table table thead tr th.content-cell,
  .wp-block-table table tbody tr tdtd,
  .wp-block-table table tbody tr td.content-cell,
  .table-celltd,
  .table-cell.content-cell {
    font-size: 3.5897435897vw;
    min-width: 55.8974358974vw;
    text-align: left;
  }
}

.wp-block-table table thead tr th {
  background-color: var(--Gray-2);
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
}
@media print, screen and (min-width: 780.1px) {
  .wp-block-table table thead tr th {
    width: 145px;
    font-size: 16px;
  }
  .wp-block-table table thead tr th:not(:first-child) {
    width: 326px;
  }
}
@media screen and (max-width: 780px) {
  .wp-block-table table thead tr th {
    font-size: 3.5897435897vw;
    line-height: 1.3em;
    text-align: left;
  }
  .wp-block-table table thead tr th:first-child {
    width: 28.4615384615vw;
  }
  .wp-block-table table thead tr th:nth-child(2) {
    width: 55.8974358974vw;
  }
  .wp-block-table table thead tr th:nth-child(3) {
    width: 54.358974359vw;
  }
}
.wp-block-table table thead tr th:first-child {
  background-color: var(--Gray-1);
}
@media print, screen and (min-width: 780.1px) {
  .wp-block-table table thead tr th:first-child {
    width: 145px;
  }
}
@media screen and (max-width: 780px) {
  .wp-block-table table thead tr th:first-child {
    width: 28.4615384615vw;
  }
}

.wp-block-table table tbody tr td {
  background-color: var(--Gray-3);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 780.1px) {
  .wp-block-table table tbody tr td {
    width: 326px;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .wp-block-table table tbody tr td {
    font-size: 3.5897435897vw;
    min-width: 55.8974358974vw;
    text-align: left;
  }
}
.wp-block-table table tbody tr td:first-child {
  background-color: var(--Gray-2);
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 780.1px) {
  .wp-block-table table tbody tr td:first-child {
    width: 145px;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .wp-block-table table tbody tr td:first-child {
    font-size: 3.5897435897vw;
    min-width: 28.4615384615vw;
    text-align: left;
  }
}

/* Contact Section */
.contact-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-card {
  background-color: var(--Gray-3);
  border: 1px solid var(--Gray-4);
}
@media print, screen and (min-width: 780.1px) {
  .contact-card {
    width: 894px;
    padding: 47.5px 64px;
  }
}
@media screen and (max-width: 780px) {
  .contact-card {
    width: 84.6153846154vw;
    height: 74.358974359vw;
    padding: 8.2051282051vw;
  }
}

.contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 780.1px) {
  .contact-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
@media screen and (max-width: 780px) {
  .contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.1538461538vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.contact-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 780.1px) {
  .contact-text {
    gap: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 780px) {
  .contact-text {
    gap: 4.1025641026vw;
  }
}

.contact-title {
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  color: #262626;
  margin: 0;
}
@media print, screen and (min-width: 780.1px) {
  .contact-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 780px) {
  .contact-title {
    font-size: 4.1025641026vw;
  }
}

.contact-description {
  font-family: var(--font-jp);
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #262626;
  margin: 0;
}
@media print, screen and (min-width: 780.1px) {
  .contact-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .contact-description {
    font-size: 3.5897435897vw;
  }
}

.contact-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 780px) {
  .contact-button {
    margin-top: 0;
  }
}

.btn_primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(135deg, #FF8F43 12%, #0C6BA5 91%);
  border-radius: 100px;
  text-decoration: none;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 780.1px) {
  .btn_primary {
    width: 200px;
    height: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 780px) {
  .btn_primary {
    width: 68.2051282051vw;
    height: 16.4102564103vw;
    font-size: 4.6153846154vw;
  }
}

/* Responsive adjustments */
@media print, screen and (max-width: 960px) and (min-width: 780.1px) {
  .partnership-container {
    padding: 0 40px;
  }
  .title-group {
    width: 100%;
    max-width: 800px;
  }
  .partner-types-section,
  .partner-requirements-section {
    width: 100%;
  }
}