@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none;
}

* html body {
  background: url(null) fixed;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+- Common style */
/* CSS Document */
.sdgs {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1;
}

.sdgs .innerWide {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.sdgs .inner {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 90px 0 100px;
}

@media screen and (max-width: 768px) {
  .sdgs .inner {
    width: 90%;
    padding: 45px 0 50px;
  }
}

.sdgs .tit {
  line-height: 1.8;
  font-size: 46px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .sdgs .tit {
    font-size: 23px;
  }
}

.sdgs .titJp {
  font-size: 18px;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .sdgs .titJp {
    padding-top: 0;
    font-size: 12px;
  }
}

.sdgs .titSub {
  font-size: 24px;
  padding: 100px 0 30px;
}

@media screen and (max-width: 768px) {
  .sdgs .titSub {
    font-size: 14px;
    padding: 40px 0 15px;
  }
}

.sdgs .crumb {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .sdgs .crumb {
    font-size: 10px;
    position: absolute;
    top: -20px;
    left: 14px;
  }
}

.sdgs .txt {
  font-size: 16px;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  .sdgs .txt {
    font-size: 12px;
  }
}

.sdgs .sdgsIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .sdgs .sdgsIcon {
    margin: 15px auto 30px;
  }
}

.sdgs .sdgsIcon img {
  width: 117px;
  height: 117px;
  display: block;
  margin: 5px;
}

@media screen and (max-width: 768px) {
  .sdgs .sdgsIcon img {
    width: calc(92% / 5);
    height: auto;
    margin: 1%;
  }
  .sdgs .sdgsIcon img:first-child {
    margin-left: 0;
  }
  .sdgs .sdgsIcon img:last-child {
    margin-right: 0;
  }
}

.sdgs .center {
  text-align: center;
  margin: auto;
}

.sdgs .right {
  text-align: right;
  margin-left: auto;
}

.sdgs .left {
  text-align: left;
}

.sdgs .top {
  padding: 120px 0;
  background: #f5f1eb;
}

@media screen and (max-width: 768px) {
  .sdgs .top {
    margin-top: 45px;
    padding: 40px 0;
  }
}

.sdgs .top .innerWide {
  position: relative;
}

.sdgs .top .innerWide img {
  position: absolute;
  right: 0px;
  top: -17px;
  width: 150px;
  height: 150px;
}

@media screen and (max-width: 768px) {
  .sdgs .top .innerWide img {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 15px;
    width: 75px;
    height: 75px;
  }
}

.sdgs .about img {
  width: 100%;
  display: block;
  margin: 70px 0 30px;
}

@media screen and (max-width: 768px) {
  .sdgs .about img {
    margin: 35px auto 15px;
  }
}

.sdgs .mgr {
  background: #F6F4F4;
}

.sdgs .mgr .mgrIcon {
  margin: 48px auto 70px;
  width: 103px;
  height: 64px;
}

@media screen and (max-width: 768px) {
  .sdgs .mgr .mgrIcon {
    margin: 24px auto 35px;
    width: 80px;
    height: auto;
  }
}

.sdgs .mgr .mgrIcon img {
  width: 100%;
}

.sdgs .mgr .titJp.right {
  padding-top: 50px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sdgs .mgr .titJp.right {
    padding-top: 25px;
  }
}

.sdgs .action {
  margin-bottom: 35px;
}

.sdgs .action .inner {
  padding-bottom: 67px;
}

@media screen and (max-width: 768px) {
  .sdgs .action .inner .actionService {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sdgs .action .inner .actionService .service {
  width: 100%;
  background: #f5f1eb;
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  .sdgs .action .inner .actionService .service {
    width: calc(96% / 3);
    margin: 1%;
  }
  .sdgs .action .inner .actionService .service:first-child {
    margin-left: 0;
  }
  .sdgs .action .inner .actionService .service:last-child {
    margin-right: 0;
  }
}

.sdgs .action .inner .actionService .service a {
  position: relative;
  height: 60px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  .sdgs .action .inner .actionService .service a {
    padding: 8px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sdgs .action .inner .actionService .service a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 30px;
  top: 22px;
}

@media screen and (max-width: 768px) {
  .sdgs .action .inner .actionService .service a:after {
    top: auto;
    bottom: 16px;
    right: 0;
    color: white;
    background: #271411;
    width: 19px;
    height: 19px;
    padding: 1px 0 0 2px;
  }
}

.sdgs .action .inner .actionService .service a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.sdgs .action .inner .actionService .service a.none {
  pointer-events: none;
}

.sdgs .action .inner .actionService .service a.none:after {
  display: none;
}

.sdgs .action .inner .actionService .service a .logo {
  width: 165px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .sdgs .action .inner .actionService .service a .logo {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}

.sdgs .action .inner .actionService .service a .logo img {
  width: auto;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .sdgs .action .inner .actionService .service a .logo img {
    height: 12px;
  }
}

.sdgs .action .inner .actionService .service a .logo img.mogana {
  height: 28px;
}

@media screen and (max-width: 768px) {
  .sdgs .action .inner .actionService .service a .logo img.mogana {
    height: 15px;
  }
}

@media screen and (max-width: 768px) {
  .sdgs .action .inner .actionService .service a .txt {
    text-align: left;
  }
}
/*# sourceMappingURL=sdgs.css.map */