@charset "UTF-8";
@import url(https://pro.fontawesome.com/releases/v5.10.0/css/all.css);
/*-------------------------------
	Font Awesome
-------------------------------*/
body {
  background: #545D5B;
}

/*-------------------------------
	キービジュアル
-------------------------------*/
.keyvisual {
  padding-top: 9rem;
  padding-bottom: 59rem;
  background-image: url("../../../../assets/images/support/bg_keyvisual.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f5f0e8;
}

.keyvisual__title {
  margin-top: 3rem;
  color: #4c5653;
  line-height: 2.25;
  letter-spacing: 1.5rem;
}

/*-------------------------------
	代表挨拶
-------------------------------*/
.Message {
  background: #3ABFE5;
  color: #fff;
  position: relative;
}
.Message::before {
  border-width: 0 0 33.9vw 100vw;
  left: 0;
  top: -33.9vw;
  z-index: 2000;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #3abfe5 transparent;
  content: "";
}
.Message::after {
  border-width: 0 100vw 33.9vw 0;
  left: 0;
  bottom: -33.9vw;
  z-index: 2000;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-color: transparent #3abfe5 transparent transparent;
  content: "";
}
.Message__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.Message .section__title {
  width: 100%;
  margin-bottom: 0;
  margin-top: -11.5rem;
  order: 1;
  text-align: right;
  position: relative;
  z-index: 6000;
  font-weight: bold;
}
.Message__content {
  width: 60%;
  max-width: 55rem;
  font-size: 1.6rem;
  order: 3;
}
.Message__image {
  width: calc(100% - 55rem - 5rem);
  min-width: 35%;
  order: 2;
}
.Message__image img {
  max-width: 46rem;
  width: 100%;
}
.Message__body__name {
  margin-top: 2.5rem;
}
.Message__body__name strong {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

/*-------------------------------
	フォーラム概要
-------------------------------*/
.About {
  font-size: 1.6rem;
  padding-top: 31rem;
  padding-bottom: 0;
  position: relative;
  background: #F6F2EB;
}
.About .section__title {
  margin-bottom: 8rem;
  font-weight: bold;
}
.About .wrap-support-area .wrap-support-row {
  display: flex;
  align-items: center;
  max-width: 79.2rem;
  flex-wrap: wrap;
  margin-left: 7rem;
  margin-bottom: 10rem;
}
.About .wrap-support-area .wrap-support-row .wrap-item img.logo-jins {
  width: 23.8rem;
}
.About .wrap-support-area .wrap-support-row .wrap-item img.logo-sapix-yozemi {
  margin-left: 10rem;
}
.About .wrap-support-area .wrap-support-row .wrap-item img.logo-rohto {
  width: 25.6rem;
  margin-left: 20rem;
}
.About .wrap-support-area .wrap-support-row .wrap-item img.logo-seed {
  width: 23.8rem;
}
.About .wrap-support-area .wrap-support-row:last-child {
  margin-bottom: 0;
}
.About__prologue {
  margin-bottom: 6rem;
}
.About-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.About-item:not(:last-child) {
  margin-bottom: 3rem;
}
.About-item__title {
  width: 17rem;
  font-weight: normal;
}
.About-item__body {
  width: calc(100% - 17rem);
}
.About-item__top {
  margin-bottom: 3rem;
}
.About-item__people::before {
  margin-bottom: 3rem;
  display: block;
  content: "（以下50音順）";
}
.About-item__people__block:not(:last-child) {
  margin-bottom: 3rem;
}

/*-------------------------------
	フッター
-------------------------------*/
.footer {
  margin-top: -8rem;
  background: transparent;
  position: relative;
}
.footer::after {
  border-width: 34.2vw 100vw 0 0;
  left: 0;
  top: 8rem;
  z-index: 2000;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-color: #F6F2EB transparent transparent transparent;
  content: "";
}

@media screen and (max-width: 768px) {
  /*-------------------------------
      キービジュアル
  -------------------------------*/
  .keyvisual {
    padding-top: 7.5rem;
    padding-bottom: 26.9rem;
  }
  /*-------------------------------
      代表挨拶
  -------------------------------*/
  .Message {
    padding-top: 0;
  }
  .Message::before {
    border-width: 0 0 12rem 100vw;
    top: -12rem;
  }
  .Message::after {
    border-width: 0 100vw 12rem 0;
    bottom: -12rem;
  }
  .Message .section__title {
    margin-bottom: 5rem;
    margin-top: -4rem;
    z-index: 6000;
    position: relative;
  }
  .Message__content {
    width: 100%;
    max-width: 100%;
    font-size: 1.3rem;
  }
  .Message__image {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .Message__image img {
    width: 100%;
  }
  /*-------------------------------
      フォーラム概要
  -------------------------------*/
  .About {
    font-size: 1.3rem;
    padding-top: 12rem;
    padding-bottom: 2.5rem;
  }
  .About .section__title {
    margin-bottom: 5rem;
  }
  .About .wrap-support-area .wrap-support-row {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .About .wrap-support-area .wrap-support-row .wrap-item img {
    max-width: 15rem;
    width: 100%;
    margin-bottom: 5rem;
    margin-left: 0 !important;
  }
  .About .wrap-support-area .wrap-support-row .wrap-item img.logo-sapix-yozemi {
    max-width: 100%;
  }
  .About .wrap-support-area .wrap-support-row .wrap-item:last-child {
    margin-bottom: 0;
  }
  .About .wrap-support-area .wrap-support-row:last-child {
    margin-bottom: 0;
  }
  .About__prologue {
    margin-bottom: 4rem;
  }
  .About-item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .About-item__title {
    width: 10rem;
  }
  .About-item__body {
    width: calc(100% - 10rem);
  }
  .About-item__top {
    margin-bottom: 2rem;
  }
  .About-item__people::before {
    margin-bottom: 2rem;
  }
  .About-item__people__block:not(:last-child) {
    margin-bottom: 2rem;
  }
  /*-------------------------------
      フッター
  -------------------------------*/
  .footer {
    margin-top: 0;
  }
  .footer::after {
    border-width: 12rem 100vw 0 0;
    left: 0;
    top: 0;
  }
}