@charset "UTF-8";

.sec-common {
  padding: 60px calc((100% - 1130px) / 2);
}
.sec-common.sec-common__gray {
  background-color: #f4f5f6;
}
.sec-common.sec-common__main {
  margin-top: 92px;
  padding-top: 0;
  padding-bottom: 0;
  height: 300px;
  background-image: url(../../img/sust/main.jpg);
  background-size: 50%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
.sec-common.sec-common__main .inner {
  height: 100%;
}
.sec-info.sec-common__gray {
  background: #f4f5f6;
  padding-bottom: 70px;
}
.inner.inner__flex {
  display: flex;
}
.inner .inner_ttlArea {
  width: 50%;
  box-sizing: border-box;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.inner .inner_ttlArea h1 {
  color: #fff;
  font-size: x-large;
  font-weight: bold;
  text-shadow: 0px 6px 16px rgba(0, 0, 0, 0.87);
}
.inner .inner_btnArea {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inner .inner_btnArea .inner_btnArea_hdg {
  font-weight: bold;
  font-size: x-large;
}
.inner .inner_btnArea .inner_btnArea_hdg + .btn-comp02 {
  display: flex;
  align-items: center;
  margin-top: 30px;
  border: 1px solid #000;
  height: 60px;
  width: 100%;
  max-width: 307px;
  justify-content: center;
  padding: 10px 20px;
  color: #000;
  position: relative;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 1.4rem;
}
.inner .inner_btnArea .inner_btnArea_hdg + .btn-comp02::before {
  content: '';
  background-image: url(../../img/sust/sdgs_icon.png);
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 90;
  left: 15px;
  background-size: cover;
}
.inner .inner_btnArea .inner_btnArea_hdg + .btn-comp02::after {
  content: '';
  background: url("/co/img/index/icon-link.png") no-repeat;
  background-size: contain;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 13px;
  width: 24px;
}
.sec-common.sec-common__white {
  background: #fff;
}
.inner.inner__leadTxt {
  text-align: center;
  font-weight: bold;
  font-size: large;
}
.sec-common .sec-common-ttl {
  font-weight: bold;
  text-align: center;
  font-size: large;
}
.sec-common .sec-common-ttl+.inner {
  margin-top: 37px;
}
.inner.inner__governorMsg {
  background: #fff;
  max-width: 900px;
  padding: 37px;
  font-size: 16px;
  line-height: 1.8em;
}
.inner.inner__governorMsg .inner-signature {
  text-align: right;
}
.inner.inner__governorMsg p+p {
  margin-top: 1em;
}
.sec-info {
  padding: 0 60px calc((100% - 1130px) / 2);
}
.inner.inner__bookSDGs {
  background: #fff;
  max-width: 615px;
  padding: 20px;
  display: flex;
  gap: 20px;
  font-size: 16px;
  align-items: center;
}
.inner.inner__bookSDGs img {
  max-width: 300px;
}
.inner.inner__bookSDGs .news_link {
  line-height: 1;
  color: #227dd1;
  display: inline-block;
}
.action_plan_contents {
  display: flex;
}
.action_plan_contents>div>div {
  margin-bottom: 20px;
}
.inner.inner__actionPlanBtn {
  display: flex;
  justify-content: center;
}
.inner+.inner.inner__actionPlanBtn {
  margin-top: 70px;
}
.inner.inner__actionPlanBtn .btn-comp02 {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 307px;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #000;
  height: 60px;
  padding: 10px 20px;
  color: #000;
  position: relative;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 1.4rem;
}
.inner.inner__actionPlanBtn .btn-comp02::before {
  content: '';
  background-image: url(../../img/sust/sdgs_icon.png);
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 90;
  left: 15px;
  background-size: cover;
}
.inner.inner__actionPlanBtn .btn-comp02::after {
  content: '';
  background: url("/co/img/index/icon-link.png") no-repeat;
  background-size: contain;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 13px;
  width: 24px;
}
.sdgs_management {
  text-align: center;
}
.sdgs_management p {
  font-size: 16px;
  margin: 80px 0 80px;
}
.inner.inner__howSDGs {
  background: #fff;
  max-width: 900px;
  padding: 37px;
  display: flex;
}
.inner.inner__howSDGs > img{
  max-width: 230px;
  width: 100%;
}
.inner.inner__howSDGs figcaption {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.inner.inner__howSDGs > img + figcaption{
  margin-left: 20px;
}