.supportPage {
  margin-top: 5em;
}

.support-header {
  padding-top: 3.5rem;
}

.support-header .title {
  margin-bottom: 0;
}

.title h1 {
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 1em;
  line-height: 150%;
}

.support-outline__heading {
  margin: 0 auto 10px;
  font-size: 1.25rem;
}

.support-outline__caption {
  font-size: .88rem;
}

.support-outline__figure {
  margin-top: 40px;
}

.support-list>*:not(:first-child) {
  padding-top: 0;
}

.support-item__number {
  background: var(--mid-pink);
  display: inline-block;
  width: 100px;
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  border-radius: 999px 999px 0 0;
}

.support-item__number p {
  font-size: 1.5em;
  line-height: 1;
}

.support-item__title {
  margin: 0;
  padding: 1.5rem 1.5rem 1.15rem 1.5rem;
  background: var(--mid-pink);
  color: #fff;
  border-radius: 1rem 1rem 0 0;
}

.support-item__body {
  background: #fff;
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 2px solid var(--mid-pink);
}

.support-item__body>*:not(:first-child) {
  margin-top: 2rem;
}

.support-item__heading {
  color: var(--pink);
  font-weight: bold;
  font-size: 1.25rem;
}

.support-item__heading .small {
  font-size: 1rem;
}

.suppport-box__main-img {
  width: 240px;
  max-width: 100%;
}

.border-container {
  border-top: 2px solid var(--pink);
  border-bottom: 2px solid var(--pink);
  padding: 2rem 0;
}

.border-container__heading {
  color: var(--pink);
  margin-bottom: 1.5rem;
}

.support-box__flow-item {
  position: relative;
  min-width: 0;
}

.support-box__flow-item>*:not(:first-child) {
  margin-top: 1rem;
}

.support-box__flow-item:not(:last-child)::after {
  content: '';
  display: block;
  height: 2rem;
  width: 2rem;
  background: url(img/mdi_arrow-down-bold.svg) no-repeat center center / contain;
  position: absolute;
}

.support-box__flow-item-title {
  display: inline-block;
  background: var(--mid-pink);
  padding: .5rem;
  min-width: 160px;
  border-radius: 999px;
  color: #fff;
}

.support-box__flow-item-img {
  width: 160px;
  max-width: 100%;
}

.support-box__flow-item-text {
  font-size: .88rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .support-box__flow-item:not(:first-child) {
    margin-top: 4rem;
  }

  .support-box__flow-item:not(:last-child)::after {
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: 1rem auto;
  }
}

@media (min-width: 768px) {
  .support-box__flow {
    display: flex;
    gap: 2rem;
  }

  .support-box__flow-item {
    width: 25%;
  }

  .support-box__flow-item:not(:last-child)::after {
    right: -2rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}

/* もっと見る */

/*高さを制限しているコンテンツの要素*/
.more-container {
  position: relative;
  height: 240px;
  overflow: hidden;
  transition: .4s;
  box-sizing: border-box;
}

/*グラデーションで隠す擬似要素*/
.more-container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  transition: .4s;
}

/*クラス付与時のスタイル*/
.more-container.active:before {
  opacity: 0;
  visibility: hidden;
}

/*ボタンのスタイル*/
.more-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  cursor: pointer;
  color: var(--pink);
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

.more-content {
  padding-bottom: 5rem;
}

.kanakosan-info {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.kanakosan-info a {
  transition: .3s;
}

.kanakosan-info a:hover {
  transition: .3s;
  opacity: .8;
}

.kanakosan-info__col {
  background: var(--light-pink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
  padding: 1rem 1.5rem 1rem 1rem;
  position: relative;
}

.kanakosan-info__col::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px var(--pink);
  border-right: solid 2px var(--pink);
  transform: rotate(45deg);
  margin: 0;
}

.kanakosan-info__profile-img {
  width: 5.5rem;
}

.kanakosan-info__heading {
  color: var(--pink);
  font-weight: bold;
}

@media (min-width: 768px) {
  .suppport-business__img-col {
    display: flex;
    gap: 1rem;
  }

  .suppport-business__img-col img {
    min-width: 0;
  }
}

.support-business__achievement {
  position: relative;
  padding: 3rem 1.5rem 0 1.5rem;
}

.support-business__achievement__heading {
  position: absolute;
  top: 0;
  left: 0;
}

.support-business__achievement__heading img {
  width: 88px;
}

@media (min-width: 768px) {
  .support-business__achievement__heading img {
    width: 108px;
  }
}

.achievement__item-heading {
  font-size: .88rem;
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .suppport-business__img-col>*:not(:first-child) {
    margin-top: 1rem;
  }

  .support-business__achievement__list>*:not(:first-child) {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .support-business__achievement {
    padding: 1.5rem 0 0 1.5rem;
  }

  .support-business__achievement__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}

.support-media .border-container__heading {
  text-align: left;
}

.support-media .border-container>*:not(:first-child) {
  margin-top: 2rem;
}

.support-media .border-container .media-list {
  margin-top: 1.5rem;
}

.support-media__book-title {
  margin-top: .5rem;
}

.support-media__book-publisher {
  font-size: .8rem;
}

@media (max-width: 767px) {
  .support-media__img-list>*:not(:first-child) {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .support-media__img-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  }
}