.orange{
  color: var(--font-color-or);
}
.bg_orange{
  background-color: var(--main-color);
}
.bg_orange2{
  background-color: var(--font-color-or);
}
.bg_white{
  background-color: #fff;
}
header{
	width: 100%;
	height: 70px;
	position: absolute;
	z-index: 10;
	transition: all .3s;
	background-color: #fff;
	display: flex;
	align-items: center;
}
.logo{
	width: min(78%,256px);
	padding-left: 15px;
  padding-top: 12px;
}
main{
  padding: 70px 0 0 0;
}
/*---トップに戻るボタンsp---*/
#page-top {
	position: fixed;
	width: 100px;
	bottom: 95px;
	right: 8px;
	text-align: center;	
  mix-blend-mode: difference;/*overlay/difference/soft-light*/
}
#page-top a {
	transition: all .3s;
	width: 100%;
	font-size: 1.4rem;
	/*border: 1px solid #4561E1;*/
	/*transform: rotate(90deg);*/
	padding-top: 14px;
	letter-spacing: .08em;
  line-height: 2.2;
  font-weight: var(--Medium);  
  color: gray;
}
#page-top a span{
	font-size: 3.0rem;
  font-weight: var(--Regular);
}
/*--- contact sp ---*/
.contactus{
  position: relative;
  background-image: url(../images/common/img_01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 410px;
  text-align: center;
  color: #fff;
  padding: 70px 0 0;
  
    .contactus_cover{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,.8);
    }
  
    .contact_ti{
      font-size: clamp(3.5rem,6vw,7.5rem);
      position: relative;
      
      
        &:after{
        position: absolute;
        content: "お問い合わせ";
        font-size: clamp(1.5rem,2vw,2.0rem);
        right:  calc((100% - 6em) / 2);
        top: clamp(-16px,-2vw,-100px);
          font-weight: var(--Regular);
      }
    }
      
  .contact_inner{
    width: min(90%,840px);
    margin: 0 auto;
    padding-top: clamp(20px,3vw,30px);
    position: relative;
      
    .tel_no{
      font-size: clamp(2.2rem,3.8vw,3.8rem);
      line-height: 1.8;
      
      span{
        font-size: 75%;
      }
      a{
        color: #fff;
      }
    }
    
    ul{
      padding-top: 10px;
    }
    
    
    .btn_box{
      margin-top: 10px;
      font-size: 1.8rem;

      a:hover{
        opacity: 1;
      }

      .btn_01 {
        display: inline-block;
        width: min(85%,330px);
        line-height: 48px;
        outline: none;
        border-radius: 60px;
        color: #fff;
        background-color: transparent;
        position: relative;
        border: 1px solid #fff;
        transition: color 0.3s ease;
        overflow: hidden;
      }
      .btn_01:hover {
        color: var(--font-color);
        border: 1px solid #fff;
      }
      .btn_01:hover::before {
        transform: scaleX(1);
        transform-origin: left;
      }
      .btn_01::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        transform: scaleX(0);
        transform-origin: right;
        transition: all 0.3s ease;
        transition-property: transform;
      }
      .btn_text {
        position: relative;
      }
  }

  }
}
/*--------- フッタ sp ---------*/
footer{
  width: min(95%,1300px);
	padding: clamp(50px,8vw,100px) 0 0;
  margin: 0 auto;
      
  .foot_inner{
    transition: .5s;
    
    .foot_info{
      width: min(100%,430px);
      margin: 0 auto;
      transition: .5s;
    
      .foot_logo{
        width: min(80%,346px);
        margin: 0 auto;
        text-align: center;
        font-size: clamp(1.6rem,3vw,2.0rem);
        line-height: 1.2;
      }
      .foot_add_wrap{
        padding-top: clamp(10px,3vw,25px) ;
        
        th{
          font-weight: var(--Bold);
          text-align: left;
          width: 6em;
          vertical-align: top;
          line-height: 1.4;
          padding: 5px 0 0;
          display: block;
          width: 100%;
        }
        td{
          padding-right: 6px;
          vertical-align: top;
          line-height: 1.4;
          padding: 0px 6px 3px 0;
          display: block;
          width: 100%;
        }
      }
    }

  
  }
  .foot_copy{
    border-top: solid 1px #707070;
    margin-top: 17px;
    padding: 17px 0;
    font-size: var(--font-size14);
    color: #707070;
    
    .policy{
      text-align: right;
      
      a{
        color: #707070;
      }
    }
    .copy{
      text-align: center;
      padding-top: 17px;
    }
  } 
  
}	

@media (min-width:468px){
  /*---トップに戻るボタン468---*/
    #page-top {
      bottom: 95px;
      right: 5px;
    }
  /*--------- フッタ sp ---------*/
  footer{
      
  .foot_inner{
    
    .foot_info{

      .foot_add_wrap{
        
        th{
          font-weight: var(--Regular);
          width: 6em;
          padding: 3px 0;
          display: table-cell;
        }
        td{
          padding: 3px 6px 3px 0;
          display: table-cell;
          width: auto;
        }
      }
    }

    }
  }	

}

 
@media (min-width:768px){
  /*---トップに戻るボタン768---*/
    #page-top {
      bottom: 60px;
      right: 10px;
    }
 /*--- contact tab ---*/
.contactus{
  
  .contact_inner{
    display: flex;
    justify-content: center;
      
    ul{
      padding-top: 0;
      width: 90%;
      
      &:first-child{
        border-right: 1px solid #fff;
      }
    }
    
    .tel_no{
        line-height: 75px; 
      }
    
    
    

  }
}
/*--------- フッタ tab ---------*/
footer{
        
  .foot_inner{
       
    .foot_info{
      width: min(100%,460px);
    
    }
  }
  .foot_copy{
    display: flex;
    justify-content: space-between;
    
    .policy{
      text-align: right;
      order: 2;
      width: 240px;
    }
    .copy{
      text-align: left;
      padding-top: 0;
    }
  } 
  
}	
	
	
}
@media (min-width:1024px){
/*--------- pc ---------*/
/*	#point_01,#point_02,#point_03,#point_04{
		margin-top: 0;
		padding-top: 0;
	}*/
  /*---トップに戻るボタンpc---*/
  #page-top {
    bottom: 110px;
    right: 50px;
    z-index: 10;
  }
  
  header{
		width: 200px;
		height: 100vh;
    min-height: 690px;
		position: fixed;
    top: 0;
    right: 0;
		display: block;
	}
	.pc_menu{
		width: 100%;
		display: flex;
    flex-flow: column;
		justify-content: space-between;
     
	}
	.logo{
		width: 170px;
    padding: 0;
    margin: 30px auto 0;
    line-height: 0;
	}
  .company_name{
    padding-top: 6px;
    text-align: center;
    font-size: 1.4rem;
  }
	.pc_menu_01{
		padding-top: 80px;
		display: flex;
    justify-content: center;
    
	}
	.pc_menu_01 li{
		display: inline-block;
    padding: 0 10px;
    /*縦文字*/
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: .7em;
    position: relative;
	}
  .menu_01_1:before,.menu_01_2:before,.menu_01_3:before {
		display: inline-block;
		position: absolute;
    width: 150px;
    height: 20px;
		bottom: -90px;
		right: -55px;
    writing-mode: horizontal-tb;
    color: #CCC;
    letter-spacing: 0;
    font-size: 1.4rem;
    transform: rotate(90deg);
    letter-spacing: .1em;
	}
	.menu_01_1:before {
		content: "― RECRUITMENT";
	}
  .menu_01_2:before {
		content: "― PRODUCT";
	}
  .menu_01_3:before {
		content: "― COMPANY";
	}
  
	.pc_menu_02{
    position: absolute;
    right: 0;
    bottom: 0;	
    display: flex;
    justify-content: center;
	}
	.pc_menu_02 li img{
    width: 35px;
  }
  .menu_02_1, .menu_02_2{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
	}
  .menu_02_1{
		background-color: var(--mizu);
	}
	.menu_02_2{
		background-color: var(--font-color-or);
	}
	main{
    padding: 0 200px 0 0;
  }
 /*--- contact pc ---*/
  .contactus{
    padding-right: 200px;
    
    .contact_inner{

      .tel_no{
        font-size: clamp(2.2rem,3vw,3.8rem); 
      }




    }
  }
  /*-----フッター pc -----*/
  footer{
    padding-right: 200px;
    width: min(96%,1300px);

    .foot_inner{  
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;

      .foot_info{
        width: 500px;
        margin: 0;

        .foot_logo{
          margin: 0;
        }
      }
      .foot_nav{
        width: 300px;
        margin: 0 auto;
        transition: .4s;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        ul{
          width: 120px;
          
          &:last-child{
            margin-top: 5px;
            width: 150px;
          }

          li{
            padding-bottom: 3px;

            &:first-child{
              font-size: 2.0rem;
              padding-bottom: 10px;
              font-weight: var(--Medium);
            }
            &:not(:first-child){
              display: none;
            }

            .foot_contact{
              font-size: 1.6rem;
              background-color: var(--font-color);
              color: #fff;
              font-weight: var(--Regular);
              padding: 6px 20px;
              border-radius: 50px;
            }
          }
        }
      }
    }

  }
}
@media (min-width:1280px){
/*-----フッター 1280 -----*/
  footer{
    
    .foot_inner{ 
      justify-content: space-between;
      
      .foot_info{
        width: 460px;
      }
      
     .foot_nav{
       width: calc(100% - 480px);
       margin: 0;
                
        ul{

          &:last-child{
            margin-top: 0;
          }

          li{

            &:not(:first-child){
              display: block;
            }

          }
        }
      }
    }

  }
}
