@charset "UTF-8";
/*
# 独自のmixinやプレースホルダーを定義するファイル。
*/
/*
## clearfixのプレースホルダーです。
*/
/*
## ie7をサポートしたinline-blockのプレースホルダーです。
*/
/* CSS Document */
/* common
---------------------------------------*/
/* mainv_box
---------------------------------------*/
.mainv_box {
  position: relative;
  background: url(../img/service_mv.png) center center no-repeat;
  background-size: cover;
  height: 450px;
}
.mainv_box .catch {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
@media (max-width: 767px) {
  .mainv_box {
    height: 300px;
  }
}

/* content
---------------------------------------*/
.content {
  margin-bottom: 100px;
}
.content .inner {
  padding: 70px 15px 50px;
  max-width: 865px;
}
.content .top_txt {
  text-align: center;
}
.content .list {
  position: relative;
  overflow: hidden;
}
.content .list:after {
  content: '';
  width: 50%;
  height: 447px;
  position: absolute;
  right: 0;
  top: 50px;
  background: #f4f4f4;
  z-index: -1;
}
.content .list .inner {
  display: flex;
  max-width: 1200px;
  min-width: 1170px;
  padding: 0 0 70px;
  position: relative;
}
.content .list .inner:after {
  content: '';
  width: calc(100% - 240px);
  height: 447px;
  position: absolute;
  right: 0;
  top: 50px;
  background: #f4f4f4;
  z-index: -1;
}
.content .list .inner .img_box {
  width: 580px;
  z-index: 1;
}
.content .list .inner .txt_box {
  width: 620px;
  padding: 100px 100px 0 70px;
}
.content .list .inner .txt_box h3 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.content .list .inner .txt_box h3 span {
  display: block;
  font-family: trajan-pro-3,serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 20px;
  color: #b3a279;
  letter-spacing: 0.06em;
}
.content .list .inner .txt_box h3:after {
  content: '';
  border-bottom: 1px solid #b3a279;
  position: absolute;
  bottom: 0;
  left: -70px;
  width: 520px;
}
.content .bottom {
  margin-top: 60px;
}
.content .bottom:after {
  left: 0;
}
.content .bottom .inner:after {
  content: '';
  left: 0;
}
.content .bottom .inner .txt_box {
  padding: 100px 70px 0 100px;
}
.content .bottom .inner .txt_box h3:after {
  left: 0;
}
.content .blk_btn a {
  margin: 50px 0 0 auto;
}
.content .blk_btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-position: right center;
}
@media (max-width: 767px) {
  .content {
    margin-bottom: 60px;
  }
  .content .inner {
    padding: 60px 20px 40px;
  }
  .content .top_txt {
    margin-bottom: 20px;
  }
  .content .list:after {
    display: none;
  }
  .content .list .inner {
    flex-direction: column;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .content .list .inner:after {
    width: 100%;
    height: 100%;
    top: 0;
  }
  .content .list .inner .img_box {
    width: 100%;
  }
  .content .list .inner .img_box img {
    width: 100%;
  }
  .content .list .inner .txt_box {
    width: 100%;
    padding: 40px 20px;
  }
  .content .list .inner .txt_box h3 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .content .list .inner .txt_box h3 span {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .content .list .inner .txt_box h3:after {
    content: '';
    border-bottom: 1px solid #b3a279;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .content .bottom .inner {
    flex-direction: column-reverse;
  }
  .content .bottom .inner .txt_box {
    padding: 40px 20px;
  }
}
