@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
.title-area {
  background: url("/flow/image/flow_bg.jpg") no-repeat 0 0;
  background-size: cover;
}

.read-block {
  margin-bottom: 5em;
}
.read-block .read {
  margin-bottom: 1em;
  text-align: left;
}
.read-block .photo {
  margin-bottom: 5em;
  text-align: center;
}
.read-block .block .approach-area {
  position: relative;
  padding: 1em;
  color: #fff;
  background: #0b4939;
}
.read-block .block .approach-area .text {
  width: 70%;
  margin: 0 0 0 auto;
}
.read-block .block .approach-area .photo {
  position: absolute;
  width: 25%;
  bottom: 10px;
  left: 10px;
  line-height: 0;
  margin-bottom: 0;
}
.read-block .block .approach-area .photo img {
  width: 100%;
}

.sdgs-block {
  margin-bottom: 6em;
}
.sdgs-block .main-title {
  position: relative;
  margin-bottom: 8em;
  height: 300px;
}
.sdgs-block .main-title .title-block {
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 5px #333;
  background: #fff;
  overflow: hidden;
}
.sdgs-block .main-title .title-block .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 400px;
  padding: 1em;
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
  background: #0b4939;
  text-align: center;
  z-index: 10;
}
.sdgs-block .main-title .title-block .title:after {
  content: "";
  position: absolute;
  right: -150px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0b4939;
  transform: rotate(-0.2turn);
  z-index: -1;
}
.sdgs-block .main-title .title-block .title em {
  display: block;
}
.sdgs-block .main-title .title-block .icon-area {
  width: calc(100% - 450px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.sdgs-block .main-title .title-block .icon-area li {
  line-height: 0;
  margin-right: .5em;
}
.sdgs-block .main-title .title-block .icon-area li:last-child {
  margin-right: 0;
}
.sdgs-block .detail {
  margin-bottom: 4em;
}
.sdgs-block .detail dl {
  margin-bottom: 2em;
}
.sdgs-block .detail dl dt {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  color: #064938;
  font-weight: bold;
  border-bottom: 3px solid #dddddd;
  position: relative;
}
.sdgs-block .detail dl dt:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #064938;
  bottom: -3px;
  width: 30%;
}
.sdgs-block .detail dl dt span {
  display: block;
  padding: 0 0.5em 0.25em 1em;
}
.sdgs-block .photo-area {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sdgs-block .photo-area dl {
  margin-right: 1.5em;
  text-align: center;
}
.sdgs-block .photo-area dl:last-child {
  margin-right: 0;
}
.sdgs-block .photo-area dl dd {
  font-weight: bold;
}
.sdgs-block#sdgs01 .main-title {
  background: url("/sdgs/image/sdgs_bg_photo01.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.sdgs-block#sdgs02 .main-title {
  background: url("/sdgs/image/sdgs_bg_photo02.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.sdgs-block#sdgs03 .main-title {
  background: url("/sdgs/image/sdgs_bg_photo03.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.sdgs-block#sdgs04 .main-title {
  background: url("/sdgs/image/sdgs_bg_photo04.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.sdgs-block#sdgs05 .main-title {
  background: url("/sdgs/image/sdgs_bg_photo05.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.sdgs-block#sdgs06 .main-title {
  background: url("/sdgs/image/sdgs_bg_photo06.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.link-area {
  margin-bottom: 4em;
}
.link-area .inblock ul {
  padding: 1em;
  background: #fff;
  border: 2px solid #064938;
  box-shadow: 10px 10px 0px #064938;
}
.link-area .inblock ul li {
  margin-bottom: 1.5em;
}
.link-area .inblock ul li:last-child {
  margin-bottom: 0;
}
.link-area .inblock ul li dl dt {
  color: #064938;
  font-feature-settings: "palt";
  font-weight: bold;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.link-area .inblock ul li dl dt:before {
  content: "\f10c";
  margin-right: .5em;
  font-family: FontAwesome;
  color: #064938;
  font-weight: bold;
}
.link-area .inblock ul li dl dd {
  padding-left: 1.5em;
}
.link-area .inblock ul li dl dd a {
  text-decoration: underline;
}
.link-area .inblock ul li dl dd a:hover {
  text-decoration: none;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  .sdgs-block .main-title {
    margin-bottom: 8em;
    height: 250px;
  }
  .sdgs-block .main-title .title-block .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    padding: 1em;
    font-size: 1.5em;
  }
  .sdgs-block .main-title .title-block .title:after {
    right: -110px;
  }
  .sdgs-block .main-title .title-block .icon-area {
    width: calc(100% - 350px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
  }
  .sdgs-block .main-title .title-block .icon-area li {
    line-height: 0;
    margin-right: .5em;
  }
  .sdgs-block .main-title .title-block .icon-area li:last-child {
    margin-right: 0;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .read-block .block .approach-area {
    position: relative;
    padding: 0;
    color: #fff;
    background: #fff;
  }
  .read-block .block .approach-area .text {
    width: 100%;
    margin: 0 0 0 auto;
    padding: 4em 1em 1em 1em;
    background: #0b4939;
  }
  .read-block .block .approach-area .photo {
    position: static;
    width: auto;
    margin: 0 auto;
    line-height: 0;
    margin-bottom: 0;
    transform: translateY(10%);
  }
  .read-block .block .approach-area .photo img {
    width: auto;
  }

  .sdgs-block .main-title {
    margin-bottom: 8em;
    height: 250px;
  }
  .sdgs-block .main-title .title-block {
    display: block;
  }
  .sdgs-block .main-title .title-block .title {
    padding: .5em;
    width: 100%;
  }
  .sdgs-block .main-title .title-block .title:after {
    content: none;
  }
  .sdgs-block .main-title .title-block .title em {
    display: inline-block;
  }
  .sdgs-block .main-title .title-block .icon-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em;
  }
  .sdgs-block .main-title .title-block .icon-area li {
    line-height: 0;
    margin-right: .5em;
  }
  .sdgs-block .main-title .title-block .icon-area li:last-child {
    margin-right: 0;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .sdgs-block .photo-area {
    display: block;
  }
  .sdgs-block .photo-area dl {
    margin-bottom: 1.5em;
  }
  .sdgs-block .photo-area dl:last-child {
    margin-bottom: 0;
  }
}
