@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*---------------------
カラム幅設定
----------------------*/
/*---------------------
カラー設定
----------------------*/
/*---------------------
ベンダープレフィックス初期設定
----------------------*/
/*---------------------
透明度　初期設定
----------------------*/
/*---------------------
フォントサイズ初期設定
----------------------*/
/*---------------------
フォントファミリー初期設定
----------------------*/
/*----------------
Retina,高解像度 対策
-----------------*/
/*---------------------
角丸　初期設定
----------------------*/
/*
.box {
     @include circle(100px);
     background: #fc0;
}
*/
/*---------------------
ボックスシャドウ　mixin
----------------------*/
/*
div { @include box-shadow(8px, 8px);}
*/
 /*---------------------
グラデーション　mixin
----------------------*/
 /* 使用例
 div { @include gradient(#ff00ff, #ff00cc, vertical);}
*/
/*---------------------
デュレーション　mixin
----------------------*/
/*
.move{
    @include transition(0.5s);
}
*/
/*---------------------
キーフレーム　mixin
----------------------*/
@-webkit-keyframes $animation-name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes $animation-name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes $animation-name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes $animation-name {
  0% {
    color: #fff; }
  100% {
    color: #0094d5; } }
@-moz-keyframes $animation-name {
  0% {
    color: #fff; }
  100% {
    color: #0094d5; } }
@keyframes $animation-name {
  0% {
    color: #fff; }
  100% {
    color: #0094d5; } }
/*---------------------
カラムグリッド mixin
----------------------*/
/*---------------------
カラムグリッド mixin
----------------------*/
/*　使用例 
div { @include ghost-button(“Trebuchet”, 12px, #ffffff, 5px, #34dec6, 4px, 300ms, #000000 );}
*/
/*---------------------
リンクカラー初期設定
----------------------*/
/*---------------------
汎用BOX用　マージンMIXIN リセット
----------------------*/
.m_0 {
  margin: 0 !important; }

.p_0 {
  padding: 0 !important; }

/*---------------------
汎用ボタンリンク用　
----------------------*/
.btn {
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff; }

/*---------------------
HTML BODY初期設定
----------------------*/
html, body {
  margin: 0;
  padding: 0; }

body * {
  zoom: 1; }

html {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif  !important; }
  html li {
    list-style-type: none; }

img {
  -ms-interpolation-mode: bicubic; }

/*---------------------
リンクhover設定 
----------------------*/
a.button {
  opacity: 100; }

a.button:hover {
  opacity: 0.7; }

/*---------------------
カスタムボタン 
----------------------*/
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff; }

/*---------------------------------
bootstrap margin,padding　リセット 
----------------------------------*/
.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  padding-left: 0;
  padding-right: 0; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  padding-left: 0;
  padding-right: 0; }

/*---------------------------------
#topics > bootstrap margin,padding　リセット 
----------------------------------*/
#topics .container-fluid {
  padding-left: 0;
  padding-right: 0; }
#topics .row {
  margin-left: 0;
  margin-right: 0; }
#topics .col-sm-1,
#topics .col-sm-2,
#topics .col-sm-3,
#topics .col-sm-4,
#topics .col-sm-5,
#topics .col-sm-6,
#topics .col-sm-7,
#topics .col-sm-8,
#topics .col-sm-9,
#topics .col-sm-10,
#topics .col-sm-11,
#topics .col-sm-12 {
  padding-left: 0;
  padding-right: 0; }
#topics .col-xs-1,
#topics .col-xs-2,
#topics .col-xs-3,
#topics .col-xs-4,
#topics .col-xs-5,
#topics .col-xs-6,
#topics .col-xs-7,
#topics .col-xs-8,
#topics .col-xs-9,
#topics .col-xs-10,
#topics .col-xs-11,
#topics .col-xs-12 {
  padding-left: 0;
  padding-right: 0; }

/*---------------------
nav設定 
----------------------*/
/*---------------------
google翻訳ツール設定 
----------------------*/
#google_translate_element {
  text-align: right; }

/*---------------------
  オンラインストアへ 
----------------------*/
section.drawer-contents {
  position: relative; }

.btn-onlinestore {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 100; }
  .btn-onlinestore .box img {
    width: 100%;
    max-width: 100px;
    max-height: 100px; }

.btn-onlinestore > .box {
  display: inline-block;
  background: #333;
  border: 2px solid #333;
  color: #333;
  width: 100px;
  height: 100px;
  padding: 5px;
  text-align: center;
  outline: none;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.btn-onlinestore > .box:hover {
  background-color: #6dab0d;
  border-color: #6dab0d;
  width: 120px;
  height: 100px;
  padding: 3px;
  padding-right: 20px; }

.btn-onlinestore > .box::before,
.btn-onlinestore > .box::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.btn-onlinestore > .box,
.btn-onlinestore > .box::before,
.btn-onlinestore > .box::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

.btn-mailmagazine {
  position: fixed;
  top: 301px;
  right: 0;
  z-index: 100; }
  .btn-mailmagazine .box img {
    width: 100%;
    max-width: 100px;
    max-height: 100px; }

.btn-mailmagazine > .box {
  display: inline-block;
  background: #333;
  border: 2px solid #333;
  color: #333;
  width: 100px;
  height: 100px;
  padding: 5px;
  text-align: center;
  outline: none;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.btn-mailmagazine > .box:hover {
  background-color: #ff9c00;
  border-color: #ff9c00;
  width: 120px;
  height: 100px;
  padding: 3px;
  padding-right: 20px; }

.btn-mailmagazine > .box::before,
.btn-mailmagazine > .box::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.btn-mailmagazine > .box,
.btn-mailmagazine > .box::before,
.btn-mailmagazine > .box::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

/*---------------------
TOP > Topics 
----------------------*/
section#topics {
  margin: 40px 0 0; }

section#topics .topics-wrap {
  background: url(../img/top/info_bg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 90px; }

section#topics .row {
  margin: 20px 0 40px; }

section#topics .info-wrap {
  margin: 0 auto;
  height: 480px;
  padding: 10px;
  overflow-y: auto; }

section#topics .info {
word-wrap: break-word;
  margin-bottom: 15px;
  border-bottom: 1px dotted #dcdcdc; }

section#topics .info:last-child {
  margin-bottom: 15px;
  border-bottom: none; }

section#topics .info time {
  display: block;
  margin-bottom: 5px; }

section#topics .info span.cate {
  background: #82c718;
  color: #fff;
  font-size: 0.6em;
  line-height: 2;
  padding: 0.2em 0.4em; }

section#topics .info span.cate2 {
  background: #ffa200;
  color: #fff;
  font-size: 0.6em;
  line-height: 2;
  padding: 0.2em 0.4em; }

/*---------------------
TOP > parallax 
----------------------*/
.parallax .bg-1 {
  background: url("../img/parallax/001.jpg") no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 250px; }
.parallax .bg-2 {
  background: url("../img/parallax/002.jpg") no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 250px; }
.parallax .bg-3 {
  background: url("../img/parallax/003.jpg") no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 250px; }
.parallax .bg-4 {
  background: url("../img/parallax/004.jpg") no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 250px; }
.parallax .inner-grid {
  width: 100%;
  height: 250px;
  background: url(../img/grid_bg3.png); }

/*---------------------
TOP > トップページchアイコン 
----------------------*/
.ch-icon1 {
  width: 120px;
  margin: 0 auto; }
  .ch-icon1 img {
    width: 100%; }

/*---------------------
TOP > ABOUT 
----------------------*/
.page-about {
  background: url(../img/page_bg.jpg) repeat-y top center;
  background-attachment: fixed; }

section#top-catch {
  position: relative; }

section#top-catch .row {
  margin: 20px 0 10px; }

.top-catch-inner {
  position: relative;
  min-height: 600px; }
  .top-catch-inner .about-box {
    z-index: 10; }
  .top-catch-inner .txt-box {
    width: 480px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: justify; }
  .top-catch-inner .pic1 {
    position: absolute;
    top: -8%;
    right: 5%;
    z-index: 1;
    width: 30%; }
    .top-catch-inner .pic1 img {
      width: 100%; }
  .top-catch-inner .pic2 {
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 1;
    width: 40%; }
    .top-catch-inner .pic2 img {
      width: 100%; }

@media screen and (max-width: 767px) {
  .top-catch-inner .txt-box {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: justify; }

  .pic1 {
    position: absolute;
    top: -2%;
    right: 5%;
    z-index: 1;
    width: 30%; }
    .pic1 img {
      width: 100%; }

  .pic2 {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 1;
    width: 40%; }
    .pic2 img {
      width: 100%; } }
/*---------------------
TOP > SERVICE 
----------------------*/
section#top-service {
  position: relative; }

section#top-service .row:first-child {
  margin: 60px 0 10px; }

section#top-service .row:nth-child(2) {
  margin: 20px 0 10px; }

.top-service-inner {
  position: relative;
  background: url(../img/top/pattern1.jpg);
  padding-bottom: 90px; }
  .top-service-inner .pics img {
    width: 100%; }
  .top-service-inner .txt-box {
    width: 460px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: justify; }

@media screen and (max-width: 767px) {
  .top-service-inner .txt-box {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: justify; } }
/*---------------------
TOP > Pai System 
----------------------*/
section#top-paisystem {
  position: relative; }

section#top-paisystem .row:first-child {
  margin: 60px 0 10px; }

section#top-paisystem .row:nth-child(2) {
  margin: 20px 0 10px; }

.top-pai-inner {
  position: relative;
  background: url(../img/top/paisystem_bg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 90px; }
  .top-pai-inner .pics img {
    width: 100%; }
  .top-pai-inner .txt-box {
    width: 530px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: justify; }

@media screen and (max-width: 767px) {
  .top-pai-inner .txt-box {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: justify; } }
/*---------------------
TOP > Other 
よくあるご質問、お客様の声、会社概要
----------------------*/
section#top-others {
  position: relative; }

section#top-others .row:first-child {
  margin: 0; }

.top-others-inner {
  position: relative;
  background: url(../img/top/others_bg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 60px; }
  .top-others-inner .thumb-wrap {
    padding: 10px 15px; }
  .top-others-inner a.other-thumb {
    position: relative;
    display: block;
    color: #333; }
    .top-others-inner a.other-thumb .thumb {
      overflow: hidden;
      z-index: 1; }
      .top-others-inner a.other-thumb .thumb img {
        width: 100%; }
    .top-others-inner a.other-thumb .thumb figure img {
      -moz-transition: -moz-transform 0.5s linear;
      -webkit-transition: -webkit-transform 0.5s linear;
      -o-transition: -o-transform 0.5s linear;
      -ms-transition: -ms-transform 0.5s linear;
      transition: transform 0.5s linear; }
    .top-others-inner a.other-thumb p {
      margin-top: 10px;
      text-align: center; }
    .top-others-inner a.other-thumb span {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 50px;
      z-index: 10; }
      .top-others-inner a.other-thumb span img {
        width: 100%; }
  .top-others-inner a.other-thumb:hover .thumb {
    box-shadow: 0px 0px 10px 3px #f0f0f0;
    -moz-box-shadow: 0px 0px 10px 3px #f0f0f0;
    -webkit-box-shadow: 0px 0px 10px 3px #f0f0f0; }
  .top-others-inner a.other-thumb:hover .thumb figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer; }
  .top-others-inner a.other-thumb:hover p {
    margin-top: 10px;
    text-align: center;
    color: #888; }

.top-contact {
  margin-top: 130px; }
  .top-contact .title1 {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #4e4e4e; }
  .top-contact .title2 {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #4e4e4e; }
  .top-contact .box {
    padding: 0 10px; }
    .top-contact .box img {
      display: block;
      background: #333; }
    .top-contact .box a:hover img {
      display: block;
      opacity: .7;
      -webkit-opacity: .7;
      -moz-opacity: .7;
      filter: alpha(opacity=70);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=70)";
      /* IE 8 */ }
    .top-contact .box a img {
      -webkit-transition: opacity 0.3s ease-out;
      -moz-transition: opacity 0.3s ease-out;
      -ms-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out; }

@media screen and (max-width: 767px) {
  .top-contact .box {
    text-align: center; } }
/*---------------------
TOP > Footer
----------------------*/
section#footer .row {
  margin: 20px 0 30px; }

.footer-logo h4 {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  text-align: center; }
  .footer-logo h4 img {
    width: 100%; }

.footer-txt-menu {
  margin: 20px 0; }
  .footer-txt-menu span:nth-child(1) {
    margin-right: 1em; }
  .footer-txt-menu span:nth-child(2) {
    margin-left: 1em; }

@media screen and (max-width: 767px) {
  .footer-logo h4 {
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center; }
    .footer-logo h4 img {
      width: 100%;
      margin: 0 auto; }

  .footer-contents {
    text-align: center; } }
@media screen and (min-width: 768px) {
  .footer-contents {
    vertical-align: middle; }

  .footer-copy p {
    text-align: left;
    margin-top: 15px; } }
.pagetop-area {
  background: #f0f0f0;
  text-align: center; }
  .pagetop-area a {
    background: #f0f0f0;
    display: block;
    padding: 5px 0 5px;
    font-size: 20px;
    color: #999;
    font-weight: normal;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0; }
  .pagetop-area a:hover {
    background: #333;
    display: block;
    color: #fff;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    -webkit-transition: all .3s;
    transition: all .3s; }

/*---------------------
Page > 汎用ページナビ
----------------------*/
.page-navi h2 {
  margin: 0;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 32px;
  text-shadow: 0px 0px 4px #222; }
  .page-navi h2 span {
    color: #ffea00;
    font-size: 14px; }

@media screen and (max-width: 480px) {
  .page-navi h2 {
    margin: 0;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    text-shadow: 0px 0px 4px #222; }
    .page-navi h2 span {
      color: #ffea00;
      font-size: 14px; } }
.pn-inner {
  padding: 90px 0 80px;
  width: 100%;
  background: url(../img/grid_bg3.png); }

.pn-cover1 {
  background: url(../img/pn_bg1.jpg) no-repeat top center;
  background-size: cover; }

.pn-cover2 {
  background: url(../img/pn_bg2.jpg) no-repeat top center;
  background-size: cover; }

.pn-cover3 {
  background: url(../img/pn_bg3.jpg) no-repeat top center;
  background-size: cover; }

.pn-cover4 {
  background: url(../img/pn_bg4.jpg) no-repeat top center;
  background-size: cover; }

.pn-cover5 {
  background: url(../img/pn_bg5.jpg) no-repeat top center;
  background-size: cover; }

.pn-cover6 {
  background: url(../img/pn_bg6.jpg) no-repeat top center;
  background-size: cover; }

.pn-cover7 {
  background: url(../img/pn_bg7.jpg) no-repeat top center;
  background-size: cover; }

.pn-cover8 {
  background: url(../img/pn_bg8.jpg) no-repeat top center;
  background-size: cover; }

/*---------------------

Page > ページ汎用スタイル

----------------------*/
.page-contents {
  padding-top: 40px;
  padding-bottom: 20px; }

.photo-box {
  padding: 10px 15px; }

.txt-box {
  padding: 10px 15px; }

.border-box1 {
  border: 2px solid #333;
  padding: 15px 20px 10px; }

/*---------------------

Page > 会社方針

----------------------*/
.enkaku-wrap {
  background: url(../img/pattern1.jpg);
  padding-top: 60px;
  padding-bottom: 100px; }

table.enkaku {
  width: 100%;
  margin: 0 auto;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }
  table.enkaku th {
    border-bottom: 1px solid #82c718;
    border-top: 1px solid #82c718; }
  table.enkaku td {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc; }
  table.enkaku th, table.enkaku td {
    padding: 10px; }
  table.enkaku th {
    text-align: right;
    padding-right: 1em;
    font-weight: normal; }

/*---------------------

Page > πシステムにできること

----------------------*/
.page-piesystem {
  background: url(../img/page_bg.jpg) repeat-y top center;
  background-attachment: fixed; }

.thumb-wrap {
  padding: 10px 15px; }

.exsample a.ex-thumb {
  position: relative;
  display: block;
  color: #333; }
  .exsample a.ex-thumb .thumb {
    overflow: hidden;
    z-index: 1;
    border: 4px solid #f0f0f0; }
    .exsample a.ex-thumb .thumb img {
      width: 100%; }
  .exsample a.ex-thumb .thumb figure img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear; }
  .exsample a.ex-thumb i {
    color: #82c718; }
  .exsample a.ex-thumb p {
    margin-top: 10px;
    text-align: center; }
  .exsample a.ex-thumb span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 50px;
    z-index: 10; }
    .exsample a.ex-thumb span img {
      width: 100%; }
.exsample a.ex-thumb:hover .thumb {
  box-shadow: 0px 0px 10px 3px #f0f0f0;
  -moz-box-shadow: 0px 0px 10px 3px #f0f0f0;
  -webkit-box-shadow: 0px 0px 10px 3px #f0f0f0; }
.exsample a.ex-thumb:hover .thumb figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer; }
.exsample a.ex-thumb:hover p {
  margin-top: 10px;
  text-align: center;
  color: #888; }

/*---------------------

下層ページ問い合わせ部分 

----------------------*/
.page-contact {
  background: url(../img/contact/bg.jpg) repeat-y top center;
  background-attachment: fixed;
  padding-top: 30px;
  margin-top: 20px; }
  .page-contact .ch-blue {
    font-size: 24px;
    font-weight: 600;
    color: #009ae8;
    line-height: 1.4; }
    .page-contact .ch-blue span {
      color: #111;
      font-size: 18px; }
  .page-contact .contact-info {
    box-sizing: border-box;
    border: 5px solid #f0f0f0;
    padding: 20px; }
    .page-contact .contact-info p {
      font-weight: 600;
      font-size: 18px; }
    .page-contact .contact-info .tel {
      border-right: 2px solid #f0f0f0; }
    .page-contact .contact-info .tel img,
    .page-contact .contact-info .mail img {
      width: 100%;
      max-width: 330px; }

@media screen and (max-width: 768px) {
  .page-contact .contact-info {
    border: 5px solid #f0f0f0;
    padding: 20px; }
    .page-contact .contact-info p {
      font-weight: 600;
      font-size: 18px; }
    .page-contact .contact-info .tel {
      border-right: none; }
    .page-contact .contact-info .tel img,
    .page-contact .contact-info .mail img {
      width: 100%; } }
/*-----------------------------

Page > 下層　汎用見出し 

------------------------------*/
.ch-pattern {
  background: url(../img/natural_pattern.png);
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 15px;
  font-size: 1.4em;
  color: #5c3b20;
  font-weight: 600;
  border: 3px solid #ded1a9; }
  .ch-pattern i {
    color: #ff9600;
    margin-right: 0.3em; }

.s-headline {
  border-bottom: solid 3px #dcdcdc;
  position: relative;
  border-radius: 1px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600; }
  .s-headline i {
    color: #7abd29;
    margin-right: 0.3em; }

.s-headline:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #a0d414;
  bottom: -3px;
  width: 20%; }

@media screen and (max-width: 768px) {
  .ch-pattern {
    background: url(../img/natural_pattern.png);
    border-radius: 4px;
    padding: 10px 15px;
    margin: 0 15px;
    font-size: 1.2em;
    color: #5c3b20;
    font-weight: 600;
    border: 3px solid #ded1a9; }
    .ch-pattern i {
      color: #ff9600;
      margin-right: 0.3em; } }
.rounded {
  background: #ded1a9;
  color: #5c3b20;
  padding: 5px 10px;
  border-radius: 13px; }

.box-rounded {
  border-radius: 6px; }

/*---------------------
下層ページ 下部メニュー 
----------------------*/
.page-menu img {
  width: 100%; }

@media screen and (max-width: 768px) {
  .page-menu img {
    width: 100%;
    margin-bottom: 20px; } }
/*---------------------
汎用ボタン 
----------------------*/
.btn-normal {
  clear: both;
  text-align: center; }
  .btn-normal a {
    margin: 10px;
    background: #444;
    padding: 1em 4em;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-align: center; }
  .btn-normal a:hover {
    opacity: 0.7; }

@media screen and (max-width: 768px) {
  .btn-normal {
    clear: both;
    text-align: center; }
    .btn-normal a {
      margin: 10px;
      background: #444;
      padding: 1em 2em;
      font-weight: 600;
      font-size: 18px;
      color: #fff;
      text-align: center; }
    .btn-normal a:hover {
      opacity: 0.7; } }
@media screen and (max-width: 480px) {
  .btn-normal {
    clear: both;
    text-align: center; }
    .btn-normal a {
      margin: 10px;
      background: #444;
      padding: 1em 1em;
      font-weight: 600;
      font-size: 15px;
      color: #fff;
      text-align: center; }
    .btn-normal a:hover {
      opacity: 0.7; } }
/*---------------------

Page > πシステムにできること

----------------------*/
.page-faq {
  background: url(../img/contact/bg.jpg) repeat-y top center;
  background-attachment: fixed; }

.kensa-wrap {
  background: url(../img/pattern1.jpg);
  padding-top: 60px;
  padding-bottom: 100px; }

/*---------------------

Page > お客様の声

----------------------*/
.page-voice {
  background: url(../img/contact/bg.jpg) repeat-y top center;
  background-attachment: fixed; }

.voice-thumb {
  text-align: center; }
  .voice-thumb figure {
    display: block; }
    .voice-thumb figure img {
      width: 100%; }
  .voice-thumb .catch {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 0.9em; }
    .voice-thumb .catch span {
      font-weight: 600;
      font-size: 1.2em; }

.voice-detail h3 {
  font-size: 1.6em;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #a0d414; }
.voice-detail h3 i {
  color: #c4e36f;
  margin-right: 0.1em; }
.voice-detail .voice {
  background: url(../img/cv/voice_bg.png);
  padding: 15px 20px;
  margin-bottom: 20px;
  border: 2px solid #dcdcdc;
  border-left: 2px solid #a0d414; }
  .voice-detail .voice p {
    line-height: 1.5; }
  .voice-detail .voice p:first-child {
    font-weight: 600; }
  .voice-detail .voice .c-green {
    color: #516800; }
  .voice-detail .voice .i-green {
    color: #68b800; }
  .voice-detail .voice .i-person img {
    width: 85%;
    margin: 0 auto; }

.bn-shop img {
  border: 4px solid #dcdcdc; }

@media screen and (min-width: 768px) {
  .voice-thumb {
    padding-right: 30px; } }
@media screen and (max-width: 768px) {
  .voice-thumb {
    margin-bottom: 30px; }
    .voice-thumb .catch {
      margin-top: 20px;
      font-size: 1.5em;
      font-weight: 600; }

  .bn-shop img {
    border: 3px solid #dcdcdc;
    width: 100%; } }
/*---------------------

Page > 会社概要

----------------------*/
.company-list {
  margin-top: 20px;
  margin-bottom: 80px; }
  .company-list h2 {
    margin-bottom: 30px; }
  .company-list table {
    width: 100%; }
    .company-list table th, .company-list table td {
      border-bottom: 2px solid #f0f0f0; }
    .company-list table th {
      border-color: #00a0e9; }
    .company-list table tr:last-child {
      border-bottom: none; }
    .company-list table th, .company-list table td {
      padding: 20px 10px; }
    .company-list table th {
      width: 23%; }
    .company-list table td {
      width: auto; }
    .company-list table td span {
      font-size: 80%; }
    .company-list table td span.cap1 {
      display: block;
      width: 4em;
      padding: 4px 10px;
      margin-bottom: 8px;
      background: #777;
      color: #fff;
      font-weight: 600;
      text-align: center; }
    .company-list table td span.cap2 {
      display: block;
      width: 7em;
      padding: 4px 10px;
      margin-bottom: 8px;
      background: #777;
      color: #fff;
      font-weight: 600;
      text-align: center; }
  .company-list .trade {
    display: block;
    height: 200px;
    padding: 0 20px 0 0;
    overflow-y: auto; }

/*---------------------

Page > お問い合わせ

----------------------*/
.contact-head {
  margin-top: 40px; }

.contact-area {
  margin-top: 40px; }

.privacy {
  display: block;
  margin-top: 50px;
  margin-bottom: 80px;
  padding-top: 40px;
  height: 200px;
  padding: 10px 20px 10px 10px;
  overflow-y: auto; }
  .privacy p {
    font-size: 0.9em; }
    .privacy p span {
      font-weight: 600;
      line-height: 1.6; }

/*----------------------------

Page > お問い合わせ フォーム部分 

-----------------------------*/
.contact-form div {
  padding: 0 15px; }
.contact-form input {
  padding: 15px 10px;
  font-size: 1.2em;
  border: 2px solid #c8c8c8;
  font-family: Verdana,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; }
.contact-form textarea {
  padding: 10px 10px;
  font-size: 1.2em;
  border: 2px solid #c8c8c8; }
.contact-form select {
  padding: 10px 10px;
  border: 2px solid #c8c8c8;
  font-family: Verdana,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; }

.em-green {
  background: #7abd29 !important; }

.form-wrap .row {
  margin: 0 !important;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0; }
.form-wrap .f-head {
  font-size: 1.2em;
  font-weight: 600;
  border-left: 4px solid #7abd29; }
.form-wrap .question-wrap {
  border: 2px solid #ffb627;
  margin-top: 20px;
  padding: 10px; }
  .form-wrap .question-wrap .row {
    padding: 15px 0; }
  .form-wrap .question-wrap input[type="text"]:focus {
    border-color: #ffb627; }
.form-wrap .f-head2 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 2px; }
.form-wrap .question {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600; }
  .form-wrap .question i {
    color: #ffb627; }
.form-wrap .f-detail {
  border-left: 1px dotted #ddd; }
.form-wrap .f-detail textarea {
  width: 100%; }
.form-wrap .f-detail textarea:focus {
  border-color: #7abd29; }
.form-wrap table.kindof tr {
  vertical-align: top; }
.form-wrap table.kindof td {
  padding: 0 10px; }
  .form-wrap table.kindof td span {
    font-size: 16px;
    font-weight: 600; }
.form-wrap .checkbox {
  margin-right: 2em; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: 0px; }

.form-inline .checkbox, .form-inline .radio {
  padding-left: 25px; }

.checkbox input.custom-checkbox[type="checkbox"]:checked + .icons .icon-checked, .radio input.custom-checkbox[type="checkbox"]:checked + .icons .icon-checked, .checkbox input.custom-radio[type="radio"]:checked + .icons .icon-checked, .radio input.custom-radio[type="radio"]:checked + .icons .icon-checked {
  color: #7abd29;
  filter: none;
  opacity: 1; }

.checkbox input.custom-checkbox[type="checkbox"]:checked + .icons, .radio input.custom-checkbox[type="checkbox"]:checked + .icons, .checkbox input.custom-radio[type="radio"]:checked + .icons, .radio input.custom-radio[type="radio"]:checked + .icons {
  color: #7abd29 !important; }

.form-group.focus .form-control, .form-control:focus, .form-group.focus .select2-search input[type="text"], .select2-search input[type="text"]:focus {
  border-color: #7abd29;
  box-shadow: none;
  outline: 0 none; }

.form-control.flat:focus, .select2-search input.flat[type="text"]:focus {
  border-color: #7abd29; }

.btn-submit {
  padding: 30px 0 10px; }
  .btn-submit button {
    background: #222;
    border: 1px solid #222;
    border-radius: 1px;
    padding: 10px 25px;
    font-size: 1.4em;
    font-weight: 600; }
  .btn-submit button:hover, .btn-submit button:focus {
    background: #7abd29;
    border: 1px solid #7abd29;
    padding: 10px 25px;
    font-size: 1.4em;
    font-weight: 600; }

@media screen and (max-width: 1190px) {
  .form-wrap table.kindof {
    display: block; }
    .form-wrap table.kindof td {
      display: block;
      padding: 0 10px; }
      .form-wrap table.kindof td span {
        font-size: 16px;
        font-weight: 600; } }
@media screen and (max-width: 767px) {
  .form-wrap .row {
    margin: 0 !important;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0; }
  .form-wrap .f-head {
    font-size: 18px;
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: 10px;
    border-left: 4px solid #7abd29; }
  .form-wrap .f-detail {
    border-left: none; } }
button.btn-modoru {
  color: #fff;
  background: #999;
  border: 1px solid #999; }

button.btn-modoru:hover {
  color: #fff; }

@media screen and (max-width: 480px) {
  .btn-submit {
    padding: 30px 0 10px; }
    .btn-submit button {
      background: #7abd29;
      border: 1px solid #7abd29;
      padding: 10px 15px;
      font-size: 17px;
      font-weight: 600; }
    .btn-submit button:hover, .btn-submit button:focus {
      background: #ff5a00;
      border: 1px solid #ff5a00;
      padding: 10px 15px;
      font-size: 17px;
      font-weight: 600; }

  button.btn-modoru {
    background: #999;
    border: 1px solid #999; } }
.privacy-txt {
  background: url(../img/natural_pattern3.png);
  padding-top: 20px;
  margin-top: 70px; }

/*---------------------
youtube
----------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.row-eq-height {
  display: flex;
  flex-wrap: wrap; }

.rotate-img {
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg); }

.radius-img {
  border-radius: 4px; }

/*---------------------
汎用ボタン 
----------------------*/
.button-fade {
  display: inline-block;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  width: 250px;
  margin: 0 auto;
  padding: 0 20px;
  height: 54px;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none; }
  .button-fade a {
    color: #fff; }

.button-fade:hover {
  background-color: #fff;
  border-color: #333;
  color: #333;
  font-weight: normal; }

.button-fade::before,
.button-fade::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.button-fade,
.button-fade::before,
.button-fade::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

.button-fade2 {
  display: inline-block;
  background-color: none;
  border: 2px solid #f0f0f0;
  color: #f0f0f0;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none; }

.button-fade2:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #333;
  font-weight: normal; }

.button-fade2::before,
.button-fade2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.button-fade2,
.button-fade2::before,
.button-fade2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

.button-fade3 {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #333;
  color: #333;
  width: 250px;
  height: 54px;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none; }

.button-fade3:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
  font-weight: normal; }

.button-fade3::before,
.button-fade3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.button-fade3,
.button-fade3::before,
.button-fade3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

.button-fade4 {
  display: block;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  margin: 0 auto;
  padding: 0 20px;
  height: 54px;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none; }
  .button-fade4 a {
    color: #fff; }

.button-fade4:hover {
  background-color: #fff;
  border-color: #333;
  color: #333;
  font-weight: normal; }

.button-fade4::before,
.button-fade4::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.button-fade4,
.button-fade4::before,
.button-fade4::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

.button-fade5 {
  display: block;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 200px;
  height: 52px;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none; }
  .button-fade5 a {
    color: #fff; }

.button-fade5:hover {
  background-color: #fff;
  border-color: #333;
  color: #333;
  font-weight: normal; }

.button-fade5::before,
.button-fade5::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.button-fade5,
.button-fade5::before,
.button-fade5::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

.font-noto {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 17px; }

.font-garamond {
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-size: 20px; }

.bn-hihumi img {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 3px; }

.bn-hihumi img:hover {
  opacity: 0.8; }

/*# sourceMappingURL=style.css.map */
