/* 共通CSS */

.culumTitle{
  padding-top: 50px;
  margin-left: 100px;
}

.culumTitle:nth-child(n+2){
  padding-top: 100px;
}

.culumTitle img{
  display: inline-block;
}

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

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: 30px;
  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;
}



/* ここから中身 */

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

.bar{
  width: 100%;
  border-bottom: 1px solid black;
  position: relative;
  top: -15px;
}

.Support-Container{
  margin-left: 120px;
    position: relative;
}

.Support-Container__text{
  font-size: 25px;
  margin-top: 10px;
}

.Support-Container__text p{
  font-size: 35px;
}

.Support-Container__text a:nth-child(1){
  position: relative;
  top: -80px;
  margin-right: 110px;
  left: 70px;
}

.Support-Conteiner__processImage{
  margin-top: 30px;
    margin-left: -60px;
}

.isl_clientDownlord img{
  transition: 0.3s;
}

.isl_clientDownlord img:hover{
  transform: scale(0.9,0.9);
}

.Support-Conteiner__process p{
  font-size: 25px;
  display: inline-block;
  margin: 0px 60px 10px 0px;
}

.Support-Container__processText img{
  position: relative;
  top: -70px;
  left: 72px;
  display: block;
margin-top: 20px;
margin-left: -60px;
}


/*フッター*/

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_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;
}
