.firstview {
    background-color: #e74c3c;
    animation: bg-color 30s infinite;
    -webkit-animation: bg-color 10s infinite;
  }
  @-webkit-keyframes bg-color {
    0% { background-color: #e74c3c; }
    20% { background-color: #f1c40f; }
    40% { background-color: #1abc9c; }
    60% { background-color: #3498db; }
    80% { background-color: #9b59b6; }
    100% { background-color: #e74c3c; }
  }
  @keyframes bg-color {
    0% { background-color: #e74c3c; }
    20% { background-color: #f1c40f; }
    40% { background-color: #1abc9c; }
    60% { background-color: #3498db; }
    80% { background-color: #9b59b6; }
    100% { background-color: #e74c3c; }
  }

h2 {
    color: #e74c3c;
    animation: color 30s infinite;
    -webkit-animation: color 10s infinite;
  }
  @-webkit-keyframes color {
    0% { color: #e74c3c; }
    20% { color: #f1c40f; }
    40% { color: #1abc9c; }
    60% { color: #3498db; }
    80% { color: #9b59b6; }
    100% {color: #e74c3c; }
  }
  @keyframes color {
    0% { color: #e74c3c; }
    20% { color: #f1c40f; }
    40% { color: #1abc9c; }
    60% { color: #3498db; }
    80% { color: #9b59b6; }
    100% { color: #e74c3c; }
  }


body{
  letter-spacing: 0.12em;
  line-height: 1.8;
  font-size: 12px;
  color: #4f4f4f;
  font-family: 'Noto Sans JP', sans-serif;
}

.firstview {
    height: 100vh;
    position: relative;
  }

.firstview .inner {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .firstview h1 {
    font-family: 'Teko', sans-serif;
    font-size: 10rem;
    text-align: center;
    color: #FFF;
    padding-bottom: 0;
    margin-bottom: 0;
}

.firstview p{
  text-align: center;
  color: #FFF;
}

.sec_inner{
  width: 1000px;
  max-width: 90%;
  margin: 100px auto 150px auto;
}


h2{
  font-family: 'Teko', sans-serif;
  font-size: 6rem;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.column{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.column_tit{
  width: 45%;
 }
 
.column_tit h3{
  font-size:30px;
  padding-top: 0;
  margin-top: 0;
 }
 
.column_img{
 width: 50%;
}

.column_img img{
  width: 100%;
 }

.point{
  margin: 150px 0;
}

.point h3{
  font-size: 26px;
  font-weight: 500;
  padding-top: 0;
  margin-top: 0;
  text-align: center;
  margin-bottom: 50px;
 }


.column3{
  display: flex;
  justify-content: space-between;
}

.column3 > div{
  width: calc(93% / 3);
  box-sizing: border-box;
  padding: 20px;
  border: 2px solid #f8e5be;
  border-radius: 5px;
}

.column3 div h4{
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  padding-top: 0;
  margin-top: 0;
}


.point_img img{
  width: 100%;
}

.ready{
  text-align: center;
  color: #eee;
}

.service{
  background-color: #F8F2E6;
  padding: 30px;

}


.service ul li{
  font-size: 20px;
}

.table_com{
  width: 100%;
  line-height: 3.0;
}

.table_com th{
  position: relative;
  text-align: center;
  width: 20%;
}

.table_com th:after{
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top:calc(50% - 1px);
  right:-15px;
}

.table_com td{
  text-align: left;
  padding:7px 0 7px 30px;
  width: 60%;
}


footer{
  text-align: center;
  padding: 15px 0;
}

@media screen and (max-width:480px) {
  .firstview h1 {
    font-family: 'Teko', sans-serif;
    font-size: 4rem;
    text-align: center;
    color: #FFF;
    letter-spacing: 0.12em;
    padding-bottom: 0;
    margin-bottom: 0;
}

.column{
  display: block;
}

.column_tit{
  width: 100%;
 }

.column_tit br{
  display: none;
 }
 
.column_tit h3{
  font-size: 26px;
  padding-top: 0;
  margin-top: 0;
 }
 
.column_img{
 width: 100%;
}

.column3{
  display: block;
  justify-content: space-between;
}

.column3 div{
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 50px;
}
}