header{
  padding-top: 1px;
  width: 100%;
  height: 100px;
  left: 0px;
  top: 0px;
  border-bottom: 1px solid black;

  position: absolute;
  background: white;
  opacity: 0.9;
}

.image img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 0 90%;
}

.header-logo{
  margin-left: 30px;
display: inline-block;
}

.header-logo p{
  margin: 0px;
}

.title{
  left: 130px;
  color: #435fe8;
  font-size: 30px;
  vertical-align: middle;
  position: relative;
  top: -15px;
  display: inline-block;
}

.title h1{
  display: inline-block;
}

.title p{
  display: inline-block;
}

.title img{
  position: relative;
  top: 9px;
  margin-right: 5px;
}

.support-text p{
  text-align: center;
}

.supportList{
  padding: 50px 100px;
  height: 800px;
  background-image: url("../doc/pic/pattern-bg.png");
  background-size: 91px 105px;
}

.culumTitle{
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid black;
}

.culumTitle img{
  display: inline-block;
}

.culumTitle p{
  font-size: 40px;
  display: inline-block;
  position: relative;
  top: -25px;
  margin: 0px;
}

.list ul{
  display: inline-block;
  list-style: none;
  padding: 0px;
  text-align: center;
}

.list li{
  display: inline-block;
  height: 60px;
  width: 300px;
  background-color: #3ED660;
  border-radius: 20px;
  color: white;
  margin: 0px 30px 30px 0px;
  float: left;
  transition: 0.3s;
}

.list li:hover{
  background-color: #60C6FF;
  transform: scale(0.9,0.9);
}


.list ul li a{
  display: inline-block;
  text-decoration: none;
  color: white;
  vertical-align: text-bottom;
  font-size: 30px;
}

.list ul li p{
  margin: 15px;
}



/*フッター*/

footer .footer_inner{
  width: 100%;
  padding-bottom: 30px;
  background-color: #454545;
  opacity: 0.7;
}

.footer_logo{
  text-align: center;
}

.footer_office{
  text-align: center;
  color: white;
}

.footer_office a{
  color: white;
}

.footer_terms{
  text-align: center;
  color: white;
}

.c-footer-link{
  display: inline-flex;
  list-style: none;
  padding: 0;
}

.c-footer-link_item{
  padding-right: 10px;
  font-size: 12px;
}

.c-footer-link_item a{
  color: white;
  text-decoration: none;
}

.c-footer-link_item a:hover{
  color: #12a2fc;
}
.icon-link__text{
  color: white;
}
.icon-link__text:hover{
  color: #12a2fc;
}
