@charset "utf-8";

/*---#fv---*/
#fv{
  background-image: url(../img/home/fv_main.jpg);
  background-repeat: no-repeat;
  width: 1258px;
  height: 1119px;
  margin: 0 auto;
  background-size: contain;
}

/*---#news_release---*/
#news_release {
  width: 100%;
  margin-top: -520px;
  position: relative;
}

/*---#news_release #news_release_ti---*/
#news_release #news_release_ti {
  padding-left: calc(calc(100% - 1200px) / 2);
  background-color: #E5E8EF;
  height: 186px;
  width: 300px;
  display: table;
}
#news_release #news_release_ti .news_release_ti_inner {
  display: table-cell;
  vertical-align: middle;
}
#news_release #news_release_ti h2 {
  color: #0b41a0;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}
#news_release #news_release_ti p {
  color: #0b41a0;
  font-size: 16px;
  font-weight: bold;
}

/*---#news_release #news---*/
#news_release #news {
  width: 800px;
  margin: 20px auto 0 auto;
}
#news_release #news ul {}
#news_release #news ul li {
  display: flex;
  margin-bottom: 24px;
}
#news_release #news ul li p.date {
  color: #333333;
  margin-right: 20px;
}
#news_release #news ul li p a {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}



/*---#news_release #news_release_more---*/
#news_release #news_release_more {
  padding-right: calc(calc(100% - 1200px) / 2);
  background-color: #E5E8EF;
  position: absolute;
  right: 0;
  width: 300px;
  height: 100px;
}
#news_release #news_release_more p {
  line-height: 100px;
  margin-left: 30px;
}
#news_release #news_release_more a {
  color: #0b41a0;
  text-decoration: none;
  background-image: url(../img/home/news_arr_r.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-right: 30px;
  padding-bottom: 1px;
}



/*---#consultings---*/
#consultings {
  margin-top: 174px;
}

/*---#consultings #consultin---*/
#consultings .consulting {
  width: 1076px;
  margin: 0 auto;
  position: relative;
  height: 568px;
  margin-bottom: 80px;
}
#consultings .consulting div.info {
  width: 466px;
  height: 536px;
  position: absolute;
  display: table;
  padding: 0 90px;
  z-index: 1;
}
#consultings .consulting div.info.right {
  top: 30px;
  right: 0;
}
#consultings .consulting div.info.left {
  top: 30px;
  left: 0;
}
#consultings .consulting div.img {
  position: absolute;
}
#consultings .consulting div.img.right {
  top: 0;
  right: 0;
}
#consultings .consulting div.img.left {
  top: 0;
  left: 0;
}
#consultings .consulting div.info div.info_inner {
  display: table-cell;
  vertical-align: middle;
}
#consultings .consulting div.info div.info_inner p.tit_en {
  color: #0b41a0;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 20px;
}
#consultings .consulting div.info div.info_inner p.button {
  margin-top: 15px;
}


/*---#foot_links---*/
#foot_links {}
#foot_links ul {
  display: flex;
  flex-wrap: wrap;
}
#foot_links ul li {
  width: 50%;
  position: relative;
}
#foot_links ul li img {
  width: 100%;
}

#foot_links ul li div.tit_center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
#foot_links ul li div.tit_center h2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 26px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
#foot_links ul li div.tit_center h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}






@media screen and (max-width:1219px) {
  #fv{
    width: 100%;
  }
  #foot_links ul li div.tit_center h2 {
    font-size: 20px;
  }
}





/* SP */
@media screen and (max-width: 767px) {
  #fv{
    background-image: url(../img/home/fv_main_sp.jpg);
    background-position: left 8px top;
    height: 901px;
  }
  #news_release {
    margin-top: -342px;
  }
  #news_release #news_release_ti {
    height: 110px;
    width: 262px;
    padding-left: 20px;
  }
  #news_release #news {
    width: 100%;
  }
  #news_release #news ul {
    padding: 0 20px;
  }
  #news_release #news ul li {
    display: block;
    margin-bottom: 15px;
  }
  #news_release #news_release_ti h2 {
    font-size: 24px;
    line-height: 24px;
  }
  #news_release #news_release_ti p {
    font-size: 12px;
  }
  #news_release #news_release_more {
    width: 234px;
    height: 75px;
  }
  #news_release #news_release_more p {
    line-height: 75px;
    margin-left: 38px;
  }
  #news_release #news_release_more a {
    padding-right: 15px;
  }
  #consultings {
    margin-top: 130px;
  }
  #consultings .consulting {
    width: 100%;
    position: static;
    height: auto;
    margin-bottom: 45px;
  }
  #consultings .consulting div.info {
    width: 100%;
    position: static;
    display: block;
    padding: 0;
    height: auto;
    box-shadow: none;
  }
  #consultings .consulting div.info div.info_inner {
    display: block;
    padding: 20px;
  }
  #consultings .consulting div.info div.info_inner p.tit_en {
    margin-bottom: 20px;
  }
  #consultings .consulting div.img {
    position: static;
  }
  #foot_links ul {
    display: block;
  }
  #foot_links ul li {
    width: 100%;
  }
  #foot_links ul li div.tit_center h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
