/* ヘッダー */
	.header{
		width: 100%;
		height: 140px;
		background-color: #db4249;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 2;
		min-width: 1200px;
	}
	@media screen and (max-width:450px) {
		.header{
			position:relative; 
		}
	}
/* ヘッダー左部分 */
	.company{
		/* width: 300px; */
		height:140px;
		float: left;
	}
	.logo{
		width: 100px;
		height: 140px;
		float: left;
	}
		.logo>img{
			width: 75px;
			margin: 33px 13px;
		}
	.company_name{
		width: fit-content;
		display: inline-block;
		color: white;
		font-weight: bold;
		/* line-height: 140px; */
		font-size: 28px;
	}
		.company_name>img{
			width: 230px;
			margin: 50px auto;
		}
	/*ヘッダー右（上）部分  */
	.menu{
		width: fit-content;
		height: 140px;
		float: right;
		margin-right: 1vw;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.address_waku{
		position: relative;
		width: fit-content;
		height: 70px;
		z-index: 100;
		/* float: right; */
		display: flex;
		align-items: flex-end;
		flex-direction: row;
	}
/* 採用情報 */
	.saiyou{
		position: relative;
		float: left;
		margin-right: 16px;
		font-size: 21px;
		font-weight: bold;
	}
		.saiyou>a{
			text-decoration: none;
			color: white;
		}
		.saiyou a::after{
			position: absolute;
			  bottom: -4px;
			  left: 0;
			  content: '';
			  width: 100%;
			  height: 2px;
			  background: white;
			  transform: scale(0, 1);
			  transform-origin: right top;
			  transition: transform .3s;
		}
		.saiyou a:hover::after{
			transform-origin: left top;
			  transform: scale(1, 1);
		}
	.address_list{
		width: fit-content;
		display: inline-block;
		margin: 0;
		padding: 0;
		z-index: 200;
	}
		.address_list>li{
			position: relative;
			width: 169px;
			height: 38px;
			float: left;
			display: inline-block;
			margin-right: 14px;
			background-color: white;
			border-radius: 10px;
			box-sizing: border-box;
			list-style: none;
			font-size: 21px;
			text-align: center;
			line-height: 38px;
			overflow: hidden;
		}
		.address_list li a{
			display: block;
			color: #db4249;
			font-weight: bold;
			text-decoration: none;
		}
		.address_list li a::after{
			position: absolute;
			  bottom: 5px;
			  left: 37px;
			  content: '';
			  width: 57%;
			  height: 2px;
			  background: #db4249;
			  transform: scale(0, 1);
			  transform-origin: right top;
			  transition: transform .3s;
		}
		.address_list li a:hover::after{
			transform-origin: left top;
			transform: scale(1, 1);
		}
	/* 電話ドロップリスト */
		.telephone_list_waku,.access_list_waku{
			width:834px;
			display: flex;
			flex-direction: row;
			position: relative;
			background-color: #d81424;
			border-radius: 10px;
			margin: 0px auto;
			left: -285%;
			font-size: 13px;
			font-weight: bold;
			padding: 10px;
			padding-bottom: 40px;
			/* overflow-x: scroll; */
			overflow-y: hidden;
			-ms-overflow-style: none;
			scrollbar-width: none;
			align-items: center;
		}
		.telephone_list_waku::-webkit-scrollbar,.access_list_waku::-webkit-scrollbar{
		  display:none;
		}
		.telephone_div,.access_div{
			display: flex;
			flex-direction: column;
		}
			
		
		.tokai_tel_box{
			display: flex;
			height: 420px;
		}
		.kanto_tel_box{
			display: flex;
		}
		.tokai_access_box{
			display: flex;
			height: 470px;
		}
		.kanto_access_box{
			display: flex;
		}
			
		.aichi_waku,.ken_waku{
			/* width: 300px; */
			padding: 10px;
			box-sizing: border-box;
		}
		.aichi_waku{
			/* float: left; */
		}
		.ken_waku{
			display: flex;
			flex-direction: column;
		}
		.aichi_mozi_css{
			width: 300px;
			margin: 0 auto;
			text-align: center;
			color: white;
			font-size: 16px;
		}
			.aichi_mozi_css:before,.aichi_mozi_css:after{
				border-top: 1px solid white;
				content: "";
				width: 90px; 
				display: inline-block;
				margin: 7px;
			}
			.aichi_mozi_css:before{
				margin-right: 1px;
			}
			.aichi_mozi_css:after{
				margin-left: 1px;
			}
			
		.aichi_telephone,.aichi_telephone2{
			height: 100%;
			box-sizing: border-box;
			display: flex;
			margin: 0;
			padding: 0;
			flex-direction: column;
			flex-wrap: wrap;
			align-items: flex-start;
		}
		.aichi_telephone2{
			
		}
			.aichi_telephone  li,.aichi_telephone2  li{
				position: relative;
				list-style: none;
				margin-bottom: 10px;
			}
			.aichi_telephone li a,.aichi_telephone2  li a{
				color: white;
				display: flex;
				flex-direction: column;
				align-items: flex-start;
			}
			.aichi_telephone li a::after,.aichi_telephone2 li a::after{
				position: absolute;
				  bottom: -3px;
				  left: 0;
				  content: '';
				  width: 100%;
				  height: 2px;
				  background: white;
				  transform: scale(0, 1);
				  transform-origin: right top;
				  transition: transform .3s;
			}
			.aichi_telephone li a:hover::after,.aichi_telephone2 li a:hover::after{
				transform-origin: left top;
				  transform: scale(1, 1);
			}
			.aichi_telephone span,.aichi_telephone2 span{
				height: 25px;
			}
/* アクセスリスト	 */
	.access_list_waku{
		width: 1000px;
		height: fit-content;
		left: -500%;
	}
	.access_waku,.access_waku2{
		/* width: 400px;
		height: 440px; */
		padding: 10px;
		box-sizing: border-box;
	}
	.access_waku{
		float: left;
	}
	.access_waku2{
		display: inline-block;
		margin-left: 10px;
		/* height: 150px;
		width: 290px; */
	}
/* ヘッダー右（下）部分 */
	.menu_list_waku{
		width: fit-content;
		height: 70px;
		display: inline-block;
	}
	.menu_list{
		width: fit-content;
		/* height: 50px; */
		/* margin: 8px 0; */
		padding: 0;
		z-index: 10;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		font-size: 21px;
	}
		.menu_list>li{
			list-style: none;
			position: relative;
			display: inline-block;
			box-sizing: border-box;
		}
		.menu_list li a{
			display: block;
			color: white;
			font-weight: bold;
			text-decoration: none;
			border-right: 1px solid;
			box-sizing: border-box;
			padding: 0 12px;
		}
		.menu_list li a::after{
			position: absolute;
			  bottom: -4px;
			  left: 0;
			  content: '';
			  width: 100%;
			  height: 2px;
			  background: white;
			  transform: scale(0, 1);
			  transform-origin: right top;
			  transition: transform .3s;
		}
		.menu_list li a:hover::after{
			transform-origin: left top;
			  transform: scale(1, 1);
		}
		
		.yazi_r,.yazi_l{
			 position: sticky!important;
			 width: 70px!important;
			 height: 70px!important;
			 right: 0;
			 display: flex;
			 align-items: center;
			 justify-content: center;
			 font-size: 40px!important;
			 color: #cc3d44!important;
			 background-color: rgba(360,360,360,0.9)!important;
			 background:rgba(360,360,360,0.9)!important;
			 border-radius: 40px!important;
			 border: none!important;
			 box-sizing: border-box!important;
			 z-index: 2!important;
			 cursor: pointer!important;
			 padding: 0px 15px!important;
		 }
		 .yazi_r{
			 animation: updown1 2s infinite ease-in-out!important;
		 }
		 .yazi_l{
			 right: unset;
			 left: 0;
			 display: none;
			 animation: updown2 2s infinite ease-in-out;
		 }
		 @keyframes updown1 {
		   0% {
			 transform: translate(0, 0);
		   }
		   50% {
			 transform: translate(-10px, 0);
		   }
		   100% {
			 transform: translate(0, 0);
		   }
		 }
		 @keyframes updown2 {
		   0% {
			 transform: translate(0, 0);
		   }
		   50% {
			 transform: translate(10px, 0);
		   }
		   100% {
			 transform: translate(0, 0);
		   }
		 }
		
		@media screen and (max-width:450px) {
			.telephone_list_waku, .access_list_waku{
				width: fit-content;
				font-size: 15px;
				padding: 20px;
			}
			.access_list_waku{
				width: 1130px;
				left: -567%;
			}
			.telephone_list_waku{
				left: -322%;
			}
			.access_waku{
				width: fit-content;
			}
			.aichi_waku,.ken_waku{
				width: fit-content;
			}
			.yazi_r,.yazi_l{
				width: 100px!important;
				height: 100px!important;
				font-size: 75px!important;
				border-radius: 75px!important;
			}
			.aichi_mozi_css{
				font-size: 26px;
			}
			.tokai_tel_box{
				height: unset;
			}
			.aichi_telephone li, .aichi_telephone2 li{
				margin-bottom: 20px;
			}
			.aichi_telephone span, .aichi_telephone2 span{
				height: unset;
				font-size: 25px;
			}
			/* アクセス関係 */
			.tokai_access_box{
				height: unset;
			}
		}
		
		@media screen and (min-width:1280px) and (max-width:1400px) {
			.access_list_waku{
				height: 474px;
				width: 1228px;
				left: -626%;
			}
			.tokai_tel_box{
				height: 365px;
			}
			.tokai_access_box{
				height: 325px;
			}
			.aichi_telephone2{
				/* height: unset; */
			}
			.access_waku2{
				height: unset;
			}
			.aichi_telephone li, .aichi_telephone2 li{
				margin-bottom: 2px;
			}
			
		}
		@media screen and  (min-width:450px) and (max-width:1280px){
			.tokai_tel_box{
				height: 365px;
			}
			.tokai_access_box{
				height: 260px;
			}
			
			.aichi_telephone2{
				/* height: unset; */
			}
			.access_waku2{
				height: unset;
			}
			.aichi_telephone li, .aichi_telephone2 li{
				margin-bottom: 2px;
			}
			
		}
