@charset "UTF-8";
/* CSS Document */

.section-box ul.ul_csr,
ul.gri,
ul.sdgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
ul.sdgs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
    margin: 0.5em 0;
    padding: 0
}
ul.sdgs {
    list-style: none
}
ul.sdgs li {
    width: 30%;
    margin: 0 1% 22px
}
ul.sdgs li img {
    width: 100%;
    height: auto
}
ul.sdgs p{
    width: 100%;
    text-align: center; 
}

ul.sdgslist {
    margin: 0;
    padding: 0;
    list-style: none
}
ul.sdgslist li {
    float: left;
    width: 13%;
    margin: 0 1% 22px
}

ul.sdgs-item.title {
    display: flex;        /* 横並び */
  align-items: center;  /* アイコンとテキストを縦方向中央揃え */
  text-align: left;     /* 全体左揃え */
  gap: 20px;
  margin: 2em 0;
}
ul.sdgs-item .icon {
  list-style: none;     /* デフォルトのリストマークを消す */
  margin: 0;
  padding: 0;
  flex: 0 0 15%; 
}
ul.sdgs-item li.icon img{
  width: 100%; /* ul の幅に合わせる */
  height: auto;
}
.sdgs-item p.title {
  margin: 0;            /* pタグの余白をリセット */
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
@media(max-width:767px) {
    ul.sdgs {
        width: auto
    }
    ul.sdgs li,
    ul.sdgs.pasindex li {
        width: 30%;
        margin: 0 1.5% 10px
    }
    .sdgs-item p.title {
        font-size: 18px;
        line-height: 1.8;
    }
}
.caption {
    margin-top: 10px
}

sub {
    bottom: inherit
}
.mgn0 {
    margin: 0 !important
}
img {
    max-width: 100%
}
.max-limited {
    max-width: 650px
}
.table-bottom-text {
    text-align: right;
    font-size: 1pc
}
.entrance .section-box {
    padding-top: 0
}
.relation-sdgs {
    padding: 30px 0 0 30px;
    border: #ccc solid 1px;
    background: #fff
}
.relation-sdgs .col-row {
    margin: 0;
    padding: 0
}
.relation-sdgs .col-sm-12,
.relation-sdgs .col-sm-6 {
    padding: 0 0 30px
}
.relation-sdgs .wrap-box {
    display: table;
    width: 100%
}
.relation-sdgs .wrap-box > div {
    display: table-cell;
    vertical-align: top
}
.relation-sdgs .wrap-box .icon,
.relation-sdgs .wrap-box .icon img {
    width: 120px
}
.relation-sdgs .wrap-box .detail {
    padding: 0 35px 0 20px;
    width: 65%
}
.relation-sdgs .wrap-box .detail p {
    margin: 0 0 1em
}
.relation-sdgs .wrap-box .thum {
    width: 30%;
    padding: 0 35px 0 0
}
.relation-sdgs .wrap-box .thum img {
    width: 100%
}
@media(max-width:767px) {
    .relation-sdgs {
        padding: 20px 0 0 20px
    }
    .relation-sdgs .col-sm-12,
    .relation-sdgs .col-sm-6 {
        padding-bottom: 20px
    }
    .relation-sdgs .wrap-box > div {
        display: block;
        margin: 0 20px 0 0;
        vertical-align: top
    }
    .relation-sdgs .wrap-box .icon {
        width: 33.3%;
        margin: 0;
        text-align: center
    }
    .relation-sdgs .wrap-box .icon img {
        width: 100%
    }
    .relation-sdgs .wrap-box .detail {
        padding: 0;
        width: auto
    }
    .relation-sdgs .wrap-box .thum {
        width: auto;
        padding: 0;
        text-align: center
    }
    .relation-sdgs .wrap-box .detail .cg-btn a,
    .section-box .box_csr ul.ul_csr {
        display: block
    }
    .relation-sdgs .wrap-box .detail .cg-btn,
    .table1 {
        margin-bottom: 1em
    }
}
/*下向き矢印*/
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/icon/font?kit=kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVYLAO1ks0uXaMgn80LNsrfw-FV&skey=b8dc2088854b122f&v=v279) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 0.5;
  letter-spacing: normal;
  text-transform: none;
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/*ボックスの高さを揃える*/
.cards {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5em;
    @media(max-width:767px) {
        grid-template-columns: 1fr;
    }
}
.card {
    grid-row: span 2;
    display: grid;
    grid-template-rows: subgrid;
}
.card_figure {
    margin: 0;
}
.card_link {

}