@media screen and (max-width: 767px) {
  .pagesdgs-intro {
    text-align: center;
  }
  .pagesdgs-intro .page-ttl {
    font-size: 5.13vw;
    font-weight: bold;
    color: #103380;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    position: relative;
  }
  .pagesdgs-intro .page-ttl span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #103380;
    margin-top: 3%;
  }
  .pagesdgs-intro .page-ttl span::before, .pagesdgs-intro .page-ttl span::after {
    content: none;
  }
  .pagesdgs-intro h3 {
    font-size: 5.13vw;
    font-weight: bold;
    margin-top: 8%;
  }
  .pagesdgs-intro h3 span {
    font-size: 3.2vw;
    display: block;
    margin-top: 2%;
    color: #178dc6;
  }
  .pagesdgs-intro p {
    width: 81.4%;
    margin: 6% auto 0;
    font-size: 3.46vw;
    line-height: 1.8;
    text-align: left;
  }
  .pagesdgs-intro p + p {
    text-align: right;
    margin-top: 4%;
  }
  .pagesdgs-intro__img {
    width: 81.4%;
    margin: 6% auto 0;
  }
  .pagesdgs-table {
    margin-top: 12%;
  }
  .pagesdgs-table h2 {
    font-size: 5.13vw;
    font-weight: bold;
    text-align: center;
    color: #103380;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    line-height: 1.5;
  }
  .pagesdgs-table h2::before, .pagesdgs-table h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 13vw;
    height: 10vw;
    background-image: url(../images/business-page-aword-ttl-icon-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pagesdgs-table h2::before {
    left: -15vw;
  }
  .pagesdgs-table h2::after {
    right: -13vw;
    background-image: url(../images/business-page-aword-ttl-icon-02.png);
  }
  .pagesdgs-table__content {
    width: 81.4%;
    margin: 6% auto 0;
  }
  .pagesdgs-table__box {
    display: flex;
    flex-direction: column;
    padding-bottom: 6%;
    border-bottom: 1px solid #103380;
  }
  .pagesdgs-table__box h3 {
    text-align: center;
    width: 100%;
    font-size: 3.73vw;
    font-weight: bold;
    color: #103380;
    margin-bottom: 4%;
    line-height: 1.6;
  }
  .pagesdgs-table__boxInner {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
  }
  .pagesdgs-table__boxInner img {
    width: 100%;
  }
  .pagesdgs-table__box + .pagesdgs-table__box {
    padding: 6% 0;
  }
  .pagesdgs-table__img {
    width: 81.4%;
    margin: 6% auto 0;
  }
  .pagesdgs-partner {
    margin-top: 12%;
    padding-bottom: 20%;
    background: linear-gradient(to bottom, #ffffff 30%, #ffffff 80%, #cce8f8 100%);
  }
  .pagesdgs-partner h2 {
    font-size: 5.13vw;
    font-weight: bold;
    text-align: center;
    color: #103380;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .pagesdgs-partner h2::before, .pagesdgs-partner h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 13vw;
    height: 10vw;
    background-image: url(../images/business-page-aword-ttl-icon-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pagesdgs-partner h2::before {
    left: -15vw;
  }
  .pagesdgs-partner h2::after {
    right: -13vw;
    background-image: url(../images/business-page-aword-ttl-icon-02.png);
  }
  .pagesdgs-partner__img {
    width: 50%;
    margin: 6% auto 0;
  }
  .pagesdgs-partner p {
    width: 81.4%;
    margin: 6% auto 0;
    font-size: 3.2vw;
    line-height: 1.8;
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .pagesdgs-intro {
    position: relative;
    text-align: center;
  }
  .pagesdgs-intro .page-ttl {
    color: #103380;
    display: block;
    font-size: 1.9270833vw;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    width: -moz-max-content;
    width: max-content;
    font-weight: bold;
    position: relative;
  }
  .pagesdgs-intro .page-ttl::before, .pagesdgs-intro .page-ttl::after {
    width: 10%;
    left: -12%;
    top: 90%;
    height: 240%;
  }
  .pagesdgs-intro .page-ttl::after {
    left: auto;
    right: -12%;
  }
  .pagesdgs-intro .page-ttl span {
    position: absolute;
    width: 100%;
    margin-top: 2%;
    height: 1px;
    background-color: #103380;
  }
  .pagesdgs-intro .page-ttl span::before, .pagesdgs-intro .page-ttl span::after {
    content: none;
  }
  .pagesdgs-intro h3 {
    font-size: 2.34375vw;
    margin-top: 5%;
  }
  .pagesdgs-intro h3 span {
    font-size: 1.0416667vw;
    display: block;
    margin-top: 1%;
    color: #178dc6;
  }
  .pagesdgs-intro p {
    margin-top: 5%;
    font-size: 0.9375vw;
  }
  .pagesdgs-intro__img {
    margin-top: 2%;
  }
  .pagesdgs-intro p {
    width: 35%;
    margin: 7% auto 0;
    line-height: 1.5;
    font-size: 0.9375vw;
    text-align: left;
  }
  .pagesdgs-intro p + p {
    text-align: right;
    margin-top: 3%;
  }
  .pagesdgs-intro__img {
    width: 35%;
    margin: 2% auto 0;
  }
  .pagesdgs-table {
    margin-top: 6%;
  }
  .pagesdgs-table h2 {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    font-size: 1.5625vw;
    font-weight: bold;
  }
  .pagesdgs-table h2::before, .pagesdgs-table h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 37.53%;
    height: 274.15%;
    background-image: url(../images/business-page-aword-ttl-icon-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pagesdgs-table h2::before {
    left: -41%;
  }
  .pagesdgs-table h2::after {
    right: -37%;
    background-image: url(../images/business-page-aword-ttl-icon-02.png);
  }
  .pagesdgs-table__content {
    width: 61.354%;
    margin: 5% auto 0;
  }
  .pagesdgs-table__box {
    display: flex;
    align-items: center;
    padding-bottom: 4%;
    border-bottom: 1px solid;
  }
  .pagesdgs-table__box h3 {
    width: 30%;
    font-size: 0.9375vw;
    line-height: 1.5;
  }
  .pagesdgs-table__boxInner {
    width: 67%;
    font-size: 0.9375vw;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }
  .pagesdgs-table__boxInner img {
    width: 58%;
  }
  .pagesdgs-table__box + .pagesdgs-table__box {
    padding: 4% 0;
  }
  .pagesdgs-table__img {
    width: 54.5%;
    margin: 4% auto 0;
  }
  .pagesdgs-partner {
    margin-top: 10%;
    padding-bottom: 15%;
    background: linear-gradient(to bottom, #ffffff 30%, #ffffff 60%, #cce8f8 90%, #cce8f8 100%);
  }
  .pagesdgs-partner h2 {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    font-size: 1.5625vw;
    font-weight: bold;
  }
  .pagesdgs-partner h2::before, .pagesdgs-partner h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 37.53%;
    height: 274.15%;
    background-image: url(../images/business-page-aword-ttl-icon-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pagesdgs-partner h2::before {
    left: -41%;
  }
  .pagesdgs-partner h2::after {
    right: -37%;
    background-image: url(../images/business-page-aword-ttl-icon-02.png);
  }
  .pagesdgs-partner__img {
    width: 17.65625%;
    margin: 6% auto 0;
  }
  .pagesdgs-partner p {
    font-size: 0.9375vw;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    margin-top: 3%;
  }
}/*# sourceMappingURL=sdgs.css.map */