@charset "utf-8";
body {
 font-family: "Zen Maru Gothic", sans-serif;
  margin: 0;
  scroll-behavior: smooth;
}

/*------------------------------------
汎用
------------------------------------*/
a {
  text-decoration: none;
  pointer-events: auto;
}

li {
  list-style-type: none;
  align-items: center!important;
}

.flex02 {
  display: flex;
  position: fixed;
  right: 150px;
}

.aic { align-items: center; }
.jcb { justify-content: space-between; }

/*------------------------------------
ヘッダーリンク下線
------------------------------------*/
header ul li a {
  position: relative;
  display: inline-block;
}
header ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
header ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*------------------------------------
PCナビ
------------------------------------*/
header .pc_nav {
  align-items: center;
  margin: auto;
  width: 80%;
}
header .pc_nav div .crumbs ul li {
  margin-top: -10px;
  margin-right: 40px;
}
header .pc_nav div .crumbs ul li:last-of-type {
  margin-right: 0;
}

/*------------------------------------
SPナビ（サイドメニュー）
------------------------------------*/
header .sp_nav {
  text-align: left;
}

.sidemenu {
  height: 100%;
  padding-top: 100px;
  position: fixed;
  left: -30%; /* 初期は画面外 */
  top: 0;
  z-index: 300;
  transition: all 0.6s;
  width: 30%;
  background-color: rgba(255, 255, 255, 0.9);
}

.sidemenu nav ul li {
  padding: 15px 20px;
}

/*------------------------------------
ハンバーガー
------------------------------------*/
.hamburger span {
  background-color: #000;
  height: 3px;
  left: 15px;
  position: absolute;
  transition: all 0.6s;
  width: 30px;
}
.hamburger_linetop { top: 20px; }
.hamburger_linecenter { top: 29px; }
.hamburger_linebottom { top: 38px; }

/*------------------------------------
メニュー開いた状態
------------------------------------*/
.nav_open .sidemenu { left: 0; }
.nav_open .hamburger_linetop { top: 26px; transform: rotate(45deg); }
.nav_open .hamburger_linecenter { left: 50%; width: 0; }
.nav_open .hamburger_linebottom { top: 26px; transform: rotate(-45deg); }
.nav_open .overlay { opacity: 0.8; visibility: visible; }

/*------------------------------------
背景オーバーレイ
------------------------------------*/
.overlay {
  cursor: pointer;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 250;
}

/*------------------------------------
PC用スタイル
------------------------------------*/
@media only screen and (min-width: 501px) {
  .pc { display: inline!important; }
  .sp { display: none!important; }
    .sp_nav { display: none!important; }

  .pc_nav h1 {
    position: relative;
    width: 120px;
    height: 60px;
    flex-shrink: 0;
  }
  .pc_nav h1 img {
    position: absolute;
    top:5px;
    left: 0;
    width: 35px;
    height: auto;
  }

  /* ハンバーガー位置そのまま */
  .hamburger {
    cursor: pointer;
    height: 60px;
    position: absolute;
    right: 50px;
    top: 5px;
    width: 60px;
    z-index: 100;
  }

  header {
    padding: 5px;
    color: #000;
    font-size: 20px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 8%;
    background-color: #fff;
  }

  #sub {
    font-size: 20px;
    position: fixed;
    top: 25px;
    left: 100px;
    z-index: 200;
    color: #fff;
  }

/*top*/

#top{
    margin: 100px auto 0 auto;
      text-align: center;
}
#top img{
  width: 60%;
}

/*top*/


  /*フッター*/

small{
  background:  #fff;
  color:#000;
  display: block;
  text-align: center;
  padding:30px;
 height: auto;
margin: 100px auto 0 auto;
}

small a{
  border-bottom: #000 1px solid;
}

  /*フッター*/


    /*はじめに*/
  h2{
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    margin: 100px auto ;
  }


  #service{
    padding: 100px 20px;
    max-width: 60%;
    margin: 0 auto;
     background-color: #f7f7f7;
  }

  #service ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  h3{
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
  }

   #service ul li p{
    font-size: 18px;
    line-height: 30px;
  }

  
   #service ul li img{
    width: 500px;
  }

  /*はじめに*/
/*事業内容*/
  #service2{
    margin: 150px auto;
    max-width: 60%;
    background-color: #fff;
  }

  h4{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom:  1px solid #000;
    padding-bottom: 10px;
  }

  #subs{
    font-size: 18px;
    line-height: 30px;
    margin-left: 10px;
  }

    #subs2{
    font-size: 18px;
    text-align: center;
        line-height: 40px;
  }


  #flow ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto;
    gap: 40px;
  }
  #flowt{
    margin: 60px 0 50px 0;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: #767cba;
  }

    #flowsubt{
    background-color: #767cba;
    text-align: left;
    color: #fff;
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
  }

   #flownaiyou{
    margin: 5px 0 30px 0px;
    font-size: 18px;
    line-height: 30px;
  }
/*事業内容*/

/*買取品*/
  #kaitori ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #kaitori ul li {
      align-items: center;
      text-align: center;
      max-width: 25%;
  }

  
  #kaitori ul li img{
    width: 60%;
    margin: 0 auto;
  }

  #kaitori ul li p{
    font-size: 20px;
    margin: 30px auto 50px auto;
  }
/*買取品*/

/*スライダー*/
.slide-wrap{
   display: flex;
justify-content: center;
   margin: 30px auto 0 auto;
}

.slide-content img{
  width: 95%;
}
/*スライダー*/


/*会社概要*/
table{
  width: 65%;
  margin: 50px auto 0 auto ;
  align-items: center;
}

table tr{
  border-bottom: solid 2px #ffffff;
  background-color:#ededed;
}
table th{
  border-bottom: solid 2px #ffffff;
  background-color:#ffffff;
  font-weight: normal;
}

table th a{
  color: #000;
}


table th,table td{
  text-align: left;
  padding: 15px  0 15px 30px;
}



/*会社概要*/

/*プライバシーポリシー*/
#privacypolicyt{
  text-align: center;
  font-size: 30px;
  margin: 100px 0 0  0;
  font-weight: bold;
}

#privacypolicys{
  text-align: center;
  font-size: 20px;
  margin: 30px 0 0  0;
    color: #767cba;
}

#privacy{
  width: 50%;
  margin: 50px auto 0  auto;
}

#privacy p{
  font-size: 16px;
  line-height: 25px;
}

  h5{
    font-size: 25px;
    margin: 50px 0;
    font-weight: 600;
  }
/*プライバシーポリシー*/
}





/*------------------------------------
スマホ用スタイル
------------------------------------*/
@media only screen and (max-width: 500px) {
  .pc { display: none!important; }
  .sp { display: inline!important; }

  .sp_no { display: none; }


  h1 {
    position: relative;
    width: 120px;
    height: 60px;
    flex-shrink: 0;
  }
   h1 img {
    position: absolute;
    top:5px;
    left: 20px;
    width: 35px;
    height: auto;
  }

  .sidemenu {
    padding-top: 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -80%; /* 初期は画面外 */
    width: 80%;
    height: 100%;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.6s;
  }

  /* ハンバーガー位置そのまま */
  .hamburger {
    cursor: pointer;
    height: 60px;
    width: 60px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 100;
  }

  header {
    color: #000;
    font-size: 20px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 8%;
    background-color: #ffffff;
    z-index: 200;
  }


    /*top*/

#top img{
  width: 100%;
  margin-top: 100px;
}

    /*top*/



  /*フッター*/

small{
  background:  #fff;
  color:#000;
  display: block;
  text-align: center;
  padding:30px;
  height: auto;
margin: 100px auto 0 auto;
}

small a{
  border-bottom: #000 1px solid;
}

  /*フッター*/


      /*はじめに*/
  h2{
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    margin: 100px auto ;
  }


  #service{
    padding: 100px 10px 50px 10px;
    margin: 0 auto;
    background-color: #f7f7f7;
  }

  #service ul{
    align-items: center;
  }

  h3{
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 600;
  }

   #service ul li p{
    font-size: 15px;
    line-height: 30px;
  }

  
   #service ul li img{
    margin-top: 50px;
    width: 100%;
  }

    /*はじめに*/

/*事業内容*/
  #service2{
    margin: 150px auto;
    background-color: #fff;
  }

  h4{
    padding-left: 10px;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom:  1px solid #000;
    padding-bottom: 10px;
  }

  #subs{
    font-size: 15px;
    line-height: 30px;
    margin-left: 10px;
  }

    #subs2{
    font-size: 15px;
    text-align: center;
        line-height: 40px;
  }


  #flow ul{
    width: 95%;
    margin: 0 auto;
  }

  #flowt{
    margin: 60px 0 50px 0;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: #767cba;
  }

    #flowsubt{
    background-color: #767cba;
    text-align: left;
    color: #fff;
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
  }

   #flownaiyou{
    margin: 5px 0 40px 0px;
    font-size: 15px;
    line-height: 30px;
  }
/*事業内容*/



/*買取品*/
  #kaitori ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #kaitori ul li {
      align-items: center;
      text-align: center;
      max-width: 50%;
  }

  
  #kaitori ul li img{
    width: 70%;
    margin: 0 auto;
  }

  #kaitori ul li p{
    font-size: 15px;
    line-height: 25px;
    margin: 20px auto 40px auto;
  }
/*買取品*/

/*スライダー*/
.slide-wrap{
   display:-webkit-box;
   display:-ms-flexbox;
   display: flex;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
   overflow-scrolling: touch;
   scroll-snap-type: x mandatory;
   padding:0 0 1em;
   margin: 30px 0 0 0 ;
   scroll-behavior: smooth;
}

.slide-content img{
  width: 80%;
}

.slide-wrap .slide-content {
    flex: 0 0 88%;
    margin: 0px 5px;
    scroll-snap-align:center;
}

/*スライダー*/


/*会社概要*/
table{
  width: 100%;
  margin: 50px auto 0 auto ;
  align-items: center;
  font-size: 15px;
  line-height: 25px;
}

table tr{
  border-bottom: solid 2px #ffffff;
  background-color:#ededed;
}
table th{
  border-bottom: solid 2px #ffffff;
  background-color:#ffffff;
  font-weight: normal;
}

table a{
  color: #000;
  border-bottom: 1px #000 solid;
}


table th,table td{
  text-align: left;
  padding: 15px  0 15px 10px;
}



/*会社概要*/


/*プライバシーポリシー*/
#privacypolicyt{
  text-align: center;
  font-size: 30px;
  margin: 100px 0 0  0;
  font-weight: bold;
}

#privacypolicys{
  text-align: center;
  font-size: 20px;
  margin: 30px 0 0  0;
    color: #767cba;
}

#privacy{
  width: 95%;
  margin: 50px auto 0  auto;
}

#privacy p{
  font-size: 15px;
  line-height: 25px;
}

  h5{
    font-size: 25px;
    line-height: 35px;
    margin: 50px 0;
    font-weight: 600;
  }
/*プライバシーポリシー*/
}
