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

/* =========================================
    top  PC
    top-cause
========================================= */
#top-cause .inner {
  padding: 180px 0 570px;
}

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

/* =========================================
    top  PC
    top-introduction
========================================= */
#top-introduction .inner {
  padding: 165px 0 180px;
}

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

/* =========================================
    top  PC
    top-access
========================================= */
#top-access .inner {
  padding: 165px 0 170px;
}

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

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

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

#sub-breath-menu .inner {
  padding: 125px 0 130px;
}

#sub-features .inner {
  padding: 135px 0 150px;
}

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

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

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

#sub-product-detail .inner {
  padding: 85px 0 150px;
}

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

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

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

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

#sub-contact .inner {
  padding: 135px 0;
}