@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================

    main layout  all
    PC時のみ反映させるcss

========================================= */
/*	cmn parts
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	pc inner
------------------------------------ */
/* =========================================
    top  PC
    top-news
========================================= */
#top-news .inner {
  padding: 160px 0 150px;
}

/* =========================================
    top  PC
    top-problem
========================================= */
#top-problem .inner {
  padding: 115px 0 185px;
}

/* =========================================
    top  PC
    top-about
========================================= */
#top-about .inner {
  padding: 65px 0 360px;
}

/* =========================================
    top  PC
    top-rental
========================================= */
#top-rental .inner {
  padding: 115px 0 110px;
}

/* =========================================
    top  PC
    top-purchase
========================================= */
#top-purchase .inner {
  padding: 85px 0 150px;
}

/* =========================================
    top  PC
    top-guide
========================================= */
#top-guide .inner {
  padding: 80px 0 150px;
}

/* =========================================
    top  PC
    footer
========================================= */
#footer .inner {
  padding: 130px 0 95px;
}

/* =========================================
    sub  PC
    sub-banner
========================================= */
#sub-banner .inner {
  padding: 95px 0 145px;
}

/* =========================================
    sub  PC
    sub-rental
========================================= */
#sub-rental .inner {
  padding-top: 45px;
}

#sub-flow .inner {
  padding: 115px 0 250px;
}

#sub-question .inner {
  padding-bottom: 180px;
}

/* =========================================
    sub  PC
    sub-service
========================================= */
#sub-service .inner {
  padding: 45px 0 100px;
}

#sub-home .inner {
  padding: 140px 0 215px;
}

#sub-analysis .inner {
  padding-bottom: 130px;
}

/* =========================================
    sub  PC
    sub-service
========================================= */
#sub-greeting .inner {
  padding: 50px 0 95px;
}

#sub-company .inner {
  padding: 140px 0;
}

/* =========================================
    sub  PC
    sub-contact
========================================= */
#sub-method .inner {
  padding: 40px 0 130px;
}