.inner{
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.small_inner{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.mini_inner{
  width: 270px;
  margin: auto;
}
.sp_hide{
    display: block;
  }
.pc_hide{
    display: none;
}
/*html{
  scroll-behavior: smooth;
}*/
header{
  padding: 20px 35px 20px 40px;
  display: flex;
  background:linear-gradient(#e10012,#ae0017);
  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{
  content: url("../img/common/SVG/head-bg.svg");
  width: 70%;
  position:absolute;
  top:0;
  left: 0;
  z-index: 0;
}
header div{
  position: relative;
  z-index: 1;
}
.mainvisual{
  position:relative;
  z-index: 1;
}
.mainvisual .inner .top_img{
  position: relative;
  z-index: 10;
}
.mainvisual img {
  width: 1350px;
  margin: 130px 0 0 -130px;
}
.mainvisual:before{
  content: url("../img/common/SVG/head-bg.svg");
  width: 70%; 
  position: absolute;
  z-index: 2;
}
.mainvisual{
  background: url("../img/common/main_visual_.jpg")no-repeat;
  background-size: cover;
  height: 1000px;
}
.navigation_circle{
  display: flex;
  position: relative;
  z-index: 10;
  margin: -220px 0 0 -50px;
}
.circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fff;
  margin: 0 30px 0 0;
  color: #0093C0;
  font-weight: bold;
  text-align: center;
  align-items: center;
  line-height: 2;
  padding: 46px 0 0 0;
  position: relative;
	font-size: 18px;
}
.circle::before{
  content: '';
  width: 170px;
  height: 170px;
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.mainvisual_desire{
  position: relative;
  z-index: 10;
}
.mainvisual_desire p{
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin: 30px 0 0 -10px;
  text-shadow: 0 0 6px #808080; 
}
.header_logo_name{
  display: flex;
  align-items: center;
}
.header_logo_name img{
 width: 80px;
  height: 80px;
  margin: 0 15px 0 0;
}
.header_company_name{
  width: 335px;
  margin: 0;
  text-align: center;
}
.header_company_name h1{
  font-size: 14px;
  border-bottom: solid 1px #fff;
  color: #fff;
  padding: 0 0 13px 0;
  text-align: center;
}
.header_company_name img{
  width: 314px;
  height: auto;
  padding: 13px 0 0 0;
  text-align: center;
  margin: 0 auto;
}
.navigation{
  margin: auto;
}
.navigation nav ul{
  display: flex;
}
.navigation nav ul li{
  margin: 0 50px 0 0;
}
.navigation nav ul li a{
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
}
.navigation nav ul li a:after {
  border-bottom: solid 3px #ed1c24;
  bottom: -5px;
  content: "";
  display: block;
  position: relative;
  width: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.navigation nav ul li a:hover::after {
  width: 100%;
  transform: scale(1, 1);
}
.header_always{
  display: flex;
  align-items: center;
}
.header_always img{
  width: 75px;
  height: 75px;
}
.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: 26px;
}
.header_always_text img{
  width: 80px;
  height: auto;
  margin: 0 0 0 10px;
}
.company_phone_no{
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
}
.company_phone_no img{
  height: auto;
  width: 40px;
}
.company_phone_no p{
  color: #FFFFFF;
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 0 10px;
}
header::after{
  content:'';
  background: url("../img/common/header.png")no-repeat;
  position: absolute;
}
.flex {
  display: flex;
  align-items: center;
}

.flex::before{
  display: block;
  content: ' ';
  flex-grow: 1;
  margin: 0 35px 0 0;
  background: #64cce7;
  border: 3px solid #64cce7;
  border-radius: 50px;
}
.flex::after {
  display: block;
  content: ' ';
  flex-grow: 1;
  margin: 0 0 0 35px;
  background: #64cce7;
  border: 3px solid #64cce7;
  border-radius: 50px;
}
.bg_red_phone_no{
  width: 100%;
  margin: -110px auto 0 auto;
  position: relative;
  z-index: 10;
  height: 220px;
}
.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: 70px auto 0 auto;
  font-size: 50px;
  font-weight: bold;
  color: #64cce7;
  width: 100%;
}
.road_service_inner{
  align-items: center;
  text-align: center;
  display: block;
  left: 50%;
  margin: 110px auto 160px auto;
}
.road_service_inner img{
  width: 560px;
  height: 410px;
}
.road_service p{
  font-size: 26px;
  font-weight: bold;
  margin: 30px 0 0 0;
  color: #003d79;
}
.trouble{
  justify-content: space-between;
  display: flex;
  margin: 0 0 150px 0;
}
.trouble img{
  border-radius: 20px;
}
.trouble_detail{
  margin: 0;
}
.road_service_mini_caption{
  display: flex;
  align-items: end;
}
.road_service_mini_caption img{
  width: 75px;
  height: auto;
  border-radius: 0;
}
.road_service_mini_caption p{
  text-align: start;
  font-size: 34px;
  position: relative;
  color: #003d7a;
  margin: 0 0 0 25px;
}
.road_service_mini_caption p::after{
  content: '';
  display: block;
  width: 670px;
  height: 4px;
  background-color: #003d7a;
  top:70px;
  bottom: 0;
  left: -290px;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50px;
}
.road_service_mini_caption_second{
  display: flex;
  align-items: end;
}
.road_service_mini_caption_second img{
  width: 75px;
  height: auto;
  border-radius: 0;
}
.road_service_mini_caption_second p{
  text-align: start;
  font-size: 34px;
  position: relative;
  color: #003d7a;
  margin: 0 0 0 25px;
}
.road_service_mini_caption_second strong{
  font-weight: bold;
  font-size: 45px;
}
.road_service_mini_caption_second p::before{
  content: '';
  display: block;
  width: 670px;
  height: 4px;
  background-color: #003d7a;
  top: 75px;
  bottom: 0;
  left: -160px;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50px;
}
.road_service_mini_caption strong{
  font-weight: bold;
  font-size: 45px;
}
.request{
  text-align: start;
  margin: 105px 0 60px 0;
}
.request p{
  margin: 0;
 font-size: 22px; 
  color: #12a3d6;
}
.trouble_contents{
  line-height: 45px;
  text-align: start;
}
.trouble_contents p{
  font-weight: normal;
  color: #000;
  font-size: 17px
}
.sp_request_img img{
  width: 50%;
  margin: auto;
}
.other_service{
  background: #003663;
  text-align: center
}
.other_service h2{
  font-style: italic;
  font-weight: bold;
  padding: 90px 0 20px 0;
  font-size: 50px;
  color: #64cce7;
  position: relative;
  margin: auto;
}
.other_service_images{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  gap: 50px;
}
.other_service_images img{
  width: 265px;
}
.other_service p{
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  margin: 0 0 50px 0;
}
.other_service img{
  
}
.other_service_yellow_explanation{
  margin: 50px 0 0 0;
}
.other_service_yellow_explanation p{
  color: #fcee21;
  font-size: 28px;
  margin: 0 auto;
}
.other_service_caution{
  padding: 15px 0 130px 0;
}
.other_service_caution p{
  color: #fff;
  font-size: 17px;
  margin: 0 auto;
  font-weight: normal;
	line-height: 1.5;
}
.order{
  text-align: center;
}
.order h2{
  margin: 70px auto 0 auto;
  font-style: italic;
  font-size: 50px;
  font-weight: bold;
  color: #64cce7;
  width: 100%;
}
.order p{
  margin: 30px 0 0 0;
  font-size: 26px;
  font-weight: bold;
  color: #003d79;
}
.order_step{
  display: flex;
  gap: 30px;
  padding: 70px 0 0 0;
}
.order_step_each_one{
  width: 340px;
  border: solid 5px #12a3d6;
  border-radius: 15px;
}
.step_img{
  width: 80px;
  margin: -40px 0 0 0;
}
.order_step_procedure{
  background: #12a3d6;
  margin: -45px 0 0 0;
  padding: 50px 0 10px 0px;
  border-radius: 5px 5px 0 0;
}
.order_step_procedure p{
  color: #fff;
  margin: 10px 0;
  font-weight: bold;
  font-size: 25px;
}
.hand_with_phone_img{
  margin: 20px 0 0 0;
  width: 90px
}
.order_step_center_img{
  margin: 20px 0 0 0;
  width: 130px;
}
.work_content p{
  color: #e00012;
  font-size: 22px;
  margin: 24px 20px 0 20px;
}
.work_content_detail p{
  color: #000;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  margin: 10px 20px 10px 25px;
}
.order_bg_red_phone_no{
  width: 300px;
  margin: 0 auto 10px auto;
}
.order_atention{
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 80px 0;
  padding:70px 0;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f2f2f2;
}
.order_atention:after{
  content: "";
  position: absolute;
  top: -125px;
  left: 50%;
  margin-left: -100px;
  border: 100px solid transparent;
  border-bottom: 70px solid #f2f2f2;
}
.atention_detail p{
  font-size: 25px;
  font-weight: bold;
  color: #000;
  text-align: left;
  width: 300px;
  border-bottom: 2px solid #000;
  padding: 0 0 10px 0;
  margin: 0;
}
.atention_detail p strong{
  color: #ec1b24;
  font-weight: bold;
  font-size: 25px;
  margin: 0 0 0 20px;
}
.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: 15px;
  margin: 40px 0 0 0;
}
.order_additional_fee p strong{
  color: #ff0000;
}
.order_others p{
  line-height: 30px;
  font-weight: normal;
  color: #000;
  text-align: left;
  font-size: 15px;
  margin: 40px 0 0 0;
}
.rescue_case{
  align-items: center;
  text-align: center;
  margin: 70px auto;
}
.rescue_case h2{
  font-style: italic;
  margin: 130px auto 0 auto;
  font-size: 50px;
  font-weight: bold;
  color: #64cce7;
  width: 100%;
}
.rescue_case p{
  margin: 30px 0 70px 0;
  font-size: 26px;
  font-weight: bold;
  color: #003d79;
}
.rescue_case_images{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px 75px;
}
.rescue_case_img_detail img{
  width: 300px;
  height: 220px;
}
.rescue_case_img_detail p{
  font-weight: normal;
  font-size: 17px;
  color: #000;
  text-align: left;
  margin: 10px 0 20px 0;
}
.recruit{
  background: #0094c1;
  text-align: center;
  margin: 100px auto 0 auto;
  padding: 0 0 120px 0;
}
.recruit_caption{
  padding: 90px 0 0 0;
}
.recruit h2{
  font-style: italic;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin: auto;
  width: 100%;
}
.flex_white {
  display: flex;
  align-items: center;
}
.flex_white::before{
  display: block;
  content: ' ';
  flex-grow: 1;
  margin: 0 35px 0 0;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 50px;
}
.flex_white::after {
  display: block;
  content: ' ';
  flex-grow: 1;
  margin: 0 0 0 35px;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 50px;
}
.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 .recruit_btn {
  background: #003d7a; 
  border-radius: 10px;
  width: 265px; 
  padding:20px; 
  margin: 30px auto 0 auto;
  border: 3px solid #fff; 
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.recruit .recruit_btn p{
  color: #fff;
  font-size: 20px; 
  font-weight: bold;
  margin: auto;
}
.changeBtn{
  background: #003d7a; 
  border-radius: 10px;
  width: 265px; 
  padding:20px; 
  margin: 30px auto 0 auto;
  border: 3px solid #fff; 
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  
  display: flex; 
  align-items: center; 
  justify-content: center;
  cursor: pointer;
}

.changeBtn .changebtn_p p{
  color: #fff;
  font-size: 20px; 
  font-weight: bold;
  margin: auto;
}

.changeBtn span{
  background: #fff;
  width: 30px; 
  height: 30px; 
  display: inline-block; 
  margin: 0 30px 0 0;
  border-radius: 100%; 
  box-sizing: border-box;
  position: relative;
}
.changeBtn span:before{
  content:'＋'; 
  display: block;
  position: absolute; 
  top:50%; 
  left:50%; 
  transform: translate(-50%,-50%);
  color:#1ea3cc; 
  font-size: 22px;
}
.changeBtn:hover{
  background: #fff;
  color: #003d7a;
  border: 3px solid #003d7a;
}
.changeBtn:hover span{
  background: #1ea3cc;
  color:#fff;
}
.changeBtn:hover span:before{
  color:#fff;
}
.changeBtn:hover p,
.changeBtn:hover p:before{
  color:#003d7a;
}
.changeBtn p::before{
  content: 'すべて表示する';
}
.changeBtn.active p::before{
  content: '詳細を閉じる';
}
.changeBtn.active span:before{
  transform: translate(-50%,-50%) rotateZ(-45deg);
}
.recruit_inner{
  background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, 1) 80%);
  padding: 1em;
  border-radius: 8px;
  height: auto;
  overflow: hidden;
  transition: .5s;
  position: relative;
}
.on-off:checked ~ .recruit_inner{
  height: auto;
}
.recruit_inner::before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 3;
}
.on-off:checked ~ .recruit_inner::before{
  background: none;
  z-index: -1;
}
.recruit p{
  margin: 30px 0 80px 0;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.recruit_contents{
  background: #fff;
  border-radius: 30px;
  padding: 0 0 50px 0;
}
.recruit_contents img{
  width: 820px;
  margin: 70px 0 0 0;
}
.recruit_contents_hero{
  color: #0094c1;
}
.recruit_contents_hero p{
  color: #0094c1;
  margin: 30px 0 20px 0;
  font-size: 20px
}
.skill_up p{
  font-size: 16px;
  color: #000;
  margin: 0 0 50px 0;
  font-weight: normal;
}
.recruit_occupation{
  display: flex;
  align-items: center;
  position: relative;
  margin: 10px 0;
}
.recruit_occupation::before{
  content: '';
  display: block;
  width: 690px;
  border-top: #cccccc dotted 1px;
  top: 0%;
  bottom: 0;
  left: 20%;
  position: absolute;
  margin: -5px 0 0 0;
}
.recruit_occupation:last-of-type::after{
  content: '';
  display: block;
  width: 690px;
  border-bottom: #cccccc dotted 1px;
  top: 0;
  bottom: 5%;
  left: 20%;
  position: absolute;
  margin: 0 0 -5px 0;
}
.recruit_occupation nav{
  margin: 35px 0;
}
.recruit_occupation nav ul{
  line-height: 35px;
}
.recruit_occupation nav ul li{
  list-style: none;
}
.recruit_inner{
  padding: 0;
  width: 820px;
  margin: auto;
}
.recruit_occupation_ditty{
  margin: 0 50px 0 0;
  width: 150px;
  text-align: left;
  background: #f2f2f2;
  height: auto;
}
.recruit_occupation_ditty p{
  font-weight: normal;
  font-size: 16px;
  margin: 13px 0;
  text-align: center;
  color: #000
}
.recruit_occupation_ditty_work_content {
  margin: 0 50px 0 0;
  width: 150px;
  text-align: left;
  background: #f2f2f2;
  height: auto;
  padding: 35px 0;
}
.recruit_occupation_ditty_work_content p{
  font-weight: normal;
  font-size: 15px;
  margin: 60px 0;
  text-align: center;
  color: #000
}
.recruit_occupation_detail p{
  font-weight: normal;
  font-size: 16px;
  color: #000;
  margin: auto;
}
.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: 120px auto;
}
.about_us h2{
  font-style: italic;
  font-size: 50px;
  font-weight: bold;
  color: #64cce7;
  margin: auto;
}
.about_us p{
  margin: 25px 0 0 0;
  font-size: 26px;
  font-weight: bold;
  color: #003d79;
}
.about_us_flex{
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 50px 0 0 0;
}
.company_info{
  margin: 0 -100px 0 0;
}
.company_address {
}
.company_address iframe{
  border-radius: 10px;
  width: 480px;
  height: 400px;
}
.company_info_detail{
  display: flex;
  align-items: center;
  position: relative;
}
.company_info_detail::before{
  content: '';
  display: block;
  width: 470px;
  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: 470px;
  position: absolute;
  bottom: 0%;
  left: 0%;
}
.company_detail_index{
  width: 110px;
  text-align: left;
}
.company_detail_index p{
  font-size: 16px;
  margin: 25px 0;
}
.company_detail_content{
  text-align: left;
  width: 330px;
	padding: .5rem 0;
}
.company_detail_content p{
  font-size: 16px;
  font-weight: normal;
  color: #000;
  margin: 0;
  line-height: 1.5;
}
footer{
  background: url("../img/common/footer__bg.jpg")no-repeat;
  background-size: cover;
  height: 545px;
}

.footer_company_information{
  text-align: center;
  margin: 0 0 0 580px;
}
.footer_company_information h2{
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  margin: 30px 0 0 0;
}
.footer_company_information img{
  width: 125px;
  margin: 100px 0 0 0;
}
.footer_company_name img{
  width: 315px;
  margin: 25px 0 0 0;
}
.footer_phone_no{
  
}
.footer_phone_no img{
  width: 400px;
  margin: 50px 0 0 0;
}
.footer_always{
  
}
.footer_always p{
  
}
.privacy_policy{
  text-align: right;
  margin: 40px 35px 0 0;
}
.privacy_policy p{
  line-height: 2;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}
#pageTopBtn{
  background: #003663;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 99;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  cursor: pointer;
  border: 2px solid #64cce8;
  text-align: center;
}
#pageTopBtn p{
  font-style: italic;
  display: inline-block;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}

.company_car {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.company_car .car_img {
	width: 32%;
	max-width: 400px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
#gmap {
	width: 100%;
}
#gmap iframe {
	width: 100vw;
	height: 450px;
}

.company_phone_no a {
	color: #fff;
	text-decoration: none;
}