@charset "UTF-8";

.p--article .m-date {
	color: #000;
}

.l-news--archive,
.l-blog--archive {
	margin-top: 40px;
}
.l-news--archive a,
.l-blog--archive a {
	text-decoration: none;
	display: block;
}
.l-news--archive a:hover,
.l-blog--archive a:hover {
    opacity: 0.6;
}
.l-news--archive article {
    border-bottom: 1px dotted #cccccc;
    font-size: 18px;
    padding: 8px 0;
}
.l-news--archive article p {
	margin: 0;
}
.l-news--archive article .posts-release,
.l-news--archive article .posts-jirei {
    border-radius: 4px;
    padding: 3px 5px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    min-width: 64px;
    text-align: center;
    border: solid 1px #ddd;
    min-width: 143px;
}

span.m-title{
line-height: 30px;
}
.l-news--archive .posts-news,
.posts-column {
    border-radius: 4px;
    padding: 3px 5px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    min-width: 64px;
    text-align: center;
    border: solid 1px #ddd;
    min-width: 143px;
}
.posts-blog {
    border-radius: 4px;
    padding: 3px 5px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #f87f27!important;
    font-size: 13px;
    min-width: 64px;
    text-align: center;
}
.l-news--archive article .m-cat--name02 {
    border-radius: 4px;
    padding: 3px 5px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #f87f27;
    font-size: 13px;
    min-width: 64px;
    text-align: center;
}
.l-notice--single,
.l-blog--single {
	margin-top: 40px;
}
.l-notice--single .m-date,
.l-blog--single .m-date {
    display: block;
    text-align: right;
    padding: 0 10px;
    margin-bottom: 10px;
}
.l-notice--single h2:first-child,
.l-blog--single h2:first-child {
    margin-top: 0!important;
}

.l-blog--archive article {
    float: left;
    width: 300px;
}
.l-blog--archive article:nth-child(3n-1) {
    margin: 0 30px
}
.l-blog--archive article dl dt {
    position: relative;
}
.l-blog--archive article dl dt .m-date {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 157, 203, 0.8);
    color: #fff;
    padding: 5px 8px;
}
.l-blog--archive article dl dt img {
    vertical-align: bottom;
}
.l-blog--archive article dd {
    text-align: center;
    background: #f87e27;
    color: #ffffff;
    padding: 5px 8px;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .l-blog--archive article,
    .l-blog--archive article:nth-child(3n-1) {
        width: 46%;
        margin: 2%;
    }
}
@media screen and (max-width: 414px) {
    .l-blog--archive article,
    .l-blog--archive article:nth-child(3n-1) {
        width: 96%;
        margin: 30px 2%;
        float: none;
    }
    .l-blog--archive article:first-child {
        margin-top: 0;
    }
}

/*work*/

.l-cat--list ul li a:after {

}
.l-cat--list ul {
    margin: 40px 0 20px!important;
}
.l-cat--list ul:after {
    clear: both;
    content: '';
    display: table;
}
.l-cat--list ul li {
float: left;
    min-width: 230px;
    margin: 0 28px 14px !important;
    text-align: center;
    list-style: none;
    font-size: 17px;
    background: #a5a5a5;
    border-radius: 4px;
    padding: 3px 6px;
}
.l-cat--list ul li a {
    color: #fff;
    padding: 7px 14px;
    text-decoration: none;
    display: block;
}
.m-intro-message {
    border: 1px solid #efefef;
    padding: 20px;
    text-align: center;
    background: #fffbe1;
}
.m-intro-message dl dt {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #4bb2d6;
}
.m-intro-message dl dd {
    font-size: 12px;
}

.l-work--archive {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.l-work--archive a:hover {
    opacity: 0.6;
    display: block;
}
.l-work--archive article {
    width: 250px;
    /* padding: 0 20px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 25px;
    min-height: 300px;
}
.l-work--archive article dl dt {
    position: relative;
    text-align: center;
}
.l-work--archive article dl dt img {
    vertical-align: bottom;
    border: 1px solid #229dcb;
    width: 250px;
    height: 170px;
    object-fit: cover;
}
.l-work--archive article dd {
    padding: 5px 8px;
    font-size: 15px;
}
.l-work--archive article dl dd .m-cat--name {
    background: #f87f27;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 3px 5px;
    margin: 3px 0 5px;
}
.l-work--archive article dl dd .m-title {
    display: block;
}
@media screen and (max-width: 768px) {
    .m-intro-message dl dt {
        font-size: 16px;
    }
    .m-intro-message dl dd {
        font-size: 10px;
    }
    .l-cat--list ul {
        margin: 25px 0 20px!important;
    }
    .l-cat--list ul li {
        font-size: 14px;
        min-width: inherit;
        margin: 0 1% 2%;
    }
    .l-work--archive {
        margin-left: -2%;
        margin-right: -2%;
        justify-content: center;
    }
    .l-work--archive article {
        width: 50%;
        padding: 0 2%
    }
}
@media screen and (max-width: 414px) {
    .l-work--archive {
        margin-left: 2%;
        margin-right: 2%;
    }
    .l-work--archive article {
        width: 100%;
        margin: 0;
        float: none;
    }
    .l-work--archive article:first-child {
        margin-top: 0;
    }
}

.pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 10px;
}
.pagination > span > span.number {
    border: 1px solid;
    margin: 0 3px;
    padding: 4px;
}
.pagination > span > span.current {
    background: #f87e27;
    color: #fff;
    border-color: #f87e27;
}
.bge-contents .content-summary {
    text-align: center;
    color: #f87f27;
}
.bge-contents .content-summary-text01 {
    font-size: 22px;
}
.bge-contents .content-summary-text02 {
    text-align: center;
    margin: 1em 0 4em 0;
}
@media screen and (max-width: 768px) {
    .bge-contents .content-summary-text02 {
        margin-top: 0;
    }

.mainContents .l-cat--list ul li {
    float: left !important;
    min-width: 230px;
    margin: 0 2% 14px !important;
    text-align: center;
    list-style: none;
    font-size: 17px;
    background: #a5a5a5;
    border-radius: 4px;
    padding: 3px 2%;
    width: 46%;
    min-height: 55px;
}
}
.bge-contents .voice_title_bnr a:hover{
    opacity: 1;
}
.home-sdgs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
}
.home-sdgs-img {
  margin-right: 30px;
}
.home-sdgs-text {
  line-height: 1.8;
}
.home-sdgs-text a {
  text-decoration: underline;
}
.home-sdgs-text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .home-sdgs {
    flex-direction: column;
  }
  .home-sdgs-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}