@charset "utf-8";

*{
  box-sizing:border-box;
}

body{
  margin:0;
    font-family:YakuHanMPs   , "Times New Roman",
   "YuMincho",
    "Hiragino Mincho ProN",
     "Yu Mincho", "MS PMincho", serif;
}
@media(min-width:1301px){
  .tyukan{
    display:none !important;   
  }
}

@media(min-width:801px){
  .sponly{
    display:none !important;
  }
}

@media(max-width:800px){
  .pconly{
    display:none !important;
  }
}

img{
  max-width:100%;
}

p{
	margin:0
}

h3{
	margin:0;
}

a{
	color: #000;
  text-decoration: none;

}

a:visited{
    color: #000;
}

a:hover{
  /*filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;*/
}
.tac{
	text-align: center;
}
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}


.margin1{
	margin:10px
}
.margin2{
	margin:20px
}
.margin3{
	margin:30px
}
.margin4{
	margin:40px
}
.margin5{
	margin:50px
}
.mgb1{
	margin-bottom;:10px
}
.mgb2{
  margin-bottom:20px
}
.mgb3{
	margin-bottom:30px
}
.mgb4{
	margin-bottom:40px
}
.mgb5{
	margin-bottom:50px
}
.mgt1{
	margin-top:10px
}
.mgt2{
  margin-top:20px
}
.mgt3{
	margin-top:30px
}
.mgt4{
	margin-top:40px
}
.mgt5{
	margin-top:50px
}

.padding1{
	padding:10px
}
.padding2{
	padding:20px
}
.padding3{
	padding:30px
}
.padding4{
	padding:40px
}
.padding5{
	padding:50px
}
.pdt1{
	padding-top:10px
}
.pdt2{
  padding-top:20px
}
.pdt3{
  padding-top:30px
}
.pdt4{
  padding-top:40px
}
.pdt5{
  padding-top:50px
}
.pdb1{
	padding-bottom:10px
}
.pdb2{
  padding-bottom:20px
}
.pdb3{
  padding-bottom:30px
}
.pdb4{
  padding-bottom:40px
}
.pdb5{
  padding-bottom:50px
}

.ltsp-1{
	letter-spacing:-1px;
}
.ltsp-2{
	letter-spacing:-2px;
}

/*----------
特殊例
-----------*/
.pdt_kanso{
	padding-top:4px
}
.mgb1vh{
	margin-bottom:5vw
}

/*------------*/

.flex{
	display: flex;
}
.flex_wrap{
	display: flex;
	flex-wrap: wrap;
}

/*------------
ここまでtemplate-----------*/

/*--------------ここからtop--------------*/
/*.top:before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-2;
  width:100%;
  height:100vh;
  background-size:cover;
  background: url(img/top_2.jpg) center center;
}

}*/
.fixed{
  position: fixed;
  z-index: -2;
  height: 100vh;
  width: 100%;
}
.back_FFF{
  background: white;
  border-top:1px solid #fff;
  width:100%;
}
.top{
  height: 100vh;
  max-height: 60vw;
  position: relative;
}
.top_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    /* width: calc(800px + 40vw); */
    min-width: 100%;
    text-align: center;
    background-color: #ffffff99;
    padding:2vw 2vw 3vw;
}
.top_logo img {
    max-width: 800px;
    width:60%
}
@media(max-width:800px){
	.top{
		max-height:150vw;
		height:150vw;
	}
}

/*ここまでtop*/

/*--------------メニューバー--------------*/
.menu{
  background-color: #2b2b2b91;
  color: #FFF;
  text-align: center;
  padding: 3%;
  font-size: 120%;
}
.menu a{
  color: #fff;
  display: inline-block;
  padding:0 2vw;
  border-left:1px solid;
      transition: all .3s;

}
.menu a:first-child{
  border-left:none;
}
.menu a:hover{
	color:#ccc;
}

/*---------------- sp menu -----------------*/
/*============
.toggle_btn
=============*/
.btn_back{
  background-image: linear-gradient(to top, #37ecba 0%, #72afd3 100%);
  padding: 3px;
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 3;
  border-radius: 5px;
}
.toggle_btn {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  transition: all .5s;
  cursor: pointer;
}
.toggle_btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  background-color:#ffffff;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 12px;
}
.toggle_btn span:nth-child(3) {
  bottom: 3px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
  transform: translateY(8px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
}
nav, .phone3 {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav, .open_phone .phone3{
  right: 0;
  opacity: 1;
}
nav .inner, .phone3 .inner {
  padding: 50px 25px;
}
nav .inner ul, .phone3 .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li, .phone3 .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a, .phone3 .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
.phone3 .inner ul li a {
    padding: 1em 5px;
    font-size:85%;
    line-height:1.3;
}
.phone3 .inner ul li b{
    font-size: 160%;
    letter-spacing:1px;
}

nav .inner ul li a:hover, .phone3 .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav, .phone3 {
    right: -220px;
    width: 220px;
  }
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask, .open_phone #mask {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}




/*--------------
ここからcontents
↓幅
--------------*/
.contents_1{
  max-width: 1500px;
  margin: 12% auto;
}

/*---------------indexの事業情報---------------*/

.naname{
  margin: 12% auto;

}

.background_2{
  height: 600px;
  background: url(img/nannka_1.jpg);
  background-size:70% ;
  background-repeat: no-repeat;
  background-position:right top;
}
.nibun_2{
  padding: 8% 20%;
  color: #000;
  padding: 9% 15% 8% 15%;
  font-size: calc(0.8vw + 8px);
  font-weight:bold;
  text-shadow:0px 0px 6px #fff;
}

.mouse_ovre{
  display: flex;
  max-width: 1100px;
  margin-left:5% ;
}
.mouse_ovre h3{
  text-align: center;
  margin:50px 0;
}
.mouse_ovre h3 span{
  border-bottom:1px solid ;
  padding: 10px;
}
.mouse_ovre a{
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  width: 34%;
  margin: 0;
  box-shadow: 10px 10px 10px #00000040;
}
.mouse_ovre a img{
  width: 100%;
  transition-duration: 0.5s;
}
.mouse_ovre a p{
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: #3f51b5e3;
  width: 100%;
  padding: 20px; 
  text-align: center;
  font-size: 140%;
  color: #FFF;
}
.mouse_ovre a:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;

}

/*--------------indexの会社概要--------------*/
.gaiyou{
  margin: 10% auto 0;
  position: relative;
}
.gaiyou_kazari{
  position: absolute;
  right: 3%;
  max-width:94%;
  bottom: -1.5vw;

}

.background_1{
  height: 600px;
  background: url(img/nannka_2.jpg);
  background-size:70% ;
  background-repeat: no-repeat;
  background-position:left ;
  animation-delay: 2s;


}
.contents_waku{
  width: 100%;
  margin: 0 auto -50px;
  display: flex;
}

.contents_waku span{
  font-size: 160%;
  display: block;
  line-height:1.3;
  margin-bottom:30px;
}

.nibun_1{
  color: #000;
  padding: 9% 13% 8% 13%;
  font-size: calc(0.8vw + 8px);
  font-weight:bold;
  text-shadow: 0 0 6px #fff;
}



.arrow2{
  color:#333333;
  border:1px solid  ;
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 120%;
  margin-top: 25px;
  display: inline-block;
  background-color: #ffffff83;
  transition: all .3s;

}
.arrow2:hover{
  color:#636363;
  border:1px solid;
  background-color: #b5e886;
  text-shadow: none;
}

.tategaki{
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;  
  width: 30%;
}
.tategaki_title_1{
  font-size: 6vw;
  color: #9e9e9e;
  margin: 0 150px;
}
@media(min-width:1200px){
	.tategaki_title_1{
	  font-size: 70px;
	}
}

/*----------------index各種資料-----------------*/

.shiryo{
  margin: 22% auto 12%;
}
.background_3{
  height: 600px;
  background: url(img/nannka_3.jpg);
  background-size:70% ;
  background-repeat: no-repeat;
  background-position:left top;
}
.shiryo_icon{
  text-align: right;
  display: flex;
  margin: calc(120px - 5vh) 3% 0 10% 
}

.shiryo_icon a{
  margin: 0 0.5% ;
  box-shadow: 10px 5px 10px #00000050;
  transition: all .3s;
}
.shiryo_icon a:hover{
	opacity:0.8
}


/*.haiki{
  text-align: center;
  margin-bottom: 100px;
}
.haiki h3{
  margin: 30px 0 20px 0;
}
.haiki_naka img{
  width: 200px;
  filter:drop-shadow(10px 10px 10px rgb(196, 196, 196))
}
.inline{
  display: inline-block;
  margin: 0 2%;
}
.inline:nth-child(4){
  margin-left:70px ;
}
.inline p{
  margin: 10px 0;
}
.sonota{
  margin-bottom: 60px;
}*/
/*---------------index採用情報など----------------*/
.mosaic{
	display:flex;
	height:500px;
	max-width:1500px;
	margin:50px auto;
}
.mosaic div{
  overflow:hidden;
  position: relative;
}
.w50{
  width:50%;
}
.w50 p{
  position: absolute;
  z-index: 2;
  bottom:0 ;
  background-color: rgba(13, 77, 150, 0.616);
  width: 100%;
  padding: 30px;
  text-align: center;
  font-size: 160%;
  color: #FFF;
}
.w50:nth-child(1) p{
  background-color: rgba(216, 231, 221, 0.726);
  color: #000;
  padding: 10px;

}
.h50{
	height:50%;
}
.mosaic img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s all;
}
.mosaic img:hover{
	transform:scale(1.2,1.2);
	transition:1s all;
}

/*----------------index関連リンク------------------*/
.footer_flex{
  display: flex;
}
.iso_link{
  padding-top: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.iso_link img{
  width: 10vw;
}
.iso{
  width: 52%;
  text-align: center;
  margin-right:2% ;
}
.iso img{
  margin: 20px 3%;
}
.iso p{
  text-align: center;
  font-size: 120%;
}

.link{
  width: 46%;
  text-align: center;
}
.link img{
  margin: 0 1%;
}
.link p{
  margin-bottom: 20px;
  font-size: 120%;
}

/*---------------ここまでindex　contents---------------*/

/*---------------ここからfooter---------------*/

.footer{
  background-image: url(img/footer_img.jpg);
  height: 500px;
  background-position: center ;
}
.idou{
  margin: 0 auto;
  width: 80%;
  text-align: center;
  padding-top: 130px;
}
.footer_menu a,.copy a,.link a{
	transition: all .3s;
}
.footer_menu a:hover,.copy a:hover{
	color:#ccc
}
.link a:hover{
	opacity:0.4
}
.copy{
  font-size: 80%;
  padding-top: 70px;
  text-align: center;
}


/*--------------
index_htmlはここまで
以下は別ページ
--------------*/

/*----------別ページ menu template-------------*/

.p_top:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-2;
  width:100%;
  height:100vh;
  background-size:cover;
  background: url(img/privacy_top.jpg) center center;
}
.p_top{
  height: 55vh;
}

.p_menu{
  color: #FFF;
  text-align: right;
  padding: 3%;
  display: flex;
}

.menu_bar{
  width: 80%;
  padding-top: 20px;
  text-align:left;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
}
.menu_bar a{

	color: #FFF;
	margin: 0 15%;
	font-size: calc(0.7vw + 12px);
	display: block;
	    transition: all .3s;
}
.menu_bar a:hover{
	opacity:0.5
}

/*-------------
  contents幅
--------------*/
.contents_2{
  margin: 0 auto;
  width: 1300px;
  max-width:95%
}


/*---------------プライバシーポリシーpage--------------*/
.midashi h2{
  width:fit-content;
  padding:70px 150px;
  margin-top:-120px ;
  background-color: #FFF;
  font-size: 3vw;
}
.p_daiji{
  margin-top: 30px;
  margin-bottom: 5px;
  color: #18750b;
  font-size: 130%;
}

.policy ul{
  margin: 0 ;
}


/*-----------------会社概要page-------------------*/

.c_top:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-2;
  width:100%;
  height:100vh;
  background-size:cover;
  background: url(img/company_top.jpg) center center;
}
.c_top{
  height: 55vh;
}

.c_menu{
  color: #FFF;
  text-align: right;
  padding: 3%;
  display: flex;
}

/*-------------
companyのtopここまで
--------------*/
.pamp{
  text-align: center;
  margin: 0 0 100px ;
}
.pamp h3{
  text-align: left;
}
.pamp a{
  color: #000;
  font-size: 130%;
}
.pamp a:hover{
  color: #FFF;
}
/* ボタン共通設定 */
.btn06{
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background:#FFF;
  color: #fff;
  border: 2px solid #000;
  padding: 10px 40px 10px 30px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
}

.btn06:hover{
background:#18750b;
border: 2px solid #18750b;
}


/* 矢印が右に移動 */

.btnarrow1::after{
  content: '';
  /*絶対配置で矢印の位置を決める*/
position: absolute;
  top:42%;
  right: 13px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
  right: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c_daiji{
  margin-bottom: 5px;
  color: #18750b;
  font-size: 130%;
}
.c_tyo_daiji{
  margin-bottom: 40px;
  color: #000000;
  font-size: 240%;
  border-left: 5px solid #c50404;
  padding-left: 1em;
  border-bottom: lin dotted 1px;
}
.c_flex{
  display: flex;
}

.c_hanhan1{
  width: 70%;
  padding: 0 4% 0 0;
}
.c_hanhan2{
  width: 30%;
  text-align: center;
}
.c_hanhan2 .c_daiji{
  text-align: center;
}

.c_hanhan1 dt{
  float: left;
  margin-left: 50px;
}
.c_hanhan1 dd{
  margin-left: 180px;
}
.c_hanhan1 dl{
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  border-bottom: #CCC dotted 1px;
}

.c_hanhan2 dt{
  float: left;
  margin-left: 50px;
}
.c_hanhan2 dd{
  margin-left: 180px;
}
.c_hanhan2 dl{
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  border-bottom: #CCC dotted 1px;
}

.boder_dotte{
  border-bottom: #CCC dotted 1px;
  margin: 0px 0px 110px 0px;
  padding: 0px 0px 20px 0px;
}


/*------------------事業内容・許認可page-------------*/

.b_top:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-2;
  width:100%;
  height:100vh;
  background-size:cover;
  background: url(img/business_top.jpg) bottom center;
}
.b_top{
  height: 55vh;
}

.b_menu{
	color: #FFF;
	text-align: right;
	padding: 3%;
	display: flex;
}
.b_menu img{

}
/*-------------
businessのtopここまで
--------------*/

.b_daiji{
  margin-bottom: 5px;
  color: #18750b;
  font-size: 130%;
}
.b_tyo_daiji{
  margin-bottom: 40px;
  color: #000000;
  font-size: 240%;
  border-left: 5px solid #c50404;
  padding-left: 1em;
  border-bottom: lin dotted 1px;
}
.kazari{
  font-size: 15px;
  font-weight: normal;
  margin-left: 40px;
  letter-spacing: 6px;
  vertical-align: middle;

}
.b_flex{
  display:flex
}

.b_hanhan1{
  width: 50%;
  padding: 0 4% 0 0;
}
.b_hanhan2{
  width: 50%;

}
.b_boder_dotte{
  border-bottom: #CCC dotted 1px;
}

.b_table{
  width: 100%;
  border: #ccc 1px solid;
  border-collapse:collapse ;
}
.b_table th{
  border: 1px solid #ccc;
  padding: 3px 8px;
  background-color: #f8fff0;
  letter-spacing: 7px;
}
.b_table th:nth-child(1){
  width: 15%;
}
.b_table th:nth-child(2){
  width: 10%;
}
.b_table th:nth-child(3){
  width: 30%;
}
.b_table th:nth-child(4){
  width: 20%;
}
.b_table td{
  border: 1px solid #ccc;
  padding: 3px 8px;
}
.b_hinmoku_flex{
  display: flex;
  flex-wrap: wrap;
}
.b_hinmokku{
  width: fit-content;
  margin: 9px ;
  padding: 6px 26px;
  border: 1px solid #ccc;
  background-color: #f8fff0;
  font-weight: bold;

}

.b_hinmokku_3{
  width: fit-content;
  margin: 9px ;
  padding: 6px 26px;
  border: 1px solid #ccc;
  background-color: #fad5cf;
  font-weight: bold;
}


/*------------------環境保全page-------------*/
.e_top:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-2;
  width:100%;
  height:100vh;
  background-size:cover;
  background: url(img/environment_top.jpg) bottom center;
}
.e_top{
  height: 55vh;
}

.e_menu{
  color: #FFF;
  text-align: right;
  padding: 3%;
  display: flex;

}
.e_menu img{

}
/*-------------
environmentのtopここまで
--------------*/

.e_daiji{
  margin-bottom: 5px;
  color: #18750b;
  font-size: 130%;
}
.e_tyo_daiji{
  margin-bottom: 30px;
  color: #000000;
  font-size: 240%;
  border-left: 5px solid #c50404;
  padding-left: 1em;
  border-bottom: lin dotted 1px;
}
.e_hanhan1,.e_hanhan2{
  width: 50%;
  padding: 0 2% 2%;
}

.e_table{
  width: 100%;
  border: #ccc 1px solid;
  border-collapse:collapse ;
}
.e_table th{
  border: 1px solid #ccc;
  padding: 3px 8px;
  background-color: #f8fff0;
  letter-spacing: 7px;
}
.e_table th:nth-child(1){
  width: 20%;
}
.e_table th:nth-child(2){
  width: 30%;
}
.e_table th:nth-child(3){
  width: 15%;
}
.e_table th:nth-child(4){
  width: 10%;
}
.e_table td{
  border: 1px solid #ccc;
  padding: 3px 8px;
}

/*--------------廃棄物処理フローpage-------------*/
.f_top:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-2;
  width:100%;
  height:100vh;
  background-size:cover;
  background: url(img/flow_top.jpg) bottom center;
}
.f_top{
  height: 55vh;
}

.f_menu{
  color: #FFF;
  text-align: right;
  padding: 3%;
  display: flex;
}

/* 印刷用フロー図 */
.checks{
	display:flex;
	flex-wrap:wrap;
}
.checks p{
	width:350px
}
.checks input{
	width:20px;
	vertical-align:middle;
	margin-right:8px

}
#flow{
	width:100%;
}

#flow img{
	display:none;
	width:100%;
}
.flow_print_btn{
	width:fit-content;
	border:1px solid;
	font-weight:bold;
	font-size:120%;
	padding:5px 20px;
	height:auto;
	display:block;
	margin:60px auto;
	box-shadow:2px 2px 3px #ccc;
}

/*-------------
flowのtopここまで
--------------*/

.f_daiji{
  margin-bottom: 5px;
  color: #18750b;
  font-size: 130%;
}
.f_tyo_daiji{
  margin-bottom: 30px;
  color: #000000;
  font-size: 240%;
  border-left: 5px solid #c50404;
  padding-left: 1em;
  border-bottom: lin dotted 1px;
}
.f_flex{
  display: flex;
}
.f_hanhan1,.f_hanhan2{
  width: 50%;
  padding: 0 2% 2%;
}

/*--------------設備・車両page-------------*/
.eq_top:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-2;
  width:100%;
  height:100vh;
  background-size:cover;
  background: url(img/equipment_top.jpg) bottom center;
}
.eq_top{
  height: 55vh;
}

.eq_menu{
  color: #FFF;
  text-align: right;
  padding: 3%;
  display: flex;
}

/*-------------
equipmentのtopここまで
--------------*/
.eq_daiji{
  margin-bottom: 5px;
  color: #18750b;
  font-size: 130%;
}
.eq_tyo_daiji{
  margin-bottom: 30px;
  color: #000000;
  font-size: 240%;
  border-left: 5px solid #c50404;
  padding-left: 1em;
  border-bottom: lin dotted 1px;
}
.eq_flex{
  display: flex;
}
.eq_hanhan1,.eq_hanhan2{
  width: 50%;
  padding: 0 2% 2%;
}
.hosoku{
  font-size: 17px;
  color: #000;
  display: block;
}

/*--------------お問い合わせpage-------------*/
.cont_top:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-2;
  width:100%;
  height:100vh;
  background-size:cover;
  background: url(img/contact_top.jpg) bottom center;
}
.cont_top{
  height: 55vh;
}

.cont_menu{
  color: #FFF;
  text-align: right;
  padding: 3%;
  display: flex;
}


/*-------------
contactのtopここまで↑
--------------*/
.cont_daiji{
  margin-bottom: 5px;
  color: #18750b;
  font-size: 130%;
}
.cont_tyo_daiji{
  margin-bottom: 30px;
  color: #000000;
  font-size:calc(18px + 1vw);
  border-left: 5px solid #c50404;
  padding-left: 1em;
  border-bottom: lin dotted 1px;
}
.cont_flex{
  display: flex;
  flex-wrap: wrap;
}
.cont_nibun_1{
  width: 30%;
  margin-left:3%;
  border:1px solid #ccc;
  padding-bottom:20px
}
.cont_nibun_1 img{
	width:100%;
    height:220px;
    object-fit:cover
}
.cont_nibun_1 span{
	display:block;
	text-align:center;
	margin:10px 0;
	font-size:20px;
	
}
.tel{
	display:flex;
	text-align:center
}
.tel a{
	width:50%;
	font-size:20px;
}
.tel p{
	width:50%;
		font-size:20px
}
.cont_nibun_2{

}

.form{
  margin: 0 auto;
  width:100%;
  max-width:90%;
}
.co_table{
  max-width: 1200px;
    width: 100%;
    margin: 0px auto 10px;
    padding: 0px 0px 10px 0px;
}
.co_table dt{
  float: left;
  margin-left: 0px;
}
.co_table dd{
  margin-left:215px;
}
input,textarea{
  width: 100%;
  border-top: none;
  border-right: none;
  border-left: none;
  height: 30px;
  border-bottom: #6b6b6b dotted 1px;
  background-color: #f5faff;
}
input[name="capkey"]{
	max-width:115px;
	margin-top:10px
}

textarea{
  height: 100px;
}
.submit_tac{
  text-align: center;
}
input[type="radio"]{
	width:auto;
	height:auto

}
input[type="submit"]{
  width: auto;
  height: auto;
  text-align: center;
  border: 1px solid;
  padding: 8px 20px;
}

/*--------------採用情報page-------------*/
.r_top:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-2;
  width:100%;
  height:100vh;
  background-size:cover;
  background: url(img/recruit_top.jpg) bottom center;
}
.r_top{
  height: 55vh;
}

.r_menu{
  color: #FFF;
  text-align: right;
  padding: 3%;
  display: flex;
}


/*-------------
recruitのtopここまで↑
--------------*/
.r_flex{
  display: flex;
  align-items: center;
}
.r_kime{
  width: 60%;
  font-size: 2vw;
  padding: 0 3% 0 0;
}
.r_kime p{
  font-size: 1vw;
  text-align: right;
  margin-top: 30px;
}
.r_nibun2{
  width: 40%;
  border: 2px solid #555;
}
.r_nibun3{
  width: 40%;
  text-align: center;
}
.r_nibun3 img{
  width: 50%;
}
.r_message{
  width: 60%;
}
.r_yohaku{
  margin: 200px 0;
}
.img_01{
  position: relative;
}
.img_01::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -35%;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: #cccccc50;
}
.img_01 img{
  border: 2px solid #000;
}
.Senior_comment{
  width: 30%;
  margin:0 0 1.5% 0 ;
  text-align: center;

}
.Senior_comment img{
  border: 2px solid #555;
}
.Senior_comment_bun{
  text-align: left;
  width: 70%;
  padding: 0 0 0 0%;
}
.Senior_comment_bun .taisetu{
  font-weight: bold;
  text-align: left;
  font-size: 1.3vw;
}
.Senior_comment_bun span{
  display: block;
  text-align: right;
  margin: 10px 0;
}
.img_02{
  width: 60%;
  text-align: center;
  padding: 0 3% 0 0 ;
}
.img_02 img{
  width: 30%;
}
.img_02 ul{
  text-align: left;
}
.img_02 ul li{
  font-size: 1.2vw;
  font-weight: bold;
}
.img_02 ul li ul{
  padding-left: 30px;
}
.img_02 ul li ul li{
  list-style-type:none;
  font-size: 1vw;
  font-weight: normal;
}
.img_03{
  width: 40%;
}
.img_03 img{
width: 100%;
border: 2px solid #000;
}
.marker_P_orange {
  background: linear-gradient(transparent 60%, #ffddbc 0%);
}
.r_flex form{
  display: inline-block;
  margin: 0 10px ;
}



/*--------------SP--------------*/
@media(max-width:1300px){

}
@media(max-width:1100px){
  .background_1{
    height: auto;
  } 
  .background_2{
    height: auto;
  }
  .background_3{
    height: auto;
  }
}

@media(max-width:800px){
  /*---------- sp menu -----------*/
  .header_menu_sp {
    position: fixed;
    right: 53px;
    top: 12px;
    z-index: 3;
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    border-radius: 5px;
  }
  .header_menu_sp img {
    width: 31px;
    vertical-align: bottom;
  }
  /* ---- sp menu ここまで ----------*/

  /*------ スライドショー ここから----*/
	.top_logo img{
		width:100%
	}


  /*------ pc menu  ------------------*/

  /*--------- ここからcontents ---------*/
  .sp_title1{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;  
    width: 100%;
    position: relative;
  }
  .sp_tategaki1{
    font-size: 9vw;
    color: #242424;
    margin: 0 40px -25px;
  }
  .sp_title1::after{
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    right: 0;
    width: 35px;
    height: 1px;
    background-color: #5e5e5e;
  }
  .background_1{
    background-size:200%;
    width: 95%;
    margin:0 auto;
  }
  .contents_waku{
  	width:95%;
    margin: 0 auto;
  }
  .contents_waku span{
    font-size: 7vw;
    margin-bottom: 20px;
  }
  .tategaki_title_1{
    margin: 0 40px 0 0 ;
    font-size: 9vw;
    color: #333333;
  }
  .nibun_1{
    padding: 12% 5%;
    font-size: 90%;
    width: 90%;
    margin: 0 auto;
  } 
  .nibun_2{
    padding: 12% 5%;
    font-size: 90%;
    width: 90%;
    margin: 0 auto;
    text-align: right;
  }
  .arrow2{
    font-size: 90%;
    padding: 8px 12px;
    margin-top: 10px;
  }
  .gaiyou_kazari{
    bottom: -3vw;
  }
  /*事業情報*/
  .naname{
    margin: 18% auto 12%;
  }
  .sp_title2{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;  
    position: relative;
  }
  .sp_tategaki2{
    font-size: 9vw;
    color: #242424;
    margin: 0 30px -25px;
  }
  .sp_title2::after{
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 35px;
    height: 1px;
    background-color:  #5e5e5e;
  }

  .background_2{
    background-size:200%;
    width: 95%;
    margin: 0 auto;
  }
  .mouse_ovre{
    margin: 0 auto;
  }

  .mouse_ovre a p{
    font-size: 65%;
    padding: 10px;
  }
  .mouse_ovre a{
	box-shadow:none;
  }


	
   /*各種資料*/
  .background_3{
    background-size:200%;
    width: 95%;
    margin:0 auto;
  }
  .sp_title3{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;  
    width: 100%;
    position: relative;
  }
  .sp_title3::after{
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    right: 0;
    width: 35px;
    height: 1px;
    background-color: #5e5e5e;
  }
  .sp_tategaki3{
    font-size: 9vw;
    color: #242424;
    margin: 0 40px -35px;
  }
  .shiryo{
    margin: 13% auto 12%;
  }
  .shiryo_icon{
    margin: 0;
    flex-wrap:wrap;	
  }
  .shiryo_icon a{
    box-shadow: unset;
    width: 47%;
    margin: 0 1.5% 3%;
  }

  /*index情報など*/
  .mosaic{
    flex-wrap: wrap;
    max-width: 95%;
    margin: 100px auto 50px;
    
  }
  .w50{
    width: 100%;
    height: 50%;
  }
  .w50 p{
    font-size: 100%;
    padding: 10px;
  }
  /*index関連リンク*/
  .footer_flex{
    flex-wrap: wrap;
  }
  .iso,.link{
    width: 100%;
  }
  .iso_link img{
    width: 20vw;
  }
  /*footer*/
  .footer{
    height: 340px;
    background-size: 170%;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .idou{
    padding-top: 0px;
  }
  /*------index.htmlはここまで
  　　　　　以下は別page-------*/
  /*-------------
  contents幅
  --------------*/
  .contents_2{
    margin: 0 auto;
    max-width: 90%;
  }

  /*---会社概要page-----*/
  .c_menu{
    padding: 0;
    margin: 12px 0 0 12px;
  }
  .c_menu div:first-child{
    text-align: left;
  }
  .c_top:before{
    background-position: top center;
  }
  .c_menu img{
    width: 45%;    
  }
  .midashi h2{
    padding: 20px 35px;
    margin-top: -70px;
    font-size: 240%;
  }
  /*会社概要pageのTOPここまで↑*/
  .c_tyo_daiji{
    font-size: 200%;
    padding-left: 15px;
  }
  .c_daiji{
    font-size: 120%;
  }

  .c_flex{
    flex-wrap: wrap;
  }
  .c_hanhan1{
    width: 100%;
  }
  .c_hanhan2{
    width: 100%;
  }
  .c_hanhan1 dt{
    margin-left: 20px;
  }
  .c_hanhan1 dd{
    margin-left: 110px;
  }

  /*---事業内容・許認可page---*/
  .b_menu{
    padding: 0;
    margin: 12px 0 0 12px;
  }
  .b_top:before{
    background-position: top center;
  }
  .b_menu div:first-child{
    text-align: left;
  }
  .b_menu img{
    width: 45%;    
  }
  /*--事業内容・許認可pageのtopここまで↑---*/

  .b_tyo_daiji{
    font-size: 200%;
    padding-left:15px;
  }

  .b_flex{
    flex-wrap: wrap;
  }
  .b_hanhan1{
    width: 100%;
  }
  .b_hanhan2{
    width: 100%;
  }
  .b_table{
    font-size: 60%;
  }
  .b_hinmokku{
	 width: fit-content;
	 margin: 6px ;
	 padding: 3px 6px;
   }  
   .b_hinmokku_3{
	 width: fit-content;
	 margin: 6px ;
	 padding: 3px 6px;
   }

  /*---- 環境保全page ----*/
  .e_menu{
    padding: 0;
    margin: 12px 0 0 12px;
  }
  .e_menu div:first-child{
    text-align: left;
  }
  .e_top:before{
    background-position: top center;
    background-size: cover;
  }
  .e_menu img{
    width: 45%;    
  }
  /*--環境保全pageのtopここまで↑---*/
  .e_tyo_daiji{
    font-size: 200%;
    padding-left: 15px;
  }
  .e_table{
    font-size: 70%;
  }

  /*プライバシーポリシーpage*/
  .p_menu{
    padding: 0;
    margin: 12px 0 0 12px;
  }
  .p_menu div:first-child{
    text-align: left;
  }

  .p_top:before{
    background-position: top center;
  }
  .p_menu img{
    width: 45%;    
  }

  /*廃棄物処理フローpage*/
  .f_menu{
    padding: 0;
    margin: 12px 0 0 12px;
  }
  .f_menu div:first-child{
    text-align: left;
  }
  .f_top:before{
    background-position: top center;
    background-size: cover;
  }
  .f_menu img{
    width: 45%;    
  }
  /*--廃棄物処理フローpageのtopここまで↑---*/
  .f_flex{
    flex-wrap: wrap;
  }
  .f_hanhan1,.f_hanhan2{
    width: 100%;
  }

    /*設備・車輛page*/
    .eq_menu{
      padding: 0;
      margin: 12px 0 0 12px;
    }
    .eq_menu div:first-child{
      text-align: left;
    }
    .eq_top:before{
      background-position: top center;
      background-size: cover;
    }
    .eq_menu img{
      width: 45%;    
    }
    /*--廃棄物処理フローpageのtopここまで↑---*/
    .eq_flex{
      flex-wrap: wrap;
    }
    .eq_hanhan1,.eq_hanhan2{
      width: 100%;
      margin: 0 auto;
    }
    .hosoku{
      font-size: 15px;
    }
    /*お問合せ*/
    .cont_menu div:first-child{
    text-align:left
    }
    .cont_menu img{
    	width:45%;
    }
    .cont_nibun_1{
    	width:100%;
    	margin:3% 0
    }
    .tel{
	display:flex;
	text-align:center;
	flex-wrap:wrap
	}
	.tel a{
		width:fit-content;
		margin:15px auto;
		font-size:25px;
		border:1px solid #ccc;
		padding:6px 10px;
		border-radius:25px;
		box-shadow:2px 2px 5px #ccc;
		background-color:#ddd

	}
	.tel p{
		width:100%;
			font-size:15px
	}
	.co_table dt{
		margin:0;
		float:none
    }
    .co_table dd{
    	width:100%;
    	margin:0
}

}