
@charset "utf-8";
/* CSS Document */

/* -------------------- */
/* base
/* -------------------- */

*{font-family: "ヒラギノ角ゴ Pro w1", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, yu-gothic-pr6n,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  @font-face{
    font-family: Inter;
    src: local(Inter-SemiBold)
     /* url(/path/to/Inter-SemiBold.woff2) format("woff2"),
      url(/path/to/Inter-SemiBold.woff) format("woff"),
      url(/path/to/Inter-SemiBold.ttf) format("truetype")*/;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
	  font-display: swap;
	 
  }
  @font-face {
    font-family: YuGothic;	
    src: local(YuGothic-Bold)
      /*url(/path/to/YuGothic-Bold.woff2) format("woff2"),
      url(/path/to/YuGothic-Bold.woff) format("woff"),
      url(/path/to/YuGothic-Bold.ttf) format("truetype")*/;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
	  font-display: swap;
  }

body{
	width: auto;
  margin: 0;
  padding: 0;
   font-family: 'YuGothic', sans-serif !important;
  height: 100%;
  background-repeat: no-repeat;
	}



/* N */
a,
a:link,
a:visited {
	text-decoration:none;
        color:#3B3B3B;
}
a:hover {
	text-decoration:none;
        color:#3B3B3B;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

hr{
  border: solid 1px #b7b7b7;
  margin-right: 15px;

}

img {
  float: left;	
  display: block;
}


/*##################################################################################################*/

@media (min-width:960px) {
  
.wrap {
   margin: 0;
   margin-left: auto;
   margin-right: auto;
   box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
   background-color: #fff;
    width: auto;
	max-width: 1200px;
	min-width: 960px;
    overflow: hidden;
  }
	
  /* -------------------- */
/* header
/* -------------------- */
	
.header{
  width: 100%;
max-width: 1200px;
min-width: 960px;
height: 90px;
 padding: 15px 0px 0px 20px;
 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
 background-color: #fff;
}
	
.header .logo {
	width: 250px;
  height: 62px;

}
			
.header .rbox {
width: 160px;
  height: 39px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-image: linear-gradient(104deg, #ee9404, #e9cd0e);
  color: #fff;
   font-family: 'YuGothic', sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
float: right;
text-align: left;

	}
	
.header .rbox img {
		padding-right: 10px;
		padding-top: 11px;

	}


  .pc_navi ul {
    display: flex;
    list-style: none;
	  margin-top: 18px;
	  float: right;
    margin-left: 0px;
	  margin-right: 20px;
  }
  
  
  .pc_navi ul li:first-child a{
    text-align: left;
    padding: 0;
    font-size:18px;
    color:#3B3B3B;
    float:right;
    letter-spacing: 0.8px;
    font-weight: 700;
    text-decoration: none;
    padding-right: 0px;
    margin-right: 10px;
    padding-top: 10px;
    
	
}
.pc_navi ul li:last-child a{
  text-align: left;
  padding: 0;
  font-size:17px;
  color:#3B3B3B;
  float:right;
  letter-spacing: 0.8px;
  font-weight: 400;
  text-decoration: none;
  padding-right: 0px;
  

}


.pc_navi ul li a{
  text-align: left;
  padding: 0 ;
  font-size:16px;
  color:#3B3B3B;
  letter-spacing: 0.8px;
  margin-left:18px;
  float:left;
   font-family: 'YuGothic', sans-serif !important;
  font-weight: bold;
  text-decoration: none;
  padding-right: 0px;
  margin-right: 10px;
  padding-top: 10px;
    
}

.pc_navi ul li a:hover{
	background-image: linear-gradient(to right, #ee9404, #e9cd0e);
	background-repeat: no-repeat;
	background-size: 100% 10%;
	background-position: bottom;
	}

.top_box {
  width: 100%;
  height: 591px;
min-width: 960px;
max-width: 1200px;
 padding: 0px 0px 0px 0;
  background-image:url("../img/top_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
  opacity: 0.9;
  z-index: 1;
 
}	

	
 .top_copy{
   width: 100%;
max-width: 1200px;
  height: 121px;
  margin: 0 0 0px 3%;
  padding-top: 15%;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  font-family: 'Inter', sans-serif !important;
  font-size: 90px;
  font-weight: 600;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  
}

.top_text{
  width: 448px;
  height: 36px;
  margin: 0 0 0px 3%;
  font-family: 'YuGothic', sans-serif  !important;	
font-size: 28px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;

    
   }



.newsbox01{
width: auto;
padding-left: 50px;
	padding-right: 30px;
}



	
.newsbox01 .text01{
  width: 182px;
  margin: 87px 0 32px 0;
background-image: url(../img/news.svg);
background-repeat: no-repeat;
font-family: 'YuGothic', sans-serif  !important;	
	font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
	color: #3b3b3b;
  padding-top: 60px;
  }
  
.conbox01{
  width: 100%;
  display: flex; 
	margin: 0 20px 0 0;
	
}


.conbox01 .text02{
  width: 200px;
  height: auto;
  margin: 18.5px 14px 12.5px 0;
   font-size: 16px;
   font-family: 'Inter',!important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
	color: #3b3b3b;
  
}
.conbox01 .ore{
  width: 200px;
  height: 26px;
  margin: 5px 16px 9.5px 14px;
  padding: 8px 5px 0px 5px;
  border-radius: 2px;
  border: solid 2px #ee9404;
  font-family: 'YuGothic', sans-serif  !important;	
font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -2px;
  text-align: center;
  color: #707070;
}

.conbox01 .gre{
  width: 200px;
  height: 26px;
  margin: 5px 16px 9.5px 14px;
  padding: 8px 5px 0px 5px;
  border-radius: 2px;
  border: solid 2px #e9cd0e;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #707070;
}
	
	.conbox01 .red{
 width: 200px;
    height: 26px;
    margin: 5px 16px 9.5px 14px;
    padding: 8px 5px 0px 5px;
    border-radius: 2px;
    border: solid 2px #e14f18;
    font-family: 'YuGothic', sans-serif  !important;	font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #707070;

 
  }

.conbox01 .text03{
  width: 100%;
  height: auto;
  margin: 10px 50px 0px 14px;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3b3b3b;
  padding-right: 30px;
  padding-bottom: 15px;
}

.conbox01 .img{
  width: 22px;
  height: 22px;
  margin-top: 15px;
  padding-right: 25px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
   float: right;

 
  }

.button01{
  width: 360px;
	height: 50px;
  margin: 50px 30px 80px 0px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #e9cd0e;
  float: right;
  text-align: right;
	 background-image: url(../img/arrow02.svg);
  background-repeat: no-repeat;
		background-position: right;
  }

  .button01 .text{
  width: 360px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  font-family: 'YuGothic', sans-serif  !important;	display: flex;
  vertical-align: middle; 
  margin: 0 24px;
  padding: 10px;
  
}

.button01 .text img{
  float: right;
  margin-left: 120px;
}

.button02{
  width: 360px;
  margin: 47.5px 30px 80px 0px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #e9cd0e;
  float: right;
  text-align: right;
	 background-image: url(../img/arrow02.svg);
  background-repeat: no-repeat;
		background-position: right;

 
  }
  .button02 .text{
  width: 500px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  font-family: 'YuGothic', sans-serif  !important;	display: flex;
  vertical-align: middle; 
  padding: 10px;
  margin: 0 24px;
}

.button02 .text img{
  float: right;
  margin-left: 125px;
}

.button03{
  width: 360px;
  margin: 100px 45px 80px 30px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #e9cd0e;
  float:right;
  text-align: right;
	 background-image: url(../img/arrow02.svg);
  background-repeat: no-repeat;
		background-position: right;
 
  }
  .button03 .text{
    width: 500px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-family: 'YuGothic', sans-serif  !important;	display: flex;
    vertical-align: middle; 
    padding:  10px ;
    margin: 0 24px;
}

.button03 .text img{
  float: right;
  margin-left: 120px;}

	

	
	
.serbox01{
  width: auto;
  height: auto;
  margin: 0;
  float: left;
	margin-right: 2%;
  background-color: #f8f8f8;
  
  }


	  .serbox01 .text01{
    width: 250px;
    margin: -30px 0px 32px 50px;
  background-image: url(../img/service.svg);
  background-repeat: no-repeat;
  font-family: 'YuGothic', sans-serif  !important;	
		  font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3b3b3b;
    padding-top: 60px;
     
  }

  .serbox01 .box01{
  width: 530px;
  height: 491px;
  margin: 0px 0px 56px 50px;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    float: left;
  text-align: center;

 }
  
  .serbox01 .box01 .img{
    background-image: url(../img/t-shien.svg);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    background-repeat: no-repeat;
    background-position: top;
	    background-size: contain;
width: 530px;
height: 280px;

 }

  .serbox01 .box01 .text{
  width: 230px;
  height: 33px;
  margin: 20px auto;
  padding: 6px 16px 0px 16px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-image: linear-gradient(99deg, #ee9404 6%, #e9cd0e 100%);
  color: #fff;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  display:flex;
  justify-content: space-between; 

  }

  .serbox01 .box01 .text   a,
  a:link,
  a:visited {
    text-decoration:none;
          color:#fff;
  }
  .serbox01 .box01 .text a:hover {
    text-decoration:none;
          color:#fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  .serbox01 .box01 .text img{
    float: right;
    margin-left: 50px;
    margin-top: 0;
  }

  .serbox01 .box02{
    width: 530px;
  height: 491px;
  margin: 0px 38px 56px 0px;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  float: right;
  text-align: left;
   }

  .serbox01 .box02 .text{
   width: 320px;
   height: 33px;
  margin: 20px auto;
  padding: 6px 0px 0px 30px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-image: linear-gradient(99deg, #ee9404 6%, #e9cd0e 100%);
  color: #fff;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  display:flex;
  justify-content: space-between; 
  
    }



  .serbox01 .box02 .img{
      background-image: url(../img/otasuke.svg);
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
      background-repeat: no-repeat;
      background-position: top;
	    background-size: contain;
  width: 530px;
  height: 280px;

        }
  
  
 .serbox01 .box02 .text   a,
        a:link,
        a:visited {
          text-decoration:none;
                color:#fff;
        }
        .serbox01 .box02 .text a:hover {
          text-decoration:none;
                color:#fff;
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha(opacity=70)";
        }
      
        .serbox01 .box02 .text img{
          float: right;
          margin-left: 50px;
        }


        .serbox01 .box03{
      width: 530px;
    height: 491px;
    margin: 0px 0px 56px 50px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    float: left;
    text-align: left;
     
    }
    .serbox01 .box03 .text{
    width: 311px;
    height: 33px;
    margin: 20px auto;
    padding: 6px 0px 0px 30px;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    background-image: linear-gradient(99deg, #ee9404 6%, #e9cd0e 100%);
    color: #fff;
    font-family: 'YuGothic', sans-serif  !important;	font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    display:flex;
    justify-content: space-between; 
    }
  
    .serbox01 .box03 .img{
      background-image: url(../img/henkou.svg);
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
      background-repeat: no-repeat;
      background-position: top;
		  background-size: contain;
  width: 530px;
  height: 280px;
    
      }
  

      .serbox01 .box03 .text   a,
        a:link,
        a:visited {
          text-decoration:none;
                color:#fff;
        }
        .serbox01 .box3 .text a:hover {
          text-decoration:none;
                color:#fff;
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha(opacity=70)";
        }
      
        .serbox01 .box03 .text img{
          float: right;
          margin-left: 50px;
          margin-top: 0;
        }

        .serbox01 .box04{
          width: 530px;
        height: 540px;
        margin: 0px 38px 56px 0px;
        border-radius: 8px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
        background-color: #fff;
        float: right;
        text-align: left;
         }
      
        .serbox01 .box04 .text{
         width: 230px;
         height: 33px;
        margin: 20px auto;
        padding: 6px 0px 0px 30px;
        border-radius: 4px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
        background-image: linear-gradient(99deg, #ee9404 6%, #e9cd0e 100%);
        color: #fff;
        font-family: 'YuGothic', sans-serif  !important;	font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        display:flex;
        justify-content: space-between; 
        
          }
      
      
      
          .serbox01 .box04 .img{
            background-image: url("../img/zeirishi.jpg");
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
            background-repeat: no-repeat;
            background-position: top;
			    background-size: contain;
        width: 530px;
        height: 280px;
      
              } 

        .serbox01 .box04 .text   a,
        a:link,
        a:visited {
          text-decoration:none;
                color:#fff;
        }
        .serbox01 .box4 .text a:hover {
          text-decoration:none;
                color:#fff;
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha(opacity=70)";
        }
      
        .serbox01 .box04 .text img{
          float: right;
          margin-left: 50px;
          margin-top: 0;
        }

.serbox01 .box05{
      width: 530px;
    height: 491px;
    margin: 0px 0px 56px 50px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    float: left;
    text-align: left;
     
    }
    .serbox01 .box05 .text{
    width: 400px;
    height: 33px;
    margin: 20px auto;
    padding: 6px 0px 0px 30px;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    background-image: linear-gradient(99deg, #ee9404 6%, #e9cd0e 100%);
    color: #fff;
    font-family: 'YuGothic', sans-serif  !important;	font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    display:flex;
    justify-content: space-between; 
    }
  
    .serbox01 .box05 .img{
      background-image: url("../img/hitori.svg");
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
      background-repeat: no-repeat;
      background-position: top;
		  background-size: contain;
  width: 530px;
  height: 280px;
    
      }
  

      .serbox01 .box05 .text   a,
        a:link,
        a:visited {
          text-decoration:none;
                color:#fff;
        }
        .serbox01 .box05 .text a:hover {
          text-decoration:none;
                color:#fff;
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha(opacity=70)";
        }
      
        .serbox01 .box05 .text img{
          float: right;
          margin-left: 50px;
          margin-top: 0;
        }
	
	

  .serbox01 .text02{
    width: 357px;
    height: 31px;
    font-family: 'YuGothic', sans-serif  !important;	font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3b3b3b;
    padding-top: 10px;
    margin-left:auto;
    margin-right: auto;
  }
  .serbox01 .text03{
  width: 348px;
  height: 47px;
  margin: 0;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3b3b3b;
  margin-left:auto;
  margin-right: auto;
  }
	
	  .serbox01 .text04{
  width: 348px;
  height:100px;
  margin: 0;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3b3b3b;
  margin-left:auto;
  margin-right: auto;
  }


  .ore_line{
height: 22px;
    background-image: url(../img/line.svg);
    background-repeat: no-repeat;
    width: 370px;
    margin:0 auto;

  }

  .recbox01{
    width: 98%;
    height: 795px;
    margin: 115px 0 88px 44px;
    padding: 0px ;
    float: right;
    background-color: #f8f8f8;
     }
   
    .recbox01 .text01{
      width: 234px;
      margin: -30px 0px 32px 60px;
    background-image: url(../img/rec.svg);
    background-repeat: no-repeat;
    font-family: 'YuGothic', sans-serif  !important;	
		font-size: 22px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #3b3b3b;
      padding-top: 60px;  
    }  
  
    
    .recbox01 .box01{
      width: 100%;
    height: 611px;
    margin: 0 0 0 0px;
     background-image: url(../img/recimg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    
  }  
  
    
    .recbox01 .box01 .text02{
font-size: 50px;
  line-height: 1.6em;
  text-shadow: 0 3px 6px #000(0, 0, 0, 0.06);
  font-family: 'YuGothic', sans-serif!important;	
		font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      text-align: left;
      color: #fff;
      padding: 250px 0px 0 60px;  
      
    }  
  
  
.gtbox01{
    width: 98%;
    height: 580px;
    margin: 0 0 80px 0;
    float: left;
    background-color: #f8f8f8;
    }
    
.gtbox01 .text01{
      width: 300px;
      margin: -30px 0px 32px 90px;
    background-image: url(../img/greeting.svg);
    background-repeat: no-repeat;
    font-family: 'YuGothic', sans-serif  !important;	font-size: 22px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #3b3b3b;
      padding-top: 60px;
    }

 .gtbox01 .lbox{
      width: 316px;
  height: 341px;
  margin: 0 20px 8px 80px;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2b2b2b;
  float: left;  
	} 
	
 .gtbox01 .lbox img{
	 width:100%;
		}

 .gtbox01 .rbox{
  width: auto;
   height: auto;
	 margin: 0px 50px 50px 0;
   font-family: 'YuGothic', sans-serif  !important;	
 font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2b2b2b;
  line-height: 2.5em ;

}   

.contactbox01{
  width: 100%;
  height: 277px;
  float: left;
  background-image: url(../img/contact.jpg);
  background-repeat: no-repeat;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
	margin-bottom: 80px;

  }
    
.contactbox01 .text01{
  margin: 50px 29px 24px 22px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  font-family: 'Inter', sans-serif !important;
  font-size: 70px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  }




  .contactbox01 .botton{
    width: 314px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
   border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-image: linear-gradient(96deg, #ee9404 6%, #e9cd0e 93%);
  
  
    }

 .contactbox01 .botton .text{
  width: 500px;
    font-family: 'YuGothic', sans-serif  !important;	font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    display: flex;
  vertical-align: middle; 
padding-top: 15px;;
  margin: 0 0 0 24px;

  
 }

 .contactbox01 .botton .text img{
  margin-left: 75px;
  margin-top: -5px;
  float: right;
 }
 
 .contactbox01  .botton .text a,
 a:link,
 a:visited{
  color: #fff;
    }
  
    .contactbox01  .botton .text a{
      color: #fff;
           
}
.contactbox01  .botton .text a:hover {
	text-decoration:none;
        color:#fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.banerbox{
  padding: 90px 0 ;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 1206px;
  height: 282px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;

}

.banerbox {
  width: 100%;
  padding: 90px 0 ;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 282px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;

}




/* footer */


footer{
	width: 1200px;
  height: 283px;
	margin:0px;
	overflow:hidden;
 background-color: #f8f8f8;

 

}

footer a,
a:link,
a:visited {
	text-decoration:none;
        color:#3B3B3B;
}
a:hover {
	text-decoration:none;
        color:#3B3B3B;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  	background-image: linear-gradient(to right, #ee9404, #e9cd0e);
	background-repeat: no-repeat;
	background-size: 100% 10%;
	background-position: bottom;
}

footer .logo a{
	width: 180px;
  height: 62px;
 	margin: 48px auto 15px 83px;
	background:url(../img/f_logo.svg);
	background-repeat:no-repeat;
  float: left;
	text-indent:-9999px;
}


footer .rbox {
    width: 160px;
      height: 39px;
      margin: -10px 10px 0px 0;
      border-radius: 4px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
      background-image: linear-gradient(104deg, #ee9404, #e9cd0e);
      color: #fff;
      font-family: 'YuGothic', sans-serif  !important;	font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 35px;
      letter-spacing: normal;
    float: right;
    text-align: left;
    padding-top: 5px;	
      
      }
      
      footer .rbox img {
        padding-right: 10px;
        padding-top: 10px;
        
      }
      
      footer ul {
        display: flex;
        list-style: none;
        margin-top: 80px;
        float: right;
        margin-left: 0px;
		  margin-right: 20px;
        
      }      
      
      footer ul li:first-child a{
        text-align: left;
        font-size:16px;
        color:#3B3B3B;
        letter-spacing: 0.8px;
        font-family: lato, sans-serif;
        font-weight: bold;
      padding:  0 10px 0 0;
    
      
    }
    footer ul li:last-child a{
      text-align: left;
      font-size:16px;
      color:#3B3B3B;
      float:right;
      letter-spacing: 0.8px;
      font-weight: bold;
      padding:  0 0 0  10px;
       
    }
    footer ul li:last-child a:hover{
      background: none
    }
    
    
    footer ul li a{
      text-align: left;
       font-size:16px;
      color:#3B3B3B;
      letter-spacing: 0.8px;
      margin-left:18px;
      float:left;
        font-family: 'YuGothic', sans-serif  !important;	font-weight: bold;
      padding:  0 10px 0  0;
       
        
    }
    

footer .ad_box{
  width: 450px;
  height: 91px;
  margin-top: 150px;
  margin-left: 80px;
   
  }

footer .ad_box .text{
  margin: 80px 0 0 0px;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 15px;
   font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3b3b3b;
}

footer .pbox{
  width:  auto;
  height: 70px;
  margin: 32px 0 0 20px;
  float: right;
  display: flex;

  }
  footer .pbox img{
   float: right;
   margin-right: 110px;
  
    }

  footer .pbox .text{
    font-size:16px;
    color:#3B3B3B;
    letter-spacing: 0.8px;
      font-family: 'YuGothic', sans-serif  !important;	font-weight: bold;
    text-align: right;
  
  }

  footer .pbox .text a{
padding-right: 20px;
    
  }
  footer .pbox .text a:last-child:hover{
background: none
    
  }

.copy{
	width: 500px;
  height: 18px;
  margin: 16px 33px 16px 136px;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3b3b3b;
  margin-left: auto;
  margin-right: auto;
}
	
	#page-top a{
	display: flex;
	justify-content:center;
  align-items:center;
	background:#E9CD0E;
	border-radius: 64px;
	width: 68px;
	height: 64px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	transition:all 0.3s;
	margin-bottom: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  font-weight: bold;
  background-image: url(../img/parrow.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 5px;
  letter-spacing: 1px;
}


#page-top a:hover{
	opacity: 0.8;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 30px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }}
br.br-sp {
  display: none;
  }

  .img-pc {
    display: block;
  }
  .img-sp {
    display: none;
  }
 
  .pc_navi {
    display: block;
    }

    #g-nav {
      display: none;
      }
      .openbtn {
        display: none;
        }

}

/*  ------------------------------------------------------------------------------------*/

@media screen and (min-width:960px) and ( max-width:1199px) {
	
	.top_copy{
  font-size: 75px;
  
}
	.top_box {
  width: 100%;
  height: 500px;
 min-width: 960px;
max-width: 1199px;
}

.top_text{
 font-size: 25px;
}
	
	
.serbox01{
  width: 98%;
  height: auto;
   float: left;
  background-color: #f8f8f8;
  
  }


	
  .serbox01 .box01{
  margin: 0px auto 60px;
  float: none;

 }
  

  
.serbox01 .box02{
  margin: 0px auto 60px;
  float: none;

 }
  	
.serbox01 .box03{
  margin: 0px auto 60px;
  float: none;

 }
	
.serbox01 .box04{
  margin: 0px auto 60px;
  float: none;

 }
	
.serbox01 .box05{
  margin: 0px auto 60px;
  float: none;

 }
	
	footer{
	width: 100%;
  height: 283px;
	margin:0px;
	overflow:hidden;
 background-color: #f8f8f8;

 

}

footer a,
a:link,
a:visited {
	text-decoration:none;
        color:#3B3B3B;
}
a:hover {
	text-decoration:none;
        color:#3B3B3B;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

footer .logo a{
	width: 180px;
  height: 62px;
 	margin: 48px auto 15px 40px;
	background:url(../img/f_logo.svg);
	background-repeat:no-repeat;
  float: left;
	text-indent:-9999px;
}


footer .rbox {
    width: 160px;
      height: 39px;
      margin: -10px 10px 0px 0;
      border-radius: 4px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
      background-image: linear-gradient(104deg, #ee9404, #e9cd0e);
      color: #fff;
      font-family: 'YuGothic', sans-serif  !important;	font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 35px;
      letter-spacing: normal;
    float: right;
    text-align: left;
    padding-top: 5px;	
      
      }
      
      footer .rbox img {
        padding-right: 10px;
        padding-top: 10px;
        
      }
      
      footer ul {
        display: flex;
        list-style: none;
        margin-top: 80px;
        float: right;
        margin-left: 0px;
		  margin-right: 10px;
        
      }      
      
      footer ul li:first-child a{
        text-align: left;
        font-size:16px;
        color:#3B3B3B;
        letter-spacing: 0.8px;
        font-family: lato, sans-serif;
        font-weight: bold;
      padding:  0 5px 0 0;
    
      
    }
    footer ul li:last-child a{
      text-align: left;
      font-size:16px;
      color:#3B3B3B;
      float:right;
      letter-spacing: 0.8px;
      font-weight: bold;
      padding:  0 0 0  5px;
       
    }
    
    
    footer ul li a{
      text-align: left;
       font-size:16px;
      color:#3B3B3B;
      letter-spacing: 0.8px;
      margin-left:18px;
      float:left;
        font-family: 'YuGothic', sans-serif  !important;	font-weight: bold;
      padding:  0 5px 0  0;
       
        
    }
    

footer .ad_box{
  width: 450px;
  height: 91px;
  margin-top: 150px;
  margin-left: 40px;
   
  }

footer .ad_box .text{
  margin: 80px 0 0 0px;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 15px;
   font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3b3b3b;
}

footer .pbox{
  width:  auto;
  height: 70px;
  margin: 32px 0 0 20px;
  float: right;
  display: flex;

  }
  footer .pbox img{
   float: right;
   margin-right: 110px;
  
    }

  footer .pbox .text{
    font-size:16px;
    color:#3B3B3B;
    letter-spacing: 0.8px;
      font-family: 'YuGothic', sans-serif  !important;	font-weight: bold;
    text-align: right;
  
  }

  footer .pbox .text a{
padding-right: 20px;
    
  }
	
}

/*##################################################################################################*/


@media (max-width:959px) {
.wrap {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
     max-width: 959px;
     min-width: 320px;
     overflow: hidden;
     background-color: #fff;
       font-family: 'YuGothic', sans-serif  !important;	height: 100%;
   }
   /* -------------------- */
 /* header
 /* -------------------- */
 .header{

   width: 100%; 
    height: 60px; 
    background: #fff; 
    padding: 5px 83px 5px 15px;
    box-sizing: border-box; 
    position: fixed; 
    top: 0; 
    left: 0; 
    display: flex;
    align-items: center;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
   background-repeat: no-repeat;
	 background-position: 10px;

	  
    
 }
 .header .logo {
	width:100%;
	height: 39px;
   margin: 0;
   background-image:url("../img/sp_logo.svg");
   background-repeat: no-repeat;
   background-size: contain;
 
	}


.top_box {
width: 100%;
height: 240px;
min-width: 320px;
max-width: 959px;
 padding: 0px 0px 0px 0;
  background-image:url("../img/sp_top_bg.jpg");
	background-repeat: no-repeat;
  background-size: cover;

   box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
 
}	
	
.top_copy{
   margin: 0 0 0px 15px;
  padding-top:100px;
  text-shadow: 0 3px 6px rgba(0, 0, 2, 0.2);
  font-family: Inter;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  
}

.top_text{
  width: 448px;
  height: 36px;
  margin: 0 0 0px 20px;
  font-family: 'YuGothic', sans-serif  !important;
	font-size: 15px;
  font-weight:normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
    
   }
	
.newsbox01{
padding-left: 15px;
		
}

.newsbox01 .text01{
  width: 100%;
  margin: 32px 0 15px ;
background-image: url(../img/sp_news.svg);
background-repeat: no-repeat;
font-family: 'YuGothic', sans-serif  !important;	
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
	color: #3b3b3b;
  padding-top: 35px;
  

}
.conbox01{
  width: 100%;
  
}


.conbox01 .text02{
  width: 100%;
  height: 20px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
	color: #3b3b3b;
 
	
}
.conbox01 .ore{
 width: 102px;
	margin: 3px 0;
   overflow: hidden;
  padding: 5px;
  border-radius: 2px;
  border: solid 2px #ee9404;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #707070;
   
}

.conbox01 .gre{
  width: 102px;
   overflow: hidden;
  padding: 5px;
	margin: 5px 0;
  border-radius: 2px;
  border: solid 2px #e9cd0e;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #707070;
 

}
	
	.conbox01 .red{
  width: 102px;
   overflow: hidden;
  padding: 5px;
	margin: 5px 0;
  border-radius: 2px;
  border: solid 2px #e14f08;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #707070;
 

}

.conbox01 .text03{
  width:90%;
  overflow: hidden;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3b3b3b;
  margin-bottom: 15px;;
}

.conbox01 .img{
  width:  22px;
  height: 22px;
  margin-top: -15px;
  background-image: url("../img/sp_arrow.svg");
  background-repeat: no-repeat;
   float: right;
   margin-right: 15px;;
  }
	
	.button01{
  width: 200px;
	height: 32px;
  margin: 10px 15px 30px 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #e9cd0e;
  float: right;
  text-align: right;
		 background-image: url(../img/sp_arrow02.svg);
  background-repeat: no-repeat;
		background-position: right;
 
  }
  .button01 .text{
	  width: 200px;
	  height: 16px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
    font-family: 'YuGothic', sans-serif  !important;	padding-left: 15px;
	   display: flex;
  vertical-align: middle; 
  padding-top: 5px;
}

.button01 .text img{
  float: right;

}

.button02{
  width: 200px;
	height: 32px;
  margin: 0 auto 80px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #e9cd0e;
  text-align: right;
		 background-image: url(../img/sp_arrow02.svg);
  background-repeat: no-repeat;
		background-position: right;

 

 
  }
  .button02 .text{
    width: 200px;
	  height: 16px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
    font-family: 'YuGothic', sans-serif  !important;	padding-left: 15px;
	   display: flex;
  vertical-align: middle; 
  padding-top: 5px;
}

.button02 .text img{
  float: right;
  margin-left: 125px;
}

.button03{
  width: 200px;
	height: 32px;
  margin: 0px 30px 80px 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #e9cd0e;
  float: right;
  text-align: right;
		 background-image: url(../img/sp_arrow02.svg);
  background-repeat: no-repeat;
		background-position: right;

 
 
  }
  .button03 .text{
    width: 200px;
	  height: 16px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
    font-family: 'YuGothic', sans-serif  !important;	padding-left: 15px;
	   display: flex;
  vertical-align: middle; 
  padding-top: 5px;
}

.button03 .text img{
  float: right;
  margin-left: 120px;
	}
	
	
	
.serbox01{
  width: 98%;
  margin: 0;
  float: left;
  background-color: #f8f8f8;

  
  }



 .serbox01 .text01{
    width: 250px;
    margin: -10px 0px 32px 15px;
  background-image: url(../img/sp_service.svg);
  background-repeat: no-repeat;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3b3b3b;
    padding-top: 35px;
     
  }
    .serbox01 .box01{
      width: 300px;
      max-width: 700px;
      min-width: 320px;
margin: 0;
margin-left: auto;
margin-right: auto;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 24px;
  
    }
    
    .serbox01 .box01 .img{
     height: 150px;
        background-image: url(../img/sp_t-shien.png);
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
      background-repeat: no-repeat;
      background-position: top;
      width: 100%;
      background-size: contain;
    
      }
  


    .serbox01 .box01 .text{
    width: 179px;
    height: 26px;
    padding: 0 20px;
    margin: 15px auto;
      border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    background-image: linear-gradient(99deg, #ee9404 6%, #e9cd0e 100%);
    color: #fff;
    font-family: 'YuGothic', sans-serif  !important;	font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding-top: 5px;
    justify-content: space-between; 

    
  
   
    }

    .serbox01  .text a,
    a:link,
    a:visited {
      text-decoration:none;
            color:#fff;
    }
    .serbox01  .text  a:hover {
      text-decoration:none;
            color:#fff;
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
    }

    .serbox01  .text  img{
      float: right;
      margin-top: -3px;
      


    }   
  
    .serbox01 .box02{
      width: 320px;
      max-width: 700px;
      min-width: 320px;
margin: 0;
margin-left: auto;
margin-right: auto;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 24px;
  
    }
    
    .serbox01 .box02 .img{
      height: 150px;
        background-image: url(../img/sp_otasuke.png);
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
      background-repeat: no-repeat;
      background-position: top;
      width: 100%;
      background-size: contain;
   

  
      }
  
    .serbox01 .box02 .text{
    width: auto;
    height: 26px;
    padding: 0 15px;
    margin: 15px 15px;
      border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    background-image: linear-gradient(99deg, #ee9404 6%, #e9cd0e 100%);
    color: #fff;
    font-family: 'YuGothic', sans-serif  !important;	font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding-top: 5px;
    justify-content: space-between; 
   
    }
    
    .serbox01 .box03{
      width: 320px;
      max-width: 700px;
      min-width: 320px;
margin: 0;
margin-left: auto;
margin-right: auto;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 24px;
  
    }
    
    .serbox01 .box03 .img{
      height: 150px;
        background-image: url(../img/sp_henkou.png);
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
      background-repeat: no-repeat;
      background-position: top;
      width: 100%;
      background-size: contain;
    
      }
  
    .serbox01 .box03 .text{
      width: auto;
      height: 26px;
      padding:0 15px;
      margin: 15px 15px;
      border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    background-image: linear-gradient(99deg, #ee9404 6%, #e9cd0e 100%);
    color: #fff;
    font-family: 'YuGothic', sans-serif  !important;	font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding-top: 5px;
    justify-content: space-between; 
   
    }

    .serbox01 .box04{
      width: 320px;
      max-width: 700px;
      min-width: 320px;
margin: 0;
margin-left: auto;
margin-right: auto;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 24px;
  
    }
    
    .serbox01 .box04 .img{
        height: 150px;
        background-image: url("../img/sp_zeirishi.gif");
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
      background-repeat: no-repeat;
      background-position: top;
      width: 100%;
      background-size: contain;
     
      }
  
    .serbox01 .box04 .text{
      width: 150px;
      height: 26px;
      padding:0 15px;
    margin: 15px auto;
      border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    background-image: linear-gradient(99deg, #ee9404 6%, #e9cd0e 100%);
    color: #fff;
    font-family: 'YuGothic', sans-serif  !important;	font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding-top: 5px;
    justify-content: space-between; 
   
    }
	
	.serbox01 .box05{
      width: 320px;
      max-width: 700px;
      min-width: 320px;
margin: 0;
margin-left: auto;
margin-right: auto;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 24px;
  
    }
    
    .serbox01 .box05 .img{
      height: 150px;
        background-image: url("../img/sp_hitori.png");
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
      background-repeat: no-repeat;
      background-position: top;
      width: 100%;
      background-size: contain;
    
      }
  
    .serbox01 .box05 .text{
      width: auto;
      height: 26px;
      padding:0 15px;
      margin: 15px 15px;
      border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    background-image: linear-gradient(99deg, #ee9404 6%, #e9cd0e 100%);
    color: #fff;
    font-family: 'YuGothic', sans-serif  !important;	font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding-top: 5px;
    justify-content: space-between; 
   
    }
        
    .serbox01 .text02{
      width: auto;
         margin: 0;
      font-family: 'YuGothic', sans-serif  !important;	font-size: 15px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #3b3b3b;
      padding-top: 10px;
      margin-left:auto;
      margin-right: auto;
    }

    
    .serbox01 .text03{
    width: auto;
    margin: 0;
    font-family: 'YuGothic', sans-serif  !important;	font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3b3b3b;
    margin-left:auto;
    margin-right: auto;
    }
	
	 .serbox01 .text04{
    width: 90%;
    margin: 0;
    font-family: 'YuGothic', sans-serif  !important;	font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3b3b3b;
    margin-left:auto;
    margin-right: auto;
    }
	
 .ore_line{
      height: 22px;
     background-image: url(../img/sp_line.svg);
      background-repeat: no-repeat;
    width: 214px;
      margin:0 auto;
      
          
      
        }
  
  .recbox01{
    width: 98%;
 	height: auto;
          background-color: #f8f8f8;
          margin: 50px 0 15px 0px;
          float: right;
           }
	
	        
          .recbox01 .text01{
            width: 234px;
            margin: -10px 0px 15px 15px;
          background-image: url(../img/sp_rec.svg);
          background-repeat: no-repeat;
          font-family: 'YuGothic', sans-serif  !important;	font-size: 13px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #3b3b3b;
            padding-top: 35px;  
          }  
        

          .recbox01 .box01{
            width: auto;
            max-width: 959px;
            min-width: 320px;
			height: 418px;
          margin: 0 0 0 -15px;
          padding: 0px 0px 0 0px;
          background-image: url(../img/sp_recimg.png);
		background-repeat: no-repeat;
    background-size: cover;
          }  
        
          .recbox01 .box01 .text02{
            font-family: 'YuGothic', sans-serif  !important;	font-size: 28px;
              line-height: 3.1em;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            letter-spacing: normal;
            text-align: left;
             color: #fff;
           float: left;
            padding: 100px 5% 50px ;
            text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            
          }  

.gtbox01{
    width: 98%;
    height: auto;
    margin: 50px 0 50px 0;
    float: left;
    background-color: #f8f8f8;
    }
    
.gtbox01 .text01{
      width: 300px;
      margin: -10px 0px 12px 15px;
    background-image: url(../img/sp_greeting.svg);
    background-repeat: no-repeat;
    font-family: 'YuGothic', sans-serif  !important;	font-size: 13px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #3b3b3b;
      padding-top: 35px;
    }

 .gtbox01 .lbox{
	 width: auto;
 height: auto;
  margin: 0 10px 8px 15px;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 0.7em;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  vertical-align: middle; 
  color: #2b2b2b;
  float: left;
  padding-top: 0px ;
  padding-left:10px;
  
      }   

 .gtbox01 .lbox img{
	 width:40%;
	 margin-right:10px;
		}


 .gtbox01 .rbox{
  width: auto;
  margin: 0px 10px 0px 30px;
  height: auto;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #2b2b2b;
  float: left;
  line-height: 2.5em ;
}   
     


.contactbox01{
  width: 100%;
  max-width: 959px;
  min-width: 320px;
  height: 117px;
  float: left;
  background-image: url(../img/sp_contact.png);
  background-repeat: no-repeat;
  background-size: cover;
	margin-bottom: 50px;

  
   }
  
.contactbox01 .text01{

  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  font-family: Inter;
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  }

  .contactbox01 .botton{
    width: 200px;
    height: 32px;
    margin: 0px auto 80px;
    border-radius: 4px;
    background: linear-gradient(99deg, #ee9404 6%, #e9cd0e 100%);
      text-align: right;
    
    }

 .contactbox01 .botton .text{
  width: auto;
	  height: 25px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
    font-family: 'YuGothic', sans-serif  !important;	padding-left: 10px;
    padding-top: 5px;
  display: flex;
  vertical-align: middle; 
  justify-content: space-between; 
  text-align: left;
   
 }

 .contactbox01  .botton .text a,
 a:link,
 a:visited{
  color: #fff;
    }
     .contactbox01  .botton .text a{
      color: #fff;
           
}
.contactbox01  .botton .text a:hover {
	text-decoration:none;
        color:#fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.contactbox01 .botton .text img{
  margin-left: 30px;
  margin-top: 0px;
  float: right;
width: 30px;
height: 30px;
 }
 

 .banerbox {
  width: auto;
 padding-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  max-width: 959px;
  min-width: 320px;
  height: 282px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img-sp {
  display: block;
}
.img-pc {
  display: none;
}
 

/* footer */
a,
a:link,
a:visited {
	text-decoration:none;
        color:#3B3B3B;
}
a:hover {
	text-decoration:none;
        color:#3B3B3B;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
footer{
  width: 100%;
	max-width: 959px;
  min-width: 320px;
  height: 320px;
	margin:0px;
	overflow:hidden;
 background-color: #f8f8f8;


}
footer .logo a{
	width: 120px;
  height: 41px;
 	margin: 15px auto 15px 20px;
	background:url(../img/sp_f_logo.svg);
	background-repeat:no-repeat;
  float: left;
	text-indent:-9999px;
}


footer .rbox {
    width: 130px;
      height: 27px;
       border-radius: 4px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
      background-image: linear-gradient(104deg, #ee9404, #e9cd0e);
      color: #fff;
      font-family: 'YuGothic', sans-serif  !important;	font-size: 12px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
    float: right;
    text-align: left;
    padding-top: 5px;
    
      
      }
      
      footer .rbox img {
        padding-right: 10px;
        padding-top: 5px;
       
     
        
      }
      
      footer ul {
        display: flex;
        list-style: none;
        margin-top: 0px;
        float: left;
        margin-left: 0px;
          flex-flow: row wrap;
        

        
      }      
      
      footer ul li:first-child a{
        text-align: left;
        font-size:13px;
        color:#3B3B3B;
        letter-spacing: 0.8px;
        font-family: lato, sans-serif;
        font-weight: bold;
      padding:  0 0 20px 0;
    
      
    }

    
    footer ul li:last-child a{
      text-align: left;
      font-size:13px;
      color:#3B3B3B;
      float:left;
      letter-spacing: 0.8px;
      font-weight: bold;
      padding:  0 0 0 0px;
       
    }
    
    
    footer ul li a{
      text-align: left;
       font-size:13px;
      color:#3B3B3B;
      letter-spacing: 0.8px;
      margin-left:18px;
      float:left;
        font-family: 'YuGothic', sans-serif  !important;	font-weight: bold;
      padding:  0 25px 0  0;
      
       
        
    }
    

footer .ad_box{
  width: 450px;
  height: 91px;
  margin-top: 0px;
  margin-left: 15px;
  float: left;
   
  }

footer .ad_box .text{
  margin: 0px 0 0 0px;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3b3b3b;
}

footer .pbox{
  width:  auto;
  height: 70px;
  margin: 20px 0 0 0;
  float: left;
  display: flex;

  }
  footer .pbox img{
   float: right;
   margin-right: 10px;
   margin-top: -30px;
  
    }

  footer .pbox .text{
    font-size:13px;
    color:#3B3B3B;
    letter-spacing: 0.8px;
      font-family: 'YuGothic', sans-serif  !important;	font-weight: bold;
    text-align: left;
    padding-left: 20px;
  
  }

  footer .pbox .text a{
padding-right: 20px;
	  padding-bottom:20px;
    
  }

.copy{
	width: auto;
  height: 15px;
  margin: 16px 33px 16px 136px;
  font-family: 'YuGothic', sans-serif  !important;	font-size: 9px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3b3b3b;
  margin-left: auto;
  margin-right: auto;
}


#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#E9CD0E;
	border-radius: 30px;
	width: 48px;
	height: 44px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 8px;
	transition:all 0.3s;
	margin-bottom: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-image: url(../img/sp_parrow.png);
  background-repeat: no-repeat;
  background-position: center -3px;
  padding-top: 5px;
  letter-spacing: 1px;
	line-height: 12px;
  
}


#page-top a:hover{
	opacity: 0.8;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
.pc_navi {
  display: none;
  }

  .header .rbox {
    display: none;
      
      }
	
	

  
  }   
    