/*
Theme Name: test_theme (テーマ名)
*/
body{
       background-color: #D1EFFF;
       background-repeat: no-repeat;
      font-family: 'Roboto', sans-serif;
       color: black;
}

h1 {
  text-align: center;
  font-size: 90px;
  color: #FFD400;
    text-shadow: 3px 4px 3px rgb(61 70 70);
}

 h2{
  margin-top: 5%;
  text-align: center;
  font-size: 30px;
     font-weight: bold;
     white-space: nowrap;
     color: #000;
}

 h3{
  text-align: center;
  font-size: 20px;
     font-weight: bold;
     white-space: nowrap;
     color: #000000;;
}

h4{
   font-size: 15px;
   font-weight: normal;
   background-color: #FFD400;
   border-radius: 50px;
   padding: 10px;
}

.icon img{
  width: 80%;
}


.header01-item{
  display: inline-block;
}


p{
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
a{
  color: #000000;
  text-decoration: none;
  font-size: 15px;
}

li{
  font-size: 15px;
}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.back{
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  max-width: 100%;
}

.icon img{
  width: 80%;
}

.back-1{
  text-align: center;
}

.text-1{
  margin-top: 50px;
  text-align: center;
}

.top{
  animation: rotate-clockwise 50s linear infinite;
  background-image: url(top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 600px;
  height: 600px;
}

@keyframes rotate-clockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.ani{
  animation: rotate-clockwise 50s linear infinite;
  background-image: url(sun.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 350px;
  margin-top: 200px;
}

.b-1{
  margin-top: -400px;
}

.b-1-1{
 text-align: center;
  padding: 0px 70px 0px 70px;
  margin-top: -100px;
}

.b-1-1 h3{
   margin-top: 130px;
   text-decoration: #000;
}

.b-1-text{
  background-color: #fff;
  border-radius: 20px;
  width: 550px;
  padding: 30px 0;
  margin: auto;
}

.b-1-2{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}


.flow{
  width: 300px;
  padding: 30px 0 50px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 100px;
}


.b-1-img img{
  width: 200px;
  height: 200px;
}

.text-5{
  text-align: center;
}

.box2-1{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.box2-img img{
  width: 90%;
}

.btn-2 {
  width: 500px;
  background-color: #fff;
   border-radius: 20px;
  display: inline-block;
  text-align: center;
  color: #000000;
  text-decoration: none;
  transition: opacity 0.3s;
  padding: 30px 0;
  margin-top: 50px;
}

.btn-2:hover {
  opacity: 0.5;
}

.btn-3{
  display: none;
}

.btn {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-color: #000;
  padding: 1em 3em;
  border-radius: 4px;
  transition: opacity 0.3s;
  box-shadow: 3px 4px 3px rgb(61 70 70);
}

.btn:hover {
  opacity: 0.8;
}

.text-4{
  text-align: center;
  margin-top: 100px;
}

.gh{
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
  margin-left: 50px;
}

.gh-1 p{
  text-align: left;
  margin-left: 60px;
  font-weight: bold;
  margin-top: 0px;
}

.b-4 h2{
  padding-top: 130px;
}

.b-5{
  transition: opacity 0.3s;
 background-color: #396d2a;
  padding: 30px 0 100px 0;
  margin-top: 200px;
}

.b-5-1{
text-align: center;
  position: relative;
  margin-top: -100px;
}

.b-5 h3{
  margin-top: 150px;
  margin-bottom: 50px;
  color: #fff;
}

.b-5-img img{
  width: 100%;
}

.b-5-img{
  margin-top: 50px;
  margin-bottom: -120px;
}

footer{
    width: 100%;
    background-color: #000;
    color: white;
    text-align: center;
    padding: 50px 0;
}

footer p{
  color: #fff;
}

.footer-menu a{
  color: #fff;
}
ul.footer-menu li {
display: inline;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  h1 {
    font-size: 60px;
  }

  h2{
    font-size: 20px;

  }

  h3{
    font-size: 15px;
  }

  h4{
    font-size: 8px;
  }

  li{
    font-size: 12px;
  }

  a{
    font-size: 12px;
  }

  p{
    font-size: 12px;
  }

  .text{
    margin: 0;
  }

  .top{
    width: 500px;
    height: 500px;
  }

  .ani{
  width: 200px;
  height: 200px;
}

.b-1{
  margin-top: -200px;
}

  .b-1-1{
    margin-top: -80px;
  }

  .b-1-2 {
column-gap: 10px;
  }

  .flow{
  width: 150px;
}

.btn-2 {
  padding: 20px 0px;
  margin-top: 30px;
}

.b-1-img img{
  width: 100px;
  height: 100px;
}

.text-2{
  background-size: 320px 200px;
}

.b-3{
  margin: 0;
}


footer{
  padding: 10px 0;
}
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2{
    font-size: 13px;

  }

  h3{
    font-size: 8px;
  }

  h4{
    font-size: 8px;
    padding: 5px;
  }

  li{
    font-size: 8px;
  }

  a{
    font-size: 8px;
  }

  p{
    font-size: 8px;
  }

  .text-1{
  margin-top: 20px;
  }

  .text{
    margin-top: 0;
  }

    .text{
    margin: 0;
  }

  .top{
    width: 400px;
    height: 400px;
  }

  .ani{
  width: 100px;
  height: 100px;
  margin-top: 50px;
  animation: none;
}

.b-1{
  margin-top: -100px;
}

  .b-1-text{
    width: 280px;
  }

  .b-1-2 {
column-gap: 5px;
  }

.flow{
  width: 150px;
}

.b-1-img img{
  width: 80px;
  height: 80px;
}

.box2-1{
  gap: 10px;
  width: 300px;
  margin: 10px auto;
}

.box2-img img{
  width: 90%;
}

.btn-2 {
  padding: 20px 0px;
  margin-top: 0px;
}

.gh{
  margin-left: 10px;
}

.gh-1 p{
  margin-left: 25px;
}

.b-5{
  margin-top: 100px;
}

.b-5 h3{
  margin-top: 150px;
  margin-bottom: -50px;
  color: #fff;
}

.b-5-img{
  margin-top: 20px;
}

footer{
  padding: 10px 0;
}

  .top {
    animation: none;
  }

}