@charset "utf-8";





/*========= PC ===============*/
@media only screen and  (min-width : 481px) {

  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
  .pc { display: block !important; }
  .sp { display: none !important; }

    /* パソコンで見たときのみ改行 */
  .br-sp {display: none; }



/* ヘッダー */
/*------------------------------------
汎用 ↓
------------------------------------*/
a {
  text-decoration: none; 
  pointer-events: auto;
}

li {
  list-style-type: none;
}

.flex02 {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  position: fixed;
  right: 20px;
  top: 40px;
  z-index: 1100; /* 追加: 最前面に表示させるために z-index を指定 */
}

.flex02 li {
  z-index: 101;
}

.aic {
  align-items: center;
}

.jcb {
  justify-content: space-between;
}

/*------------------------------------
ヘッダー a hover:下線アンダーライン ↓
------------------------------------*/
header ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

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);
}

header ul li img {
  margin-top: -25px;
  width: 70%;
}

/*------------------------------------
ヘッダー pcハンバーガーメニュー ↓
------------------------------------*/
header a {
  color: #333;
}

header .pc_nav {
  margin: auto;
  width: 80%;
  padding-top: 40px;
}

header .pc_nav div .crumbs ul li {
  margin-right: 40px;
}

.nav_open .overlay {
  z-index: 999; /* メニュー背景を後ろに移動 */
}

header .pc_nav div .crumbs ul li:last-of-type {
  margin-right: 0;
}

/*------------------------------------
ヘッダー spハンバーガーメニュー ↓
------------------------------------*/
header .sp_nav {
  text-align: left;
}

/* サイドメニューの z-index を調整 */
.sidemenu {
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  padding-top: 100px;
  position: fixed;
  left: -30%; /* メニュー幅 */
  top: 0;
  z-index: 1101; /* サイドメニューが他の要素より前に表示されるように */
  transition: all 0.6s;
  width: 30%; /* メニュー幅 */
  background-color: rgba(255, 255, 255, 0.9);
}

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

.hamburger {
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 60px;
  z-index: 1101; /* 追加: 最前面に表示させるために z-index を指定 */
}

.hamburger span {
  background-color: #333;
  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;
}

/*------------------------------------
メニュークリック後メニュー外の背景 ↓
------------------------------------*/
/* オーバーレイの z-index を調整 */
.overlay {
  cursor: pointer;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 999; /* オーバーレイが flex02 の下に来るように調整 */
}

/*------------------------------------
ヘッダー ↓
------------------------------------*/
header {
  font-size: 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 12%;
  background-color: #ffffff;
  z-index: 100;
}

.pc_no {
  display: none;
}

/* ヘッダー */




   h2{
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  color: #3e3a39;
  font-size: 40px;
  margin: 200px auto 20px auto;
  }

#subtitle{
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  color: #3e3a39;
  font-size: 20px;
  margin: 0 auto ;
  }


 #point{
     margin: 50px auto;
    text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  }

  #point02{
    display: inline;
    background:linear-gradient( transparent 95%, #3e3a39 0%);
   font-size:25px;
   line-height: 35px;
    color: #5fc70f;
    padding-bottom: 5px;
  }

  
  


/* 冒頭説明文 */
#冒頭説明文{
    font-family: "Noto Sans JP", sans-serif;
   color: #3e3a39;
}


  #setsumei{
    font-family: "Noto Sans JP", sans-serif;
       margin: 50px auto ;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
  }

  
 /* 冒頭説明文 */

  #logo {
    position: fixed;
    top: -10px;
    left: 30px;
    z-index: 200;
  }
  
  
  #logo img{
    width: 26%;
  }





/* 会社概要 */

#会社概要{
  margin-top: 100px;
  background-color: #e8e8e8;
  text-align: center;
  padding: 20px 0;
  color: #3e3a39;
}


#会社概要 p{
    font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 30px;
}

#会社概要 p a{
  color: #3e3a39;
}

/* 会社概要 */





/* ボタン */

.button-2 {
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:100px auto 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 50px;
    background-color: #109560;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.button-2:hover {
    background-color: #109560;
}

/* ボタン */










/*TOPへ戻る */
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 100px;
}
.pagetop a {
  display: block;
  background-color: #3e3a39;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  padding: 10px 20px;
 border-radius: 30%;
}
/*TOPへ戻る */




/* カテゴリータイトル */

#categorytitle{
  background-color: #757575;
  padding: 30px 0;
  margin-top: 10px;
}


  /* カテゴリータイトル */


  /* カテゴリータイトル02 */

  #categorynaiyou{
    margin: 100px 0;
  }



.under {
  border-bottom: solid 2px #757575;
}

  /* カテゴリータイトル02 */


  }










/*========= スマホ ===============*/
@media only screen and  (max-width : 481px) {

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  .pc { display: none !important; }
  .sp { display: block !important; }

    /* パソコンで見たときのみ改行 */
    .br-pc {display: none; }

/*ハンバーガーメニュー*/
a {
  text-decoration: none; 
	pointer-events: auto;
}
li {list-style-type: none;}
/*------------------------------------
汎用 ↓
------------------------------------*/
.flex02 {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  position: fixed;
  right: 150px;
  top: 20px;
}



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


/*------------------------------------
ヘッダー a hover:下線アンダーライン ↓
------------------------------------*/
header ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
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 {
  font-size: 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 10%;
  background-color: #ffffff;
  z-index: 100;
}


header a{
  color: #333;
}


header .pc_nav {
  margin: auto;
  width: 80%;
  padding-top: 40px;
}
header .pc_nav div .crumbs ul li {
  margin-right: 40px;
}
header .pc_nav div .crumbs ul li:last-of-type {
  margin-right: 0;
}
/*------------------------------------
ヘッダー spハンバーガーメニュー ↓
------------------------------------*/
header .sp_nav {
  text-align: left;
}

.sidemenu {
   font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  padding-top: 100px;
  position: fixed;
  left: -30%; /*メニュー幅*/
  top: 0;
  z-index: 0;
  transition: all 0.6s;
  width: 30%; /*メニュー幅*/
  background-color: rgba(255, 255, 255, 0.9);
}

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


.hamburger {
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 30px;
  top: 10px;
  width: 60px;
  z-index: 100;
}
.hamburger span {
  background-color: #333;
  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;

}


  .sp_no {
    display: none;
  }
  .sidemenu {
     font-family: "Noto Sans JP", sans-serif;
    padding-top: 100px;
    position: fixed;
    transition: all 0.6s;
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    font-size: 18px;
    top: 0;
    bottom: 0;
    left: -80%; /*メニュー幅*/
    width: 80%; /*メニュー幅*/
  }

  
  h3{
   font-family: "Zen Maru Gothic", serif;
  text-align: center;
  color: #3e3a39;
  font-size:35px;
  margin: 150px auto 20px auto;
  }


  h2{
    font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  color: #3e3a39;
  font-size:17px;
  line-height: 30px;
  margin: 150px auto 20px auto;
  }

#subtitle{
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  color: #3e3a39;
  font-size: 20px;
  margin: 0 auto  50px 0;
  }

  #point{
     margin: 50px auto;
    text-align: center;
   font-family: "Noto Sans JP", sans-serif;
  }

  #point02{
    display: inline;
    background:linear-gradient( transparent 95%, #3e3a39 0%);
   font-size:20px;
   line-height: 40px;
    color: #5fc70f;
    padding-bottom: 5px;
  }


    

/* 冒頭説明文 */
#冒頭説明文{
    font-family: "Noto Sans JP", sans-serif;
  margin: 0px auto 100px auto;
   color: #3e3a39;
}


  #setsumei{
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
   font-size:15px;
   line-height: 35px;
  
  }

   
  
 /* 冒頭説明文 */



    #logo {
      position: fixed;
      top: -10px;
      left: 30px;
      z-index: 200;
    }
    
    #logo img{
      width: 40%;
    }





/* 会社概要 */

#会社概要{
  margin-top: 50px;
  margin-bottom: 100px;
  background-color: #e8e8e8;
  text-align: center;
  padding: 50px 0;
}

#会社概要 p{
    font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 30px;
}

#会社概要 p a{
  color: #3e3a39;
}

/* 会社概要 */





/* ボタン */

.button-2 {
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:50px auto 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 50px;
    background-color: #109560;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.button-2:hover {
    background-color: #109560;
}

/* ボタン */







/*TOPへ戻る */
.pagetop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 50;
}
.pagetop a {
  display: block;
  background-color: #3e3a39;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  padding: 10px 20px;
 border-radius: 30%;
}
/*TOPへ戻る */



/*番号 */
#bangou{
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  height: 100px;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 200;
}

#bangou img{
  padding: 10px ;
  width: 65%;
}
/*番号 */



/* カテゴリータイトル */

#categorytitle{
  background-color: #757575;
  padding: 10px 0;
  margin-top: 10px;
}




/* カテゴリータイトル */

/* カテゴリータイトル02 */

#categorynaiyou{
  margin: 70px 0;
}

#categorynaiyoutitle h2{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  color: #009b63;
  line-height: 40px;
}


.under {
  padding: 3px;
  border-bottom: solid 2px #757575;
}
/* カテゴリータイトル02 */


  }
