.corporate-help-page .yellow {
  background-image: linear-gradient(var(--sun-yellow), var(--sun-yellow));
  background-size: 100% 80%;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 0 6px;
  display: inline;
}

.corporate-help-page .hero-design {
  background-image: url(../../img/corporate_help/corporate_help_hero.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 62px;

  display: flex;
  flex-direction: column;
}

.corporate-help-page .hero-design .hero-title {
  max-width: 775px;
  color: var(--black-1000);
}

.corporate-help-page .hero-design .breadcrumb-item a {
  color: var(--grey-900);
}

.corporate-help-page .hero-design .breadcrumb-item.active {
  color: var(--black-1000);
}

.corporate-help-page .hero-container {
  flex-grow: 1;
}

.corporate-help-page .hero-design .btn {
  padding: 20px 40px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.02em;
}

.corporate-help-page .hero-design .breadcrumb-item + .breadcrumb-item {
  padding-left: 6px;
}



.corporate-help-page__solve-together {
  margin-bottom: 64px;
}

.corporate-help-page__solve-together-content {
  row-gap: 64px;
}

.corporate-help-page__solve-together-title {
  grid-column: 2 / -2;
  grid-row: 1;
  display: flow-root;
}

.corporate-help-page__solve-together-title-v2 {
  grid-column: 1 / -1;
  grid-row: 1;
  display: none;
}

.corporate-help-page__solve-together-title-v2 .has-margin {
  margin-left: 75px;
  /* margin-top: 24px; */
}

.corporate-help-page__solve-together-title-v2 h1 {
  text-align: left;
}

.corporate-help-page__solve-together-title h1 {
  text-align: left;
  text-indent: 20%;
}

.corporate-help-page__solve-together-title h1::before {
  content: "";
  float: left;
  width: 20%;
  height: 1.01em;
  margin-top: 2em;
  shape-outside: inset(2.8em 0 0 0);
}

.corporate-help-page__solve-together-subtitle {
  grid-column: 4 / 7;
  grid-row: 2;
  text-align: left;
}

.corporate-help-page__solve-together-people {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-direction: row;
  grid-column: 7 / -2;
  grid-row: 2;
}

.corporate-help-page__solve-together-person {
  border-top: 1px solid var(--black-1000);
  display: flex;
  gap: 16px;
  max-width: calc(50% - 40px);
  padding-top: 8px;
}

.corporate-help-page__solve-together-person img {
  object-fit: contain;
  width: 70px;
  height: 70px;
  margin-top: 6.5px;
  border-radius: 50%;
}

.corporate-help-page__solve-together-person-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 234px;
  /* padding-right: 40px; */
}

.corporate-help-page__solve-together-person-text p {
  text-align: left;
}

.corporate-help-page__solve-together-person-text p:first-child {
  font-weight: 700;
}



.corporate-help-page__presentation-content {
  background-color: var(--sun-yellow);
  border-radius: 10px;
  padding: 10px;
  grid-column: 2 / -2;
  grid-row: 3;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.corporate-help-page__presentation-content h1 {
  margin-bottom: 32px;
  text-align: left;
}

.corporate-help-page__presentation-content p {
  margin-bottom: 48px;
  text-align: left;
}

.corporate-help-page__presentation img {
  max-width: 40%;
  object-fit: contain;
  border-radius: 6px;
}

.corporate-help-page__presentation .btn {
  background-color: var(--black-1000);
  color: var(--white);
}



.corporate-help-page__why-should-help>h1 {
  /* grid-column: 1 / span 7; */
  grid-column: 1 / -1;
  max-width: 900px;
  margin-bottom: 64px;
  text-align: start;
}

.corporate-help-page__why-should-help-item {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 10px;
  row-gap: 80px;
  border-top: 1px solid var(--black-1000);
  padding: 56px 0;
}

.corporate-help-page__why-should-help-item:last-child {
  border-bottom: 1px solid var(--black-1000);
}

.corporate-help-page__why-should-help-num {
  grid-column: 1 / 1;
  grid-row: 1;
  text-align: left;
}

.corporate-help-page__why-should-help-item-headers {
  grid-column: 6 / -1;
  grid-row: 1;
  text-align: left;
}

.corporate-help-page__why-should-help-item-headers * {
  text-align: left;
}

.corporate-help-page__why-should-help-item-text {
  grid-column: 6 / -1;
  grid-row: 2;
  text-align: left;
}

.corporate-help-page__how-to-help-content {
  gap: 10px;
}

.corporate-help-page__how-to-help-item {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--sun-yellow);
  border-radius: 10px;
  padding: 40px;
  transition: background-color 0.5s ease;
}

.corporate-help-page__how-to-help-item h3 {
  text-align: left;
  font-size: clamp(1.5rem, 0.643rem + 1.40vw, 2.25rem);
}

.corporate-help-page__how-to-help-item img {
  width: 23px;
  height: 23px;
  align-self: end;
}

.corporate-help-page__how-to-help-item.item-1 {
  grid-row: 1;
  grid-column: 1 / span 4;
}

.corporate-help-page__how-to-help-item.item-2 {
  grid-row: 1;
  grid-column: 5 / span 4;
}

.corporate-help-page__how-to-help-item.item-3 {
  grid-row: 1;
  grid-column: 9 / span 4;
}

.corporate-help-page__how-to-help-item.item-4 {
  grid-row: 2;
  grid-column: 1 / span 4;
}

.corporate-help-page__how-to-help-item.item-5 {
  grid-row: 2;
  grid-column: 5 / span 4;
}

.corporate-help-page__how-to-help-item.item-6 {
  grid-row: 2;
  grid-column: 9 / span 4;
}



.corporate-help-page__other-ways-left {
  grid-column: 1 / span 8;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 10px;
  margin: auto 0;
}

.corporate-help-page__other-ways-left h2 {
  grid-column: 1 / -2;
  grid-row: 1;
  text-align: left;
  margin-left: 12.5%;
  text-indent: -12.5%;
}

.corporate-help-page__other-ways-left p {
  grid-column: 2 / -3;
  grid-row: 2;
  text-align: left;
  margin: 64px 0 40px 0;
  padding-right: 10px;
}

.corporate-help-page__other-ways-left a {
  grid-column: 2 / -1;
  grid-row: 3;
  width: 175px;
  height: 64px;
  line-height: 2.3em;
  background-color: var(--black-1000);
  color: var(--white);
}

.corporate-help-page__other-ways-right {
  grid-column: 9 / -1;
}

.corporate-help-page__other-ways-img {
  width: calc(50% - 10px);
}

.corporate-help-page__other-ways-img.img-1,
.corporate-help-page__other-ways-img.img-2 {
  margin-bottom: 10px;
}

.corporate-help-page__other-ways-img.img-1,
.corporate-help-page__other-ways-img.img-3 {
  margin-right: 8px;
}




.corporate-help-page__materials h1 {
  grid-row: 1;
  grid-column: 1 / -1;
  margin-bottom: 30px;
}

.corporate-help-page__materials .corporate-help-page__materials-block {
  border-radius: 10px;
  background-color: var(--sun-yellow);
  padding: 8px;
}

.corporate-help-page__materials .corporate-help-page__materials-block-inner {
  border-radius: 6px;
  padding: 40px;
  border: 1px dashed var(--black-1000);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.corporate-help-page__materials .corporate-help-page__materials-block .btn {
  width: 176px;
}

.corporate-help-page__materials .corporate-help-page__materials-block.first {
  grid-row: 2;
  grid-column: 2 / span 5;
}

.corporate-help-page__materials .corporate-help-page__materials-block.second {
  grid-row: 2;
  grid-column: 7 / span 5;
}

.corporate-help-page__materials .corporate-help-page__materials-block.second h3 {
  max-width: 406px;
}

.corporate-help-page__materials .corporate-help-page__materials-block h3 {
  text-align: start;
  margin-bottom: 40px;
}

.corporate-help-page__materials .btn {
  background-color: var(--black-1000);
  color: var(--white);
}