/* =================================================
 home setting
================================================= */
.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

#index_contents {
  padding: 2em 0 0;
}

#index_contents .col2 .blc {
  height: 360px;
  background: url(../images/top/philosophy_img.jpg) no-repeat right center;
  background-size: cover;
}

#index_contents .col2 .blc:nth-child(even) {
  background-image: url(../images/top/features_img.jpg);
}

#index_contents .col2 .blc-inner {
  width: 50%;
  height: 100%;
  background: #094986;
  background: linear-gradient(135deg, #094986 0%, #0073b1 100%);
  padding: 7% 5%;
  color: white;
  position: relative;
}

#index_contents .col2 .blc-inner .btn {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

@media screen and (max-width: 767px) {
  #index_contents .col2 .blc {
    height: auto;
    background: none;
  }
  #index_contents .col2 .blc:nth-child(even) {
    background-image: none;
  }
  #index_contents .col2 .blc-inner {
    width: 100%;
    height: auto;
    padding: 5%;
  }
  #index_contents .col2 .blc-inner .btn {
    position: static;
    margin: 1.5em auto 0;
  }
}

#index_investment {
  margin: 2em 0 4em;
  position: relative;
}

#index_investment .bg-image {
  width: 980px;
  height: 500px;
  background-image: url(../images/top/investment_img.jpg);
  top: 0;
  right: 0;
  z-index: -1;
}

#index_investment .container {
  padding: 4em 0;
}

#index_investment .container-inner {
  width: 55%;
  background: #094986;
  background: linear-gradient(135deg, #094986 0%, #0073b1 100%);
  padding: 4%;
  color: white;
}

#index_investment .container-inner .btn {
  margin-top: 6em;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  #index_investment {
    margin: 1em 0 3em;
    position: relative;
  }
  #index_investment .bg-image {
    display: none;
  }
  #index_investment .container {
    padding: 0;
  }
  #index_investment .container-inner {
    width: 100%;
    padding: 5%;
  }
  #index_investment .container-inner .btn {
    margin: 1.5em auto 0;
  }
}

#index_other {
  padding: 2em 0 3em;
  background: url(../images/top/bg.jpg) no-repeat center center;
  background-size: cover;
}

#index_other .col3 .blc:nth-of-type(1) {
  margin-top: 10em;
}

#index_other .col3 .blc:nth-of-type(2) {
  margin-top: 6em;
}

#index_other .col3 .blc a {
  display: block;
}

#index_other .col3 .blc a h3 {
  padding: 1rem 0;
  text-align: center;
  background-color: #094D8A;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #index_other {
    padding: 3em 0 1em;
  }
  #index_other .col3 .blc:nth-of-type(1) {
    margin-top: 0;
  }
  #index_other .col3 .blc:nth-of-type(2) {
    margin: 1em auto;
  }
}

#index_news h2 {
  font-weight: 400;
  color: #094D8A;
  font-size: 20px;
  font-size: 2rem;
}

#index_news h2 span {
  display: block;
  font-size: 60px;
  font-size: 6rem;
}

#index_news .inner {
  flex: 1;
}

#index_news .inner ul li {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #ddd;
}

#index_news .inner ul li span.date {
  width: 110px;
}

#index_news .inner ul li span.txt {
  flex: 1;
}

#index_news .inner .btn02 {
  margin: 3em auto 0;
}

@media screen and (max-width: 767px) {
  #index_news .flex {
    display: block;
  }
  #index_news h2 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.2;
  }
  #index_news h2 span {
    font-size: 40px;
    font-size: 4rem;
  }
  #index_news .inner {
    padding: 0;
  }
  #index_news .inner ul li {
    padding: 1.25rem .75rem;
    border-bottom: 1px solid #ddd;
  }
  #index_news .inner ul li span {
    display: block;
  }
  #index_news .inner ul li span.date {
    width: 100%;
  }
  #index_news .inner .btn02 {
    margin: 2em auto 0;
  }
}

/*# sourceMappingURL=sourcemaps/home.css.map */
