@charset "UTF-8";

/* ==========================================
  Index Common
========================================== */
.sec-heading {
  font-size: 6.75vw;
}
.sec-heading span {
  margin: 4.1666666vw 0 0;
}

/* ==========================================
  Slider
========================================== */

/* bxSlider PAGER Overwrite
----------------------------------------- */
.bx-wrapper {
  top: 65px;
  padding: 0 0 65px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  top: 33.333333%;
  right: 4%;
}

/* ==========================================
  News
========================================== */
.news-unit {
  padding: 11.333333vw 0 13.333333vw;
}
.news-item {
  width: 86.666666%;
  display: block;
}
.news-item h3 {
  width: 100%;
  font-size: 4.8vw;
  border-right: 0;
  border-bottom: solid 1px #ffffff;
  margin: 0 0 10px;
  padding: 0 0 5px;
}
.news-item dl {
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
}

/* ==========================================
  特徴
========================================== */
.feature-unit {
  padding: 20vw 6.666666% 13.3333333vw;
}
.feature-unit h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.feature-unit p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

/* ==========================================
  Interval
========================================== */
.interval {
  width: 100%;
  height: 0;
  padding: 0 0 93.333333%;
}
.bgsp {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 93.333333%;
}
.bgsp::before {
  content: '';
  position: fixed;
  z-index: -1;
  top: 65px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  padding: 0 0 93.333333%;
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.bgsp.bg-img::before {
  background-image: url(../images/ilg_interval_img_sp.jpg);
}
.bgsp-space {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 93.333333%;
  display: block;
}
.interval-ov {
  width: 100%;
  height: auto;
}
.is-visible {
  display: block;
}

/* ==========================================
  ご挨拶
========================================== */
.greeting-unit {
  margin: 0;
  padding: 13.333333vw 0 16.6666666vw;
}
.greeting-unit > p {
  display: none;
}
.greeting-unit .inner {
  width: 87.333333%;
}
.greeting-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0;
}
/*
.greeting-items h4 {
  font-size: 5.333333vw;
  margin: 0 0 25px;
}
*/
.greeting-items dl {
  width: 100%;
  padding: 0;
}
.greeting-items dl dt {
  font-size: 4.8vw;
  margin: 0 0 20px;
}
.greeting-items dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}
.greeting-items:last-of-type .inner {
  display: block;
}
.greeting-items figure {
  width: 45%;
  margin: 6vw auto 0;
}
.greeting-items figure figcaption {
  display: block;
  text-align: center;
  margin: 5px 0 0;
}
.greeting-items figure figcaption span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 2.5px;
}
.greeting-items figure figcaption img {
  width: 70%;
}
.greeting-interval {
  margin: 10.666666vw 0;
}

/* ==========================================
  わたしたちのサービス
========================================== */
.service-unit {
  padding: 35vw 0 0;
}
.service-item-wrap .inner {
  display: block;
}
.service-item {
  width: 82.6086956%;
  margin: 0 auto 5.333333vw;
}
.service-item:last-of-type {
  margin: 0 auto;
}
.service-item dl dt {
  font-size: 20px;
  font-size: 2.0rem;
}
.service-item dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* ==========================================
  相続法務グループ
========================================== */
.group-unit {
  padding: 20vw 0;
}
.group-unit .inner {
  width: 76%;
  display: block;
}
.group-item {
  width: 100%;
  margin: 0 0 25px;
}
.group-item dl dd:first-of-type {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 5px 0 0;
}
.group-item dl dd:last-of-type {
  margin: 0;
}