@charset "utf-8";
/* =========================================
    SDGS宣言ページ（page-sdgs.css）
========================================= */

/* -----------------------------------------
    トップ
------------------------------------------ */
.sdgs-top {
    margin-top: 62px;
    text-align: center;
}
.sdgs-top img {
    width: 176px;
}
.sdgs-top p {
    font-weight: 500;
}
.sdgs-top p:first-of-type {
    margin-top: 50px;
    line-height: 1.8;
    font-size: 2.4rem;
}
.sdgs-top p:last-child {
    text-align: right;
    margin-top: 48px;
    line-height: 1.6;
    font-size: 2rem;
}
.sdgs-top p span {
    font-size: 1.6rem;
}
/* -----------------------------------------
    コンテント
------------------------------------------ */
.sdgs-contents {
    margin-top: 130px;
    gap: 90px 3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sdgs-content {
    width: 48%;
    border: 2px solid #193078;
}
.sdgs-content-title {
    background-color: #193078;
    color: #fff;
    font-weight: 700;
    line-height: 3;
    font-size: 2.2rem;
    padding: 0 20px;
}
.sdgs-content-body {
    padding: 20px;
    background-color: #fff;
}
.sdgs-content-subtitle {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.6;
}
.sdgs-subcontent {
    margin-top: 38px;
}
.sdgs-subcontent .sdgs-subcontent-item:nth-child(n + 2) {
    margin-top: 48px;
}
.sdgs-subtitle-under {
    height: 50px;
    line-height: 50px;
    border-left: 4px solid #193078;
    margin-bottom: 20px;
    padding-left: 8px;
    font-size: 2rem;
    font-weight: 500;
}
.sdgs-subcontent ul {
   
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    padding-left: calc(4px + 0.5em);
}
.sdgs-subcontent ul li {
    line-height: 1.4;
    list-style-type: disc;
    list-style-position: inside;  
     text-indent: -1.5em;
    padding-left: 1.5em;
}
.sdgs-subcontent ul li:nth-of-type(n + 2) {
    margin-top: 1em;
}
.sdgs-subcontent-item .icons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.sdgs-subcontent-item .icons img {
    width: 88px;
}
/* -----------------------------------------
    ボトム
------------------------------------------ */
.sdgs-bottom {
    margin-top: 93px;
margin-bottom: 32%;
}
.sdgs-bottom-flex {
    display: flex;
    align-items: center;
    gap: 5%;
}
.sdgs-bottom-flex .img {
    width: 317px;
}
.sdgs-bottom-flex .text {
    font-size: 1.8rem;
    font-weight: 500;
    width: 68%;
}
.sdgs-bottom-flex .text li {
    list-style-type: disc;
    list-style-position: inside;
       text-indent: -1.5em;
    padding-left: 1.5em;
}
.sdgs-bottom-flex .text li:nth-child(n + 2) {
    margin-top: 1em;
}
.sdgs-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 577px;
    height: 80px;
    margin: 123px auto 0;
  border: 2px solid #193078;
  color: #193078;
  font-weight: 700;
  font-size: 2rem;
  background-color: #fff;
}
.sdgs-btn a {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 100%;
}
.sdgs-btn a:before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("../images/sdgs_icon_pdf.svg");
    background-size: 40px 40px;
    margin-right: 15px;
}
.sdgs-btn:hover{
    opacity: 1;
    background-color: #193078;
    color: #fff;
}
.sdgs-btn a:hover {
    opacity: 1 !important;
}
