/* =========================
（下層ページ共通）
========================= */

/* reCAPTCHA v3 バッジ非表示（注意文を別途表示している前提） */
.grecaptcha-badge {
  visibility: hidden;
}


input,
textarea,
select {
  box-sizing: border-box;
}
.sub-hero {
  position: relative;
  overflow: hidden;
}

.sub-hero__media {
  position: relative;
  width: 100%;
}
.sub-hero__img {
  display: block;
  width: 100%;
  height: auto;
}
.sub-hero__inner {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  z-index: 2;
}

.sub-hero__title {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: var(--fz80);
  line-height: 1;
  letter-spacing: 0.05em;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.7);
}

.breadcrumb-box {
  position: relative;
  width: 80%;
  margin-left: auto;
  background: var(--red);
  height: 150px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0%);
}

.breadcrumb {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: var(--fz18);
  padding: 2% 5% 0 0;
}

.breadcrumb__list {
  display: inline-flex;
  gap: 16px;
  color: #fff;
  letter-spacing: 0.05em;
}

.breadcrumb__link {
  color: #fff;
}

.breadcrumb__link:hover {
  text-decoration: underline;
}

.breadcrumb__current {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .breadcrumb-box {
    height: 130px;
  }
  .breadcrumb {
    padding: 3% 6% 0 0;
  }
}
@media only screen and (max-width: 899px) {
  .breadcrumb-box {
    height: 110px;
  }
}
@media only screen and (max-width: 499px) {
  .breadcrumb-box {
    height: 70px;
  }
  .breadcrumb {
    font-size: 12px;
    padding: 2% 5% 0 0;
  }
  .breadcrumb__list {
    gap: 8px;
  }
}
@media only screen and (max-width: 399px) {
  .breadcrumb {
    font-size: 11px;
  }
}

.common_sub-head {
  text-align: center;
}

.common_sub-title {
  font-size: var(--fz30);
}

.common_sub-rule {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--black);
  margin-top: 15px;
}

/* SECTION DIVIDER */
.section-divider {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #6d6d6d, #6d6d6d 6px, transparent 6px, transparent 12px);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
/* =========================
  Message Section
========================= */
.message-section {
  padding: 50px 0 130px;
}
.representative__lead {
  margin-bottom: 8px;
}
.message-section__rule {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.95);
  margin: 80px 0 0;
}

.message-section__body {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding-top: 20px;
}

.message-profile {
  width: 40%;
}

.message-profile__company {
  font-size: var(--fz20);
  margin: 35px 0 0;
}

.message-profile__en {
  font-size: var(--fz18);
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--gold);
  margin: 8px 0 0;
}

.message-profile__name {
  font-size: var(--fz30);
  margin-top: 8px;
}

.message-profile__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 8px 0 0;
}

.message-profile__role {
  font-size: var(--fz20);
  margin: 12px 0 0;
}

/* dl */
.message-profile__dl {
  display: grid;
  row-gap: 8px;
  font-weight: 500;
  margin: 20px 0 0;
}

.message-profile__row {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 4px;
  row-gap: 0;
}

.message-profile__dt {
  white-space: nowrap;
}

.message-profile__dd {
  margin: 0;
}

/* right */
.message-article {
  width: 72%;
  font-size: var(--fz17);
  font-weight: 500;
  line-height: 1.94;
}
@media only screen and (max-width: 1024px) {
  .message-article {
    width: 71%;
  }
}

@media (max-width: 899px) {
  .message-profile {
    width: 60%;
  }
  .message-profile {
    width: 50%;
  }
  .message-article {
    width: 60%;
  }
}
@media only screen and (max-width: 499px) {
  .message-section {
    padding: 50px 0 60px;
  }
  .message-section__rule {
    margin: 50px 0 0;
  }
  .message-section__body {
    flex-direction: column;
    gap: 25px;
  }
  .message-profile__photo img {
    height: 300px;
    object-position: top;
  }
  .message-profile,
  .message-article {
    width: 100%;
  }

  .message-profile__company {
    margin: 20px 0 0;
  }
  .message-profile__dl {
    margin: 10px 0 0;
  }
}

.purpose__lead {
  margin-bottom: 8px;
}
.purpose__catch {
  margin-top: 35px;
}
.purpose__desc {
  max-width: 600px;
}
@media only screen and (max-width: 499px) {
  .purpose__catch {
    flex-direction: unset;
    align-items: baseline;
    gap: 4px;
  }
}
/* =========================
  MISSION
========================= */
.mission-section {
  padding: 200px 0 120px;
}
.mission__lead {
  margin-bottom: 8px;
}

.mission-inner {
  max-width: 1200px;
}

.mission-list {
  margin-top: 100px;
  display: grid;
  gap: 45px;
}

/* カード */
.mission-card {
  border: 1px solid #000;
  padding: 22px 44px;
  background: #fff;
}

.mission-card__top {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 16px;
}

.mission-card__num {
  font-size: var(--fz64);
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: var(--red);
  letter-spacing: 0.05em;
}

.mission-card__title {
  font-size: var(--fz25);
  font-weight: 500;
  line-height: 1.45;
}

.mission-card__rule {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--black);
  margin-top: 15px;
}

.mission-card__text {
  font-size: var(--fz18);
  font-weight: 500;
  line-height: 1.83;
  margin-top: 16px;
}
.mission__cta {
  margin-top: 10px;
}
.mission__cta .common__btn {
  min-width: 280px;
}
.mission__cta .common__btn-arrow {
  margin-top: 4px;
}

.problem__inner {
  margin: 40px auto 100px;
  text-align: center;
}
.problem__catch {
  font-size: var(--fz25);
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .mission-section {
    padding: 150px 0 100px;
  }
  .mission-list {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .mission-section {
    padding: 120px 0 100px;
  }
  .mission-list {
    gap: 24px;
  }

  .mission-card {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 499px) {
  .mission-section {
    padding: 70px 0 100px;
  }
  .mission-card__top {
    column-gap: 8px;
  }
  .mission-card {
    padding: 10px 16px;
  }
  .mission-list {
    margin-top: 55px;
  }
  .mission-card__text {
    margin-top: 10px;
  }
  .mission-card__rule {
    margin-top: 8px;
  }
  .mission__cta {
    margin-top: -30px;
  }
  .mission__cta .common__btn {
    min-width: 230px;
  }
}
/* =========================
  Company
========================= */
.company {
  padding: 50px 0 120px;
}

.company__table-wrap {
  margin-top: 75px;
}

.company__table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.company__table th,
.company__table td {
  border-top: 1px solid var(--black);
  padding: 24px 36px;
  vertical-align: top;
  line-height: 1.75;
}
.company__table tr:first-child th,
.company__table tr:first-child td {
  border-top: 0;
}
.company__table th {
  width: 20%;
  font-size: var(--fz22);
  background: #f5f5f5;
  text-align: center;
}

.company__table td {
  font-size: var(--fz20);
  font-weight: normal;
  background: #fff;
}

.company__biz-title + .company__biz-text {
  margin-bottom: 36px;
}

@media (max-width: 899px) {
  .company {
    padding: 30px 0 60px;
  }

  .company__table-wrap {
    margin-top: 40px;
  }
  .company__table th {
    width: 17%;
  }
  .company__table th,
  .company__table td {
    padding: 16px 24px;
  }
}

@media (max-width: 499px) {
  .company__table {
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
  }

  .company__table,
  .company__table tbody {
    display: block;
    width: 100%;
  }

  .company__table tr {
    display: block;
    width: 100%;
    border-top: 1px solid var(--black);
  }

  .company__table tr:first-child {
    border-top: 0;
  }

  .company__table th,
  .company__table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .company__table th {
    border-top: 0;
    background: #f5f5f5;
    text-align: left;
    padding: 15px;
  }

  .company__table td {
    border-top: 0;
    padding: 15px;
    word-break: break-word;
    overflow-wrap: anywhere; /* iOS/Android保険 */
  }
  .company__biz-title + .company__biz-text {
    margin-bottom: 20px;
  }
}
/* =========================
 PROBREM
========================= */
.problem__issues {
  padding-bottom: 30px;
}

.issues__desc {
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
}
.issues__body {
  margin: 90px 0 50px;
}

.issues-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 20px;
}

.issues-checks__item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #b2b2b2;
}

.issues-checks__icon {
  max-width: 30px;
}

.issues-checks__text {
  font-size: var(--fz22);
  font-weight: 500;
  line-height: 1.5;
}

.issues-checks__em {
  color: #fc0f0e;
  font-weight: 500;
}
.issues-if {
  margin: 90px 0 50px;
  text-align: center;
}
.issues-if__text {
  font-size: var(--fz30);
}
.issues__headline {
  text-align: center;
}
.issues__catch {
  align-items: center;
}
.issues__desc {
  margin-top: 40px;
}
.issues__cta {
  margin-top: 64px;
}
.issues__cta .common__btn {
  min-width: 280px;
}
.issues__cta .common__btn-arrow {
  margin-top: 4px;
}
@media (max-width: 899px) {
  .issues-checks {
    column-gap: 30px;
    row-gap: 16px;
  }
}

@media (max-width: 599px) {
  .issues__body {
    margin: 60px 0 30px;
  }
  .issues-checks__icon {
    max-width: 20px;
  }
  .issues-checks {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .issues-checks__item {
    gap: 10px;
  }
  .issues-checks__text {
    font-size: 15px;
  }
  .issues__catch {
    flex-direction: unset;
  }
  .issues-if {
    margin: 60px 0 30px;
  }
  .issues__kicker-logo {
    width: 180px;
  }
  .issues__desc {
    margin-top: 30px;
  }
  .issues__cta {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 399px) {
  .issues-if {
    margin: 50px 0 25px;
  }
  .issues-if__text {
    font-size: 18px;
  }
  .issues-checks__text {
    font-size: 14px;
  }
}
/* =========================
  CONTACT
========================= */
.contact {
  padding: 50px 0 120px;
}

.contact__intro {
  max-width: 500px;
  margin: 20px auto 0;
  text-align: left;
}

.contact__intro-text {
  font-size: var(--fz18);
  font-weight: 500;
  line-height: 1.83;
}

.contact__intro-text + .contact__intro-text {
  margin-top: 8px;
}

.contact__intro-link {
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
}

.contact__intro-link:hover {
  text-decoration: underline;
}

/* form */
.contact-form {
  margin-top: 80px;
}

.contact-form__fields {
  max-width: 750px;
  margin: 0 auto;
}

.contact-form__row {
  margin-top: 30px;
}

.contact-form__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: var(--fz16);
  font-weight: bold;
}

.contact-form__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 8px;
  padding: 2px 10px;
}

.contact-form__badge--required {
  background: var(--red);
  color: #fff;
}

.contact-form__badge--optional {
  background: #707070;
  color: #fff;
}

.contact-form__control {
  margin-top: 10px;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  border: 1px solid #4979a3;
  border-radius: 8px;
  padding: 16px 18px;
  font-size: 12px;
  background: #fff;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: #b4b4b4;
}

.contact-form__textarea {
  min-height: 240px;
  resize: vertical;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  box-shadow: 0 0 0 4px rgba(79, 127, 211, 0.18);
}

.contact-form__actions {
  max-width: 750px;
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
}

.contact-form__submit {
  min-width: 200px;
  padding: 16px 60px;
  border-radius: 5px;
  background: var(--red);
  color: #fff;
  font-size: var(--fz16);
  border: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.contact-form__submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}
.recaptcha-text {
  max-width: 500px;
  margin: 50px auto 0;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 768px) {
  .contact {
    padding: 30px 0 60px;
  }
  .contact-form {
    margin-top: 50px;
  }
  .contact-form__fields,
  .contact-form__actions {
    max-width: 100%;
  }
  .contact-form__actions {
    margin: 40px auto 0;
  }
}

@media (max-width: 499px) {
  .contact-form {
    margin-top: 40px;
  }

  .contact-form__row {
    margin-top: 22px;
  }

  .contact-form__label {
    font-size: 14px;
    gap: 8px;
  }

  .contact-form__input,
  .contact-form__textarea {
    padding: 15px;
  }
  .contact-form__badge {
    white-space: nowrap;
  }
  .contact-form__submit {
    min-width: 150px;
  }
  .recaptcha-text {
    margin: 30px auto 0;
  }
}
/* =========================
CONSULTATION
========================= */
.consultations__intro {
  max-width: 800px;
}
/* =========================
SUPPORT
========================= */
.support-steps-left__path {
  padding-bottom: 2rem;
}
.support-steps-left__path::before {
  top: -14%;
  clip-path: polygon(0 20%, 100% 10%, 100% 85%, 0 97%);
  -webkit-clip-path: polygon(0 20%, 100% 10%, 100% 85%, 0 97%);
}

.support__headline {
  text-align: center;
}
.support__catch {
  align-items: center;
}
.support__desc {
  max-width: 85%;
  margin-bottom: 30px;
}
.support-steps {
  padding: 80px 0 0;
}

.support-steps__inner {
  max-width: 1150px;
  display: grid;
  gap: 60px;
}

/* card */
.support-step {
  background: #fff;
  border: 1px solid #000;
  padding: 45px 36px;
  display: grid;
  grid-template-columns: 1fr 33%;
  gap: 40px;
  align-items: start;
}

.support-step__head {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.support-step__no {
  font-size: var(--fz64);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  color: var(--red);
  line-height: 1;
}

.support-step__title {
  font-size: var(--fz25);
}

.support-step__rule {
  display: block;
  height: 1px;
  background: #000;
  margin-top: 1rem;
}

.support-step__catch {
  font-size: var(--fz22);
  font-weight: 500;
  margin-top: 1rem;
}

.support-step__points {
  padding-left: 2em;
  margin-top: 16px;
}

.support-step__point {
  font-size: var(--fz18);
  font-weight: 500;
  list-style: disc;
}

/* result */
.support-step__result {
  margin-top: 25px;
}

.support-step__result-label {
  font-size: var(--fz22);
}

.support-step__result-text {
  font-size: var(--fz18);
  font-weight: 500;
  margin-top: 6px;
}
.support-step_note {
  text-align: center;
}
.support-step_note p {
  font-size: var(--fz20);
  font-weight: 500;
  line-height: 1.5;
  margin-top: 40px;
}
.support__detail-catch {
  align-items: center;
}
@media (max-width: 899px) {
  .support-steps__inner {
    gap: 30px;
  }
  .support-steps {
    padding: 0;
  }

  .support-step {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 18px;
  }

  .support-step__head {
    gap: 16px;
  }
  .support-step__result {
    margin-top: 16px;
  }
  .support__desc {
    max-width: 95%;
  }
  .support-step__point {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .support__detail-catch {
    flex-direction: unset;
  }

  .support__kicker-logo {
    width: 180px;
  }

  .support-step {
    grid-template-columns: 1fr;
    padding: 20px 10px;
    gap: 18px;
  }
  .support-step__catch {
    font-size: 16.5px;
    font-weight: bold;
    text-align: left;
    margin-left: 0.5em;
  }
  .support-step__points {
    text-indent: -0.3em;
  }
  .support-step__head {
    gap: 10px;
  }
  .support-step_note p {
    text-align: left;
  }
}
@media only screen and (max-width: 399px) {
  .support-accomp__inner {
    padding: 0 12px;
  }
  .support-step__catch {
    font-size: 14px;
  }
}
/* =========================
  SUPPORT ACCOMPLISHMENTS
========================= */
.support-accomp {
  padding: 40px 0 70px;
}
.support-accomp__inner {
  max-width: 1150px;
}
.support-accomp__head {
  text-align: center;
}

.support-accomp__catch {
  display: inline-block;
  margin-top: 30px;
}
.support-accomp-strong {
  margin-bottom: 1rem;
}
.support-accomp-step {
  margin-top: 70px;
}

.support-accomp-step__head {
  display: flex;
  gap: 24px;
  align-items: baseline;
}

.support-accomp-step__num {
  font-size: var(--fz64);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  color: var(--gold);
}
.support-accomp-step__ttl {
  font-size: var(--fz30);
}
.support-accomp-step__rule {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--black);
  margin-bottom: 1rem;
}
.support-accomp-step__sub {
  font-size: var(--fz22);
  font-weight: 500;
}
.support-accomp-step__list {
  margin-top: 1rem;
}
.support-accomp-step__list li {
  font-size: var(--fz20);
  font-weight: 500;
  list-style: disc;
  margin-left: 2em;
}

.support-accomp-step__quote {
  font-size: var(--fz22);
  font-weight: 500;
}

.support-accomp-step2 {
  margin-top: 30px;
}
.support-accomp-step2__ttl {
  font-size: var(--fz25);
  margin-bottom: 15px;
}

.support-accomp-step2__list li {
  font-size: var(--fz20);
  font-weight: 500;
  list-style: disc;
  margin-left: 2em;
}

.support-accomp-step2__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 60px;
}

.support-accomp-card__bar-icon {
  max-width: 60px;
}

.support-accomp-card__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 8px 20px;
  color: #fff;
}

.support-accomp-card--mental .support-accomp-card__bar {
  background: #4388d2;
  border-radius: 10px 10px 0 0;
}

.support-accomp-card--nutrition .support-accomp-card__bar {
  background: #fe0100;
  border-radius: 10px 10px 0 0;
}
.support-accomp-card__bar-text {
  font-size: var(--fz25);
}

.support-accomp-card__list {
  background: #fff;
  padding: 24px 24px 36px 24px;
  height: 360px;
  border-radius: 0 0 10px 10px;
}
.support-accomp-card__list li {
  font-size: var(--fz20);
  margin-bottom: 4px;
}
.support-accomp-card__list li span {
  font-size: var(--fz18);
  font-weight: 500;
}

.support-accomp-card__body {
  background: #fff;
  padding: 24px 24px 36px 24px;
  height: 360px;
  border-radius: 0 0 10px 10px;
}
.support-accomp-card__note {
  font-size: var(--fz20);
  margin-bottom: 8px;
}

.support-accomp-step3__head {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  padding-bottom: 20px;
}
.support-accomp-step3__num {
  font-size: var(--fz64);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--gold);
}
.support-accomp-step3__ttl {
  font-size: var(--fz30);
  line-height: 1;
}
.support-accomp-step3__sub {
  font-size: var(--fz25);
  line-height: 1;
  margin-left: 20px;
}
.support-accomp-card__list-simple li {
  font-size: var(--fz18);
  font-weight: 500;
  margin-bottom: 10px;
}
.support-accomp-step3__grid {
  display: grid;
  grid-template-columns: 1fr 32%;
  gap: 24px;
}
.support-accomp-step3__list li {
  font-size: var(--fz20);
  font-weight: 500;
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 6px;
}
.support-accomp-step3__result {
  margin-top: 36px;
}
.support-accomp-step3__result-title {
  font-size: var(--fz22);
  font-weight: 500;
}
.support-accomp-step3__list {
  margin-top: 8px;
}
.support-accomp-step3__list li {
  font-size: var(--fz20);
  font-weight: 500;
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 6px;
}
.support-accomp__note {
  font-size: var(--fz20);
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
  margin-top: 80px;
}
.lower-left__path-gray {
  padding-bottom: 25rem;
}
.lower-left__path-gray::before {
  background: #f5f5f5;
  z-index: -1;
}
.support-accomp-step--result {
  margin-top: -15rem;
}
@media only screen and (max-width: 899px) {
  .support-accomp-card__bar {
    flex-direction: column;
    gap: 4px;
  }
  .support-accomp-card__bar-icon {
    max-width: 48px;
  }
  .support-accomp-card__body {
    height: 300px;
  }
  .support-accomp-card__list {
    height: 300px;
  }
  .support-accomp-step3__grid {
    grid-template-columns: 1fr 33%;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .support-accomp-step2__cols,
  .support-accomp-step3__grid {
    grid-template-columns: 1fr;
  }
  .support-accomp-card__bar-text {
    font-size: var(--fz30);
  }
  .support-accomp-step3__head {
    gap: 20px;
  }
  .support-accomp-step3__photo {
    width: 100%;
    text-align: center;
  }
  .support-accomp__note {
    margin-top: 60px;
    padding: 0 1rem;
  }
  .lower-left__path-gray {
    padding-bottom: 20rem;
  }
  .lower-left__path-gray::before {
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 85%, 0 100%);
  }
}
@media only screen and (max-width: 499px) {
  .support-accomp {
    padding: 40px 0 50px;
  }
  .support-accomp-strong {
    font-size: var(--fz30);
  }
  .support-accomp-step {
    margin-top: 30px;
  }
  .support-accomp-step__head {
    flex-direction: column;
    gap: 0;
  }

  .support-accomp-step2 {
    margin-top: 30px;
  }
  .support-accomp-step2__cols {
    gap: 30px;
    margin-top: 40px;
  }
  .support-accomp-card__bar {
    padding: 4px 20px;
  }
  .support-accomp-card__bar-icon {
    max-width: 40px;
  }
  .support-accomp-card__list {
    height: auto;
    padding: 1rem;
  }
  .support-accomp-card__body {
    height: auto;
    padding: 1rem;
  }
  .support-accomp-step3__head {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .support-accomp-step3__sub {
    margin-left: 0;
  }
  .support-accomp-step3__list li {
    margin-left: 1.4em;
    margin-bottom: 12px;
  }
  .support-accomp__note {
    font-size: 15px;
    margin-top: 30px;
    text-align: left;
  }
  .support-accomp-step--result {
    margin-top: -16rem;
  }
}
@media only screen and (max-width: 399px) {
  .support-accomp-step__ttl {
    font-size: 18px;
  }
  .support-accomp-step__sub {
    font-size: 16px;
  }
}
/* =========================
  SUPPORT OTHERS
========================= */
.support-others {
  padding: 70px 0 140px;
}

.support-others__head {
  text-align: center;
}
.support-others__lead {
  font-size: var(--fz30);
  margin-bottom: 0;
}
.support-others__catch {
  margin-top: 20px;
}

.support-others__body {
  position: relative;
  margin-top: 180px;
}

/* 左：画像 */
.support-others__photo {
  width: 45%;
  max-width: 485px;
}

.support-others__photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* 右：テーマ例（画像に重ねる） */
.support-others__panel {
  position: absolute;
  top: 30%;
  right: 0;
  transform: translateY(-50%);
  width: 60%;
  max-width: 660px;
  background: #fff;
  border: 1px solid #222;
  padding: 33px 24px;
  z-index: 2;
}

/* ラベル（黒帯） */
.support-others__panel-label {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: var(--fz20);
  padding: 12px 24px;
}

.support-others__list {
  padding: 24px 16px 8px 16px;
}
.support-others__list li {
  font-size: var(--fz16);
  font-weight: 500;
  line-height: 2;
  margin-bottom: 4px;
  position: relative;
}
.support-others__list-note {
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 1024px) {
  .support-others {
    padding: 60px 0 110px;
  }

  .support-others__body {
    margin-top: 140px;
  }

  .support-others__photo {
    width: 48%;
    max-width: 520px;
  }

  .support-others__panel {
    top: 36%;
    width: 60%;
    max-width: 620px;
    padding: 24px 16px;
  }

  .support-others__list {
    padding: 20px 10px 6px 10px;
  }

  .support-others__list li {
    line-height: 1.9;
  }
  .support-others__inner {
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .support-others {
    padding: 50px 0 90px;
  }

  .support-others__body {
    margin-top: 30px;
  }

  .support-others__photo {
    width: 100%;
    max-width: none;
  }

  .support-others__panel {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: none;
    margin-top: 35px;
    padding: 28px 18px;
  }

  .support-others__panel-label {
    top: -18px;
    font-size: var(--fz16);
    padding: 10px 18px;
    white-space: nowrap;
  }

  .support-others__list {
    padding: 18px 8px 6px;
  }

  .support-others__list li {
    font-size: var(--fz18);
    line-height: 1.85;
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
}

@media (max-width: 499px) {
  .support-others {
    padding: 50px 0 50px;
  }
  .support-others__lead {
    font-size: var(--fz22);
  }

  .support-others__catch {
    margin-top: 36px;
  }

  .support-others__panel {
    padding: 24px 4px;
  }

  .support-others__panel-label {
    padding: 9px 14px;
  }

  .support-others__list li {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 399px) {
  .support-others {
    padding: 30px 0 60px;
  }
}
/* =========================
  SUPPORT EXPERIENCE
========================= */
.support-experience {
  padding-bottom: 60px;
}

.support-others__lead span {
  font-size: var(--fz22);
  margin-left: 1rem;
}

.support-experience__head {
  text-align: center;
}

.support-experience__box {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 54px 48px;
  margin-top: 80px;
}

.support-experience__sports {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px 50px;
}
.support-experience__sports li {
  font-size: var(--fz16);
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .support-experience__box {
    padding: 44px 36px;
    margin-top: 60px;
  }

  .support-experience__sports {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .support-others__lead span {
    font-size: var(--fz18);
    margin-left: 0.75rem;
  }
}

@media (max-width: 768px) {
  .support-experience__box {
    border-radius: 16px;
    padding: 30px 60px;
  }

  .support-experience__sports {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
  }

  .support-experience__sports li {
    white-space: normal;
    line-height: 1.7;
  }
}

@media (max-width: 499px) {
  .support-experience__box {
    padding: 26px 16px;
    margin-top: 50px;
  }

  .support-experience__sports {
    grid-template-columns: 40% 1fr;
    gap: 12px 16px;
  }
}

@media (max-width: 420px) {
  .support-experience__sports {
    grid-template-columns: 35% 1fr;
  }
}
@media only screen and (max-width: 399px) {
  .support-experience__sports {
    grid-template-columns: 1fr;
    max-width: 85%;
    margin: 0 auto;
  }
}
/* =========================
 BUSINESS
========================= */
.business__headline {
  text-align: center;
}
.business__catch {
  align-items: center;
}
.business__desc {
  max-width: 800px;
}

.business-blocks {
  padding: 60px 0 0;
}

.business-blocks__item {
  position: relative;
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  margin-top: 60px;
}

.business-blocks__item:first-child {
  margin-top: 0;
}

/* 左右反転 */
.business-blocks__item--reverse {
  grid-template-columns: 55% 45%;
}
.business-blocks__item--reverse .business-blocks__photo {
  order: 2;
}
.business-blocks__item--reverse .business-blocks__card {
  order: 1;
}

.business-blocks__photo {
  position: relative;
  z-index: 2;
}

.business-blocks__card {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #000;
  padding: 34px;
  margin-left: -10px;
}

.business-blocks__item--reverse .business-blocks__card {
  margin-left: 0;
  margin-right: -10px;
}

.business-blocks__title {
  font-size: var(--fz25);
  color: var(--red);
}

.business-blocks__rule {
  display: block;
  width: 100%;
  height: 1px;
  background: #6d6d6d;
  margin: 8px 0 16px;
}

.business-blocks__text {
  font-size: var(--fz16);
  font-weight: 500;
  line-height: 2;
}

.business-blocks__list li {
  font-size: var(--fz16);
  font-weight: 500;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.business-consult {
  margin-top: 70px;
}

.business-consult__box {
  background: #fff;
  border: 1px solid #000;
  padding: 34px;
}

.business-consult__title {
  font-size: var(--fz25);
  color: var(--red);
}

.business-consult__rule {
  display: block;
  width: 100%;
  height: 1px;
  background: #6d6d6d;
  margin-top: 8px;
}

.business-consult__text {
  font-size: var(--fz16);
  font-weight: 500;
  line-height: 2;
  margin-top: 1rem;
}

.business-consult__list li {
  font-size: var(--fz16);
  font-weight: 500;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

.business-consult__message {
  font-size: var(--fz20);
  font-weight: 500;
  line-height: 1.65;
  padding-bottom: 10px;
  border-bottom: 1px dashed #6d6d6d;
  margin-top: 90px;
  text-align: center;
}
.lower-right__path-gray::before {
  background: #f5f5f5;
  clip-path: polygon(100% 15%, 0 0, 0 90%, 100% 92%);
  -webkit-clip-path: polygon(100% 20%, 0 0, 0 75%, 100% 92%);
}
@media (max-width: 899px) {
  .business-blocks__item,
  .business-blocks__item--reverse {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .business-blocks__item--reverse .business-blocks__photo,
  .business-blocks__item--reverse .business-blocks__card {
    order: initial;
  }

  .business-blocks__card,
  .business-blocks__item--reverse .business-blocks__card {
    margin-left: 0;
    margin-right: 0;
  }
  .business-blocks__card {
    border-top: none;
  }
}

@media (max-width: 768px) {
  .business-blocks {
    padding: 50px 0 40px;
  }

  .business-blocks__item {
    margin-top: 40px;
  }
  .business-blocks__list li {
    margin-block: 0.2rem;
  }
  .business-blocks__card {
    padding: 24px 20px;
  }
  .business-consult__box {
    padding: 24px 20px;
  }
  .business-consult__message {
    margin-top: 60px;
    text-align: left;
  }
  .business-consult {
    margin-top: 40px;
  }
  .business-consult__list li {
    margin-block: 0.4rem;
  }
}
@media only screen and (max-width: 599px) {
  .business__catch {
    flex-direction: unset;
    gap: 2px;
  }
  .business__catch img {
    max-width: 180px;
  }
  .business-blocks__card {
    padding: 20px 12px;
  }
  .business-consult__box {
    padding: 20px 12px;
  }
  .business-consult__message {
    margin-top: 40px;
  }
  .lower-right__path-gray {
    padding-bottom: 2rem;
  }
}

@media only screen and (max-width: 399px) {
  .business-blocks__card {
    padding: 20px 10px;
  }
  .business-consult__box {
    padding: 20px 10px;
  }
}
