/*/// responsible /*/

.visible640,
.visible480,
.visible768,
.visible834,
.visible1024,
.brsp1024,
.brsp834,
.brsp768,
.brsp640,
.brsp480,
.disnone{
	display: none ;
	}

@media screen and (max-width:680px) and (orientation:landscape){

}
@media screen and (max-width:1025px){

  .brsp1024{
    display: inline;
  }
	.visible1024{
		display: block;
	}
	.hidden1024{
		display: none;
	}

  /*/----------------------------/*/
  #keyvisual {
    background-position: 30% 0;
  }
  #keyvisual .cont{
    top: 64%;
    width: 90%;
    transform: translate(-50%,-50%);
    left: 50%;
  }

  /*//////// 1024 ///////////*/
}

@media screen and (max-width:835px){
  .brsp834{
    display: inline;
  }
	.visible834{
		display: block;
	}
	.hidden834{
		display: none;
	}
  /*/----------------------------/*/
  .service{
    margin:0;
  }
  .service ul{
    display: block;
  }
  .service ul li{
    width:auto;
    margin:0;
    padding:80px 0;
  }
  .service ul li h4.ti{
    font-size:clamp(20px,2.8vw,28px);
  }
  .service ul li .thumb::after{
    left: 0%;
  transform: translate(0%,-50%);
  }
  .outline{
    width: auto;
    margin: auto;
    padding: 0 10px;
  }

  .maparea{
    position: relative;
    width:100%;
    left:auto;
    top:auto;
    padding:30px;
  }
  .maparea:after{
    height: 90%;
    top:13%;
  }
  .maparea .googlemap{
    width:95%;
    padding-top:60%;
  }
  #top_inquiry{
    margin:80px 0;
  }
  /*//////// 834 ///////////*/
}

@media screen and (max-width:769px){

  .brsp768{
    display: inline;
  }
  .visible768{
    display: block;
  }
  .hidden768{
    display: none;
  }
  /*/----------------------------/*/


  /*//////// 768 ///////////*/
}
@media screen and (max-width:640px){
  .visible640{
    display: block;
  }
  .hidden640{
    display: none;
  }
  .brsp640{
    display: inline;
  }
  /*/----------------------------/*/


  /*//////// 640 ///////////*/
}

@media screen and (max-width:480px){
  .brsp480{
    display: inline;
  }
  .visible480{
    display: block;
  }
  .hidden480{
    display: none;
  }
  /*/----------------------------/*/
  html{
    font-size:87.5%;
  }
  #header .header h1{
    position: absolute;
    top: 50px;
    left: 0;
    width: 80px;
    opacity:.7;
    padding-top:0;
  }
  #globalmenu{
    width: 100%;
  }
  #globalmenu ul{
    width: 100%;
  }
  #globalmenu ul li{
    width:33.33%;
    padding:2px;
  }
  #globalmenu ul li a{
    padding:.5em 1em;
    clip-path:none;
    text-align: center;
  }
  #keyvisual .cont .main_logo{
    margin:60px auto;
  }
  #keyvisual .cont{
		top:55%;
    padding:0;
  }
  #keyvisual h2{
    text-align: center;
  }
  #keyvisual p{
    font-size:13px;
  }
  .outline table tr th, .outline table tr td{
    padding:.3em .5em;
  }
  #footer .btmlogo{
    width:100px;
    margin:auto;
  }

  #confirm dl {
    display: block;
    border-bottom: 1px solid #eee;
  }
  #confirm dl dt{
    width:auto;
    border-right:0;
    color: var(--subColor);
    padding:0;
  }
  #confirm dl dd{
    width:auto;
    padding:0 0 1em 1em;
  }
  /*//////// 480 ///////////*/
}
