@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSerifCJKjp-Black";
  src: url(../fonts/NotoSerifCJKjp-Black.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url(../fonts/NotoSerifCJKjp-Bold.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-ExtraLight";
  src: url(../fonts/NotoSerifCJKjp-ExtraLight.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Light";
  src: url(../fonts/NotoSerifCJKjp-Light.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url(../fonts/NotoSerifCJKjp-Medium.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url(../fonts/NotoSerifCJKjp-Regular.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url(../fonts/NotoSerifCJKjp-SemiBold.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSerifCJKjp-Black";
  src: url(../fonts/NotoSerifCJKjp-Black.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url(../fonts/NotoSerifCJKjp-Bold.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-ExtraLight";
  src: url(../fonts/NotoSerifCJKjp-ExtraLight.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Light";
  src: url(../fonts/NotoSerifCJKjp-Light.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url(../fonts/NotoSerifCJKjp-Medium.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url(../fonts/NotoSerifCJKjp-Regular.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url(../fonts/NotoSerifCJKjp-SemiBold.otf);
}
/*	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-assessment
========================================= */
#top-assessment .inner {
  padding: 225px 0 110px;
}

/* =========================================
    top  PC
    top-first top-purchase
========================================= */
#top-first .inner,
#top-purchase .inner {
  padding: 110px 0 120px;
}

/* =========================================
    top  PC
    top-banner #top-news
========================================= */
#top-banner .inner,
#top-news .inner {
  padding: 120px 0;
}

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

/* =========================================
    sub  PC
    sub-first
========================================= */
#sub-sale .inner,
#sub-flow .inner,
#sub-question .inner {
  padding: 100px 0 120px;
}

/* =========================================
    sub  PC
    sub-item
========================================= */
#sub-purchase .inner {
  padding: 110px 0 115px;
}

#sub-item .inner {
  padding: 100px 0 115px;
}

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

#sub-voice .inner {
  padding: 100px 0 120px;
}

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

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

/* =========================================
    sub  PC
    sub-sec01
========================================= */