@charset "utf-8";
/* =====================
  共通
===================== */
body {
  overflow-x: hidden;
}

.sdgs-top_header,
.sdgs-top_header h1
.sdgs-top_header h2 {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.sdgs-wrapper,
.sdgs-wrapper h1,
.sdgs-wrapper h2,
.sdgs-wrapper h3,
.sdgs-wrapper p,
.sdgs-wrapper a {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.sdgs-main h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 34px;
    position: relative;
    display: inline-block;
    border-bottom: #86C8FF 3px solid;
    padding: 5px 10px;
}

.sdgs-container {
  width: 100%;
  padding: 0 20px;
}

.list-sdgs-container {
  width: 1140px;
}

.sdgs-container-sp .sdgs-main h2 {
  font-size: 1.3rem;
  margin-bottom: 24px;
  text-align: left;
}

.sdgs-container__title {
  text-align: center;
}

.sdgs-tag_item {
  background-color: #7AB9A9;
  padding: 4px 40px 2px;
  border-radius: 0.7em;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.sdgs-wrapper-sp .sdgs-tag_item {
  padding: 4px 32px 1px;
  line-height: 1.2;
  display: inline;
}

/* =====================
  ロゴ・ステートメント
===================== */
.sdgs-top_statement {
  background-image: url(../assets/images/sdgs-top-bg.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 85px 12vw 83px;
  min-height: 360px;
}

.sdgs-top_header-sp .sdgs-top_statement{
  flex-flow: column;
  padding: 35px 20px 30px;
  min-height: auto;
  margin-bottom: 40px;
}

.sdgs-top_statement__image {
  display: flex;
  align-items: center;
}

.sdgs-top_statement img {
  width: 680px;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.sdgs-top_header-sp .sdgs-top_statement img {
  width: 100%;
  margin-bottom: 18px;
}

.sdgs-top_statement__text {
  font-size: 14px;
  background-color: #fff;
  margin-left: 40px;
  padding: 40px 20px;
  min-width: 498px;
  max-width: 498px;
}

.sdgs-top_header-sp .sdgs-top_statement__text {
  margin-left: 0;
  min-width: auto;
  max-width: 100%;
  width: 100%;
  padding: 20px;
}

.sdgs-top_statement__more-button {
  margin-top: 20px;
}

.sdgs-top_header-sp .sdgs-top_statement__more-button {
  text-align: center;
}

.sdgs-top_statement__more-button a {
  color: #000;
}

/* =====================
  SDGsナビ
===================== */
.sdgs-top_category_navi {
  background-color: #86C8FF;
  margin-bottom: 60px;
}

.sdgs-top_category_navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}

.sdgs-top_category_navi__item {
  width: 220px;
  height: 55px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  transition: all 0.3s;
  box-shadow: 0 2px 4px rgb(3 3 3 / 9%);
}

.sdgs-top_category_navi__item:nth-child(5n+1) {
  margin-left: 0;
}

.sdgs-top_category_navi__item a {
  color: #86C8FF;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
}

.sdgs-top_category_navi__item a::after {
  border-top: solid 2px #86C8FF;
  border-right: solid 2px #86C8FF;
  content: '';
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 5%;
}

.sdgs-top_category_navi__item a:hover {
  transition: all .3s;
  opacity: 0.6;
}

/* =====================
  カルーセル
===================== */
.sdgs-slider {
  margin-bottom: 56px;
}

.sdgs-top_header-sp .sdgs-slider {
  margin-bottom: 38px;
}

.sdgs-slide {
  transition: opacity .3s ease;
}

.sdgs-slide:hover {
  opacity: 0.8;
}

.sdgs-slider .slide-title-wrapper {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.8);
  margin-left: 40px;
  margin-right: 40px;
  font-size: 20px;
  padding: 20px 77px;
  text-align: left;
  min-height: 128px;
}

.sdgs-top_header-sp .sdgs-slider .slide-title-wrapper {
  width: 90%;
  bottom: -28px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 12px 14px 10px;
  min-height: auto;
}

.sdgs-slider .bx-wrapper .bx-viewport .slide.sdgs-slide img {
  width: 725px;
  height: 390px;
}

.sdgs-top_header-sp .sdgs-slider img {
  height:70vw;
}

.sdgs-slider .slide-title {
  font-weight: bold;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
  color: #000;
}

.sdgs-top_header-sp .sdgs-slider .slide-title {
  font-size: 14px;
}

.sdgs-top_header-sp .u-automiddle__target {
  padding-bottom: 0;
}

.sdgs-top_header-sp .bx-wrapper .bx-controls-direction a {
  display: none;
}

.sho-theme.pc .sdgs-slider .bx-wrapper .bx-controls .bx-pager {
  top: 407px;
}

.sho-theme.pc .sdgs-slider .bxslider {
  padding-bottom: 0px;
}

.sdgs-top_header-sp .bx-viewport {
  height: 70vw !important;
}

/* =====================
  最新記事一覧
===================== */
.sdgs-article-list {
  max-width: 1140px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.sdgs-container-sp .sdgs-article-list {
  width: 100%;
}

.sdgs-list {
  margin-bottom: 60px;
}

.sdgs-container-sp .sdgs-list {
  margin-bottom: 40px;
}

.sdgs-list a:hover {
  text-decoration: none;
}

.sdgs-list-item {
  display: flex;
  margin-bottom: 30px;
}

.sdgs-list-item:last-child {
  margin-bottom: 40px;
}

.sdgs-container-sp .sdgs-list-item {
  margin-bottom: 20px;
}

.sdgs-list-image {
  min-width: 25%;
  width: 25%;
  min-height: 130px;
  height: 10.5vw;
  object-fit: cover;
  font-family: "object-fit: cover";
  transition: opacity .3s ease;
}

.list-tag-sdgs-container .sdgs-list-image {
  min-width: 32%;
  width: 32%;
  min-height: auto;
}

.single-related-post-area .sdgs-list-image {
  min-width: 32%;
  width: 32%;
  min-height: auto;
}

.sdgs-list-image:hover {
  opacity: 0.8;
}

.sdgs-container-sp .sdgs-list-image {
  min-width: 30%;
  width: 30%;
  min-height: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.sdgs-container-sp .sdgs-list-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.sdgs-list-image img {
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
}

.sdgs-container-sp .sdgs-list-image img {
  position: absolute;
  height: 26vw;
  top: 0;
}

.sdgs-list-content {
  margin-left: 15px;
}

.sdgs-container-sp .sdgs-list-content {
  margin-left: 11px;
}

.sdgs-list-content__info {
  font-weight: bold;
}

.sdgs-container-sp .sdgs-list-content__info {
  display: flex;
}

.sdgs-list-content__cat-tag {
  margin-right: 20px;
}

.sdgs-container-sp .sdgs-list-content__cat-tag {
  margin-right: 10px;
  font-size: 10px;
}

.sdgs-list-content__info-item {
  display: inline-block;
  font-weight: bold;
  margin-left: 15px;
  line-height: 24px;
}

.sdgs-container-sp .sdgs-list-content__info-item {
  font-size: 11px;
  margin-left: 10px;
}

.sdgs-list-content__tite {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 4px;
}

.sdgs-container-sp .sdgs-list-content__tite {
  font-size: 14px;
  margin-bottom: 6px;
}

.sdgs-list-content__tite a {
  color: #000;
}

.sdgs-list-content__tite a:hover {
  text-decoration: underline;
}

.sdgs-list-content__description {
  margin-bottom: 10px;
  line-height: 1.3;
}

.sdgs-container-sp .sdgs-list-content__description {
  font-size: 12px;
  margin-bottom: 6px;
}

.sdgs-list-content__list-tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.sdgs-list-content__list-tag-item {
  margin-right: 10px;
  margin-bottom: 5px;
}

.sdgs-list-content__list-tag-item a {
  font-size: 14px;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  padding: 2px 10px;
  color: #2F2F2F;
  transition: .1s ease;
}

.sdgs-list-content__list-tag-item a:hover {
  background-color: #D5D5D5;
}

.sdgs-list-content__icon-list {
  display: flex;
  flex-wrap: wrap;
}

.sdgs-list-content__icon-list-item {
  margin-right: 10px;
  width: 66px;
}

.sdgs-container-sp .sdgs-list-content__icon-list-item {
  width: 17%;
  min-width: 54px;
}

.sdgs-container-sp .sdgs-list-content__icon-list-item:nth-child(n+3) {
  margin-bottom: 5px;
}

.sdgs-list-content__icon-list-item a {
  transition: opacity .3s ease;
}

.sdgs-list-content__icon-list-item a:hover {
  opacity: 0.8;
}

.sdgs-list-more-btn a {
  display: block;
  border: 3px solid #7AB9A9;
  border-radius: 13px;
  color: #7AB9A9;
  font-size: 21px;
  line-height: 1.2;
  width: 700px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  transition: .3s ease;
}

.sdgs-container-sp .sdgs-list-more-btn a {
  width: 91%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 7px;
  border: 2px solid #7AB9A9;
  border-radius: 5px;
}

.sdgs-list-more-btn a:hover {
  color: #fff;
  background-color: #7AB9A9;
}

/* =====================
  イチオシのテーマ
===================== */
.recommend-theme {
  margin-bottom: 56px;
  background-color: #F9F9F9;
  padding: 36px 0 40px;
}

.sdgs-container-sp .recommend-theme {
  margin-bottom: 38px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px 20px;
  overflow-x: hidden;
}

.recommend-theme__content {
  position: relative;
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .3s ease;
}

.recommend-theme__content:hover {
  opacity: 0.8;
}

.sdgs-container-sp .recommend-theme__content {
  width: 100%;
  height: 45vw;
}

.recommend-theme__content-image {
  width: 930px;
  height: 464px;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.sdgs-container-sp .recommend-theme__content-image {
  width: 100%;
  height: 100%;
}

.sdgs-container-sp  .recommend-theme__content-tag-sdgs {
  padding: 1px 23px;
  margin-bottom: 7px;
}

.recommend-theme__content-title {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 19px 110px 22px;
  margin-left: 40px;
  margin-right: 40px;
}

.sdgs-container-sp .recommend-theme__content-title {
  padding: 12px 20px 10px;
  bottom: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

.recommend-theme__content-text {
  font-weight: bold;
  line-height: 1.2;
  font-size: 18px;
  text-align: center;
  color: #000;
}

.sdgs-container-sp .recommend-theme__content-text {
  font-size: 14px;
}

/* =====================
  中カテゴリ一覧
===================== */
.sdgs-category-article {
  margin-bottom: 56px;
}

/* =====================
  イベント情報
===================== */
.sdgs-event-article {
  margin-bottom: 76px;
  background-color: #F9F9F9;
  padding: 36px 0 40px;
}

.sdgs-container-sp .sdgs-event-article {
  margin-bottom: 50px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px 20px;
  overflow-x: hidden;
}

.sdgs-event-list {
  display: flex;
  margin-bottom: 40px;
}

.sdgs-container-sp .sdgs-event-list {
  margin-bottom: 20px;
}

.sdgs-event-list-content {
  width: 350px;
  margin-left: 45px;
}

.sdgs-event-list-content:nth-child(1) {
  margin-left: 0;
}

.sdgs-container-sp .sdgs-event-list-content {
  width: 143px;
  margin-left: 15px;
}

.sdgs-container-sp .sdgs-event-list-content:nth-child(1) {
  margin-left: 0;
}

.sdgs-event-list-content__image img {
  min-width: 350px;
  height: 350px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  margin-bottom: 11px;
  transition: opacity .3s ease;
}

.sdgs-container-sp .sdgs-event-list-content__image img {
  min-width: 143px;
  height: 40vw;
  margin-bottom: 9px;
}

.sdgs-event-list-content img:hover {
  opacity: 0.8;
}

.sdgs-event-list .sdgs-list-content {
  margin-left: 0;
}

.sdgs-container-sp .sdgs-event-list .sdgs-list-content__info {
  display: block;
}

.sdgs-event-list .sdgs-list-content__info-item {
  font-size: 13px;
}

.sdgs-event-list-content__cat-tag {
  margin-bottom: 0;
  padding: 3px 31px 2px;
}

.sdgs-container-sp .sdgs-event-list-content__cat-tag {
  padding: 0 25px;
}

.sdgs-event-list .sdgs-list-content__info {
  margin-bottom: 15px;
}

.sdgs-container-sp .sdgs-event-list .sdgs-list-content__info {
  margin-bottom: 6px;
  line-height: 1.4;
}

.sdgs-event-list .sdgs-list-content__tite {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.sdgs-container-sp .sdgs-event-list .sdgs-list-content__tite {
  font-size: 11px;
  line-height: 1.5;
}

.sdgs-event-list .sdgs-list-content__list-tag {
  margin-bottom: 13px;
}

.sdgs-event-list .sdgs-list-content__icon-list-item {
  margin-bottom: 10px;
}

/* =====================
  ランキング
===================== */
.sdgs-ranking-article h2 {
  margin-bottom: 20px;
}

.sdgs-ranking-date {
  text-align: right;
  margin-bottom: 34px;
  font-size: 14px;
}

.sdgs-container-sp .sdgs-ranking-date {
  margin-bottom: 20px;
}

.sdgs-ranking-article .sdgs-list-item {
  position: relative;
}

.sdgs-ranking-article .sdgs-list-rank_icon {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  background-color: #86C8FF;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}

/* =====================
  パンくず
===================== */
.breadcrumb_area {
  width: 1140px;
  margin: 30px auto 20px;
  font-size: 14px;
}

.sdgs-wrapper-sp .breadcrumb_area {
  width: 100%;
  margin: 0 auto 18px;
  padding-left: 20px;
  font-size: 9px;
  line-height: 2.4;
  background-color: #F8F9FA;
}

.breadcrumb_area__list {
  display: flex;
}

.breadcrumb_area__list-item a {
  color: #010101;
}

.breadcrumb_area__list-item +.breadcrumb_area__list-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  font-family: Ionicons;
  content: "\f3d3";
}

/* =====================
  list-sdgs
===================== */
.list-sdgs_header-sp {
  padding-left: 20px;
  padding-right: 20px;
}

.sdgs-taxonomy-list__top {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sdgs-wrapper-sp .sdgs-taxonomy-list__top {
  width: 100%;
}

.sdgs-taxonomy-list__top .sdgs-taxonomy-list__title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 24px;
  display: inline-block;
  position: relative;
}

.sdgs-taxonomy-list__top .sdgs-taxonomy-list__title::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #86C8FF;
}

.sdgs-wrapper-sp .sdgs-taxonomy-list__top .sdgs-taxonomy-list__title {
  font-size: 16px;
  margin-bottom: 24px;
}

.sdgs-taxonomy-list__description {
  margin-bottom: 35px;
  line-height: 1.3;
  text-align: justify;
}

.sdgs-wrapper-sp .sdgs-taxonomy-list__description {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.sdgs-main h2.sdgs-taxonomy-list__title-casenumber {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 1.6;
  border-left: 4px solid #86C8FF;
  border-bottom: none;
  padding-left: 10px;
}

.sdgs-container-sp .sdgs-main h2.sdgs-taxonomy-list__title-casenumber {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.4;
  border-left: 4px solid #86C8FF;
  padding-left: 5px;
}

.sdgs-main h2.sdgs-taxonomy-list__title-casenumber::after {
  content: none;
}

/* =====================
  記事下エリア single-article-bottom__area
===================== */
.single-article-bottom-area {
  margin-top: 38px;
  margin-bottom: 35px;
}

.single-article-bottom-area-sp {
  margin-top: 30px;
  margin-bottom: 25px;
}

.single-article-bottom-area-sp.single-tag-image-area {
  margin-top: 46px;
}

.single-article-bottom-area h2 {
  font-size: 22px;
  line-height: 1.6;
  border-left: 4px solid #86C8FF;
  padding-left: 10px;
  margin-bottom: 30px;
}

.single-article-bottom-area-sp h2 {
  font-size: 15px;
  line-height: 1.4;
  padding-left: 5px;
  margin-bottom: 20px;
}

.single-article-bottom-area .sdgs-list-content__icon-list-item {
  margin-bottom: 5px;
}

.single-article-bottom-area-sp .sdgs-list-content__icon-list-item {
  width: 17%;
  min-width: 54px;
}

.single-article-bottom-area-sp .sdgs-list-content__icon-list-item a {
  transition: opacity .3s ease;
}

.explain-sdgs__link {
  margin-bottom: 24px;
}

.explain-sdgs__link a {
  font-size: 18px;
  line-height: 1.3;
  color: #7AB9A9;
}

.single-article-bottom-area-sp .explain-sdgs__link a {
  font-size: 14px;
  line-height: 1.5;
}

.explain-sdgs__link a:hover {
  color: #7AB9A9;
}