@charset "UTF-8";
/*
 各ページ.css（ファイル名変更可）
 本サイト各ページ用CSS
*/

#intro .d-box-title {
  width: 100%;
  padding-top: 55px;
  background: url(../images/common/title-intro-sp.png) no-repeat center / contain;
}
#intro .d-box-title > span {
  display: none;
}

.intro-overview {
  line-height: 2.2;
  font-size: 1.4rem;
}

.intro-overview p .dash {
  position: relative;
  display: inline-block;
  width: 3em;
  text-indent: -9999px;
}
.intro-overview p .dash:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  border-top: 1px solid #030303;
}
.intro-overview p + p {
  margin-top: 2em;
}

.intro-overview b {
  background-color: #030303;
  color: #dce0e8;
  line-height: 1;
  padding: 2px;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
}


/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
  #intro .d-box-body {
    margin-top: 18.5vw;
  }
  .intro-overview {
    padding: 0 20px;
  }
  .d-nav-footer-area {
    margin-top: 28vw;
  }
}

/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
}

/* ------------------------------------------------------------------
 tablet 〜（601px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 601px) {
  .d-contentsBox-inner {
    padding-bottom: 180px;
  }
  #intro .d-box-body {
    margin-top: 16vw;
  }
  .intro-overview {
    font-size: 2rem;
    letter-spacing: .08em;
  }
}

/* ---------------------------------
 PC（993px〜）
--------------------------------- */
@media screen and (min-width: 993px) {

  #intro .d-box-title {
    padding-top: 96px;
    background-image: url(../images/common/title-intro-pc.png);
  }

  #intro .d-box-body {
    margin-top: 120px;
  }
}