body{
       background-color: #FFF;
       background-repeat: no-repeat;
       background-size: 100%;
       font-family: 'Roboto', sans-serif;
}

h1{
  font-size: 40px;
  color: #FFF;
  text-align: center;
  text-decoration: underline;
   text-decoration-color: #fff;  
  text-decoration-style: solid;      
  text-decoration-thickness: 5px; 
  text-underline-offset: 10px;     
}

h2{
  font-size: 30px;
  color: #FFF;
  text-align: center;
}

h3{
  font-size: 25px;
  color: #fff;
  text-align: center;
}

h4{
  font-size: 80px;
}

h5{
  color: #fff;
  font-size: 180px;
}

p{
  font-size: 20px;
  text-align: center;
}

a{
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

li{
  display: inline-block;
  margin: 5px; 
  padding: 5px 5px;
}

.top{
  background-image: url(back-lp1.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}

.top-1{
  background-image: url(lp1-img3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 600px;
  padding: 150px 0;
}

.logo img{
  width: 20%;
}

.btn{
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background-color: #FF5E00;
  padding: 20px 40px;
  transition: opacity 0.3s;
  box-shadow: 3px 4px 3px rgb(61 70 70);
}

.btn:hover {
  opacity: 0.8;
}

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

.b-1-text h4{
  color: #E49375;
  border-right:13px solid #852400; /*線の設定*/
  padding:0 40px 0 0; 
  margin: 50px;
}

.b-1-text h3{
 color: #000;
 margin-right: 50px;
}

.b-1-text{
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-1-1 p{
  line-height: 2;
}

.b-1-1{
  text-align: center;
  margin: 50px auto 200px auto;
  opacity: 0;
  background-color: rgb(221, 214, 193);
  width: 900px;
  box-shadow: 3px 4px 3px rgb(61 70 70);
  padding-bottom: 50px;
  padding-top: 20px;
}

.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

.b-2{
  background-image: url(lp1-back3.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-bottom: 200px;
}

.b-2-1{
  margin:0 20%;
}

.b-2 h5{
  text-align: left;
  padding-top: 50px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.b-2 h2{
  color: #000;
  margin-bottom: 100px;
}

.b-2 h3{
  color: #000;
  text-align: left;
}

.b-2 p{
  text-align: left;
  margin-bottom: 50px;
  margin-left: 25%;
}

.b-3{
  background-image: url(lp1-back4.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -300px;
  padding-bottom: 200px;
}

.b-3 h5{
  text-align: left;
  padding-top: 50px;
  margin-left: 20px;
  margin-bottom: 50px;
}

table{
  color: #fff;
  margin: 0 auto;
}

th {
  font-size: 20px;
  padding: 10px 20px;
  text-align: left;
}

tr{
  font-size: 20px;
  font-weight: bold;
}

.footer-logo img{
  width:20%;
}

.footer-logo{
  text-align: center;
  padding-top: 50px;
}

.footer-menu{
  display: flex;
  justify-content: center;
}

footer h3{
  color: hsl(0, 0%, 0%);
}

footer a{
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
h1{
    font-size: 28px;
    text-decoration-thickness: 3px; 
  }

  h2{
    font-size: 25px;
  }

  h3{
    font-size: 23px;
    font-weight: bolder;
  }

  h4{
    font-size: 60px;
  }

  h5{
    font-size: 140px;
  }
  p{
    font-size: 18px;
  }

  a{
    font-size: 18px;
  }

.top-1{
  width: 500px;
}

.logo img{
  width: 30%;
}

.b-1-1{
  margin: 50px auto 100px auto;
  width: 750px;
}
}

@media screen and (max-width: 767px) {
 h1{
    font-size: 20px;
    text-decoration-thickness: 2px; 
  }

  h2{
    font-size: 13px;
  }

  h3{
    font-size: 12px;
  }

  h4{
    font-size: 30px;
  }

  h5{
    font-size: 60px;
  }

  p{
    font-size: 10px;
  }

  a{
    font-size: 13px;
  }

 li{
  margin: 2px; 
  padding: 2px 2px;
}

.top{
background-size: cover;
}

.top-1{
  width: 300px;
  padding:50px 0;
}

.btn{
  padding: 8px 20px;
}

.logo img{
  width: 30%;
}

.b-1-text h4{
  border-right:5px solid #852400; /*線の設定*/
  padding:0 10px 0 0; 
  margin: 30px;
}

.b-1-1{
  margin: 20px auto 50px auto;
  width: 350px;
}

.b-2-1{
  margin:0 20% 50px 20%;
}

.b-2 h2{
  margin: 40px 0;
}

.b-3{
  padding-bottom: 50px;
}

.b-3 h5{
  margin-bottom: 20px;
}

th{
  font-size: 10px;
}

tr{
  font-size: 10px;
}
}