@charset "utf-8";

/*-----( hero )-----*/
.sub-hero__index {
  background: url(../img/support/bg_kv_index.jpg) center top / cover no-repeat;
}
.sub-hero__vol {
  background: url(../img/support/bg_kv_vol.jpg) center top / cover no-repeat;
}
.sub-hero__dnt {
  background: url(../img/support/bg_kv_dnt.jpg) center top / cover no-repeat;
}

/*-----------------------------------------------
  index
-----------------------------------------------*/
/*-----( index-lead )-----*/
.index-lead-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 120px;
  padding: 50px 3.2% 55px;
  background: url(../img/support/bg_index_lead.svg) center center / cover no-repeat;
  border: 4px solid #006428;
}
.index-laed-head {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 364px;
  height: 134px;
  background: url(../img/support/img_index_lead.png) center top / cover no-repeat;
  color: #006428;
  font-size: 20px;
  font-weight: 700;
}
.index-lead-box p {
  margin: 0 0 11px;
  width: 47.7%;
  font-size: 16px;
  line-height: 1.8;
}

@media only screen and (max-width: 979px) {
  .index-laed-head {
    width: 342px;
    height: 125px;
    font-size: 18px;
  }
  .index-lead-box p {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .index-lead-box {
    display: block;
    margin: 20px auto 60px;
    padding: 28px 4% 54px;
    border: 2px solid #006428;
  }
  .index-laed-head {
    width: 234px;
    height: 86px;
    margin: 0 auto 14px;
    font-size: 18px;
    text-align: center;
  }
  .index-lead-box p {
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
  }
}

/*-----( index-card )-----*/
.index-cards {
  padding: 80px 0 80px;
}
.index-card {
  display: flex;
  justify-content: space-between;
}
.index-card + .index-card {
  margin-top: 84px;
}
.index-card-data {
  width: 47.27%;
}
.index-card__img {
  width: 47.27%;
}
.index-card:nth-of-type(even) {
  flex-direction: row-reverse;
}
.index-card-data p {
  margin: 15px 0 44px;
  font-weight: 500;
  line-height: 1.95;
}

@media only screen and (max-width: 767px) {
  .index-cards {
    padding: 40px 0 60px;
  }
  .index-card {
    display: block;
  }
  .index-card + .index-card {
    margin-top: 50px;
  }
  .index-card-data {
    width: 100%;
  }
  .index-card__img {
    width: 100%;
    margin-top: 34px;
  }
  .index-card-data .cmn__btn-01 {
    margin: 0 auto;
  }
  .index-card-data p {
    margin: 15px 0 26px;
  }
}

/*-----------------------------------------------
  vol
-----------------------------------------------*/
/*-----( vol-lead-ol )-----*/
.vol-lead-ol {
  margin: 40px auto 80px;
  padding: 57px 5% 62px;
  background: #F8F7F2;
}
.vol-lead-ol__ttl {
  color: #006428;
  font-size: 16px;
  font-weight: 700;
}
.vol-lead-ol__ttl::before {
  content: "●";
  margin: 0 10px 0 4px;
  font-size: 10px;
  vertical-align: 2px;
}
.vol-lead-ol p + .vol-lead-ol__ttl {
  margin-top: 26px;
}
.vol-lead-ol p {
  margin: 5px 0 0 24px;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .vol-lead-ol {
    margin: 40px auto 60px;
    padding: 30px 5% 26px 4%;
  }
  .vol-lead-ol__ttl {
    font-size: 16px;
  }
  .vol-lead-ol__ttl::before {
    margin: 0 6px 0 0;
  }
  .vol-lead-ol p + .vol-lead-ol__ttl {
    margin-top: 26px;
  }
  .vol-lead-ol p {
    margin: 5px 0 0 15px;
    font-weight: 500;
    line-height: 1.8;
  }
}

/*-----( vol-lead-act )-----*/
.vol-lead-act {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
}
.vol-lead-act-body {
  width: 47.27%;
}
.vol-lead-act__img {
  width: 47.27%;
}
.vol-lead-act p {
  margin-top: 13px;
  line-height: 1.95;
}

@media only screen and (max-width: 767px) {
  .vol-lead-act {
    display: block;
    margin: 0 auto 60px;
  }
  .vol-lead-act-body {
    width: 100%;
    margin: 0 auto 14px;
  }
  .vol-lead-act__img {
    width: 100%;
  }
}

/*-----( staff )-----*/
.staff {
  padding: 80px 0;
}
.staff .page__ttl {
  padding-bottom: 39px;
}
.staff-card {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.staff-card + .staff-card {
  margin-top: 59px;
}
.staff-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -160px;
  display: block;
  width: 521px;
  height: 356px;
  background: url(../img/support/bg_vol_intro.svg) left top / cover no-repeat;
}
.staff-card:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.staff-card:nth-of-type(even)::before {
  left: 0;
}
.staff-card:nth-of-type(odd)::before {
  right: 0;
}
.staff-card-body {
  position: relative;
  z-index: 3;
  width: 47.27%;
  padding-top: 116px;
}
.staff-card__img {
  position: relative;
  z-index: 2;
  width: 50%;
  margin: 0 -3% 0 0;
}
.staff-card:nth-of-type(odd) .staff-card__img {
  margin: 0 0 0 -3%;
}
.staff-card__tag {
  display: block;
  height: 30px;
}
.staff-card__tag img,
.staff-card__eng img {
  width: auto;
  height: 100%;
}
.staff-card .cmn-head-01__ttl {
  display: flex;
}
.staff-card__eng {
  display: block;
  height: 12px;
  margin: 0 0 0 13px;
}
.staff-card .cmn-head-01__ttl + p {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 700;
}
.staff-card .cmn-head-01__ttl + p + p {
  margin-top: 10px;
  line-height: 1.95;
  font-weight: 500;
}
.staff .cmn__btn-01 {
  width: 320px;
  margin: 40px auto 0;
}

@media only screen and (max-width: 767px) {
  .staff {
    overflow: hidden;
    padding: 40px 0 50px;
  }
  .staff .page__ttl {
    padding-bottom: 30px;
  }
  .staff-card,
  .staff-card:nth-of-type(odd) {
    position: relative;
    flex-direction: column-reverse;
  }
  .staff-card + .staff-card {
    margin-top: 60px;
  }
  .staff-card::before {
    display: none;
  }
  .staff-card-body {
    width: 100%;
    padding-top: 20px;
  }
  .staff-card__img,
  .staff-card:nth-of-type(odd) .staff-card__img {
    width: 80%;
    margin: 0 auto;
  }
  .staff-card__tag {
    height: 20px;
  }
  .staff-card .cmn-head-01__ttl + p {
    margin-top: 16px;
  }
  .staff .cmn__btn-01 {
    width: 100%;
    margin: 30px auto 0;
  }
}

/*-----( recruit )-----*/
.recruit {
  padding: 99px 0 0;
}
.recruit__ttlsub {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 30px;
  margin: 12px auto 0;
  border: 1px solid #006428;
  border-radius: 15px;
  background: #F8F7F2;
  color: #006428;
  font-weight: 700;
}
.recruit__lead {
  margin: 40px auto 39px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
}
.recruit-list li {
  padding: 22px 3.6% 21px;
  border-bottom: 1px solid #492A2A;
  font-size: 16px;
  font-weight: 700;
}
.recruit-list span {
  font-size: 14px;
}
.recruit-list + .cmn-head-02 {
  margin-top: 60px;
}

@media only screen and (max-width: 959px) {
  .recruit__lead {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit {
    padding: 60px 0 0;
  }
  .recruit__ttlsub {
    width: 210px;
    height: 24px;
    margin: 10px auto 0;
    border-radius: 12px;
    font-size: 12px;
  }
  .recruit__lead {
    margin: 24px auto 36px;
    font-size: 16px;
    line-height: 1.5;
  }
  .recruit-list li {
    padding: 16px 3% 15px;
    font-size: 14px;
  }
  .recruit-list span {
    font-size: 12px;
  }
  .recruit-list + .cmn-head-02 {
    margin-top: 40px;
  }
}

/*-----( how )-----*/
.how {
  padding: 100px 0 0;
}
.how__ttlsub {
  display: block;
  text-align: center;
  color: #006428;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.how .page__ttl {
  margin: 14px auto 40px;
}
.how-to {
  padding: 49px 5.5% 62px;
  background: #F8F7F2;
}

@media only screen and (max-width: 767px) {
  .how {
    padding: 60px 0 0;
  }
  .how__ttlsub {
    font-size: 12px;
  }
  .how .page__ttl {
    margin: 6px auto 34px;
  }
  .how-to {
    padding: 20px 5% 30px;
  }
}

/*-----( how-ol )-----*/
.how-to .cmn-head-01__ttl {
  margin: 0 0 40px;
  padding: 10px 0 20px;
  letter-spacing: 0.075em;
}
.how-ol-card {
  display: flex;
  justify-content: space-between;
}
.how-ol-dl {
  width: 42.6%;
}
.how-ol__img {
  width: 53%;
}
.how-ol-dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin: 0 0 9px;
  background: #3C1A1A;
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
}
.how-ol-dl p {
  line-height: 1.8;
  font-weight: 500;
}
.how-ol-dl dd + dt {
  margin-top: 38px;
}
.how-ol-dl .link__pdf-01 {
  margin-top: 21px;
}

@media only screen and (max-width: 767px) {
  .how-to .cmn-head-01__ttl {
    margin: 0 0 20px;
    padding: 10px 0 10px;
    letter-spacing: 0.075em;
  }
  .how-ol-card {
    display: block;
  }
  .how-ol-dl {
    width: 100%;
  }
  .how-ol__img {
    width: 100%;
    margin-top: 20px;
  }
  .how-ol-dl dd + dt {
    margin-top: 29px;
  }
  .how-ol-dl .link__pdf-01 {
    margin-top: 20px;
  }
}

/*-----( how-info )-----*/
.how-info {
  padding: 30px 0 0;
}
.how-info-dl {
  display: flex;
  flex-wrap: wrap;
}
.how-info-dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  background: #006428;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.how-info-dl dt:nth-of-type(1) { 
  border-top: 1px solid #006428;
}
.how-info-dl dd + dt { 
  border-top: 1px solid #fff;
}
.how-info-dl dt:last-of-type,
.how-info-dl dd:last-of-type { 
  border-bottom: 1px solid #006428;
}
.how-info-dl dd {
  width: 75%;
  padding: 18px 4%;
  border-top: 1px solid #006428;
  border-right: 1px solid #006428;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.how-info .cmn__btn-01 {
  width: 320px;
  margin: 40px auto 0;
}
.how-ol__check {
  display: block;
  padding: 48px 0 17px;
  color: #006428;
  font-weight: 700 !important;
}
.how-02 .cmn__btn-01 {
  width: 320px;
}

@media only screen and (max-width: 767px) {
  .how-info-dl {
    display: block;
  }
  .how-info-dl dt {
    display: block;
    padding: 5px 5%;
    width: 100%;
    font-size: 16px;
  }
  .how-info-dl dt:nth-of-type(1),
  .how-info-dl dd + dt,
  .how-info-dl dt:last-of-type,
  .how-info-dl dd:last-of-type,
  .how-info-dl dd {
    border: none;
  }
  .how-info-dl dd {
    width: 100%;
    padding: 14px 5%;
    font-size: 14px;
  }
  .how-info .cmn__btn-01 {
    margin: 30px auto 0;
  }
  .how-ol__check {
    padding: 26px 0 10px;
    font-size: 12px;
  }
}

/*-----------------------------------------------
  donate
-----------------------------------------------*/
/*-----( dnt-lead )-----*/
.dnt-lead {
  margin: 0 auto 100px;
  padding: 60px 4%;
}
.dnt-lead p {
  margin: 26px auto 43px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.dnt-lead .cmn__btn-01 {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .dnt-lead {
    margin: 60px auto 60px;
    padding: 30px 5% 30px;
  }
  .main .dnt-lead .page__ttl {
    padding: 0;
    font-size: 21px;
  }
  .dnt-lead p {
    margin: 20px auto 24px;
    font-size: 14px;
  }
}

/*-----( goals )-----*/
.goals-list {
  display: flex;
  justify-content: space-between;
  margin: 39px auto 106px;
}
.goals-list li {
  width: 22.27%;
}
.goals-list p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .goals-list {
    flex-wrap: wrap;
    margin: 30px auto 40px;
  }
  .goals-list li {
    width: 46%;
    margin: 0 0 20px;
  }
  .goals-list p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
  }
}

/*-----( sections )-----*/
.dnt-contents .cmn-head-02 + p {
  margin-top: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.use-list {
  display: flex;
  justify-content: space-between;
  margin: 78px auto 80px;
}
.use-list li {
  width: 31%;
  padding: 0 4% 42px;
  background: #F8F7F2;
}
.use-list__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: -40px auto 18px;
  background: #006428;
  border-radius: 40px;
  color: #F5B519;
  font-size: 42px;
  font-weight: 700;
}
.use-list p {
  font-weight: 500;
  line-height: 1.8;
}
.dnt-box-01 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 83px;
}
.dnt-box-01 section {
  width: 47.27%;
}
.dnt__img {
  width: 56.36%;
  margin: 0 auto 60px;
}
.dnt-ways .cmn-head-02 {
  margin: 0 auto 30px;
}
.dnt-way {
  margin: 0 auto 50px;
}
.dnt-way:nth-last-of-type(1) {
  margin: 0 auto 110px;
}
.dnt-way .cmn-head-01__ttl + p {
  margin-top: 17px;
  font-weight: 500;
  line-height: 1.8;
}
.dnt-way-links {
  display: flex;
  margin-top: 40px;
}
.dnt-way-links .cmn__btn-01 + .cmn__btn-01 {
  margin-left: 60px;
}
.dnt-way__link {
  display: flex;
  align-items: center;
  margin: 17px 0 0;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}
.dnt-way__link::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 17px 0 0;
  background: url(../img/common/arw_06.svg) left top / cover no-repeat;
}
.sps__ttl {
  margin: 0 0 24px;
  padding: 35px 0 17px;
  border-bottom: 1px solid #006428;
  color: #006428;
  font-weight: 700;
}
.sps-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 55px;
}
.sps-list li {
  display: flex;
  width: 50%;
  margin-bottom: 25px;
}
.sps-list li:nth-child(odd) {
  padding-right: 4%;
}
.sps-list li:nth-child(even) {
  padding-left: 3%;
}
.sps-list__img {
  width: 200px;
  max-width: 100%;
  margin: 0 4% 0 0;
  flex-shrink: 0;
}
.sps-list__ttl {
  margin: -3px 0 11px;
  color: #006428;
  font-weight: 700;
}
.sps-list__txt {
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .use-list {
    display: block;
    margin: 30px auto 40px;
  }
  .use-list li {
    position: relative;
    width: 100%;
    padding: 26px 5%;
  }
  .use-list li + li {
    margin-top: 40px;
  }
  .use-list__num {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 20px;
  }
  .dnt-box-01 {
    display: block;
    margin: 0 auto 40px;
  }
  .dnt-box-01 section {
    width: 100%;
  }
  .dnt-box-01 section + section {
    margin-top: 30px;
  }
  .dnt__img {
    width: 80%;
    margin: 0 auto 40px;
  }
  .dnt-ways .cmn-head-02 {
    margin: 0 auto 10px;
  }
  .dnt-way {
    margin: 0 auto 30px;
  }
  .dnt-way:nth-last-of-type(1) {
    margin: 0 auto 40px;
  }
  .dnt-way .cmn-head-01__ttl {
    font-size: 16px;
  }
  .dnt-way-links {
    margin-top: 20px;
  }
  .dnt-way-links .cmn__btn-01 + .cmn__btn-01 {
    margin-left: 10px;
  }
  .sps__ttl {
    margin: 0 0 30px;
    padding: 24px 0 12px;
  }
  .sps-list {
    display: block;
    margin: 0 0 60px;
  }
  .sps-list li {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .sps-list li:nth-child(odd) {
    padding-right: 0;
  }
  .sps-list li:nth-child(even) {
    padding-left: 0;
  }
  .sps-list__img {
    width: 200px;
    margin: 0 auto 14px;
  }
  .sps-list__ttl {
    margin: 0 0 0;
    text-align: center;
  }
  .sps-list__txt {
    text-align: center;
  }
}