@charset "UTF-8";

@media screen and (max-width: 1239px) {

  /*header { height: 60px;}
  header h1 { padding-left: 5px;}
  header h1 img { width: auto; height: 60px;}
  header nav ul {	left: 110px;}
  header nav li a { width: 120px;	height: 60px; background-size: 120px 60px;}
  header nav li a img { width: 100%; height: auto;}*/

  header .inner { width: 100%;}
  header h1 img { width: auto; height: 50px;}

  header { height: 50px;}
  header nav { display: none;}
  header nav ul {
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 5000;
    width: 100%;
    height: 100%;
    border-top: 1px solid #000;
    background-color: rgba(0,0,0,0.8);
  }
  header nav li {
    float: none;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #fff;
    background-color: #000;
  }
  header nav li.sp { display: block;}
  header nav li a img,
  header nav li:nth-of-type(1) { display: none;}
  header nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    width: 100%;
    height: 1em;
    padding: 14px 0;
    background-image: none !important;
  }
  header nav li a span { display: inline;}

  .menuBtn {
    display: block;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 30px;
    height: 22px;
  }
  .menuBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
  }
  .menuBtn span:nth-of-type(1) { top: 0;}
  .menuBtn span:nth-of-type(2) { top: 10px;}
  .menuBtn span:nth-of-type(3) { bottom: 0;}
  .menuBtn.c span:nth-of-type(1) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menuBtn.c span:nth-of-type(2) { display: none;}
  .menuBtn.c span:nth-of-type(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
  }

  #wrap { padding-top: 50px;}

  footer {
    font-size: 16px;
    width: 100%;
    padding: 10px 15px 0;
    margin: 0 auto 30px;
    box-sizing: border-box;
  }

  #pp,#form,#soshiki {
    top: 0;
    height: 100%;
  }
  #pp .inner,#form .inner,#soshiki .inner { height: 100% !important;}


  /*===== top =====*/

  .imgUnit {
    width: 1240px;
    height: 369px;
    padding-top: 80px;
  }
  .imgUnit .photo{
    width: 1200px;
    height: 369px;
  }
  .imgUnit .mark {
    position: absolute;
    left: 50%;
    width: 410px;
    height: auto;
    margin-left: -205px;
  }
  /*.imgUnit .mark2 { width: 280px;}*/
  .imgUnit.first {
    height: 554px;
    padding-top: 150px;
  }
  .imgUnit.first .photo_open,
  .imgUnit.first .photo_close {
    width: 1200px;
    height: 554px;
  }

  .topUnit { width: 800px;}
  .topUnit p { font-size: 15px;}
  .topUnit.first img.f { width: 760px; height: auto;}
  .topUnit.first p { font-size: 18px;}
  .topUnit a,
  .innerUnit a.pu { font-size: 14px;}

  #banner {
    width: 100%;
    padding: 0 10px;
    margin: 30px auto 10px;
    box-sizing: border-box;
  }
  #banner li {
    font-size: 12px;
    width: 49%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  #banner li:nth-of-type(even) { float: right;}
  #banner li img {
    width: 100%;
    height: auto;
  }
  #banner li a .ar {
    width: 14px;
    height: auto;
    vertical-align: -3px;
    margin-right: 3px;
  }

  /*===== page =====*/

  .pageUnit {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }


  .pageUnit .imgUnit { padding-top: 90px;}
  .pageUnit .imgUnit .mark3 {
    width: 380px;
    height: auto;
  }
  .pageUnit .imgUnit .mark4 {
    width: 300px;
    height: auto;
  }
  .pageUnit h2 { margin: 70px 0 30px;}
  .pageUnit h2 img { width: auto; height: 30px;}
  .pageUnit p { font-size: 15px;}

  .innerUnit {
    position: relative;
    width: 760px;
    margin: 0 auto 120px;
  }
  .innerUnit h3 {	margin-bottom: 20px;}
  .innerUnit h3 img { width: auto; height: 28px;}
  .innerUnit table { width: 100%;}
  .innerUnit th,
  .innerUnit td,
  .innerUnit ul li {	font-size: 18px;}
  .innerUnit p { font-size: 16px;}

  .innerUnit th {
    width: 180px;
    padding-left: 50px;
  }
  .innerUnit ul li {	padding-left: 50px;}
  .innerUnit iframe {
    display: block;
    width: 760px;
    margin: 0 auto 50px;
  }

  .puBox { padding: 10px 0 60px;}
  .w400 { width: 380px;}
  .w400.fr.imgheight { text-align: right;}
  .w400.fr.imgheight img { width: 95%; height:auto;}
  .h420 { height: 360px;}

  .daihyo { width: 340px; height: auto;}
  .w480 { width: 400px;}
  .aki { margin-bottom: 120px !important;}


  .slide_selector div.box {
      width: 760px;
      height: 380px;
    padding: 40px 45px;
      margin: 0 15px;
    box-sizing: border-box;
  }
  .slide_selector div.box p {	font-size: 15px;}
  .slide_selector div.box .text {	width: 360px;}
  .slide_selector div.box .text h3 { margin-bottom: 20px;}
  .slide_selector div.box .text h3 img { width: 360px; height: auto;}
  .slide_selector div.box img.fr {
    width: 290px;
    height: auto;
    margin-top: 50px;
  }

}

@media screen and (max-width: 801px) {

  .pc { display: none;}
  img.sp { display: inline-block;}


  footer {
    font-size: 12px;
    text-align: center;
    padding: 10px 0 0;
  }
  footer a,footer span { display: none;}

  #pp,#form,#soshiki {
    left: 0;
    width: 100%;
    padding: 45px 15px 15px !important;
    margin: 0;
    border: none;
  }
  #pp .inner,#form .inner,#soshiki .inner { overflow: auto !important;}

  #pp h2 {
    font-size: 13px;
    margin-bottom: 30px;
  }
  #pp p {
    font-size: 11px;
    margin-bottom: 2em;
  }

  #soshiki img { width: 94%; height: auto;}


  #form h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #form p { font-size: 13px;}
  #form dl { margin-top: 15px;}
  #form dt {
    float: none;
    font-size: 14px;
    width: 100%;
    padding-bottom: 5px;
  }
  #form dd {
    padding-left: 0;
    padding-bottom: 15px;
  }
  #form dd input,#form dd textarea {
    font-size: 16px;
    line-height: 1em;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #000;
  }

  .close {
   right: 10px;
   top: 10px;
  }

  .top_mv {
      width: 100%;
      margin: auto;
  }
  .top_mv video {
      width: 100%;
      height: 211px;
  }

  .imgUnit {
    position: relative;
    width: 100%;
    height: 100px;
    padding-top: 20px;
    overflow: hidden;
  }
  .imgUnit .photo{
    position: absolute;
    left: -5%;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    margin: 0 auto;
  }

  .pageUnit.sdg .imgUnit .photo {
      position: static;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      width: 100%;
      height: auto;
  }

  .sdgs-image {
      padding-top: 20px;
  }
  .sdgs-image img,
  .acn-image img,
  .img-50th img {
      width: 100%;
      height: auto;
  }
  .mv {
      width: calc(100% - 30px);
      margin: 30px auto 0;
  }



  /*===== top =====*/

  /*.imgUnit .mark2 { width: 100px;}*/
  .imgUnit.first {
    height: 150px;
    padding-top: 8%;
  }
  .imgUnit.first .photo_open,
  .imgUnit.first .photo_close {
    width: 100%;
    height: auto;
  }
  .imgUnit .mark {
    width: 40%;
    height: auto;
    margin-left: -20%;
  }
  .mame { width: 60px; height: auto;}

  .topUnit { width: 100%; max-width: 560px; padding-bottom: 60px;}

  .topUnit h2 img { width: 60%; min-width: 280px; height: auto;}
  .topUnit.first h2 img.f { width: 60%; min-width: 300px; height: auto;}
  .topUnit p { font-size: 13px;}
  .topUnit.first p { font-size: 14px;}

  .topUnit a,
  .innerUnit a.pu {
    right: 15px;
    font-size: 12px;
  }

  #banner li { font-size: 10px;}
  #banner li a .ar { width: 12px;}


  /*===== page =====*/

  .pageUnit {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  .pageUnit .imgUnit { padding-top: 20px;}
  .pageUnit .imgUnit .mark3 {
    width: 40%;
    height: auto;
  }
  .pageUnit h2 { margin: 40px 0 20px;}
  .pageUnit h2 img { width: auto; height: 24px;}
  .pageUnit p {
    font-size: 13px;
    text-align: left;
    padding: 0 15px;
  }
  .pageUnit.sdg p.title {
      font-size: 16px;
      line-height: 1.5em;
      text-align: center;
      margin: 1em 0;
  }
  .pageUnit.sdg p:nth-of-type(2) {
      width: auto;
  }
  .pageUnit.sdg h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;  
    margin: 50px 0 30px;
  }
  .pageUnit.sdg .sdgs-image2 {
    padding: 0 15px;
  }
  .pageUnit .imgUnit .mark4 {
    width: 30%;
    max-width: 300px;
    height: auto;
    top: 18%;
  }

  .innerUnit {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 60px;
    box-sizing: border-box;
  }
  .innerUnit.acn {
    width: 100%;
  }
  .innerUnit.acn .box {
    width: 100%;
    margin: 0 auto 40px;
  }
  .innerUnit h3 {	margin-bottom: 10px; border-bottom-width: 2px;}
  .innerUnit .sdg2 h3,
  .innerUnit .acn h3{
    font-size: 16px;
    line-height: 1.3em;
  }
  .innerUnit .sdg2 h4 {
    font-size: 16px;
    padding: 10px 0;
    margin: 40px auto 15px;
  }
  .innerUnit .sdg2 p {
    font-size: 12px;
    line-height: 1.8em;
    width: 100%;
    margin: auto;
  }
  .innerUnit .sdg2 p.first {
    font-size: 16px;
    width: 100%;
  }
  .innerUnit .sdg2 p.first span {    
    font-size: 10px;
  }
  .innerUnit .acn h3 span.s {
    font-size: 12px;
  }
  .innerUnit h3 img { width: auto; height: 18px;}
  .innerUnit table { width: 100%;}
  .innerUnit th,
  .innerUnit td,
  .innerUnit ul li {	font-size: 13px; line-height: 1.5em;}
  .innerUnit p { font-size: 13px;}

  .innerUnit th {
    width: 90px;
    padding-left: 0;
  }
  .innerUnit ul li {	padding-left: 0;}
  .innerUnit iframe {
    width: 100%;
    height: 220px;
    margin: 0 0 30px;
  }
  .innerUnit.acn .box ul li {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin-bottom: 5px;  
  }
  .innerUnit.acn .box ul li::before {
    margin-right: 0;
  }
  .innerUnit.acn .box.box2 {
    text-align: left;
  }
  .innerUnit.acn .box .mark {
    font-size: 0;
    margin: 20px 0;
  }
  .innerUnit.acn .box .mark img {
    width: 45%;
    height: auto;
    margin: 0;
  }
    .innerUnit.acn .box .mark img:nth-of-type(1) {
      margin-right: 10%;
    }

  .innerUnit.acn ol.g {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto 0;
  }
  .innerUnit.acn ol.g li {
    font-size: 0;
    margin-bottom: 15px;
  }
  .innerUnit.acn ol.g li:nth-of-type(2n) {
    margin-left: 0;
  }
  .innerUnit.acn ol.g li img {
    width: 100%;
    height: auto;
  }

  .sdg2 dl {
      margin: 25px 0 0;
  }
  .sdg2 dl dt {
      font-size: 14px;
      line-height: 1em;
      margin-bottom: 1em;
  }
  .sdg2 dl dt:last-of-type {
      margin-top: 4em;
  }
  .sdg2 dl dd {
      font-size: 12px;
      line-height: 1.7em;
      padding: 0;
      margin-bottom: 2em;
  }

  .puBox { padding: 10px 0 60px;}

  .w800 { width: 100%;}
  .w400.fr.imgheight {
    text-align: center;
    margin-top: 10px;
  }
  .w400.fr.imgheight img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  .daihyo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: auto;
  }
  .h420 { height: auto; padding-bottom: 150px;}

  .nameBox { left: 0;}
  .nameBox p { font-size: 10px;}
  .nameBox img { width: auto; height: 30px;}

  .w400,.w480 {
    float: none !important;
    width: 100% !important;
  }
  .bill {
    display: block;
    float: none;
    margin: 10px auto 0;
    text-align: center;
    width: 100%;
    max-width: 400px;
  }
  .aki { margin-bottom: 60px !important;}
  .qimg img { width: 50%; height: auto;}

  .pimg01 { width: auto; height: 32px;}
  .pimg02 { width: auto; height: 40px;}
  .pimg03 { width: auto; height: 35px;}

  .slide_selector {
    width: 90%;
    max-width: 420px;
    margin-bottom: 50px;
  }
  .slide_selector div.box {
      width: 90%;
    max-width: 420px;
      height: 530px;
    padding: 15px 20px;
      margin: 0 15px;
  }
  .slide_selector div.box p {	font-size: 12px;}
  .slide_selector div.box .text {
    float: none;
    width: 100%;
  }
  .slide_selector div.box .text h3 { margin-bottom: 10px;}
  .slide_selector div.box .text h3 img { width: 100%; height: auto;}
  .slide_selector div.box img.fr {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10000;
    border: none;
    text-indent: -9999px;
    width: 44px;
    height: 80px;
    margin-top: -20px;
    cursor: pointer;
  }
  .slick-prev { background: url(../images/prev.png) no-repeat; left: -55px;}
  .slick-next { background: url(../images/next.png) no-repeat; right: -55px;}

  .graph {
    width: 600px;
    padding-top: 40px;
  }
  .gb { width: 600px; height: auto;}
  .g2 {
    position: absolute;
    left: 78px;
    top: 200px;
    z-index: -1;
    width: 242px;
    height: auto;
  }
  .c1,.c2,.c3,.c4,.c5,.c6,.c7 {
    position: absolute;
    right: 18px;
    z-index: 25;
    width: 45px;
    height: auto;
  }
  .c1 { top: 70px;}
  .c2 { top: 135px;}
  .c3 { top: 200px;}
  .c4 { top: 265px;}
  .c5 { top: 335px;}
  .c6 { top: 400px;}
  .c7 { top: 465px;}

  .sosikizu {
    margin-top: 30px;
  }

	
}

@media screen and (max-width: 380px) {

	br.sp { display: inline;}
  .pageUnit h2 img { width: auto; height: 18px;}

  .graph {
    width: 300px;
    padding-top: 40px;
  }
  .gb { width: 300px; height: auto;}
  .g2 {
    position: absolute;
    left: 39px;
    top: 120px;
    z-index: -1;
    width: 121px;
    height: auto;
  }
  .c1,.c2,.c3,.c4,.c5,.c6,.c7 {
    position: absolute;
    right: 10px;
    z-index: 20;
    width: 20px;
    height: auto;
  }
  .c1 { top: 55px;}
  .c2 { top: 88px;}
  .c3 { top: 121px;}
  .c4 { top: 154px;}
  .c5 { top: 189px;}
  .c6 { top: 222px;}
  .c7 { top: 255px;}

  .slide_selector {
    width: 280px;
    margin-bottom: 50px;
  }
  .slide_selector div.box {
      width: 280px;
      height: 480px;
    padding: 15px 20px;
      margin: 0 15px;
  }
  .slide_selector div.box p {	font-size: 12px;}
  .slide_selector div.box .text {
    float: none;
    width: 100%;
  }
  .slide_selector div.box .text h3 { margin-bottom: 10px;}
  .slide_selector div.box .text h3 img { width: 100%; height: auto;}
  .slide_selector div.box img.fr {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .slick-arrow {
    display: none !important;
    position: absolute;
    top: 50%;
    z-index: 10000;
    border: none;
    text-indent: -9999px;
    width: 22px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
  }
  .slick-prev { background: url(../images/prev.png) no-repeat; background-size: 22px 40px; left: -15px;}
  .slick-next { background: url(../images/next.png) no-repeat; background-size: 22px 40px; right: -15px;}
}