@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
fix
----------------------------------------------------*/
#footer {
  margin-top: 0px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #footer {
    margin-top: 0px;
  }
}

#comHead {
  /* -750 */
  /* -340 */
}
@media all and (max-width: 750px) {
  #comHead .pageTitle .en {
    font-size: 52px;
  }
}
@media all and (max-width: 340px) {
  #comHead .pageTitle .en {
    font-size: 44px;
  }
}

.topCommon {
  margin-top: 30px;
  /* 751- */
  /* 1301- */
}
@media all and (min-width: 751px) {
  .topCommon {
    margin-top: 60px;
  }
  .topCommon .innerPC, .topCommon .innerBig {
    padding-top: 75px;
  }
  .topCommon .body h3 {
    margin-top: 0;
    font-size: 34px;
    line-height: 1.47;
  }
  .topCommon .image {
    width: 54.06779%;
  }
  .topCommon.revFull .pcWrap {
    padding-top: 40px;
  }
}
@media all and (min-width: 1301px) {
  .topCommon {
    min-height: 500px;
  }
  .topCommon .pcWrap {
    left: -60px;
  }
  .topCommon.revFull .pcWrap {
    left: auto;
    right: -60px;
  }
}

#sdgs .topCommon {
  /* 1301- */
}
@media all and (min-width: 1301px) {
  #sdgs .topCommon {
    margin-top: 70px;
  }
}

#relation::before {
  display: none;
}

/*----------------------------------------------------
main
----------------------------------------------------*/
main {
  margin-top: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  main {
    margin-top: 60px;
  }
}

#mission {
  margin-top: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mission {
    margin-top: 60px;
  }
}

#credo {
  margin-top: 55px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #credo {
    margin-top: 100px;
  }
}

#sdgs {
  margin-top: 55px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #sdgs {
    margin-top: 45px;
  }
}

/*----------------------------------------------------
credo
----------------------------------------------------*/
#credo {
  position: relative;
  /* 751- */
}
#credo::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 426px;
  height: 347px;
  bottom: 0;
  right: 50%;
  background: url(../images/message/bg_sp.png) no-repeat 0 0;
  background-size: 100% 100%;
  margin: 0 -380px -300px 0;
}
#credo .lead {
  margin: 2em 0;
  text-align: left;
  font-size: 14px;
  line-height: 2.14;
}
#credo .tate {
  position: relative;
  border: solid 1px #707070;
  padding: 30px;
  background: #FFFFFF;
}
#credo ul {
  text-align: left;
}
#credo ul li {
  margin-top: 0.8em;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 500;
}
#credo ul li:first-child {
  margin-top: 0;
}
#credo ul li span {
  display: inline-block;
  margin-right: 8px;
}
@media all and (min-width: 751px) {
  #credo::before {
    bottom: auto;
    top: 240px;
    width: 853px;
    height: 695px;
    margin: 0 -640px -1px 0;
    /* 1277- */
  }
}
@media all and (min-width: 751px) and (min-width: 1277px) {
  #credo::before {
    top: 180px;
    margin-right: -1100px;
  }
}
@media all and (min-width: 751px) {
  #credo .lead {
    margin: 2.4em 0;
    text-align: center;
    font-size: 16px;
    line-height: 2.18;
  }
  #credo .tate {
    height: 300px;
  }
  #credo ul {
    position: absolute;
    right: 10px;
    width: calc(100% - 25px);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #credo ul li {
    margin-top: 0;
    font-size: 24px;
  }
  #credo ul li span {
    margin-bottom: 10px;
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
}

/*----------------------------------------------------
sdgs
----------------------------------------------------*/
#sdgs {
  /* 751- */
}
#sdgs .lead {
  margin: 2em 0;
  text-align: left;
  font-size: 14px;
  line-height: 2.14;
}
@media all and (min-width: 751px) {
  #sdgs .lead {
    margin: 2.4em 0;
    text-align: center;
    font-size: 16px;
    line-height: 2.18;
  }
}
#sdgs .detail {
  /* 751- */
  /* 1301- */
}
#sdgs .detail .colTitle {
  margin: 30px 0 20px;
}
#sdgs .detail .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sdgs .detail .pic::after {
  content: "";
  display: block;
  width: 31.5254%;
}
#sdgs .detail .pic li {
  margin-top: 2.7119%;
  width: 31.5254%;
}
#sdgs .detail .pic li:nth-child(1), #sdgs .detail .pic li:nth-child(2), #sdgs .detail .pic li:nth-child(3) {
  margin-top: 0;
}
#sdgs .detail .list {
  text-align: left;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0;
}
#sdgs .detail .list li::before {
  content: "・";
}
@media all and (min-width: 751px) {
  #sdgs .detail .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sdgs .detail .wrap {
    width: 50%;
  }
  #sdgs .detail .pic {
    padding-right: 10px;
  }
  #sdgs .detail .list {
    padding-left: 20px;
    font-size: 16px;
    line-height: 2.18;
    letter-spacing: 0.05em;
  }
  #sdgs .detail .colTitle {
    margin: 0 0 45px;
  }
}
@media all and (min-width: 1301px) {
  #sdgs .detail {
    margin-top: 65px;
  }
}