@charset "utf-8";



/* 記事共通
--------------------------------------------------------------------*/

.art .article_swiper {
  margin-top: 80px;
}

.art_subtitle {
  font-size: 18px;
  text-align: center;
  color: #00245f;
  margin-top: 14px;
  margin-bottom: 14px;
}

.art .lower_fv h1 mark {
  background-color: transparent;
  color: inherit;
  background-image: linear-gradient(180deg, #d3edfb 20px, transparent calc(100% - 20px));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 20px;
  display: inline;
  font-style: normal;
}
.art.overseas .lower_fv h1 mark {
  background-image: linear-gradient(180deg, #ecf2c5 20px, transparent calc(100% - 20px));
}


.art_banner {
  display: flex;
  justify-content: flex-end;
  gap:10px;
  margin-left: auto;
  margin-bottom: 22px;
}

.art_banner .topics_title {
  font-weight: 400;
}

.art_banner .tag_dm,
.art_banner .tag_os {
  font-weight: 600;
  padding: 2px 28px;
  display: inline-block;
  font-size: 13px;
  line-height: 17px;
  color: #0a326d;
}
.art_banner .tag_dm {
  background-color: #d3edfb;
}
.art_banner .tag_os {
  background-color: #ecf2c5;
}


.art_logo {
  display: block;
  width: 100%;
  margin-top: 42px;
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
}

.art small {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
}

.illustration {
  margin: 50px auto 0;
  max-width: 690px;
}

.actionguide .illustration ,
.pg_academy .illustration {
  max-width: 630px;
}

.bcorp .illustration {
  max-width: 360px;
}

.art .scroll {
  margin-top: 50px;
}


.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 2em;
  background: rgba(0, 0, 0, 0.1);
}

.scroll::-webkit-scrollbar-thumb {
border-radius: 2em;
background: rgba(0, 0, 0, 0.4);
}




@media screen and (max-width: 768px) {

  .art .lower_fv h1 mark {
    background-image: linear-gradient(transparent calc(100% - 10px), #d3edfb 10px);
  }
  .art.overseas .lower_fv h1 mark {
    background-image: linear-gradient(transparent calc(100% - 10px),  #ecf2c5 10px);
  }

  .art_subtitle {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .art_logo {
    margin-top: 18px;
    max-width: 225px;
  }

  .art small {
    margin-top: 14px;
  }

  .art .illustration {
    margin: 40px auto 0;
  }

  .art .scroll {
    margin-top: 40px;
  }

  .guidebook .scroll img{
    height: 48vw;
    width: auto;
  }

}

@media screen and (max-width: 520px) {

  .bcorp .illustration {
    max-width: 70%;
  }

}




/* 博報堂SDGsプロジェクト
--------------------------------------------------------------------*/


.sdgsproject_box {
  border-radius: 3px;
  background: #eaf6fd;
  padding: 30px;
  margin-bottom: 50px;
}


.sdgsproject_box_title {
  margin-bottom: 10px;
  font-size: 16px;
}

.sdgsproject_box_inner {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.sdgsproject_box_img {
  display: block;
  width: 100%;
  max-width: 258px;
}

.sdgsproject_box_img picture {
  display: block;
  width: 100%;
}

.sdgsproject_box_content {
  padding: 14px 15px 14px 25px;
  margin-left: 15px;
  border-radius: 3px;
  border: 1px solid #0a326d;
  font-size: 14px;
  color: #00245f;
}

@media screen and (max-width: 768px) {

  .sdgsproject_box {
    padding: 8px 14px;
  }

  .sdgsproject_box_inner {
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
  }

  .sdgsproject_box_img {
    max-width: 225px;
  }

  .sdgsproject_box_content {
    margin-top: 10px;
    margin-left: 0;
    padding: 8px 14px;
    max-width: 255px;
  }

  .sdgsproject_box_title {
    margin-bottom: 4px;
  }
}