@charset "utf-8";
/* CSS Document */
.main {
  max-width: 1440px;
  margin: 0 auto;
}
.section-top {
  margin: 70px 0 80px;
}
.section-top__lead-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.section-top h1 {
  padding: 20px 6.4% 100px;
  text-align: left;
  line-height: 4.0rem;
  font-size: 2.4rem;
}
.section-top__lead-text p {
  font-size: 1.8rem;
  line-height: 4.6rem;
  padding-bottom: 40px;
}
.section-top__lead-image {
  max-width: 760px;
  margin-top: 100px;
}
.section-top__lead-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 580px;
}
@media(max-width:376px) {
  .section-top h1 {
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
  }
  .section-top__lead-text p {
    font-size: 1.6rem;
    line-height: 4.4rem;
  }
}
@media(min-width:760px) {
  .section-top {
    margin: 40px 0 100px;
    padding: 0 6.4%;
  }
  .section-top__lead-image {
    max-width: 1040px;
  }
  .section-top__lead-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 680px;
  }
}
@media(min-width:1000px) {
  .section-top {
    margin: 60px 0 120px;
    padding: 0 13.8%;
    max-width: 1040px;
  }
  .section-top h1 {
    text-align: left;
    font-size: 4.0rem;
    padding: 0;
  }
  .section-top__lead-text p {
    font-size: 2.4rem;
    line-height: 5.0rem;
    padding-top: 170px;
    padding-bottom: 60px;
  }
  .section-top__lead-image {
    max-width: 1040px;
    margin-top: 180px;
  }
}
/****** 活動目的セクション *****/
.section-activity {
  margin: 0 6.4%;
  margin-bottom: 100px;
  text-align: left;
}
.section-activity h2 {
  border-top: 2px solid;
  margin-bottom: 60px;
  text-align: left;
  width: 100%;
  padding-top: 4px;
}
.section-activity p {
  font-size: 1.6rem;
  line-height: 3.2rem;
  width: 100%;
}
@media(min-width:760px) {
  .section-activity {
    margin-bottom: 120px;
    padding: 0 6.4%;
  }
  .section-activity h2 {
    border-top: 2px solid;
    margin-bottom: 60px;
    padding-top: 10px;
    text-align: left;
    font-size: 3.2rem;
    line-height: 4.0rem;
  }
  .section-activity p {
    text-align: left;
    font-size: 2.0rem;
    line-height: 3.6rem;
  }
}
@media(min-width:1000px) {
  .section-activity {
    margin-bottom: 120px;
    padding: 0 13.8%;
    max-width: 1040px;
  }
}
/****** 沿革セクション *****/
.section-history {
  margin: 0 6.4%;
  margin-bottom: 100px;
  text-align: left;
}
.section-history h2 {
  border-top: 2px solid;
  margin-bottom: 60px;
  padding-top: 10px;
  text-align: left;
  font-size: 3.2rem;
  line-height: 4.0rem;
}
.section-history table {
  display: block;
  text-align: left;
  width: 100%;
  max-width: 375px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 100px;
}
.section-history table th {
  width: 20%;
  font-weight: 500;
}
.section-history__deco {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media(min-width:760px) {
  .section-history {
    margin-bottom: 160px;
    padding: 0 6.4%;
  }
  .section-history h2 {
    border-top: 2px solid;
    margin-bottom: 60px;
    padding-top: 10px;
    text-align: right;
    font-size: 3.2rem;
    line-height: 4.0rem;
  }
  .section-history table {
    display: block;
    text-align: left;
    width: 100%;
    max-width: 780px;
    font-size: 2.0rem;
    line-height: 3.6rem;
    margin-bottom: 120px;
  }
  .section-history table th {
    width: 12%;
    font-weight: 500;
  }
  .section-history__deco {
    width: 100%;
    margin: 0 auto;
  }
}
@media(min-width:1000px) {
  .section-history {
    margin-bottom: 160px;
    padding: 0 13.8%;
    max-width: 1040px;
  }
  .section-history h2 {
    border-top: 2px solid;
    margin-bottom: 60px;
    padding-top: 10px;
    text-align: right;
    font-size: 3.2rem;
    line-height: 4.0rem;
  }
  .section-history table {
    display: block;
    text-align: left;
    width: 100%;
    max-width: 780px;
    font-size: 2.0rem;
    line-height: 3.6rem;
    margin-bottom: 120px;
  }
  .section-history table th {
    width: 12%;
    font-weight: 500;
  }
  .section-history__deco {
    width: 100%;
    margin: 0 auto;
  }
}
/****** 団体詳細セクション *****/
.section-info {
  margin-bottom: 20px;
}
.section-info__image {
  margin-bottom: 80px;
}
.section-info__image-pic1 {
  object-fit: cover;
  object-position: center;
  max-height: 500px;
  max-width: 500px;
  width: 100%;
}
.section-info__list {
  text-align: center;
  margin: 0 6.4%;
}
.section-info__list_head {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: left;
}
.section-info__list table {
  text-align: left;
  max-width: 720px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin: 0 auto;
}
.section-info__list table th {
  width: 100%;
  font-weight: 500;
  padding-bottom: 10px;
  display: inline-block;
}
.section-info__list table td {
  padding-bottom: 10px;
}
.annotation {
  font-size: 1.2rem;
}
@media(max-width:320px) {
  .section-info__list_head {
    font-size: 1.4rem;
  }
  .section-info__list table {
    font-size: 1.4rem;
  }
}
@media(min-width:1000px) {
  .section-info {
    margin-bottom: 40px;
    max-width: 1440px;
  }
  .section-info__wrap {
    margin: 0;
    padding: 0;
    display: flex;
    height: 583px;
  }
  .section-info__list-wrapper {
    text-align: left;
  }
  .section-info__image, .section-info__list {
    width: 50%;
    margin: 0;
  }
  .section-info__image {
    position: relative;
  }
  .section-info__image-pic1 {
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 0%;
    left: 13.8%;
    height: 400px;
    width: 400px;
  }
  .section-info__list {
    text-align: left;
    width: 50%;
    padding-left: 12%;
  }
  .section-info__list_head {
    margin-bottom: 16px;
    font-size: 2.0rem;
  }
  .section-info__list table {
    display: block;
    text-align: left;
    width: 100%;
    max-width: 720px;
    font-size: 2.0rem;
    line-height: 3.6rem;
    margin: 0 auto;
  }
  .section-info__list table th {
    font-weight: 500;
    padding-bottom: 10px;
    width: 130px;
  }
  .section-info__list table td {
    padding-bottom: 10px;
  }
}
@media(min-width:1200px) {
  .section-info__image-pic1 {
    left: 32%;
  }
}
/****** アピールセクション *****/
.section-appeal {
  margin-bottom: 120px;
  margin: 0 6.4%;
}
.section-appeal__thread {
  max-width: 700px;
  width: 100%;
  margin: 80px 0 100px;
}
.section-appeal p {
  margin-bottom: 100px;
  font-size: 1.6rem;
  line-height: 4.0rem;
  width: 100%;
}
.section-appeal__leafinhand {
  width: 100%;
  max-width: 520px;
  margin-bottom: 100px;
}
@media(max-width:320px) {
  .section-appeal p {
    letter-spacing: -0.08rem;
  }
}
@media(min-width:1000px) {
  .section-appeal {
    max-width: 1040px;
    margin-bottom: 120px;
    margin: 0 auto;
    padding: 0 13.8%;
  }
  .section-appeal__thread {
    max-width: 1040px;
    margin: 180px 0 110px;
  }
  .section-appeal p {
    margin-bottom: 120px;
    font-size: 2.0rem;
    line-height: 4.0rem;
  }
  .section-appeal__leafinhand {
    width: 100%;
    max-width: 580px;
    margin-bottom: 120px;
  }
}
/****** フェイスブックもやってます *****/
.section-facebook {
  padding: 0 6.4%;
}
.section-facebook__wrapper {
  text-align: center;
  position: relative;
}
.section-facebook__text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 60px;
  display: inline-block;
}
.section-facebook__text h3 {
  width: 100%;
  font-size: 1.8rem;
  line-height: 3.8rem;
  padding-bottom: 16px;
}
.section-facebook__link {
  text-decoration: none;
}
.section-facebook__link:visited {
  color: #94990E;
}
.section-facebook__illust-area {
  height: 240px;
}
.section-facebook__text-illust {
  width: 100px;
  position: absolute;
  top: 82%;
  right: 0%;
  z-index: -10;
}
@media(max-width:320px) {
  .section-facebook__text h3 {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
}
@media(min-width:760px) {
  .section-facebook__text {
    margin-bottom: 100px;
  }
}
/* スマホ用（320px以下）*/
@media screen and (max-width: 320px) {
  .section-facebook__pulugin-weapper {
    width: 100%;
    max-width: 280px;
  }
}
/* スマホ用（760px以下）*/
@media screen and (min-width: 425px) {
  .section-facebook__pulugin-weapper {
    width: 100%;
    max-width: 310px;
  }
}
/*PC用(761px以上) */
@media screen and (min-width: 761px) {
  .section-facebook__pulugin-weapper {
    width: 100%;
    max-width: 420px;
  }
}
@media(min-width:1000px) {
  .section-facebook {
    max-width: 1040px;
    margin: 0 auto;
  }
  .section-facebook__wrapper {
    display: flex;
    margin: 0;
    padding: 0;
    height: 840px;
    position: relative;
    flex-flow: row-reverse;
  }
  .section-facebook__text {
    text-align: left;
    padding: 6% 0 0 10%;
    width: 50%;
    font-size: 2.0rem;
    line-height: 3.6rem;
  }
  .section-facebook__text h3 {
    font-size: 2.0rem;
    line-height: 3.8rem;
    padding-bottom: 16px;
  }
  .section-facebook__link {
    text-decoration: none;
  }
  .section-facebook__illust-area {
    height: 600px;
  }
  .section-facebook__text-illust {
    width: 210px;
    position: absolute;
    top: 52%;
    right: 2%;
  }
}