@media (max-width: 640px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media (max-width: 640px) {
  .sp_br {
    display: block;
  }
}

.sec {

}

.page-ttl {
  font-size: 36px;
  font-weight: 700;
  color: #009944;
  text-align: center;
}

.sub-ttl {
  font-size: 30px;
  color: #009944;
  text-align: center;
}

.shadow {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}

footer {
  min-height: 50px;
  background-color: #EDFAF1;
  text-align: center;
  color: #878E8A;
  line-height: 50px;
}

.sec-top {
  padding: 60px 0 80px;
}

.sec-top .content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 640px) {
  .sec-top .content-box {
    flex-direction: column;
  }
}

.sec-top .content-box .img-box {
  width: 48%;
  margin-top: 40px;
}

@media (max-width: 640px) {
  .sec-top .content-box .img-box {
    width: 100%;
  }
}

.sec-top .content-box .txtarea {
  width: 51%;
  text-align: left;
}

@media (max-width: 640px) {
  .sec-top .content-box .txtarea {
    width: 100%;
  }
}

.sec-top .content-box .txtarea .caption {
  font-size: 39px;
  font-weight: 700;
  color: #009944;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .sec-top .content-box .txtarea .caption {
    font-size: 33px;
  }
}

.sec-top .content-box .txtarea p {
  margin-top: 30px;

}

@media (max-width: 640px) {
  .sec-top .content-box .txtarea p {
    margin-top: 15px;
  }
}

.sec-top .content-box .txtarea p .green {
  color: #009944;
}

.sec.sec-join {
  background-color: #EDFAF1;
  padding-bottom: 90px;
}

.sec.sec-join p {
  margin-top: 40px;
}

@media (max-width: 640px) {
  .sec.sec-join p {
    margin-top: 20px;
    line-height: 2;
  }
}

.sec.sec-join .flow {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 640px) {
  .sec.sec-join .flow {
    flex-direction: column;
    margin-top: 20px;
  }
}

.sec.sec-join .flow li {
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  width: 17%;
  min-height: 135px;
  border-radius: 10px;
  line-height: 1.4;
  font-weight: 500;
  padding: 40px 0;
  color: #3f3f3f;
}

@media (max-width: 640px) {
  .sec.sec-join .flow li {
    width: 90%;
    margin: 20px auto;
  }
}

.sec.sec-join .flow li:nth-of-type(1), .sec.sec-join .flow li:nth-of-type(2) {
  padding: 50px 0;
}

.sec.sec-join .flow li:last-of-type {
  padding: 0;
  line-height: 135px;
}

.sec.sec-join .flow .arrow-mark {
  position: relative;
}

.sec.sec-join .flow .arrow-mark span {
  border-style: solid;
  border-width: 11px 0 11px 14px;
  border-color: transparent transparent transparent #6DC78C;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  .sec.sec-join .flow .arrow-mark span {
    transform: rotate(90deg);
    top: -10px;
  }
}

.sec.sec-community {
  background-color: #FFF9EF;
  padding-bottom: 80px;
}

.sec.sec-community .in > p {
  margin-top: 40px;
}

@media (max-width: 640px) {
  .sec.sec-community .in > p {
    margin-top: 20px;
  }
}

.sec.sec-community .event-tbl {
  background-color: #fff;
  width: 48%;
  margin: auto;
  border-radius: 20px;
  padding: 30px;
}

@media (max-width: 640px) {
  .sec.sec-community .event-tbl {
    width: 100%;
    box-sizing: border-box;
  }
}

.sec.sec-community .event-tbl > p {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #009944;
}

.sec.sec-community .event-tbl .cont {
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #6DC78C;
}

.sec.sec-community .event-tbl .cont dt {
  font-weight: 700;
  color: #009944;
  width: 10%;
}

@media (max-width: 640px) {
  .sec.sec-community .event-tbl .cont dt {
    width: 15%;
  }
}

.sec.sec-community .event-tbl .cont dd {

  width: 90%;
}

@media (max-width: 640px) {
  .sec.sec-community .event-tbl .cont dd {
    width: 85%;
  }
}

.sec.sec-community .event-tbl .cont:last-of-type {
  padding-bottom: 0;
}

.sec.sec-community .gallery {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 640px) {
  .sec.sec-community .gallery {
    flex-direction: column;
  }
}

.sec.sec-community .gallery .left-gal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 49%;
}

@media (max-width: 640px) {
  .sec.sec-community .gallery .left-gal {
    width: 100%;
  }
}

.sec.sec-community .gallery .left-gal .img-box {
  width: 48%;
}

.sec.sec-community .gallery .left-gal .img-box:nth-of-type(1), .sec.sec-community .gallery .left-gal .img-box:nth-of-type(2) {
  margin-bottom: 15px;
}

.sec.sec-community .gallery .right-gal {
  width: 49%;
}

@media (max-width: 640px) {
  .sec.sec-community .gallery .right-gal {
    width: 100%;
    margin-top: 15px;
  }
}

.sec.sec-community .report {
  padding-top: 75px;
}

.sec.sec-community .report .img-box {
  text-align: center;
  position: relative;
}

.sec.sec-community .report .img-box > p {
  position: absolute;
  left: 272px;
  top: -25px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.sec.sec-community .report .link-btn {
  background-color: #009944;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: auto;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  display: block;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  color: #3F3F3F;
  max-width: 480px;
  margin-top: 40px;
  position: relative;
}

@media (max-width: 640px) {
  .sec.sec-community .report .link-btn {
    font-size: 13px;
  }
}

.sec.sec-community .report .link-btn::after {
  content: '';
  background-image: url(../images/makefriends/volunteer/icn-link.png);
  background-size: contain;
  right: 90px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 27px;
}

@media (max-width: 640px) {
  .sec.sec-community .report .link-btn::after {
    right: 50px;
  }
}

.sec.sec-event {
  background-color: #EDFAF1;
  padding: 70px 0 80px;
}

.sec.sec-event .events-info .txtarea {
  text-align: left;
  width: 600px;
  background-color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 50px 0 50px 100px;
}

@media (max-width: 640px) {
  .sec.sec-event .events-info .txtarea {
    width: 96%;
    padding: 40px;
  }
}

.sec.sec-event .events-info .txtarea .ttl {
  font-size: 20px;
  color: #009944;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .sec.sec-event .events-info .txtarea .ttl {
    font-size: 18px;
  }
}

.sec.sec-event .events-info .txtarea .info {
  display: flex;
  font-size: 18px;

  color: #3f3f3f;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .sec.sec-event .events-info .txtarea .info {
    font-size: 13px;
  }
}

.sec.sec-event .events-info .txtarea .info dd {
  margin-left: 20px;
}

.sec.sec-event .events-info .txtarea .info:last-of-type dd {
  color: #009944;
}

.sec.sec-event .events-info .more-btn {
  background-color: #009944;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: auto;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  width: 215px;
  letter-spacing: 0.03em;
  margin-top: 30px;
}

@media (max-width: 640px) {
  .sec.sec-event .events-info .more-btn {
    font-size: 13px;
  }
}

.sec.sec-video {
  padding: 70px 0 80px;
}

.sec.sec-video .in {
  width: 840px;
}

@media (max-width: 640px) {
  .sec.sec-video .in {
    width: 90%;
  }
}

.sec.sec-video .sub-ttl {
  font-size: 30px;
  color: #009944;
  text-align: center;
}

.sec.sec-video .video-box {
  display: flex;
  margin-top: 35px;
}

@media (max-width: 640px) {
  .sec.sec-video .video-box {
    flex-direction: column;
  }
}

.sec.sec-video .video-box .video-item {
  margin: 0 20px;
  width: 50%;
}

@media (max-width: 640px) {
  .sec.sec-video .video-box .video-item {
    width: 100%;
    margin: 0 auto;
  }
  .sec.sec-video .video-box .video-item:last-of-type {
    margin-top: 20px;
  }
}

.sec.sec-video .video-box .video-item .video-clip {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.sec.sec-video .video-box .video-item .video-clip iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sec.sec-video .video-box .video-item .txtarea p {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #3f3f3f;
}

.sec.sec-video .video-box .video-item .txtarea p.green {
  color: #009944;
  margin: 5px 0;
}

.sec.sec-video .more-btn {
  background-color: #009944;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: auto;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  width: 216px;
  margin-top: 40px;
}

@media (max-width: 640px) {
  .sec.sec-video .more-btn {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .sec.sec-video .more-btn {
    width: 100%;
    box-sizing: border-box;
  }
}

.friend-other {
  background-color: #FFF9EF;
  padding: 60px 0 50px;
}

.friend-other .contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}

@media (max-width: 640px) {
  .friend-other .contents {
    flex-direction: column;
    margin-top: 20px;
  }
}

.friend-other .contents a.content {
  display: block;
  margin: 0 20px;
  width: 42%;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #3f3f3f;
}

@media (max-width: 640px) {
  .friend-other .contents a.content {
    width: 100%;
    margin: 10px auto;
    box-sizing: border-box;
    font-size: 13px;

  }
}
