/* commonからの流用 */
/* ピックアップコンテンツ */
.pickup {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .pickup {
    margin: 0 auto 100px;
    max-width: 1000px;
    width: 90%;
  }
}
.pickup-list {
  padding: 10px 0;
}
.pickup-list__item__link img {
  display: inline-block !important;
  max-width: 250px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.pickup-list__item__link {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
}
.pickup-list__item__link:hover img {
	transform: scale(1.1, 1.1);
	transition-duration: 0.2s;
}
@media screen and (min-width: 768px) {
  .pickup-list__item__link {
    width: 23vw;
  }
}

.title {
  line-height: 1;
  z-index: 7;
  font-weight: 600;
  color: #2d2d2f;
}
.title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .title-wrapper {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .title-wrapper{
    padding-top: 0;
  }
}
.title-bg {
  position: absolute;
  left: 10px;
  text-align: left;
  font-size: 2.375em;
  font-family: "Rock Salt", cursive;
  color: #e2e2e2;
  line-height: 1;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  z-index: 6;
}
.title-bg-member {
  color: #e2e2e2;
  mix-blend-mode: multiply;
}
.title-bg-wrapper {
  position: absolute;
  top: -20px;
  left: 0;
}
.title-bg-uni {
  left: 0;
  text-align: center;
}
.title-story {
  color: #004b7a;
}
.title-goal {
  color: #005047;
  line-height: 1.3;
}
.title-goal-wrapper {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .title-goal-wrapper {
    width: 100%;
  }
}
.title-action {
  color: #d74105;
}
.title-action-wrapper {
  padding-top: 0;
}
.title-member {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .title-member-wrapper {
    width: 100%;
  }
}
.title-uni-wrapper {
  padding-top: 48px;
}
.title-activity {
  color: #b70024;
}
.title-pickup {
  color: #ac8e72;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .title-pickup-wrapper {
    width: 100%;
  }
}
.title-actionReport-wrapper {
  padding: 25px 0;
}
.pickup{
    margin-bottom: 0;
    padding-bottom: 100px;
  }
  .title.title-pickup{
    font-size: 30px;
  }
  .pickup_sub_title{
    font-size: 20px;
    color: #000;
  }
  .pickup-list{
    margin-top: 20px;
  }

/* 時間白書 */
.stda_button_link{
    position: relative;
    display: block;
    width: 90%;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 13px 0;
    text-align: center;
    margin-top: 30px;
    transition: 0.5s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  }
  .stda_button_link::after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .stda_button_link.act_archive_link{
    background-color: #007B6D;
    max-width: 303px;
    border: 1px solid #007b6d;
  }
  .stda_button_link.act_archive_link::after{
    background-image: url(/csr/stda/images/top/icn_whitepaper.svg);
  }

  .act_archive_box{
    display: flex;
    margin-top: 30px;
    padding: 36px;
  }
  .act_archive_box.community{
    background-color: #FFE5C2;
    border-radius: 10px;
  }
  .act_archive_box.whitepaper{
    background-color: #DDEEDB;
    border-radius: 10px;
  }
  .act_archive_fig{
    width: 48.5%;
    margin-right: 3%;
  }
  .act_archive_fig img{
    border-radius: 6px;
  }
  .act_archive_discription{
    width: 48.5%;
  }
  .act_archive_discription p{
    text-align: left;
  }
  .act_archive_title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .act_archive_box.community .act_archive_title{
    color: #FF6408;
  }
  .act_archive_box.whitepaper .act_archive_title{
    color: #007B6D;
  }
  
  .js-fadein-up {
    opacity: 0;
    visibility: hidden;
    transform: translateY(150px);
    transition: opacity .5s, visibility .5s, transform .5s;
  }
  .js-fadein-up.js-fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

    /*sp*/
  @media screen and (max-width: 767px) {
    .stda_button_link{
      width: 100%;
    }
    .stda_button_link.act_archive_link, .stda_button_link.act_community_link{
      max-width: unset;
    }
    /*Our Activity*/
    .act_archive_box{
      display: block;
    }
    .act_archive_fig, .act_archive_discription{
      width: auto;
    }
    .act_archive_fig{
      margin: auto;
    }
    .act_archive_box{
      padding: 20px 16px;
    }
    .act_archive_discription .act_archive_title{
      margin-top: 20px;
      text-align: center;
    }
  }
    /*pc*/
    @media screen and (min-width: 768px) {
.stda_button_link.act_archive_link:hover{
      color: #007B6D;
    }
    .stda_button_link.act_archive_link:hover::after{
      background-image: url(/csr/stda/images/top/icn_whitepaper_hover.svg);
    }
    .stda_button_link:hover{
      background-color: #fff;
    }
    }

/* stdaのページトップボタンのみ適用させたいとき */
/* footer */
  .stda-pageTop .stda-pageTop__wrap{
    position: fixed;
    bottom: -95px;
    right: 20px;
    text-align: center;
    z-index: 999;
    transition: bottom 0.25s;
  }
  .stda-pageTop .stda-pageTop__wrap.-fixed{
    bottom: 15px;
  }
  .stda-pageTop__icon{
    display: block;
    width: 50px;
    height: 60px;
    background-image: url(/csr/stda/images/top/icn_top.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    cursor: pointer;
    transition: all 0.2s;
  }

  @media screen and (min-width: 768px) {
    .footer_stda_link:hover
    .footer-link_txt::after{
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    .stda-pageTop__icon:hover{
      background-image: url(/csr/stda/images/top/icn_top_hover.svg);
    }
  }
  @media screen and (max-width: 767px) {
    .footer_stda_link_ul{
      display: block;
      padding-bottom: 15px;
    }
    .footer-logo{
      width: 120px;
    }
    .footer_top_link_box{
      margin-top: 15px;
    }
    .footer_top_link_ul{
      display: block;
    }
    .stda-pageTop__icon{
      width: 34px;
      height: 44px;
      background-size: 34px;
    }
    .footer__copyright_box{
      background-color: #fff;
    }
  }