@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.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: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.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-worries
========================================= */
#top-worries .inner {
  padding: 130px 0 80px;
}

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

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

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

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

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

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

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

#sub-fee .inner {
  padding: 105px 0 125px;
}

#sub-flow .inner {
  padding: 110px 0 130px;
}

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

/* =========================================
    sub  PC
    sub-item
========================================= */
#sub-item-reason .inner {
  padding: 125px 0 140px;
}

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

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

/* =========================================
    sub  PC
    sub-company
========================================= */
#sub-greeting .inner {
  padding: 90px 0 115px;
}

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

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