

/**************************************************************************
page: activity
**************************************************************************/

/********* How it works **************/

.activity {
  margin-top: 170px;
}

.activity__titleNumber {
  font-size: 66px;
  color: #EBEBEB;
  display: block;
  font-family: Lora;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 14px;
}

.activity__img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}



/********* Event **************/

.event .layout-2 .trimming {
  padding-top: 62%;
}

.event {
  background: linear-gradient(180deg,#003853 50%,#003853 100px,white 100px,white 100%);
  padding-top: 1px;
  margin-top: 120px;
}




/********* movie **************/

.movie {
  margin-top: 150px;
}

.movie__block.layout-2 .movie__text {
  width: 30%;
}

.movie__block.layout-2 iframe {
  width: 64%;
  height: 350px;
}

.movie-sp {
  display: none;
}



/********* philosophy **************/

.philosophy {
  background-color: #F3F4F4;
  padding: 1px 0 120px;
  margin-top: 100px;
}

.philosophy__block.max-width {
  max-width: 900px;
}

.philosophy__card {
  background-color: white;
  border-radius: 5px;
  padding: 3% 3% 3% 0;
  margin-bottom: 40px;
}

.philosophy__card {
  display: flex;
  align-items: center;
}

.philosophy__icon {
  font-size: 54px;
  width: 22%;
  text-align: center;
}

.philosophy__text {
  position: relative;
  padding-left: 5%;
  width: 78%;
}

.philosophy__text:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(0,0,0,.12);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.philosophy__text p {
  color: rgba(0,43,63,.7);
}

.philosophy__text h3 {
  font-size: 18px;
}



/********* Logo story **************/

.logostory__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logostory__img {
  width: 25%
}

.logostory__text {
  width: 70%;
}



/********* SDGs **************/

.SDGs__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.SDGs__card {
  width: 49%;
  color: white;
  display: flex;
  align-items: flex-start;
  padding: 3% 2% 2%;
  border-radius: 5px;
  margin-bottom: 2%;
}

.SDGs__img {
  width: 20%;
  margin-right: 16px;
}

.SDGs__text {
  width: 80%;
}

.SDGs__text h3 {
  font-size: 18px;
  margin-top: 0;
}


.SDGs__text h3:after {
  content: '';
  width: 54px;
  height: 2.5px;
  background-color: white;
  border-radius: 2px;
  display: block;
  margin-top: 24px;
}

.SDGs__text p {
  font-size: 14px;
  font-weight: 400;
}


/******************************
Tablet
*******************************/


@media screen and (max-width: 1024px) {

  /********* activity **************/

  .activity {
    margin-top: 0;
  }

  .activity__titleNumber {
    font-size: 60px;
    margin-bottom: 26px;
  }


  /********* movie **************/

  .movie {
    margin-top: 100px;
  }

  .movie__text .sectionTitle {
    text-align: center;
  }


   .movie__text .sectionTitle:after {
     margin-left: auto;
     margin-right: auto;
   }


  .movie__block {
    flex-direction: column;
  }

  .movie__block.layout-2 .movie__text {
    width: 100%;
  }

  .movie__block.layout-2 iframe {
    width: 100%;
    height: 320px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .movie-sp {
    display: block;
  }

  .movie-pc {
    display: none;
  }

  .movie__text .becomeMember.-left {
    margin: 30px auto 0;
  }


  /********* Philosophy **************/

  .philosophy__text h3  {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
  }

  .philosophy {
    padding-bottom: 80px;
  }

  .philosophy__card {
    margin-bottom: 20px;
  }




  /********* SDGs **************/
  .SDGs__block {
    flex-direction: column;
  }

  .SDGs__card {
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
  }

  .SDGs__text p {
    font-size: 13px;
  }

}



/******************************
SP
*******************************/


@media screen and (max-width: 559px) {

  .viewMore {
    margin-top: 40px;
  }

  /********* activity **************/

  .activity__titleNumber {
    position: absolute;
    top: -54px;
    left: 0;
    font-size: 50px;
  }

  .activity__block {
    position: relative;
    margin: 70px 0 0;
  }

  .activity__text {
    margin-bottom: 20px;
  }


  .event {
    margin-top: 50px;
    background: linear-gradient(180deg,#003853 25%,#003853 100px,white 100px,white 100%);
  }

  .event__block > * {
    margin-bottom: 60px;
  }


  /********* movie **************/
  .movie {
    margin-top: 20px;
  }


   .movie__block.layout-2 iframe {
     height: 240px;
   }

  /********* philosophy **************/

  .philosophy {
    margin-top: 80px;
    padding-bottom: 50px;
  }

  .philosophy__card {
    flex-direction: column;
    padding: 16px;
  }

  .philosophy__text:before {
    width: 100%;
    height: 1px;
  }

  .philosophy__text {
    width: 100%;
    padding-left: 0;
  }

  .philosophy__icon {
    width: 100%;
    font-size: 40px;
  }

  .philosophy__icon p {
    margin-top: 0;
  }


/********* Logo story **************/
  .logostory__block {
    flex-direction: column;
  }

  .logostory__text {
    width: 100%;
  }

  .logostory__img {
    width: 45%;
  }


  .SDGs__card {
    flex-direction: column;
    padding: 16px;
  }

  .SDGs__img {
    width: 30%;
    margin: 0;
  }

  .SDGs__text {
    width: 100%;
  }

  .SDGs__text h3 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 16px;
  }

  .SDGs__text h3:after {
    margin: 24px auto 0;
  }

}




/**************************************************************************
page: activity_detail
**************************************************************************/


/********* intro **************/

.activityDetail-intro {
  margin-top: 140px;
}

.activityDetail-intro__brock01 {
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
}


.activityDetail-intro__brock02 img {
  width: 85%;
  height: 30vw;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: relative;
  z-index: -1;
}

.activityDetail-intro__text {
  width: 50%;
  padding: 2% 3%;
  background-color: white;
  margin: -10% 3% 0 auto;
}

.activityDetail-intro__brock02 {
  margin-top: 80px;
}



/********* member's voice **************/

.activityDetail-voice {
  background-color: #F3F4F4;
  padding: 1px 0 80px;
  margin-top: 100px;
}

.activityDetail-voice .swiper-button-prev, .activityDetail-voice .swiper-button-next {
  display: none;
}

.page-id-71 .br-tour {
  display: none;
}



/*

.activityDetail-voice__card {
  display: flex;
  justify-content: space-between;w
  padding: 3%;
  background-color: white;
  margin-bottom: 40px;
}

.activityDetail-voice__img {
  width: 32%;
  padding-top: inherit;
}

.activityDetail-voice__text {
  width: 64%;
  font-size: 14px;
}

.activityDetail-voice__voiceName {
  font-size: 12px;
  color: rgba(0,43,63,.7);
} */


/********* ending **************/

.activityDetail-ending {
  margin-top: 120px;
  margin-bottom: 80px;
}

.activityDetail-ending__img {
  width: 85%;
  height: 30vw;
  margin: 0 0 0 auto;
  object-fit: cover;
  font-family: 'object-fit: cover;','object-position: bottom;';
  display: block;
  position: relative;
  z-index: -1;
  object-position: bottom;
}

.activityDetail-ending__text {
  width: 50%;
  padding: 2% 3%;
  background-color: white;
  margin: -10% auto 0 3%;
}




/******************************
Tablet
*******************************/

@media screen and (max-width: 1024px) {
  .activityDetail-intro {
    margin-top: 0;
  }

  .activityDetail-intro__text, .activityDetail-ending__text {
    width: 80%;
    padding: 2% 5%;
  }

  .activityDetail-voice .swiper-button-prev, .activityDetail-voice .swiper-button-next {
    display: block;
  }

}


/******************************
SP
*******************************/

@media screen and (max-width: 559px) {
  .activityDetail-intro__brock01 {
      margin: 0 16px;
      text-align: left;
  }

  .activityDetail-intro__brock02 {
    margin-top: 50px;
  }

  .activityDetail-intro__brock02 img {
    width: 94%;
    height: 60vw;
  }

  .activityDetail-intro__text {
    width: 94%;
    padding: 7%;
    margin: -20% 0 0 auto;
  }

  .contents .activity__block {
    margin-top: 0;
    margin-bottom: 30px;
  }


  .activityDetail-ending {
    margin-top: 70px;
  }

  .activityDetail-ending__img {
    width: 94%;
    height: 60vw;
  }

  .activityDetail-ending__text {
    width: 94%;
    padding: 7%;
    margin: -20% auto 0 0;
  }

  .activityDetail-voice {
    margin-top: 50px;
  }

}




/**************************************************************************
page: achivements
**************************************************************************/

.page-id-130 .achivement__block {
  margin-top: 180px;
}

.history {
  margin-top: 120px;
}

.history__block.layout-2 {
  flex-direction: row;
}

.history__text {
  width: 42%;
}

.history__img {
  width: 56%;
}

/********* donation **************/

.donation {
  margin-top: 120px;
}

.donation .sectionTitle.-center {
  margin-top: 10px;
}

.donation__block {
  border-radius: 5px;
  padding: 5%;
  background: white;
  margin-top: -25%;
  box-shadow: 0 2px 10px rgba(0,0,0,.07);
}

.donation_img {
  position: relative;
  z-index: -1;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 40vw;
}

.donation__list {
  width: 100%;
  border-collapse: collapse;
}

.donation__list th {
  font-weight: 500;
}

.donation__list th:first-child {
  border-right: 1px solid rgba(0,0,0,.12);
}

.donation__list tr {
  line-height: 50px;
}

.donation__list tr:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.12);
}

.scroll {
  display: none;
}

/********* reports **************/
.report {
  margin-top: 100px;
}

.report .news__block {
  margin-top: 36px;
}

.banner__btn {
  display: flex;
  box-shadow: 0 0 10px rgba(0,0,0,.08);
  border-radius: 5px;
}


.banner__img {
  width: 45%;
  border-radius: 5px 0 0 5px;
  height: intrinsic;
}

.banner__btn p {
  width: 55%;
  padding: 0 5%;
  position: relative;
  height: fit-content;
  align-self: center;
  font-weight: 600;
}

.banner__btn p:after {
  content:'\f138';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5%;
  top: 0;
  font-size: 20px;
}

.banner {
  margin-top: 120px;
}


/******************************
Tablet
*******************************/

@media screen and (max-width: 1024px) {

  .page-id-130 .achivement__block {
    margin-top: 130px;
  }


  .history {
    margin-top: 80px;
  }

  .history__text .sectionTitle, .report .sectionTitle {
    text-align: center;
  }

  .history__text .sectionTitle:after, .report .sectionTitle:after {
    margin-right: auto;
    margin-left: auto;
  }

  .history__block.layout-2 {
    flex-direction: column;
  }

  .history__text {
    width: 100%;
  }

  .history__img {
    width: 100%;
  }

  .donation {
    margin-top: 80px;
  }

  .donation__list {
    font-size: 13px;
  }

  .donation__list tr {
    line-height: 42px;
  }

  .report {
    margin-top: 80px;
  }

  .banner {
    margin-top: 80px;
  }

  .donation_img {
    height: 50vw;
  }

}


/******************************
SP
*******************************/

@media screen and (max-width: 559px) {
  .page-id-130 .achivement__block {
    margin-top: 0;
  }

  .donation__block > div {
    overflow-x: auto;
  }

  .donation__list {
    white-space: nowrap;
    width: 450px;
  }


  .scroll {
    text-align: right;
    color: rgba(0,0,0,.26);
    display: block;
  }

  .scroll .fas {
    margin-left: 5px;
  }

  .donation__block {
    margin-top: -30%;
  }

  .banner__btn .trimming {
    padding-top: 32%;
  }

  .banner__block {
    margin-bottom: 20px;
  }

  .history {
    margin-top: 50px;
  }
}



/**************************************************************************
page: Achivement_Donation
**************************************************************************/
.page-template-page-donation .donation__block {
  margin-top: 0;
}


/**************************************************************************
page: Join us
**************************************************************************/

.small {
  display: block;
  font-weight: 500;
}


.banner__btn.-row2 p:after{
  top: 14px;
}

.banner.-join {
  margin-top: 150px;
}


/********* forStudent **************/

.forStudent {
  margin-top: 180px;
}


.joinTitle {
  font-size: 3.5vw;
  font-family: "Noto Serif JP", serif, "游明朝";
  display: flex;
  align-items: center;
}

.joinTitle:after {
  content: '';
  flex-grow: 1;
  height: 2px;
  background-color: #4A6876;
  border-radius: 4px;
  display: block;
  margin-left: 3%;
}


.forStudent__block, .forAdult__block {
  display: flex;
  justify-content: space-between;
}

.forStudent__text, .forAdult__text {
  width: 52%;
}

.forStudent__img {
  width: 36%;
  position: relative;
}



.forStudent__img img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}


.forStudent__img img:first-child {
  height: 80%;
  width: 100%;
  position: absolute;
  bottom: 10%;
  right: 0;
}

.forStudent__img img:last-child {
  position: absolute;
  bottom: -8%;
  left: -30%;
  width: 40%;
  height: 26%;
  z-index: -1;
}



.forStudent {
  position: relative;
}

.forStudent:before {
  content: '';
  width: 30%;
  height: 80%;
  background-color: #F2F2F2;
  display: block;
  position: absolute;
  top: -10%;
  left: 0;
  z-index: -2;
}

.forStudent:after {
  content: '';
  width: 44%;
  height: 50%;
  background-color: #F2F2F2;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}


/********* forAdult **************/

.forAdult {
  margin-top: 150px;
  background: linear-gradient(180deg,white 25%,white 100px,#F3F4F4 100px,#F3F4F4 100%);
  padding-bottom: 70px;
}

.forAdult .joinTitle {
  flex-direction: row-reverse;
}

.forAdult .joinTitle:after {
  margin: 0 3% 0 0;
}

.forAdult__imgBlock {
  width: 42%;
  margin-top: 6%;
}

.forAdult__block {
  flex-direction: row-reverse;
}

.forAdult__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


/********* Ending Message **************/

.joinEnding {
  margin-top: 120px;
}

.joinEnding p {
  font-family: "Noto Serif JP", serif, "游明朝";
  font-weight: 600;
  letter-spacing: 1.3px;
}

.joinEnding__block {
  display: flex;
  justify-content: space-between;
}

.joinEnding__left {
  width: 30%;
  position: relative;
}

.joinEnding__right {
  width: 64%;
}

.joinEnding__text01 {
  position: absolute;
  top: 2%;
  left: 0;
  font-size: 18px;
  line-height: 48px;
  margin-right: -270px;
  z-index: 10;
}

.joinEnding__text02 {
  font-size: 22px;
  text-align: center;
}

.joinEnding__img01 {
  padding-top: 130%;
  margin-top: 54%;
}

.joinEnding__img02 {
  padding-top: 54%;
}

.joinEnding__img03 {
  width: 60%;
  padding-top: 34%;
  margin: 8% 10%;
}


/******************************
Tablet
*******************************/

@media screen and (max-width: 1024px) {
  .banner.-join {
    margin-top: 0;
  }


  /********* student **************/

  .forStudent {
    margin-top: 150px;
  }

  .forStudent__block, .forAdult__block {
    flex-direction: column;
  }

  .forStudent__text, .forAdult__text {
    width: 100%;
  }

  .forStudent__img {
    margin: 0 0 0 auto;
    width: 45%;
  }

  .forStudent:before {
    height: 40%;
    width: 40%;
  }

  .forStudent:after {
    width: 70%;
    bottom: 0;
    height: 45%;
  }


  .forStudent__img img:first-child {
    position: inherit;
    height: 200px;
  }

  .forStudent__img img:last-child {
    height: 50%;
    bottom: -24%;
  }


/********* Adult **************/


  .forAdult__text .becomeMember {
    margin: 50px 0 0 auto;
  }

  .forAdult__imgBlock {
    display: flex;
    width: 100%;
  }

  .forAdult__imgBlock .trimming {
    padding-top: 33%;
  }


  .joinEnding__text01 {
    font-size: 16px;
    position: inherit;
    text-align: center;
    width: 100%;
  }

  .joinEnding__text02 {
    font-size: 16px;
  }

  .joinEnding {
    margin-top: 60px;
  }

  .joinEnding__text02 {
    margin-top: 40px;
  }

  .joinEnding__block {
    flex-direction: column;
  }

  .joinEnding__left {
    width: 100%;
  }

  .joinEnding__img01 {
    padding-top: 60%;
    width: 100%;
    margin: 30px 0 0 auto;
  }

  .joinEnding__right {
    width: 100%;
  }

  .joinEnding__img02, .joinEnding__img03 {
    display: none;
  }
}


@media screen and (max-width: 559px) {
  .joinTitle {
    font-size: 22px;
  }

  .forStudent {
    margin-top: 100px;
  }

  .forStudent__img {
    margin: 50px -16px 0 auto;
    width: 75%;
  }

  .forStudent__text .becomeMember.-left, .forAdult__text .becomeMember.-left {
    margin-left: auto;
    margin-right: auto;
  }


  .forAdult__imgBlock {
    flex-direction: column;
    margin-top: 50px;
  }

  .supportLogo__img {
    height: 30px;
  }

  .forAdult__block .support__logoBlock {
    width: 100%;
    margin: 0 auto;
  }

  .forAdult__imgBlock .trimming {
    margin-left: -16px;
    padding-top: 60%;
  }

  .joinEnding p {
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    font-weight: 600;
  }

  .joinEnding {
    margin-top: 50px;
  }

  .forStudent:before {
    top: -5%;
    width: 80%;
    height: 30%;
  }

  .forStudent:after {
    width: 80%;
    bottom: 40px;
  }




}
