@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap');

div.popimg {
    position: relative;
}
div.popimg img{
    width: 100%;
    height: auto;
}

div.kotei1{
    position: absolute;
    bottom: 0;
    margin: auto 0 0 0;
    height: fit-content;
    width: 100%;

}

div.kotei1 h3 {
    display: block;
    font-size: 2.0rem;
    padding: 0 1rem;
text-align: center;
margin: 0;
background-color: rgb(0, 164, 224);
color: #FFF;
}

@media screen and (max-width:640px) {
    div.kotei1 h3 {
        height: fit-content;
        font-size: 1.25rem;
        padding: 0.25rem 0.5rem;
        line-height: 1.2em;
    }
}

p.soudan{
font-size: 1.1rem;
margin-bottom: 5rem;
}


.about h3{
  text-align: center;
  font-size: 4rem;
  font-weight: bolder;
  color: rgb(0, 164, 224);
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

  @media screen and (max-width:640px) {
    .about{
        background-size: 50%, 50%;
        background-position: right top 8%, left bottom;
    }    
    
}

.about ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 2em auto;
  }

  .about ul li:nth-child(even){
    flex-direction: row-reverse;
  }

  .about ul li img{
    width: 30%;
    height: auto;
    display: block;
  }

  .about ul li p{
    font-size: 1.5rem;
    font-weight: bold;
    width: 50%;
    padding-left: 1em;
    box-sizing: border-box;
  }


  @media screen and (max-width:640px) {
    .about h3{
      font-size: 2.25rem;
      margin-bottom: 5rem;
    }

    .about ul li{
      margin: 0 auto 1rem auto;
    }
  
    .about ul li img{
      width: 90%;
    }
    .about ul li p{
      text-align: center;
      font-size: 1.25rem;
      width: 100%;
      padding-left: 0em;
    }
  }
.cloud{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cloud img{
    width: fit-content;
    height: auto;
}

h4{
  font-size: 1.5rem;
  font-weight: bolder;
  text-align: center;
}

a.btn--green {
  text-decoration: none;
  color: #fff;
  background-color: #094;
    font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border-radius: 100vh;
display: block;
width: fit-content;
margin: 2rem auto 4rem auto;
}

a.btn--green:hover {
  color: #fff;
  background: #00a349;
}


a.btn--green i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

@media only screen and (max-width: 640px) {
a.btn--green {
    font-size: 1.25rem;
    padding: 1rem 2rem 1rem 1.5rem;
}