@media screen and (max-width: 1000px) {
  .small_inner{
    width: auto;
    margin: auto;
  }
  html{
    overflow: unset;
  }
  #spMenu{
    display: block;
    width: 35px;
    height: 30px;
    position: fixed;
    top:17px;
    right: 15px;
    z-index: 999;
    margin: 5px 0 0 0;
  }
  #spMenu span{
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    transition: .5s;
  }
  #spMenu.active span{
  }
  #spMenu span:nth-child(1){
  }
  #spMenu span:nth-child(2){
    top: 50%;
    transform: translateY(-50%);
  }
  #spMenu span:nth-child(3){
    bottom:0;
  }
  #spMenu.active span:nth-child(1){
    transform: rotateZ(45deg);
    top: calc(50% - 4px / 2);
  }
  #spMenu.active span:nth-child(2){
    opacity: 0;
  }
  #spMenu.active span:nth-child(3){
    transform: rotateZ(-45deg);
    bottom: calc(50% - 4px / 2);
  }
  .sp_hide{
    display: none;
  }
  .pc_hide{
    display: block;
  }
  .inner{
  display:block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
  .mini_inner{
    width: 270px;
    margin: auto;
  }
  header{
    padding: 10px 15px;
    display: block;
    background:#003663;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 99;
    box-shadow: 5px 0 15px rgba(0,0,0,.75);
  }
  header:before{
    display: none;
  }
  header div{
    position: relative;
    z-index: 1;
  }
  .mainvisual:before{
  display: none;
  }
  .mainvisual{
    background:#003663;
    background-size: cover;
    height: auto;
  }
  .mainvisual img{
    width: 100%;
    margin: 100px auto 0 auto;
  }
  .mainvisual_desire{
    display: none;
}
  .mainvisual .inner .top_img {
    display: none;
  }
  .mainvisual .inner .sp_top_img{
    padding: 0 0 40px;
  }
  .header_logo_name .header_company_name img{
    width: 90%;
    height: auto;
  }
  .header_logo_name{
    display: flex;
    align-items: center;
  }
  .header_logo_name img{
    width: 60px;
    height: 60px;
    margin: 0;
  }
  .header_company_name{
    width: 66%;
    margin: 0 0 0 10px;
    text-align: center
  }
  .header_company_name p{
    font-size: 10px;
    border-bottom: solid 1px #fff;
    color: #fff;
    padding: 0 0 10px 0;
  }
  .header_company_name h1{
	  font-size: 10px;
    border-bottom: solid 1px #fff;
    color: #fff;
    padding: 0 0 10px 0;
    /*font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0 0 0;*/
  }
  .navigation{
    text-align: center;
    width: 100%;
    background: #fff;
    transform-origin: top;
    /*transform: scale(1,0);
    transition-duration: .5s;*/
    display: none;
    position: fixed;
    left: 0;
    z-index: unset;
    align-items: center;
    height: 100vh;
    /*margin: 10px 0 0 -15px;*/
    padding: 0 40px;
    box-sizing: border-box;
  }
  .navigation.open{
    /*transform: scale(1,1);*/
  }
  .navigation nav{
    display: block;
    z-index: 998;
    top: 0;
    width: 100%;
    margin: 0;
  }
  .navigation nav ul{
    display: block;
  }
  .navigation nav ul li{
    margin: 6vh;
  }
  .navigation nav ul li a{
    text-decoration: none;
    color: #003d79;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 2px solid #ed1c24;
    padding: 0 0.5em 0.3em 0.5em;
    display: inline-block;
  }
  .navigation nav ul li a:after {
    border-bottom: solid 3px #ed1c24;
    bottom: -5px;
    content: "";
    position: relative;
    width: 0;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    display: none;
  }
  .navigation nav ul li a:hover::after {
    width: 100%;
    display: none;
    transform: scale(1, 1);
  }
    .navigation_circle{
      display: none;
    }
  .header_always{
    display: none;
    align-items: center;
    margin: 0 40px 0 0;
  }
  .header_always img{
    width: 70px;
    height: 70px;
  }
  .header_always_contents{
    margin: 0 0 0 10px;
  }
  .header_always_text{
    display: flex;
    align-items: center;
  }
  .header_always_text p{
    font-weight: bold;
    color: #ffff00;
    font-size: 20px;
  }
  .header_always_text img{
    width: 80px;
    height: 30px;
    margin: 0 0 0 10px;
  }
  .company_phone_no{
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
  }
  .company_phone_no img{
    height: 30px;
    width: 30px;
  }
  .company_phone_no p{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 0 10px;
  }
    .operator_support img{
      width: 100%;
    }
  .flex {
    display: block;
    align-items: center;
  }

  .flex::before,
  .flex::after {
    display: none;
  }
  .sp_bg_red_pone_no{
    text-align: center;
    align-items: center;
    width: 85%;
    height: auto;
    margin:30px auto 0 auto;
  }
  .caption_with_line{
    display: flex;
    align-items: center;
  }
  .line{
    width: 100px;
    height: 1px;
    background-color: black;
  }
  .road_service{
    text-align: center;
  }
  .road_service h2{
    font-style: italic;
    margin: 50px auto 0 auto;
    font-size: 35px;
    font-weight: bold;
    color: #64cce7;
    width: 85%;
  }
  .road_service_inner{
    align-items: center;
    text-align: center;
    display: block;
    left: 50%;
    margin: 50px auto 0 auto;
  }
  .road_service_inner img{
    width: 500px;
    height: auto;
  }
  .road_service p{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 0 0;
    color: #003d79;
  }
  .trouble{
    justify-content: space-between;
    display: block;
    margin: 50px 0;
  }
  .trouble_img{
    display: none;
  }
  .trouble img{
    width: 90%;
    margin: auto;
  }
  .trouble_detail{
    margin: 0 auto;
  }
  .road_service_mini_caption{
    display: flex;
    text-align: end;
  }
  .road_service_mini_caption img{
    width: 50px;
    height: auto;
    margin: 0 0 0 25px;
  }
  .road_service_mini_caption p{
    text-align: start;
    font-size: 25px;
    position: relative;
    color: #003d7a;
    padding: 0 0 0 20px;
    margin: 0;
  }
  .road_service_mini_caption p::after{
    content: '';
    display: block;
    width: 300px;
    height: 3px;
    background-color: #003d7a;
    top: 180%;
    bottom: 0;
    left: -65%;
    position: absolute;
    border: 1px solid #fff;
  }
  .road_service_mini_caption_second{
    display: flex;
    text-align: end;
  }
  .road_service_mini_caption_second img{
    width: 50px;
    height: auto;
    margin: 0 0 0 25px;
  }
  .road_service_mini_caption_second p{
    text-align: start;
    font-size: 25px;
    position: relative;
    color: #003d7a;
    margin: 0;
    padding: 0 0 0 20px;
  }
  .road_service_mini_caption_second strong{
    font-weight: bold;
    font-size: 30px;
  }
  .road_service_mini_caption_second p::before{
    content: '';
    display: block;
    width: 250%;
    height: 3px;
    background-color: #003d7a;
    top: 180%;
    bottom: 0;
    left: -70%;
    position: absolute;
    border: 1px solid #fff;
    margin: 0 auto;
  }
  .road_service_mini_caption strong{
    font-weight: bold;
    font-size: 30px;
  }
  .request{
    text-align: left;
    margin: 50px 10px 30px 15px;
  }
  .request p{
    font-size: 17px; 
    color: #12a3d6;
    margin: 0;
    line-height: 2;
  }
  .trouble_contents{
    line-height: 35px;
    text-align: left;
  }
  .trouble_contents p{
    font-weight: normal;
    color: #000;
    font-size: 13px;
    margin: 0 0 20px 25px;
  }
  .other_service{
    background: #003663;
    text-align: center
  }
  .other_service h2{
    font-style: italic;
    font-weight: bold;
    padding: 50px 0 20px 0;
    font-size: 35px;
    color: #64cce7;
    position: relative;
    margin: auto;
    width: auto;
  }
  .other_service_images{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 20px;
    margin: 40px 10px 20px 10px;
  }
  .other_service_images img{
    width: 150px;
    height: 150px;
  }
  .other_service p{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin: 0;
  }
  .other_service img{

  }
  .other_service_yellow_explanation{
    margin: 50px 0 0 0;
  }
  .other_service_yellow_explanation p{
    color: #fcee21;
    font-size: 16px;
    margin: 0 10px;
  }
  .other_service_caution{
    padding: 15px 0 70px 0;
  }
  .other_service_caution p{
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    line-height: 2;
  }
  .order{
    text-align: center;
    background-color: #fff;
  }
  .order h2{
    font-style: italic;
    margin: 0 auto;
    font-size: 35px;
    font-weight: bold;
    color: #64cce7;
    width: 80%;
    padding:50px 0 0 0; 
  }
  .order p{
    font-size: 20px;
    font-weight: bold;
    color: #003d79;
    margin: 20px;
  }
  .order_step{
    display: block;
    justify-content:space-around;
    padding: 50px 0 0 0;
  }
  .order_step_each_one{
    width: 85%;
    margin: 0 auto 50px auto;
    padding: 0;
    display: block;
  }
  .step_img{
    width: 80px;
    margin: -40px 0 0 0;
  }
  .order_step_procedure{
    background: #12a3d6;
    margin: -45px 0 0 0;
    padding: 50px 0 20px 0px;
    border-radius: 5px 5px 0 0;
  }
  .order_step_procedure p{
    color: #fff;
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 25px;
  }
  .hand_with_phone_img{
    margin: 50px 0 0 0;
    width: 90px
  }
  .order_step_center_img{
    margin: 50px 0 0 0;
    width: 130px;
  }
  .work_content p{
    color: #e00012;
    font-size: 20px;
    margin: 24px 0 0 0;
  }
  .work_content_detail p{
    color: #000;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0 20px 0;
  }
  .order_bg_red_phone_no{
    width: 260px;
    margin: 0 0 20px 0;
  }
  .order_atention{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0;
    padding:20px 0;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #f2f2f2;
  }
  .order_atention:after{
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f2f2f2;
  }
  .atention_detail{
    text-align: left;
  }
  .atention_detail p{
    display: inline-block;
    width: auto;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: left;
    border-bottom: 2px solid #000;
    padding: 0;
    margin: 20px 20px 0;
  }
  .atention_detail p strong{
    color: #ec1b24;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
  }
  .atention_detail_contents{
    margin: 30px 0 0 0;
  }
  .order_additional_fee p{
    font-weight: normal;
    line-height: 30px;
    color: #000;
    text-align: left;
    font-size: 13px;
    margin: 20px 20px;
  }
  .order_additional_fee p strong{
    color: #ff0000;
  }
  .order_others p{
    line-height: 30px;
    font-weight: normal;
    color: #000;
    text-align: left;
    font-size: 13px;
    margin: 20px;
  }
  .order_phone_no{
    display: none;
    width: 1000px;
  }
  .rescue_case{
    align-items: center;
    text-align: center;
    margin: 70px 0 0 0;
  }
  .rescue_case h2{
    font-style: italic;
    margin: 70px auto 0 auto;
    font-size: 35px;
    font-weight: bold;
    color: #64cce7;
    width: 80%;
  }
  .rescue_case p{
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #003d79;
  }
  .rescue_case_images{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 30px;
    padding: 50px 20px 0 20px;
  }
  .rescue_case_img_detail img{
    width: 150px;
    height: auto;
  }
  .rescue_case_img_detail p{
    font-weight: normal;
    font-size: 12px;
    color: #000;
    text-align: left
  }
  .recruit{
    background: #0094c1;
    text-align: center;
    margin: 70px 0 0 0;
    padding: 0 0 50px 0;
  }
  .recruit_caption{
    padding: 50px 0 0 0;
    margin: auto;
    align-items: center;
    text-align: center
  }
  .recruit h2{
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: auto;
    width: 80%;
  }
  .flex_white {
    display: block;
    align-items: center;
  }
  .flex_white::before,
  .flex_white::after {
    display: none;
    content: ' ';
    flex-grow: 1;
    margin: 0 1em;
    height: 3px;
    background-color: #fff;
  }
  .openBox{
    height: 150px; 
    overflow-y: hidden; 
    position: relative;
  }
  .openBox .recruit_inner{
    position: relative; 
    z-index: 0;
  }
  .openBox:before{
    content:''; 
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    display: block; 
    position: absolute; 
    bottom:0; 
    left:0;
    z-index: 1; 
    width: 100%; 
    height: 150px; 
  }
  .openBox.active{
    height: auto;
  }
  .openBox.active:before{
    display: none;
  }
  .recruit_inner{
    padding: 20px;
    padding: 1em;
    border-radius: 8px;
    height: auto;
    overflow: hidden;
    transition: .5s;
    position: relative;
    width: auto;
  }
  .on-off:checked ~ .recruit_inner{
    height: auto;
    width: auto;
  }
  .recruit p{
    margin: 10px 0 40px 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
  .recruit_contents{
    background: #fff;
    border-radius: 30px;
    margin:0 20px;
  }
  .recruit_contents img{
    width: 100%;
    margin: 45px 0 0 0;
    padding: 0 35px;
  }
  .recruit_contents_hero{
    color: #0094c1;
  }
  .recruit_contents_hero p{
    color: #0094c1;
    margin: 30px auto 20px auto;
    width: 80%;
    font-size: 18px;
  }
  .skill_up p{
    font-size: 13px;
    color: #000;
    font-weight: normal;
    margin: 0 auto;
    width: 100%;
    line-height: 2;
  }
  .recruit_occupation{
    display: block;
    align-items: center;
    position: relative;
    margin: 10px 0;
  }
  .recruit_occupation::before{
    content: '';
    display: block;
    width: 690px;
    border-top: none;
    top: 0%;
    bottom: 0;
    left: 17%;
    position: absolute;
    margin: -5px 0 0 0;
  }
  .recruit_occupation:last-of-type::after{
    content: '';
    display: block;
    width: 690px;
    border-bottom: none;
    top: 0%;
    bottom: 0;
    left: 17%;
    position: absolute;
    margin: 0 0 -5px 0;
  }
  .recruit_occupation nav{
    margin: 0 0 0 20px;
    text-align: left;
  }
  .recruit_occupation nav ul{
    line-height: 2;
  }
  .recruit_occupation nav ul li{
    list-style: none;
    font-size: 14px;
  }
    .recruit_occupation nav ul li a{
      font-size: 14px;
    }
  .recruit_occupation_ditty{
    margin: 0 auto 10px auto;
    width: 100%;
    text-align: center;
    background: #f2f2f2;
    height: auto;
    padding: 5px;
  }
  .recruit_occupation_ditty p{
    font-weight: normal;
    font-size: 15px;
    margin: 5px 0;
    text-align: center;
    color: #000
  }
  .recruit_occupation_ditty_work_content {
    margin: auto;
    width: 100%;
    text-align: center;
    background: #f2f2f2;
    height: auto;
    padding: 0;
  }
  .recruit_occupation_ditty_work_content p{
    font-weight: normal;
    font-size: 15px;
    margin: 10px auto;
    text-align: center;
    color: #000;
    padding: 10px 0;
  }
  .recruit_occupation_detail p{
    font-weight: normal;
    font-size: 14px;
    color: #000;
    margin: 0 0 0 20px;
    text-align: left;
  }
  .read_more{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
  }
  .read_more_label{
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 60px;
    background: #003c68;
    border-radius: 10px;
    cursor: pointer;
    transition: .5s;
    font-size: 1rem;
    border: 2px solid #003c68;
  }
  .read_more_label::before{
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1em;
    position: absolute;
    top: 50%;
    left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    color: white;
    background: #17a4e2;
    background-position: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: .5s;
  }
  .read_more_label::after{
    content: "すべて表示する";
    color: white;
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    transition: all 0.5s ease 0s;
  }
  .about_us{
    text-align: center;
    margin: 70px 0;
  }
  .about_us h2{
    font-style: italic;
    font-size: 35px;
    font-weight: bold;
    color: #64cce7;
    width: 80%;
    margin: auto;
  }
  .about_us p{
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #003d79;
  }
  .about_us_flex{
    align-items: center;
    display: block;
    justify-content: space-around;
    padding: 50px 0 0 0;
  }
  .company_info{
    margin: 0 20px;
  }
  .company_address{
    margin: 50px 0 0 0;  
  }
  .company_address iframe{
    width: 85%;
    height: 300px;
  }
  .company_info_detail{
    display: flex;
    align-items: center;
    position: relative;
  }
  .company_info_detail::before{
    content: '';
    display: block;
    width: 100%;
    border-top: #cccccc dotted 1px;
    top: 0%;
    bottom: 0;
    left: 0%;
    position: absolute;
  }
  .company_info_detail:last-of-type::after{
    border-bottom: #cccccc dotted 1px;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0%;
  }
  .company_detail_index{
    width: 90px;
    text-align: left;
  }
  .company_detail_index p{
    font-size: 13px;
    margin: 13px 0;
  }
  .company_detail_content{
    text-align: left;
    margin: 0;
    width: auto;
  }
  .company_detail_content p{
    font-size: 13px;
    font-weight: normal;
    color: #000;
    margin: 0;
    line-height: 2;
  }
  footer{
    background: none;
    padding: 0 0 65px 0;
  }
  .footer_run_operator{
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }
  .footer_run_operator img{
    width: 100%;  
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }
  .footer_company_information{
    text-align: center;
    background: #333;
    background-size: cover;
    padding: 0 0 50px 0;
  }
  .footer_company_information h2{
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    margin: 20px 0 0 0;
  }
  .footer_company_information img{
    width: 100px;
    margin: 50px 0 0 0;
  }
  .footer_company_name img{
    width: 250px;
    margin: 25px 0 0 0;
  }
  .footer_phone_no{

  }
  .footer_phone_no img{
    width: 300px;
    margin: 30px 0 0 0;
  }
  .footer_always{

  }
  .footer_always p{

  }
  .privacy_policy{
    text-align: right;
    margin: 0 auto;
  }
  .privacy_policy p{
    line-height: 2;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: #003663;
    padding: 15px 0 80px 0;
    margin: 0;
  }
  .sp_bottom_phone_no{
    background: linear-gradient(#e10012,#ae0017);
    display: flex;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 99;
    text-decoration: none;
  }
  .sp_bottom_phone_no img{
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
  }
  .sp_bottom_phone_no p{
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: auto;
    padding: 0 10px 0 0;
    line-height: 20px;
  }
  .sp_always_correspondence_pone_no{
    margin: auto 10px auto 0;
    border-right: 1px solid #fff;
    padding: 0 10px 0px 0;
  }
  .sp_always_correspondence_pone_no p{
    font-size: 15px;
    color:#fced20;
  }
  .phone_logo_phone_no{
    display: flex;
    margin: 5px 0 0 0;
  }
  .phone_logo_phone_no img{
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
  }
  .phone_logo_phone_no p{
    font-size: 17px;
    color: #fff;
    margin: auto;
  }
  #pageTopBtn{
    background: #003663;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 98;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    border: 2px solid #64cce8;
    text-align: center;
  }
  #pageTopBtn p{
    display: inline-block;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    font-weight: bold;
  }
	.company_car {
		padding: 15px;
		display: block;
	}
	.company_car .main_img {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.company_car .car_img {
		max-width: 360px;
		width: 100%;
		margin: 0 auto 1rem;
	}
	.company_car .sub_img img:first-child {
		margin-bottom: 0;
	}
}
