/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  color: #333;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
  scroll-behavior: smooth;
}
body {
  font-size: 1.3rem; /* 13px */
  line-height: 1.6;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
div {
  position: relative;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none;
}
/*link*/
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #0A3B94;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
  line-height: 1.0em;
  width: 100%;
  height: auto;
}
#area-1, #area-2, #area-3, #area-4, #area-5, #area-6, #area-7, #area-8 {
  margin-top: -70px;
  padding-top: 70px;
  z-index: -1;
}
main {
  overflow: hidden;
}
/*font*/
.en_font {
  font-family: effra, sans-serif;
  font-weight: 700;
}
.pagetitle {
  margin: 70px auto 0 0;
  background: #0A3B94;
  color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  padding: 1.5em 0 3em;
  text-align: left;
  position: relative;
}
.pagetitle_wrap {
  position: relative;
}
.pagetitle_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  clip-path: polygon(0 0, 100% 90%, 100% 0);
}
.pagetitle p {
  width: 90%;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto 8px;
}
.pagetitle p span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 0 0 3px;
}
.pagetitle div {
  width: 90%;
  display: block;
  font-family: effra, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.3rem;
  line-height: 1.2;
  position: relative;
  margin: auto;
}
/* pp */
.pp {
  padding: 1em 0 3em;
  width: 90%;
  margin: auto;
  text-align: left;
}
.pp div:first-child {
  margin: 0 auto 0.8em;
}
.pp div {
  padding: 0 0 0.3em;
  border-bottom: 0.5px solid #0A3B94;
  margin: 2em auto 0.8em;
  font-weight: bold;
  font-size: 1.5rem;
  color: #0A3B94;
}
.pp div.noborder {
  border-bottom: none;
  padding: 0;
  margin: 0 auto 0.5em;
  font-size: 1.6rem;
}
/* csr */
.csr_bg {
  padding: 0em 0 3em;
  width: 85%;
  margin: auto;
}
.csr_txt {
  margin: 0 auto 2em;
}
.csr_txt:first-of-type {
  padding: 0 0 2em;
  border-bottom: 1px solid #0A3B94;
}
.csr_txt h2 {
  color: #0A3B94;
  font-size: 2rem;
  margin: 0 auto 0.3em;
}
.csr_txt p {
  text-align: left;
  line-height: 1.8;
}
.csr_txt img {
  display: block;
  width: 80px;
  margin: 0 auto 0.5em;
}
.sdgs {
  background: #F4F4F4;
  padding: 20px 20px 40px;
  clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
}
.sdgs > p {
  background: #0289D2;
  font-weight: bold;
  color: #fff;
  padding: 5px 15px;
  margin: 1em auto 0;
  font-size: 1.7rem;
  letter-spacing: 2px;
  clip-path: polygon(4% 1%, 96% 0, 100% 50%, 96% 100%, 4% 100%, 0% 50%);
}
.sdgs > p span {
  display: inline-block;
}
.sdgs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: flex-start;
}
.sdgs ul li {
  margin: 1em 5px 0em;
  width: calc(100% / 3 - 10px);
}
.sdgs_list {
  margin: 2em auto 0;
}
.sdgs_list li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #0A3B94;
}
.sdgs_list li:first-child {
  background: #0A3B94;
  color: #fff;
}
.sdgs_list li:first-child dt {
  padding: 7px 0;
}
.sdgs_list li:first-child dd {
  text-align: center;
  border-left: 1px solid #fff;
  padding: 7px 0;
}
.sdgs_list li dt {
  width: 110px;
  padding: 15px 0;
}
.sdgs_list li dt img {
  width: 80%;
}
.sdgs_list li dd {
  padding: 15px 0 15px 10px;
  text-align: left;
  width: calc(100% - 110px);
  box-sizing: border-box;
  border-left: 1px solid #0A3B94;
}
.sdgs_list li dd div {
  font-weight: bold;
  color: #0A3B94;
  font-size: 1.6rem;
  margin: 0 auto 0.4em;
  letter-spacing: 2px;
}
.sdgs_list li dd div.second {
  border-top: 1px dotted #0A3B94;
  padding: 0.7em 0 0;
  margin: 0.7em auto 0.4em;
}
.sdgs_list li dd p span {
  display: block;
  color: #0A3B94;
  margin: 0em auto 0.3em;
  font-weight: bold;
}
.sdgs_list li dd p span.mgnt {
  margin: 1em auto 0.3em;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  body {
    font-size: 1.5rem; /* 15px */
    line-height: 1.8;
  }
  .pagetitle {
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    padding: 2.5em 0 5em;
  }
  .pagetitle_wrap::before {
    clip-path: polygon(0 0, 100% 80%, 100% 0);
  }
  .pagetitle p {
    letter-spacing: 4px;
    font-size: 2.5rem;
    margin: 0 auto 12px;
  }
  .pagetitle div {
    letter-spacing: 2px;
    font-size: 1.5rem;
  }
  /* pp */
  .pp {
    padding: 2em 0 5em;
    width: 90%;
    max-width: 900px;
  }
  .pp div {
    font-size: 1.8rem;
  }
  .pp div.noborder {
    font-size: 2rem;
  }
  /* csr */
  .csr_bg {
    padding: 2em 0 4em;
    width: 90%;
    max-width: 1000px;
  }
  .csr_txt {
    margin: 0 auto 3em;
  }
  .csr_txt:first-of-type {
    padding: 0 0 3em;
  }
  .csr_txt h2 {
    font-size: 3.5rem;
    letter-spacing: 3px;
    margin: 0 auto 0.3em;
  }
  .csr_txt p {
    line-height: 2;
    font-size: 1.6rem;
  }
  .csr_txt img {
    width: 100px;
  }
  .sdgs {
    padding: 50px 50px 80px;
    clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
  }
  .sdgs > img {
    max-width: 650px;
  }
  .sdgs > p {
    display: inline-block;
    padding: 5px 150px;
    font-size: 2.8rem;
    clip-path: polygon(3% 1%, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0% 50%);
  }
  .sdgs ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 1em auto 0em;
    justify-content: flex-start;
  }
  .sdgs ul li {
    margin: 1em 8px 0em;
    width: calc(100% / 5 - 16px);
  }
  .sdgs_list {
    position: relative;
    margin: 3em auto 0;
  }
  .sdgs_list::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    left: 250px;
    background: #0A3B94;
	  z-index: -1;
  }
  .sdgs_list li:first-child {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .sdgs_list li dt {
    width: 250px;
    padding: 25px 0;
  }
  .sdgs_list li dt img {
    max-width: 150px;
  }
  .sdgs_list li dd {
    padding: 25px 0px 35px 50px;
    width: calc(100% - 250px);
  }
  .sdgs_list li dd div {
    font-size: 2.7rem;
    margin: 0 auto 0.2em;
  }
  .sdgs_list li dd div.second {
    margin: 0.7em auto 0.2em;
  }
  .sdgs_list li dd p span {
    font-size: 2rem;
  }
  .sdgs_list li dd p {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}