@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
 height: auto;
	
}
li{
	list-style-type:none;	
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#01923a;
}
p{
	line-height:1.8em;
	letter-spacing: 0.01em;
}
body{
	line-height:170%;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	color:#262626;
	font-size:98%;
	word-break:break-all;
}
.clear{
	clear:both;
}
#wrapper-top .no-post{
	text-align: center;
  margin: 20px auto 60px;
  font-size: 110%;
  font-weight: 500;
}
/*ヘッダー*/
#header{
	width: 100%;
  overflow: hidden;
padding: 12px 20px 18px;
  box-sizing: border-box;
}
#header-main{
	width: 100%;
  margin: 0 auto;
}
#h-logo{
	
}
#h-logo img{
	max-width: 175px;
	
}
#h-logo a{
	display:block;
	
}
.hl-txt{
	font-size:80%;
	padding:5px 0;
}
#header-left {
  display: none;
}
#header-right{

}
.header-menu{
	padding-top:28px;
	clear:both;
}
.header-menu ul{
  display: flex;
  justify-content: center;
	font-size: 105%;
}
.header-menu ul li{
	padding: 15px 12px 0;
	position: relative;
	  height: 100%;
	overflow: hidden;
	
}
.header-menu ul li br{
	display:none;
	
}
.header-menu ul li a{
font-weight: 550;
	}

.header-menu ul li:last-child{
	padding:15px 0 0 20px;
}
.header-menu ul li:last-child:before{
    border-left: 0px;

}
.header-menu ul li a{
	width: 100%;
  text-decoration: none;
  color: #000;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  font-weight: bold;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
  font-size:108%;
}
.header-menu ul li a:hover{
	color: #01923a;
}
.header-menu ul li a::after {
content: "";
  display: block;
  width: 30px;
  height: 12px;
  background-image: url(./images/common/yama-icon-01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 17px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease-out 0.1s, bottom 0.5s cubic-bezier(1, -0.01, 0, 0.99);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.header-menu ul li a:hover::after {
	opacity: 1;
    bottom: 28px;
}
.sp-menu-btn_01{
	display: none;
}
@media screen and (max-width: 1000px){
  #header {
    padding: 30px 2px 18px;
  }
	.header-menu ul li a {
  font-size: 100%;
}
  .header-menu ul li {
    padding: 17px 3px 0px;
	  
  }
	.header-menu ul li:last-child {
   padding: 17px 0px 0px 3px;
}
#h-logo img {
  max-width: 130px;
}
	.header-menu ul li br {
    display: inline-block;
}
.header-menu ul {
    justify-content: center;
    align-items: center;
	font-size: 101%;
}
}
@media screen and (max-width: 768px){
	.header-menu ul li a::after {
  content: "";
  display: block;
  width: 22.5px;
  height: 9px;
  background-image: url(./images/common/yama-icon-01.svg);
  bottom: inherit;
  margin: 0 auto;
  opacity: 1;
  transition: unset;
  left: 0;
  transform: none;
  top: 44%;
}
#header {
  padding: 0px 20px;
}
	#h-logo img{
	max-width: 115px;
}
.header-menu ul li {
    width: 100%;
	padding: 1em 0 0 !important;
  }
	.header-menu ul li:last-child{
	padding:0;
}
	    #header-main {
        display: block;
    }
		/*
    #header-right {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9000;
}
	*/
	
	.header-menu {
    padding-top: 0;
    /* clear: both; */
}
  .header-menu ul {
    font-size: clamp(1.125rem, 0.946rem + 0.89vw, 1.375rem);
  }
.header-menu ul li a {
	justify-content: left;
    padding-left: 29px;
}
	/*ハンバーガーメニュー*/
	.header-container_01 {
margin: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9000;
}

.header__navi_01 {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  background: #fdfae4;
  width: 70%;
  height: 100vh;
  transform: translateX(-100%);
  transition: all 0.6s;
}

.header__navi_01.active {
  transform: translateX(0%);
}

  .header__navi_01 ul {
    padding-top: 68px;
    flex-flow: column;
    text-align: left;
    width: 98%;
    margin: 0 auto;
  }

.header__navi_01 li {
    padding: 0 0 0.5em;
    margin-bottom: 1em;
}

.header__navi_01 li a {
  color: #fff;
  text-decoration: none;
}

/* メニューボタン */
.sp-menu-btn_01 {
  background: #fff;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 50%;
  display:block;
}

.sp-menu-btn_01 .line {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  right: 15px;
  background: #00913a;
  transition: 0.3s ease-in-out;
}

.sp-menu-btn_01 span:nth-child(1) {
  top: 20px;

}

.sp-menu-btn_01 span:nth-child(2) {
  top: 30px;
}

.sp-menu-btn_01 span:nth-child(3) {
  top: 40px;
}

/* メニューが開いているときのボタン */
.sp-menu-btn_01.active span:nth-child(1) {
  top: 28px;
  transform: rotate(-45deg);
  background: #ec694a;
}

.sp-menu-btn_01.active span:nth-child(2) {
  opacity: 0;
}

.sp-menu-btn_01.active span:nth-child(3) {
  top: 28px;
  transform: rotate(45deg);
    background: #6fba2c;
}

.header-container_01 h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  font-weight: normal;
}
	}
/*スライド*/
#main-slide{
	clear:both;
	margin:5px auto 30px;
	    position: relative;
}
#main-image{
	clear: both;
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
}
.slick-slide img {
    width: 100%;
}
.slick-slide img{
	filter: alpha(opacity=100);
    -moz-opacity: 1;
	-webkit-opacity: 1;
    opacity: 1;
	}
.slick-center img{
	opacity:1;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
			outline:none;
}
.slick-slide{
	background-color:#fff;
}

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
	margin:25px auto 0;
}
#top-slide .slick-dots .slick-active button{
   background: #00913a!important;
   border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.slick-dots li{
       position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
   font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 1px solid #c9d3d2;
}
.slick-dots li button::before {
       font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px){
.slide-sp{
     display:block !important;
}
.slide-pc{
     display:none !important;
}
	
	}
@media screen and (max-width: 450px) {
  .header__navi_01 {
    width: 100%;

  }
}
/*メイン*/
.main-img-sp{
	   display:none;
}
.main{
	    clear: both;
    padding: 10px 0 70px 0;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.main2{
	clear:both;
	padding:10px 0 48px 0;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
h1 {
line-height: 1.3em;
  font-size: 220%;
  font-weight: 500;
}
h2{
	font-size: 210%;
  font-weight: 600;
	    line-height: 1.5em;
	letter-spacing: 0.1em;
  text-align: center;
	margin-bottom:35px;
	
}
h3{
  font-size: 160%;
  letter-spacing: 0.1em;
  margin: 5px auto 1em;
}
#wrapper-top h2::before {
	content: '';/*何も入れない*/
  display: inline-block;
  width: 60px;/*画像の幅*/
  height: 40px;/*画像の高さ*/
  background-image: url(./images/top/cloud-img01.svg);
  background-size: contain;
  vertical-align: middle;
	margin: 0 0.5em 0 0;
}
#wrapper-top h2::after {
 	content: '';/*何も入れない*/
  display: inline-block;
  width: 60px;/*画像の幅*/
  height: 40px;/*画像の高さ*/
  background-image: url(./images/top/cloud-img02.svg);
  background-size: contain;
  vertical-align: middle;
	margin: 0 0 0 0.5em;
}
.top-con-t h2{
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;

}
.top-main-img{
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
#top-main-bk{
	width:100%;
  background-image: url(./images/top/main-top-bkimg.png);
}
#top-main-box{
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 165px;
  position: relative;
  width: 100%;

}
.top-main-box{
}
.top-main-txt {
  position: absolute;
  bottom: 0;
  left: 2.5%;
}
.top-main-txt h1{

}

.top-sub-txt {
  margin: 15px auto;
  font-size: 1.15em;
  line-height: 1.75em;
}
.top-bt-waku {
  padding-top: 42px;
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto 130px;
}
.top-bt{
width: 50%;
  height: auto;
  overflow: hidden;
  border-bottom: 4px solid #f29600;
}
.top-bt a{
 position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
pointer-events: auto;
}
.link-img{
width: 90%;
  margin: 0 auto;
  max-width: 530px;
	cursor: pointer;
  overflow: hidden;
}
.tnogyo-box{
  border: 4px solid #ec694a;
  background-color: #fef0dd;
}
.tcompany-box{
  border: 4px solid #6fba2c;
  background-color: #eef5e3;
}
.top-bt-box{
  position: relative;
  padding-top:50px;
	width: 48%;
}
.top-bt {
  font-size: 140%;
  text-align: center;
  font-weight: 600;
  padding: 45px 0 20px;
  box-sizing: border-box;
  width: 100%;
	transition: .3s;
}
.top-bt-box .link-img{
position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 120px;
  width: 50%;
	transition: .3s;
	
}
.top-bt .link-txt{
	margin: 0.5em auto;
	line-height: 1.4em;
	
}
.h-post .post-con-box a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: auto;
}
/* hover */
.h-post .post-con-box:hover,.report-all .h-post .post-con-box:hover{
  background-color: #f4f3b0;
}
.top-bt .link-btn a{
 position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
pointer-events: auto;
}
.top-bt .link-btn{
color: #fff;
  border-radius: 80px;
  padding: 1em;
  margin: 0.5em auto;
  display: block;
  font-size: 130%;
  transition: .3s;
  width: 90%;
  box-sizing: border-box;
  line-height: 1.4em;
}
.top-bt a:hover {
  text-decoration: none;
}
.tnogyo-box .link-btn{
	 background-color: #ec694a;
}
.tcompany-box .link-btn{
  background-color: #6fba2c;
}
.top-bt-box:hover .link-img{
	 top: -32px;
}
.tnogyo-box:hover .link-btn{
	 background-color: #fff;
  color: #ec694a;
}
.tnogyo-box:hover .link-btn{
	 background-color: #fff;
  color: #ec694a;
}
.tnogyo-box:hover{
	 background-color: #ec694a;
}
.tcompany-box:hover .link-btn{
   background-color: #fff;
  color: #6fba2c;
}
.tcompany-box:hover{
	 background-color: #6fba2c;
}
.top-bt h2{
	margin: 1em auto 1.75em;
  text-align: center;
  font-size: 160%;
}
.top-bt:first-child h2 {
  letter-spacing: 0.15em;
}
.top-bt h2 br{
	display:none;
}
.top-post-box{
	margin: 5px auto 30px;
	
}
.top-info-th2{
	width:10%;
	
}
.top-info-t h2{
	letter-spacing: 0.1em;
	
}
.top-info-main{
}

 .h-post{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h-post .post-con-box {
  display: flex;
  width: 48%;
  position: relative;
  margin: 0 0 45px;
  background-color: #eef5e3;
	transition: .3s;
}
.h-post .post-con-box a{
	   position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.h-post .post-con-box a:hover{
	color:#3278be;	
	text-decoration:none;
}
.h-post .post-con-box a .infodate{
	padding-right:60px;
	font-size:90%;
}
.post-con-box p{
  width: 38%;
  box-sizing: border-box;
}
.con-img{
width: 35%;
	padding: 18px 0 18px 18px;
}
.con-img img{
object-fit: cover;
}
.con-txt {
  flex-grow: 1;
	padding: 18px;
}
.infottl{
}
.infodate{
display: block;
  font-weight: 600;
  color: #094;
  margin: 0 0 0.2em;
  font-size: 108%;
  letter-spacing: 0.1em;
  border-bottom: 0.5px solid #231815;
  padding-bottom: 3px;
}
.to-list a{
	color: #231815;
  padding: 2px 22px 2px 10px;
  clear: both;
  float: right;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 95%;
  letter-spacing: 0.1em;
  margin: -15px auto 0;
}
.to-list a::after, .to-list a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.to-list a::before{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #6fba2c;
}
.to-list a::after{
	right: 0;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 4px solid transparent;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: transparent;
  border-left: 6px solid #fff;
}
.to-list a::before,
.to-list::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.to-list a,
.to-list a::before,
.to-list a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.to-list a:hover {
  display: block;
	color: #01923a;
}
.t-news {
  width: 100%;
  margin: 40px auto 20px;
}
.top-info-t {
  text-align: center;
}
.report-box{
background-color: #eef5e3;
}
.report-all{
  max-width: 1200px;
    margin: 45px auto 10px;
    width: 100%;
    box-sizing: border-box;
}
.report-all .h-post .post-con-box{
  background-color: #fff;
}
.t-contact{
 background-image: url("./images/top/contact-bk-img02.png");
  background-repeat: no-repeat;
  background-size:40%;
  background-position:left -16% bottom -10%;
  padding-top: 80px;
	position: relative;
}
.t-contact:before{
content: "";
  background: url("./images/top/contact-bk-img01.png");
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -6%;
  right: -11%;
  width: 800px;
  height: 440px;
  background-size: cover;
  width: 42%;
  height: calc((550 / 1000) * 42vw);
	
	
}
.top-con-box .top-tel-box,.top-con-box .top-form-box,.top-con-box .top-entry-box{
  max-width: 950px;
  background-color: #fffcd1;
  padding: 30px 0;
	text-align: center;
  width:88%;
}
.top-con-box .top-tel-box{
  margin: 82px auto 42px;
}
.top-con-box .top-form-box{
	margin: 30px auto 130px;
}
.top-con-box .top-form-box h3 br,.top-con-box .top-tel-box h3 br{
	display:none;
}
.tel-num{
  font-size: 490%;
  color: #ed6c00;
  margin: -20px auto 0;
  font-style: normal;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
}
.tf-box{
 display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 44px auto 20px;
  width:96%;
}
.tf-nogyo-box {
  background-color:#6fba2c;
  border-radius: 78px;
}
.tf-company-box {
  background-color:#ec694a;
  border-radius: 78px;
}
.tf-nogyo-box, .tf-company-box {
position: relative;
  width: 47%;
  padding: 1em 0.5em;
  font-weight: 600;
  font-size: 135%;
  box-sizing: border-box;
  transition: .3s;
  color: #fff;
	line-height: 1.4em;
}
.tf-nogyo-box .tfsub-icon,.tf-company-box .tfsub-icon{
position: absolute;
  width: 88px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	transition: .2s;
}
.tf-nogyo-box br, .tf-company-box br{
  display:none;
}
.tf-box p a{
 position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
pointer-events: auto;
}
.tf-box p:hover span{
	top: 45%;

}
.tf-nogyo-box:hover {
	 background-color: #fff;
  color:#6fba2c;
}
.tf-company-box:hover {
   background-color: #fff;
  color: #ec694a;
}
.tel-cmt{
	font-size: 1.25em;
  margin: -18px 0 0;

}
.link-txt br{
  display:none;
	}
.top-con-box .top-entry-box {
  margin:30px auto 120px;
}
.top-entry-box .top-entry-data{
  display: flex;
  gap: 2%;
  width: 98%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.top-entry-box .en-nogyo,.top-entry-box .en-company{
  width: 48%;
  padding: 40px 0 30px;
  border-radius: 30px;
 text-align: center;
}
.top-entry-box .en-data{
 display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
  margin: 25px auto 0;
}
.en-data p{
	width:100px;
}
.en-data p a{
	font-size:105%;
	transition: .3s;
	font-weight:600;
}
.en-data p a:hover span{
	text-decoration: none !important;
	color: #00973c;
}
.en-data p span{
display: block;
  margin: 0.2em auto 1em;
  color: #262626;
		transition: .3s;
}
.top-entry-txt{
	margin: 1em auto;
  font-size: 1.1em;
  width: 90%;
	text-align: center;
}
.top-entry-txt span{
  font-weight: 600;
  padding: 0 0.5em;
}
.top-entry-txt a{
  text-decoration: underline;
  color: #17a153;
}
.top-entry-data h3 {
 font-size: clamp(1.188rem, 0.771rem + 0.87vw, 1.313rem);
  padding: 0.5em 1em;
  display: inline-block;
  
}
.top-entry-data .en-nogyo h3{
  border-bottom: 2px solid #6FBA2C;
  border-top: 2px solid #6fba2c;
}
.top-entry-data .en-company h3{
  border-bottom: 2px solid #ec694a;
  border-top: 2px solid #ec694a;
}
.top-entry-box .en-data p img{
  width:80px;
}
.top-con-box .top-entry-box {
  padding: 40px 0 18px;
}
.top-entry-box .en-nogyo  {
background-color: #fff;
}
.top-entry-box .en-company {
 background-color: #fff;
}
.top-entry-data h3 br {
    display: none;
  }
  }
@media screen and (max-width: 1300px){
 .t-contact::before {
  top: -3%;
  right: -13%;
}
	.t-contact {
  background-position: left -16% bottom -5%;

}
	}
@media screen and (max-width: 1200px){
  .cr-logo {
    bottom: -14%;
    width: 25%;
    max-width: 75px;
  }
	.main,.report-all{
  width: 98%;
}
	h1 {
  font-size: clamp(1.688rem, 0.684rem + 2.01vw, 2.188rem);
}
	h2 {
  font-size: clamp(1.75rem, 0.492rem + 2.01vw, 2rem);
}
.top-bt{
  font-size:clamp(1.063rem, 0.435rem + 1.25vw, 1.375rem);
		}
.tel-num{
	font-size:clamp(4.563rem, 2.806rem + 3.51vw, 5.438rem)
		}
	}
@media screen and (max-width: 1100px){
		.top-bt h2 br {
    display: block;
}
}
@media screen and (max-width: 1000px){
	
	h2 {
    font-size:clamp(1.438rem, 1.215rem + 0.56vw, 1.563rem);
}
.top-bt h2 {
	font-size:clamp(1.063rem, 0.299rem + 2.22vw, 1.688rem);
			}
h3 {
	font-size:clamp(1.188rem, 1.04rem + 0.74vw, 1.5rem);
	margin: 5px auto 0.8em;
			}
.top-sub-txt {
  font-size: 1.1em;
}
	.top-bt-box .link-img {
  max-width: 110px;
}
	#top-main-box {
  padding: 80px 0 5px;
}
  .top-main-txt {
    position: inherit;
    width: 95%;
    margin: 0 auto;
    left: 0;
  }
	.top-bt {
  padding: 37px 0 20px;

}
.link-txt{
  line-height: 1.4em;
	}
	.link-txt br{
  display:block !important;
	}
	.top-sub-txt br{
  display:none !important;
	}
	.top-bt .link-btn span{
  display:block;
}
.tf-nogyo-box, .tf-company-box{
	font-size:clamp(1.188rem, 0.771rem + 0.87vw, 1.313rem);
	}
		.tf-nogyo-box br, .tf-company-box br{
  display:block;
}
	.t-contact::before{
  background-image: none;
}
	.t-contact{
 background-image: url("./images/top/contact-bk-img01.png"), url("./images/top/contact-bk-img02.png");
background-size: 46%, 45%;
background-position: right -26% top -4%, left -16% bottom -2%;
}
.top-entry-data h3 br {
    display: block;
	}
.top-entry-data h3 {
    display: block;
    width: 90%;
    box-sizing: border-box;
  }
	
	}
@media screen and (max-width: 800px){
		.t-contact {
    background-size: 53%, 50%;
    background-position: right -44% top -4%, left -23% bottom -2%;
  }
	  }
@media screen and (max-width: 768px){
	h1{
     font-size:clamp(1.125rem, 0.679rem + 2.23vw, 1.75rem);
}
		h2{
     font-size:	clamp(1.063rem, 0.661rem + 2.01vw, 1.625rem);
}
	  #top-main-box {
    padding: 90px 0 5px;
  }
	.top-bt-box .link-img {
    max-width: 95px;
    top: -11px;
  }
	.top-bt-box:hover .link-img {
  top: -20px;
}
.top-bt-waku {
  width: 100%;
}
	.main-img-sp{
		display: block;
    width: 98%;
    margin: 0 auto;
}
		.main-img-pc{
     display:none;
}
	.main,.report-all{
  width: 96%;
}
.h-post .post-con-box {
  flex-flow: column;
}
	.post-con-box p {
  width: 90%;
  padding: 18px 0 5px;
  margin: 0 auto;
}
.post-con-box .con-txt {
  padding: 18px 0 35px;
}
	.report-all{
    padding: 0;
}
  .cr-logo {
    bottom: -8%;
    left: inherit;
    right: 10px;
    width: 13%;
    min-width: 55px;
    max-width: 75px;
  }
.top-info-t {
                 text-align: left;
        width: auto;
        margin: 20px 0 8px 10px;
}
.t-news{
	    padding: 0 2% 70px;
    box-sizing: border-box;
	        display: block;
}
	.top-info-main {
    padding: 0px 2px 11px;
    margin: 15px 0;
}
	.to-list a {
    margin-top: -32px;
    margin-right: 0;
}
.tel-num {
	font-size:clamp(2.25rem, 0.732rem + 7.59vw, 4.375rem);
	}
	.tel-cmt {
  font-size: 1.1em;
		margin: -12px 0 0;
}
	.tf-box {
  flex-flow: column;
}
	.tf-nogyo-box, .tf-company-box {
 width: 85%;
    margin: 0 auto;
    padding: 1em 0.5em;
}
.tf-nogyo-box{
  margin-bottom:33px;
}
	.tf-box {
  margin: 39px auto 20px;
}
	.top-con-box .top-tel-box {
  margin: 55px auto 42px;
}
.tf-nogyo-box br, .tf-company-box br {
    display: none;
  }
	.top-entry-box .top-entry-data {
  flex-flow: column;
}
	.top-entry-box .en-nogyo, .top-entry-box .en-company {
  width: 85%;
  min-width: 280px;
}
.top-entry-box .en-nogyo {
  margin:0 auto 40px;
}
	}
@media screen and (max-width: 640px){
		h2 {
    font-size:clamp(1.375rem, 0.877rem + 2.49vw, 1.875rem);
}
#wrapper-top h2::before,.wrapper-top h2::after{
  width: 45px;
  height: 30px;

}
	.top-bt h2 {
    font-size: clamp(1.188rem, 0.938rem + 1.25vw, 1.438rem);
  }
.top-bt .link-btn {
	font-size: clamp(1.25rem, 1.063rem + 0.94vw, 1.438rem);
	 }
.top-sub-txt {
  font-size: 1.05em;
}
.top-bt {
    width: 100%;
}
	.top-bt:first-child {
    margin: 0 auto 60px;
}
	top-bt h2 {
    margin: 0.5em auto 1.5em;
	font-size:clamp(1.313rem, 0.938rem + 1.88vw, 1.688rem);
}
	.link-img {
    width: 95%;
}
	.nabout-txtbox {
    flex-flow: column;
}
	.nabout-txtbox div {
    width: 100% !important;
}
		.tel-cmt {
  font-size: 0.95em;
}
	.top-con-box .top-tel-box, .top-con-box .top-form-box,.top-con-box .top-entry-box{
  width: 78%;
}
	.top-bt-box {
  width: 49%;
}
	}
@media screen and (max-width: 600px){
	  .t-contact {
    background-size: 74%, 74%;
    background-position: right -117% top 1%, left -66% bottom -2%;
  }
	  .tf-nogyo-box br, .tf-company-box br {
    display: block;
  }
	 .tf-nogyo-box, .tf-company-box {
    width: 90%;
  }
	.tf-nogyo-box .tfsub-icon, .tf-company-box .tfsub-icon {
  top: 70%;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transition: .2s;
	  }
	.tf-box p:hover span {
  top: 60%;
}
	.top-con-box .top-form-box {
  margin: 30px auto 120px;
}
	}
@media screen and (max-width: 550px){
	.top-bt-waku {
  flex-flow: column;
}
	.top-bt-waku {
  padding-top: 25px;
}
	.top-bt-box {
  width: 98%;
  margin: 0 auto;
}
	.top-bt-box:first-child{
  margin: 0 auto 55px;
}
	  .top-bt {
    padding: 28px 0 20px;
  }
	 .top-sub-txt {
    font-size: 1.0em;
    line-height: 1.6em;
  }
	  .tf-box {
    margin: 25px auto 20px;
  }
	 }
@media screen and (max-width: 450px){
	#wrapper-top h2::before,#wrapper-top h2::after{
    width: 30px;
    height: 20px;
  }
	#wrapper-top h2::before{
	margin: 0 0.3em 0 0;
		 }
	#wrapper-top h2::after{
    margin: 0 0 0 0.3em;
  }
  .tf-box {
    margin: 27px auto 14px;
  }
 .h-post {
  flex-flow: column;
}
 .post-con-box {
    width: 98% !important;
    margin: 0 auto 30px !important;
  }
	 .top-info-main {
    padding: 0;
  }
 .t-news {
    padding: 0 0 32px;
  }
 .t-contact {
    background-size: 90%, 90%;
    background-position: right -400% top 1%, left -200% bottom -2%;
  }
	.top-con-box .top-tel-box, .top-con-box .top-form-box, .top-con-box .top-entry-box{
  width: 95%;
}
	  .tf-nogyo-box, .tf-company-box {
    width: 100%;
  }
.tf-nogyo-box, .tf-company-box{
  font-size: 17px;
}
	.tf-nogyo-box .tfsub-icon, .tf-company-box .tfsub-icon {
  width: 77px;
}
	.top-con-box .top-form-box {
  margin: 30px auto 100px;
}
	.top-con-box .top-form-box h3 br,.top-con-box .top-tel-box h3 br{
	display:block;
}
	.top-entry-txt {
  font-size: 1em;
  width: 95%;
  text-align: left;
}
	  }
/*フッター*/
#footer{
	clear: both;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #c9caca;
}
.footer-con{
	text-align: center;
  font-size: 110%;
  font-weight: 600;
}
.f-sagalogo{
  text-align: center;
  width: 100%;
  max-width: 150px;
  margin: 26px auto 6px;
}
.sagaken-add{
  tfont-size: 90%;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
.f-sagadiv{
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.footer-menu{
}
.footer-menu br{
	display: none;
}
.footer-menu ul{
display: flex;
  text-align: center;
  font-size: 115%;
  font-weight: 600;
  justify-content: center;
}
.footer-menu .main-menu{
	padding: 0 15px;
	 margin: 50px auto 0.8em;
	
}
.footer-menu .sub-menu{
	 margin: 0 auto 30px;
  font-weight: 500;

}
.footer-menu .sub-menu li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px 0 18px;
}
.footer-menu .sub-menu li:before,.footer-menu .sub-menu li:after{
	position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.footer-menu .sub-menu li:before{
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 1px solid #7a0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.footer-menu .sub-menu li:after{
	left: 4px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #7a0;
	border-right: 1px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.footer-menu ul li{
	padding: 0 15px;
	position: relative;
	
}
.footer-menu .main-menu li::before {
  content: "";
  display: block;
  height: 1em;
  border-left: 1px solid #231815;
  position: absolute;
  margin: auto;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.footer-menu .main-menu li:last-child:before{
    border-left: 0px;

}
.footer-menu2{
	float:left;
	width:120px;
	margin-right:20px;
}
.footer-menu ul li a{
	font-size:85%;
	padding-bottom:5px;
	color:#262626;
	transition: .3s;
}
.footer-menu ul li a:hover{
	color: #01923a;
  text-decoration: none;
}
.footer-logo
.f-logo-l{
	width:90px;
	float:left;
}
.f-logo-r{
	width:190px;
	float:right;
}
.f-add{
	 padding-top: 0.3em;
  font-size: 95%;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-align: center;
}
.f-mail{
	clear:both;
	padding-top:20px;
}
.c-txt{
text-align: center;
  color: #666a6a;
  font-size: 85%;
  clear: both;
  margin: 20px 0 0 0;
 background-color: #f9f5e2;
  padding: 9px 0 10px;
}
.c-txt{
text-align: center;
  color: #666a6a;
  font-size: 85%;
  clear: both;
  margin: 20px 0 0 0;
 background-color: #f9f5e2;
  padding: 9px 0 10px;
}
@media screen and (max-width: 1000px){
.footer-menu ul li {
  padding: 0 13px;
  position: relative;
}
	}
@media screen and (max-width: 800px){
.footer-menu ul li {
  padding: 0 12px;
  position: relative;
}
	.footer-menu .main-menu li::before {
  transform: rotate(25deg);
}
.footer-menu .main-menu li::before {
  top: 30%;
}
	.footer-menu .sub-menu li {
  padding: 0 !important;
  }
 .footer-menu ul {
    flex-flow:nowrap;
    flex-wrap: wrap;
	margin: 38px auto 25px;
    max-width: 500px;
    line-height: 1.8em;
    width: 98%;
	padding:0 !important;
  }
 .footer-menu ul li {
    width: 50%;
    padding: 0;
    margin-bottom: 0.5em;
  }
	.footer-menu ul li:nth-child(2n)::before {
  border-left: none;

}
	.footer-menu .sub-menu {
  display: block;
}
	.footer-menu .sub-menu li::before,.footer-menu .sub-menu li::after{
  display:none;
}
	}
@media screen and (max-width: 640px){
	.footer-logo {
    max-width: 140px;
}
	.f-sagalogo {
    max-width: 138px;
}
	.footer-menu ul li {
    padding: 0.15em 0!important;
    position: relative;
}
	.footer-menu ul li:last-child {
    margin-right: 0;
}
	}
@media screen and (max-width: 450px){
	.footer-menu .main-menu{
	padding: 0;
	
}
		.footer-menu .main-menu{
	padding: 0;
	
}
	  .footer-menu .main-menu li::before {
    display: none;
  }
	.footer-menu ul li a {
  font-size: 95%;
}
		.footer-menu ul li::before {
  border-left: none;

}
	  .footer-menu ul li {
    width: 100%;
    margin-bottom: 0.5em;
  }
	    .footer-menu ul {
        margin: 15px auto 40px;
        width: 100%;
        font-size: 110%;
        font-weight: 600;
        flex-flow: column;
    }
 .footer-menu ul {
    font-size: 105%;
  
  }
		.c-txt {
  padding: 9px 0 60px;
}
	  }
/*-------------------------
ページトップへ
--------------------------*/

#pageTopBtn{
	clear: both;
  z-index: 8000;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
}

.infoTable th{
    width: 100px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}
.infoTable td{
    border: 1px solid #ccc;
    padding: 10px;
}
@media screen and (max-width: 768px){
#pageTopBtn {
  bottom: 10px;
  right: 10px;
  width:50px;
}
	}
/*-------------------------
プリント表記
--------------------------*/
@media print {
	body {
   width: 100%;
}
.main {
    padding: 10px 0 50px 0;

}
#main-slide{
 width:100%;
}
.header-menu ul {
    font-size: 12.5px;
}
	.header-menu ul li {
    padding: 15px 5px 0;
}
	.header-menu ul li:last-child {
    padding: 15px 0 0 5px;
}
	.top-main-txt {
    position: initial;
}
    #top-main-box {
        margin: 0 auto;
        width: 96%;
        padding: 70px 0 0px;
    }
	h1 {
    font-size: 28px;
}
.top-sub-txt {
    font-size: 16px;
}
	.top-bt .link-btn {
    font-size: 24px;
 
}
	.top-bt .link-btn span{
display:block;
}
.link-txt br {
    display: block;
}
.main,.report-all{
    width: 96% !important;
}
	.tf-nogyo-box br, .tf-company-box br {
    display: block;
}
	.top-con-box .top-tel-box, .top-con-box .top-form-box, .top-con-box .top-entry-box {
    width: 96%;
}
	.tf-nogyo-box, .tf-company-box {
    font-size: 20px;

}
	.top-con-box .top-form-box {
    margin: 30px auto 70px;
}
	#pageTopBtn {
  display: none !important;
}
	.footer-menu .main-menu {
    font-size: 14px;
    margin: 36px auto 0.8em;
}
	.t-contact {
    padding-top: 120px;

}
	.t-contact:before {
top: -2%;
        right: -18%;
}
	.t-contact {
    background-position: left -16% bottom -1%;
}
	.top-entry-data h3 br {
    display: block;
}
	.top-entry-data h3 {
    display: block;
    width: 215px;
}
		}
