
@charset "UTF-8";

html{
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  }

  // <uniquifier>: Use a unique and descriptive class name
  // <weight>: Use a value from 100 to 900
  .noto-sans-jp-<uniquifier> {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }

body{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.1;
    color: #797e81;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  a{
    text-decoration: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6{
    font-weight: 600;
    margin: 0;
    padding: 0;
  }

  img {
    width: 100%;
    height: auto;
  }

  ul {
    margin: 0;
    padding: 0;
  }

  ul li {
    list-style: none;
  }

  .inner {
  width: 1024px;
  margin: 0 auto;
}

section h1 {
  font-size: 3.8rem;
  margin: 0 0 65px;
}

section h2{
  font-size:2.5rem;
  padding: 10px 0px 10px;
  color: gray;
  text-align:start;
  line-height: 1.5;
}

header{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background: white;
  box-shadow: 0 6px 3px -3px rgba(0,0,0,0.1);
}

header .inner{
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px 0 0 0;
}

header ul {
  display: flex;
}

header .logo{
  width: 250px;
  height: auto;
  }

header a{
    font-size: 1.5rem;
    color: #2e4551;
    margin: 0 0 0 80px;
    letter-spacing: 0.3em
  }

  header a:hover {
  color: orange;
  font-weight: 600;
}

#kv{
    width: 100%;
    height: 712px;
    position: fixed;
    top: 100px;
    background:linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.5)), url(./images/imagenatsu.jpg) no-repeat center center/cover;
  }

#kv .welcom h1{
    padding:25rem 0 0;
    font-size:3.8rem;
    color:white;
  }
#kv .lead{
    font-size:1.8rem;
    color:white;
}

.back-ground {
  position:relative;
  margin: 812px 0 0;
  width: 100%;
  background: #fffcef;
}

.back-ground .lead{
  font-size:2rem;
  padding: 10px 0 10px;
  color: #1d2326;
  text-align:start;
}

#feature {
  display:flex;
  align-items:center;
  justify-content:space-between;
}

#feature h2{
  width: 12%;
  text-align: start;
}

#feature .feature-text{
  margin:100px 0 60px;
  padding:100px 5px 0;
  font-size:1.5rem;
  line-height: 2;
  width: 38%;
  text-align: start;
}

#slide{
  margin:0;
  padding: 0;
  overflow:hidden;
  width:50%;
}

#slide .slide-image{
    width: 100%;
    height: 400px;
    padding: 0 0 10% 0;
    margin: 100px 0 0 0px;
    display: flex;
    border-radius: 50%;
    border: 1px solid #ffff00;
    box-shadow: -6px 6px 3px -3px rgba(255,255,0,0.5);
    position:relative;
    overflow: hidden;
  }
  .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    transition: opacity 2s ease-in-out;
  }

  .test1 {
    background-image: url(./images/imagea1.jpg);
  }

  .test2 {
    background-image: url(./images/imagea2.jpg);
    opacity: 0;
  }

  .test3 {
    background-image: url(./images/imagea3.jpg);
    opacity: 0;
  }

  .test4 {
    background-image: url(./images/imagea5.jpg);
    opacity: 0;
  }

  .test5 {
    background-image: url(./images/imagea7.jpg);
    opacity: 0;
  }

  .test6 {
    background-image: url(./images/imagea2.jpg);
    opacity: 0;
  }


  @keyframes slide {
    0% { opacity: 0; }
    20% { opacity: 1; }
    60% { opacity: 1; }
    80% { opacity: 0; }
    100% { opacity: 0; }
  }

  .slide:nth-child(1) {
    animation: slide 26s infinite;
  }

  .slide:nth-child(2) {
    animation: slide 26s 8s infinite;
  }

  .slide:nth-child(3) {
    animation: slide 26s 12s infinite;
  }

  .slide:nth-child(4) {
    animation: slide 26s 16s infinite;
  }

  .slide:nth-child(5) {
    animation: slide 26s 20s infinite;
  }

  .slide:nth-child(6) {
    animation: slide 26s 24s infinite;
  }

#whatwecan .whatwecan-image{
  position:relative;
  width:60%;
  height: auto;
  display: flex;
  flex-direction:column;
  text-align: start;
  margin: 30px 0 60px 20%;
}

#whatwecan .whatwecan-text{
  position:relative;
  width:60%;
  height: auto;
  display: flex;
  flex-direction:column;
  font-size:1.5rem;
  line-height: 2;
  text-align: start;
  margin: 0 0 60px 20%;
}

#whatwecan .requirement{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

#whatwecan .content-blk{
 display:block;
}

#whatwecan .requirement ol{
  font-size:1.5rem;
  line-height: 2;
  text-align: start;
}

#information {
  display:flex;
  margin: 10rem 0 ;
}

#information .content-box{
  width: 80%;
  margin:0 0 0 2rem;
  padding:0 0.5rem 1rem;
  height:auto;
  background-color: white;
  border: 1px solid #339900;
  display:flex;
  flex-direction:column;
}

#information .content-item{
  display:flex;
  flex-direction:column;
  text-align:left;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 1rem 0;

}

#information .content-box h3{
  font-size:1.5rem;
  color:#245000;
  font-weight:600;
}

#information .btn{
  margin: 0 0 0 3px;
}

#information .btn a {
  font-size: 1.1rem;
  line-height: 16px;
  color: #ea7558;
  width: 100px;
  height: 20px;
  border: 1px solid #ea7558;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 10px;
  letter-spacing:0;
  padding: 0 0 0 3.7px;
}

#information .btn i{
  margin: 0 0 0 .1em;
}

#document{
display:flex;
align-items:flex-start;
padding: 30px 0 30px 0;
position: relative;
}

#document h2{
  width:20%;
  padding:30px 0 0 0;

}

#document .wrap-blk{
  display:flex;
  flex-wrap:wrap;
  margin: 0 0 0 15px;
  position: relative;

  }


#document a{
  display: flex;
  justify-content:flex-start;
  align-items: center;
  position:relative;
  padding: 30px 0 30px 33px;
  width: 250px;
  color:#333;
  font-size:18px;
  font-weight: 700;
  text-decoration: none;

}

#document a::before{
  content:'';
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 3px solid #2b550e;
  border-right: 3px solid #2b550e;
  margin: 0 10px 0 0;
}

#document a::after{
  content:'';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
 width: 50px;
 height:50px;
 background-color: raba(0 0 0 / 0);
 border: 2px solid #90be70;
 border-radius: 40% 60% 60% 40% /40% 40% 60% 60%;
}



#sponsor{
  color:#fff !important;
  width: 100%;
  height: 300px;
  padding: 30px 0;
  position: relative;
  background: url(./images/imageriver.jpg) no-repeat center center / cover;
  }

#sponsor::after {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(32,64,32, 0.5);
    content: "";
    }

#sponsor .item-blk{
  display: flex;
  flex-wrap:wrap;
}

#sponsor h2{
  font-size:2.4rem;
  color: #fffcef;
  position:relative;
  z-index: 1;
}

#sponsor .sponsor-image{
  position: relative;
  z-index: 1;
  width: 240px;
  height: auto;
  margin: 6.4px;
}

/*---------------------TOPページbodyここまで*/
/*---------------------私たちの考え方*/

body#ourhope{
  margin:  0;
  padding: 0;
  background: #fffcef;
}

header .logo {
  width: 200px;
  height: auto;
}

#ourhope #page-title{
  margin:20px 0 0;
  background: #fffcef;
  width: 100%;
  top:100px;
  height:200px;
  position: fixed;
  }

#ourhope .back-ground {
    position:relative;
    margin: 320px 0 0;
    width: 100%;
    background: #fffcef;
  }

#ourhope main .wrap-blk{
  display:flex;
  margin:0 -20% 0 0;
}


#ourhope .stady-image{
    margin: 0 0 0 -20rem;
    padding:0;
    width: 100% ;
    height: auto;
    position: relative;
    background:url(./images/mainimage.png) no-repeat center center / cover;;
    }

#ourhope .contents-blk{
  text-align:start;
  width: 70%;
}

#ourhope h2{
  font-size: 2.0rem;
  line-height:1.0;
  color: #326432;
  letter-spacing: 0.05em;
  width: 90px;
  height: 90px;
  margin: 0 0 0 0;
  border: 1px solid #326432;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#ourhope h2 span {
  font-size: 1.2rem;
  line-height:1.0;
}

#ourhope h3{
  font-size:1.8rem;
  line-height:1.2;
  padding:15px 0 0;
  margin:10px 0 5px 0;
}

#ourhope h3:hover{
  color:#5d3718;
  font-size:1.8rem;
  font-weight:600;
}


#ourhope .contents-box p{
  font-size: 1.4rem;
  line-height:1.4;
  color: #2e4551;
  letter-spacing: .1em;
  margin:0;
  }

#ourhope .contents-box p:hover{
  color:#754c24;
  font-size:1.6rem;
  font-weight:600;
  letter-spacing:0.005em;
}

/*---------------------私たちの考え方*ここまで/
/*---------------------注目の学習*/
body#focus{
  margin:  0;
  padding: 0;
  background: #fffcef;
}

header .logo {
  width: 200px;
  height: auto;
}

#focus #page-title{
  margin:20px 0 0;
  background: #fffcef;
  width: 100%;
  top:100px;
  height:120px;
  position: fixed;
  }

#focus .lead{
  margin: 2rem 0 0 20%;
  text-align:start;
  text-indent:1em;
}

#focus .back-ground {
  position:relative;
  margin:320px 0 0;
  width: 100%;
  background: #fffcef;
}

#focus .heading{
  position:relative;
  padding-bottom: 10px;
  width:100%;
  font-size: 20px;
  color:#2b550e;
  border-bottom: 5px solid #c7c7c7;
  text-align:start;
  margin: 0 0 5rem;
  }

#focus .heading::after{
  content:'';
  position:absolute;
  top:100%;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #e5c046;
}

#focus .contents-title{
  position: relative;;
  padding-left: 2em;
  font-size:18px;
  color:#2b550e;
  margin: 0 0 3rem 25% ;
}

#focus .contents-title::before{
  content: attr(data-number);
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 3px;
  color: #e5c046;
  font-size: 18px;
  font-weight:800;
  border-bottom: 1px solid #e5c046;
}

#focus .contents-box{
  display: flex;
  flex-direction:column;
  align-items:flex-start;
  }




#focus .contents-block{
  display:flex;
  height: auto;
  align-items:flex-start;
  text-align: start;
}

#focus .contents-block h4 {
  position:relative;
  width:20rem;
  margin: 0 10px 0 0;
  text-align: right;
  padding: 0 10px;
  font-size: 16px;
  line-height: 3;
  background-image: linear-gradient(
  rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 98%, #ccc 100%
  );
  background-size: 100% 2.5em;
}

#focus .contents-block p {
  margin: 0;
  width:80rem;
  text-align: start;
  padding: 0 1em;
  font-size: 16px;
  line-height: 3;
  background-image: linear-gradient(
  rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 98%, #ccc 100%
  );
  background-size: 100% 2.5em;
}

#focus .contents-block span{
  font-size: 12px;
}

#focus .contents-block a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin:2rem 0 10rem 10rem;
  padding: 0 43px 0 30px;
  width: 200px;
  height:38px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #90be70;
  border-radius: 19px;
}

#focus .contents-block a::before{
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #cae6b7;
  border-radius: 20px;
}

#focus .contents-block a::after{
  content: '';
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #2b550e;
  border-right: 2px solid #2b550e;
}



/*---------------------注目の学習ここまで*/


/*---------------------eeネットについて*/
body#about{
  margin:0;
  padding: 0;
  background: #fffcef;
}

header .logo {
  width: 200px;
  height: auto;
}

#about #page-title{
  margin:20px 0 0;
  background: #fffcef;
  width: 100%;
  top:100px;
  height:200px;
  position: fixed;
  }

#about .back-ground {
    position:relative;
    margin: 320px 0 0;
    width: 100%;
    background: #fffcef;
  }


#about .content-text{
  text-align: start;
  font-size:1.5rem;
  line-height: 2;
}

#about h3{
  margin:3rem 0 1rem 0;
  text-align: start;
}

#about .staff{
  background: #fffcef;
  border-spacing: 0;
  margin: 2rem 0 10rem 15%;
}

#about .staff tr,td{
  text-align: start;
  vertical-align:top;
  border-bottom: 1px solid #90be70;
  padding: 5px;
}

#about .progress{
  background: #fffcef;
  border-spacing: 0;
  margin: -3rem 0 10rem 8%;
  font-size: 1.5rem;
}

#about .progress td{
 border-bottom: 2px solid white;
 align-items:flex-start;
}

#about .progress td p{
  font-weight:600;
  margin:0;
  }


#about .total{
  width: 80%;
  margin: 0 0 10rem 5%;
}

#about .total td{
  text-align: center;
  border-bottom: 1px solid #ea7558;
}

#about .count-document{
  margin: 0 0 0 5%;
}

#about .count-document a{
  display: flex;
  justify-content:flex-start;
  align-items: center;
  position:relative;
  padding: 30px 0 30px 33px;
  width: 250px;
  color:#333;
  font-size:18px;
  font-weight: 700;
  text-decoration: none;

}

#about .count-document  a::before{
  content:'';
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 3px solid #2b550e;
  border-right: 3px solid #2b550e;
  margin: 0 10px 0 0;
}

#about .count-document  a::after{
  content:'';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
 width: 60px;
 height:60px;
 background-color: raba(0 0 0 / 0);
 border: 2px solid #90be70;
 border-radius: 40% 60% 60% 40% /40% 40% 60% 60%;
}
/*---------------------eeネットについてここまで*/


/*---------------------登録団体*/
body#members{
  margin: 0;
  padding: 0;
  background: #fffcef;
}

header .logo {
  width: 200px;
  height: auto;
}

#members #page-title{
  margin:20px 0 20px;
  background: #fffcef;
  width: 100%;
  top:100px;
  height:280px;
  position: fixed;
  font-size:1.5rem;
  line-height: 2;

  }

#members .back-ground {
    position:relative;
    margin: 340px 0 0;
    width: 100%;
    background: #fffcef;
  }


#members section {
    position: relative;
    padding:65px 0 ;

  }

#members section .wrap-blk {
  display: flex;
  flex-wrap: wrap;
}

#members section .contents-blk {
  position: relative;
  width: 32%;
  height: 300px;
  margin:0.5%;
}

#members .text {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  justify-content: center;
  opacity: 0;
}

#members .text:hover {
  opacity: 1;
  font-size: 1.8rem;
  transition: all 0.6s;
}

#members .text h2 {
  font-size:2.4rem;
  line-height:1;
  color: #fff;
}

#members .inner i{
  color: #fff;
}

#activity .contents-blk:first-child{
  background: url(./2members/images/mem1kotobuki.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(2){
  background: url(./2members/images/mem2lit.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(3){
  background: url(./2members/images/mem3hiko.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(4){
  background: url(./2members/images/mem4yanarin.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(5){
  background: url(./2members/images/mem5kawano.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(6){
  background: url(./2members/images/mem6waon.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(7){
  background: url(./2members/images/mem7gakko.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(8){
  background: url(./2members/images/mem8hotaru.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(9){
  background: url(./2members/images/mem9kake.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(10){
  background: url(./2members/images/mem10suebush.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(11){
  background: url(./2members/images/mem11ikimono.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(12){
  background: url(./2members/images/mem12kuma.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(13){
  background: url(./2members/images/mem13yatsubush.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(14){
  background: url(./2members/images/mem14child.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(15){
  background: url(./2members/images/mem15econet.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(16){
  background: url(./2members/images/mem16ishigama.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(17){
  background: url(./2members/images/mem17kanna.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(18){
  background: url(./2members/images/mem18syakyo.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(19){
  background: url(./2members/images/mem19shizen.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(20){
  background: url(./2members/images/mem20yamatami.png) no-repeat center center/cover;
}

#activity .contents-blk:nth-child(21){
  background: url(./2members/images/mem21hama.png) no-repeat center center/cover;
}

#activity .contents-blk:last-child{
  background: url(./2members/images/mem22tsukino.png) no-repeat center center/cover;
}

#workshop .contents-blk:first-child{
  background: url(./2members/images/memws1.png) no-repeat center center/cover;
}

#workshop .contents-blk:nth-child(2){
  background: url(./2members/images/memws2.png) no-repeat center center/cover;
}

#workshop .contents-blk:nth-child(3){
  background: url(./2members/images/memws4.png) no-repeat center center/cover;
}

#workshop .contents-blk:nth-child(4){
  background: url(./2members/images/memws6ishi.png) no-repeat center center/cover;
}

#workshop .contents-blk:last-child{
  background: url(./2members/images/memws7ehon.png) no-repeat center center/cover;
}

/*---------------------登録団体ここまで*/



/*---------------------お問い合わせ*/



/*---------------------お問い合わせここまで*/

/*---------------------リンク*/
body#link{
  margin: 0;
  padding: 0;
  background: #fffcef;
}

header .logo {
  width: 200px;
  height: auto;
}

#link #page-title{
  margin:5rem 0 0;
  background: #fffcef;
  width: 100%;
  top:100px;
  height:150px;
  position: fixed;
  }

  #link .back-ground {
      position:relative;
      margin: 340px 0 0;
      width: 100%;
      background: #fffcef;
    }

  #link .listcontainer-member{
    position:relative;
    margin: 0 0 10rem 10%;
  }

  #link h3{
      margin:3rem 0 1rem 0;
      text-align: start;
    }

  #link .list-contents{
      display: flex;
      width:80%;
      position: relative;
      align-items: center;
      justify-content: center;
      }

#link .box {
  margin       : ;
  width        : 3rem;
  height       : 5rem;
  background   : linear-gradient(to bottom, #b4ff7f, #135700);

}

#link .list-contents .name{
  width: 50rem;
  height: 5rem;
  text-align: start;
  padding: 1.5rem 0 0 5rem;
  margin: 0 0 1rem 0;
}

#link .list-contents .access{
  width: 25rem;
  height: 5rem;
  text-align: start;
  padding: 1.5rem 0 0 5rem;
  margin: 0 0 1rem 0;
}



/*------------------------リンクここまで*/



footer {
    padding:60px 0 0;
    position: relative;
    background: #988c84;
    width:100%;
    }

footer .logo{
  width: 250px;
  height: auto;
  display: inline-block;
}

footer .wrap-blk {
    margin: 0 0 20px;
    display: flex;
    }

footer .wrap-blk p{
  font-size: 1.5rem;
  line-height: 2.3;
  color: #d4dde2;
  width: 50%;
  margin: 0 25px;
  text-align: right;
}

footer ul{
  font-size: 1.8rem;
  line-height: 1.5;
  color: #d4dde2;
  letter-spacing: 0.05em;
  width: 50%;
  margin: 0 25px;
  text-align: left;
}

footer i {
  margin: 0 .3rem 0 0;
}

.copyright{
  font-size: 1.5rem;
  color: #d4dde2;
  letter-spacing: 0.05em;
  padding: 30px 0;
  background: #4e4237;
}

footer a{
  color: #ea7558;
}

header .menu-btn {
  display: none;
}



/*-----------------------------------
スマホ
-----------------------------------*/
@media screen and (max-width: 414px) {

  .inner {
    width: 94%;
    margin: 0 auto;
  }

  /* ---------------------スマホヘッダー */

  header .inner {
    height: 80px;
  }

  header .logo {
    width: 180px;
    height: auto;
    }

  header .logo a {
    font-size: 6rem;
  }

  #about header h1 {
    margin: 0;
  }

  header .menu-btn {
  display: block;
  position: absolute;
   right: 3%;
   top: 10px;
   padding: 0;
   width: 34px;
   height: 34px;
   line-height: 32px;
   text-align: center;
   border: 1px solid #666;
   background: transparent;
   border-radius: 50%;
}

.menu-btn:focus {
   outline: none;
 }

 header .header-nav {
   width: 250px;
   position: fixed;
   display: block;
   top: 80px;
   right: 0;
   z-index: 1000;
   background: rgba(255, 255, 255, .8);
   transition: all 0.2s;
   transform: translate(250px);
 }

 header .header-nav.open {
   transform: translate(0);
 }

 header .header-nav ul {
   display: block;
 }

 header .header-nav li a {
   display: block;
   width: 100%;
   padding: 0 10px;
   height: 30px;
   line-height: 30px;
   box-sizing: border-box;
   margin: 0;
 }

 /*-----------------------フッター*/

  footer {
    padding: 30px 0 0 ;
      }

  footer .logo {
    width: 180px;
    height: auto;
    margin: 20px 20px  30px  -30px;
  }

  footer .wrap-blk {
    display: block;
    margin: 0 0  30px 20px;
  }

  footer .wrap-blk p {
    width: 94%;
    margin: 0 auto 30px;
    text-align: left;
  }

  footer .wrap-blk ul {
    width: 94%;
    margin: 0 auto;
    font-size: 1.8rem;
  }

  footer .copyright {
    padding: 30px 0;
    font-size: 1.2rem;
    margin: 0;
  }

  /*-------------------------------------スマホホーム*/

  #kv .welcom h1{
    font-size: 2.5rem;
    line-height: 1.2;
    padding:120px 0 0;
  }

  #kv .lead{
   font-size: 1.1rem;
    line-height: 1.2;
  }

  #kv{
    top:80px;
    height: 300px;
  }

  .back-ground{
    position:relative;
    margin: 380px 0 0;
    width: 100%;
    background: #fffcef;
  }

  #feature{
    display: block;
  }

  #feature h2{
  width: 98%;
  text-align: start;
}

  #feature .feature-text{
    margin:5px 0 5px;
    padding:1px 5px 0;
    font-size:1.5rem;
    line-height: 2;
    width: 100%;
    text-align: start;
  }

    #slide{
    margin:0;
    padding: 0;
    overflow:hidden;
    width:98%;
  }

  #slide .slide-image{
      width: 100%;
      height: 350px;
      padding: 0 0 10% 0;
      margin: 10px 0 ;
  }

#whatwecan .whatwecan-image{
  width:98%;
  margin: 5px 0 ;
}

#whatwecan .whatwecan-text{
  width:100%;
  height: auto;
  font-size:1.5rem;
  line-height: 2;
  text-align: start;
  margin: 20px 5px ;
}

#whatwecan .requirement{
  display:block;
}

#information {
  display:block;
  margin: 10rem 0 ;
}

#document{
display:block;
}

#sponsor{
padding: 0px 5px;
text-align: start;
line-height: 1.1;
height: 370px;
}

#sponsor .sponsor-image{
  position: relative;
  z-index: 1;
  width: 160px;
  height: auto;
  margin: 5px;
  padding: 3px 10px;
}


#sponsor h2{
  font-size:1.4rem;
  position: relative;
}

  /*-------------------------------------スマホホームここまで*/

    /*-------------------------------------スマホ 私たちの考え方*/


#ourhope header .logo {
    width: 200px;
    height: auto;
    margin:-30px 0 0 -30px;
}


#ourhope #page-title{
    margin:5px 0 0;
    background: #fffcef;
    width: 100%;
    top:100px;
    height:5px;
    position: fixed;
}

#ourhope .back-ground {
    position:relative;
    margin: 140px 0 0;
    width: 100%;
    background: #fffcef;
  }

#ourhope main .wrap-blk{
  display:block;
  width:100%;
  margin:0 0 0 0;
}


#ourhope .contents-blk{
  width: 100%;
}

#ourhope .stady-image{
    width: 100%;
    margin: 0 0 0 0;
 }


  /*-------------------------------------スマホ　私たちの考え方ここまで*/

  /* ------------------------------------スマホ　注目の学習*/
  #focus header .logo {
          width: 200px;
          height: auto;
          margin:-30px 0 0 -30px;
        }

  #focus #page-title {
          top: 80px;
          padding: 30px 0;
        }

  #focus #page-title h1,
  #focus #page-title .lead {
          width: 90%;
          margin: 0 auto;
          text-align:start;
        }

  #focus #page-title h1 {
          margin: 0 auto 30px;
          font-size: 2.1rem;
        }

  #focus .back-ground{
         margin:300px 0 0;
        }

  #focus .inner{
    width: 94%;
  }

  #focus .heading{
   margin: 0 0 3rem;
    font-size: 18px;
}

  #focus .contents-box{
  display: block;
  }

  #focus .contents-block{
    display:block;
    height: auto;
    text-align: start;
  }

  #focus .contents-title{
    margin: 8rem 0 2rem 0;
  }

  #focus .contents-block h4 {
    width:90%;
      text-align: start;
    padding: 0 10px;
  }


  #focus .contents-block p {
    margin: 0;
    width:100%;
      }


  #focus .contents-block a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin:2rem 0 1rem 1rem;
    padding: 0 43px 0 30px;
    width: 200px;
    height:38px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    background-color: #90be70;
    border-radius: 19px;
  }


    /* ------------------------------------スマホ　注目の学習ここまで*/

  /* ------------------------------------スマホ　eeネットについて */

#about header .logo {
    width: 200px;
    height: auto;
    margin:-30px 0 0 -30px;
  }

#about #page-title {
      top: 80px;
      padding: 30px 0;
    }

#about #page-title h1,
#about #page-title .lead {
      width: 94%;
      margin: 0 auto;
    }

#about #page-title h1 {
      margin: 0 auto 30px;
      font-size: 2.1rem;
    }
#about .back-ground{
  top:-100px;
}

#about .staff{
  margin: 2rem 0 10rem 3px;
}

#about .progress{
  background: #fffcef;
  border-spacing: 0;
  margin: -3rem 0 10rem 0;
  font-size: 1.5rem;

}

#about .progress .inner {
    width: 94%;
    margin: 0 auto;
  }


#about .progress  th {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }

#about .progress  td {
    display: block;
    width: 100%;
    padding: 5px 0 10px;
  }



    /* ------------------------------------スマホ　eeネットについて ここまで*/

    /*---------------------sスマホ　登録団体*/
#members header .logo {
        width: 200px;
        height: auto;
        margin:-30px 0 0 -30px;
      }

#members #page-title {
        top: 80px;
        padding: 30px 0;
      }

#members #page-title h1,
#members #page-title .lead {
        width: 90%;
        margin: 0 auto;
        text-align:start;
      }

#members #page-title h1 {
        margin: 0 auto 30px;
        font-size: 2.1rem;
      }
#members .back-ground{
         margin:430px 0 0;
      }

#members .inner{
  width:94%;
}

#members section {
    padding:10px 0 ;
  }

#members section .contents-blk {
    position: relative;
    width: 48%;
    height: 200px;
    margin:0.5%;
  }

#members .text {
  padding: 10px;
}

  #members .text h2 {
    font-size:2.0rem;
    line-height:1;
    color: #fff;
    margin:0;
  }

  #members .text p {
    font-size:1.5rem;
    line-height:1;
    color: #fff;
    margin:0;
  }

  /*---------------------スマホ　登録団体ここまで*/

/*------------------------スマホ　リンク*/
#link header .logo {
        width: 200px;
        height: auto;
        margin:-30px 0 0 -30px;
      }

#link #page-title {
        top: 80px;
        padding: 30px 0;
      }

#link #page-title h1,
#link #page-title .lead {
        width: 90%;
        margin: 0 auto;
        text-align:start;
      }

#link #page-title h1 {
        margin: 0 auto 30px;
        font-size: 2.1rem;
      }
#link .back-ground{
       margin:300px 0 0;
      }

#link .inner{
  width: :94%;
}

#link .listcontainer-member{
   position:relative;
   align-items:center;
   margin: 0 0 10rem 0;
 }

#link .list-contents{
      display: flex;
      width:100%;
    }

#link .list-contents .name{
        width: 70rem;
        height: 5rem;
        line-height:1;
        text-align: start;
        padding: 1.5rem 0 0 1.5rem;
        margin: 0 0 0.5rem 0;
      }

#link .list-contents .access{
      width: 25rem;
      height: 5rem;
      text-align: start;
      padding: 1rem 0 0 3rem;
      margin: 0 0 1rem 0;
      line-height:1;
    }




  /*------------------------スマホ　リンクここまで*/

  /*-------------------------------------スマホ お問い合わせ*
  　　　　　　　　　　　　　　　　　　　　　　　　　formcssに記述 */
    }
