@charset "UTF-8";



/* ------------------------------
 * about
 * ------------------------------ */
#log_about {}

#log_about .content {
  width: 805px;
  margin: 0 auto;
  padding: 50px 0;
}



/* ------------------------------
 * fv
 * ------------------------------ */
#log_about .fv {
  background-image: url('https://assets.deep-exp.com/assets/img/front_log/about/about_fv.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 440px;
}

#log_about .fv div.content {
  height: 440px;
  position: relative;
}
#log_about .fv div.content h1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


/* ------------------------------
 * content
 * ------------------------------ */
.bg_white {
  background-color: #fff;
}
.bg_gray {
  background-color: #FAFAFA;
}
.content h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.ja .content h2 {
  letter-spacing: -1px;
}
.bg_white.outline .content p {
  line-height: 28px;
}
.bg_white.outline .content div.img {
  text-align: center;
}
.content .point {
  display: flex;
  justify-content: space-between;
}
.content .point div.info {
  width: calc(100% - 423px);
}
.content .point div.info h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 36px;
}
.content #point01 div.info p.text {
  margin-bottom: 20px;
}
.content #point02 div.info p.text {
  margin-bottom: 10px;
}
.content .point div.info p.to_deep  {
  margin-bottom: 40px;
}
.content .point div.info p.search  {
  background-image: url('https://assets.deep-exp.com/assets/img/front_log/about/about_ico_search.png');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left top 5px;
  padding-left: 18px;
  margin-bottom: 10px;
}
.content .point div.info p.to_deep a {
  background-image: url('https://assets.deep-exp.com/assets/img/front_log/about/open_in_new.png');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right center;
  padding-right: 12px;
  border-bottom: 1px solid #333;
}



.content .point .button {
  background-color: #fff;
  width: 190px;
  box-shadow: 3px 3px 0px 0px rgba(233, 218, 102, 1);
  border-radius: 0;
}
body.en .content .point .button {
  width: 354px;
}
.content .point .button span {
  background-image: url('https://assets.deep-exp.com/assets/img/front_log/about/about_ico_arr.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right center;
  padding-right: 24px;
  font-size: 14px;
}
.content .point div.img {
  width: 403px;
  text-align: center;
}




@media (max-width: 805px) {
  #log_about .content {
    width: 100%;
    padding: 0 15px;
  }
  #log_about .fv {
    background-image: url('https://assets.deep-exp.com/assets/img/front_log/about/about_fv_sp.png');
    height: 210px;
    margin-bottom: 20px;
  }
  #log_about .fv div.content {
    height: 210px;
  }
  #log_about .fv div.content h1 {
    margin-left: 30px;
  }
  .content h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .bg_white.outline .content p.ttl {
    margin-bottom: 8px;
  }
  .bg_white.outline .content p {
    line-height: 21px;
  }
  .bg_white.outline .content div.img {
    margin-bottom: 40px;
  }
  .content .point {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
  .content .point div.info {
    width: 100%;
  }
  .content .point div.info h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .content .point div.info p.ttl{
    margin-bottom: 8px;
  }
  .content .point div.img {
    width: 100%;
    position: relative;
  }
  .content #point01 div.img p.button-p {
    position: absolute;
    bottom: -22px;
    right: -5px;
  }
  .content #point02 div.img p.button-p {
    position: absolute;
    bottom: -66px;
    right: -5px;
  }
  .content #point03 {
    margin-top: 50px;
  }
  .content #point03 div.img {
    margin-bottom: 30px;
  }
  .bg_white.writer {}
  .bg_white.writer .content {
    padding: 0 !important;
    margin-bottom: 30px !important;
  }
}


