@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/*font*/
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");
@font-face {
  font-family: "Oswald";
  src: url("/common/fonts/Oswald-VariableFont_wght.ttf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Noto Sans JP black";
  src: url("/common/fonts/NotoSansJP-Black.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Noto Sans JP";
  src: url("/common/fonts/NotoSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
/*下層h2*/
/*下層h3*/
/*下層メインフォト*/
/* ヘッダーナビの下線を常に表示
*****************************************************************/
header .menu .list_navi li {
  list-style: none; }
  header .menu .list_navi li:nth-child(5) a {
    position: relative; }
    header .menu .list_navi li:nth-child(5) a::after {
      content: "";
      opacity: 1; }

.content.rs_wrecker {
  padding: 50px 0 50px; }
  @media all and (max-width: 896px) {
    .content.rs_wrecker {
      padding: 40px 0; } }

.main_upage {
  background: url("../images/main.jpg") no-repeat center center/cover; }

.area_rs_wrecker .sec_roadservice .block_title {
  position: relative; }
  .area_rs_wrecker .sec_roadservice .block_title .title_fukidashi {
    color: #EF8231; }
    .area_rs_wrecker .sec_roadservice .block_title .title_fukidashi li {
      font-size: 2.4rem; }
    .area_rs_wrecker .sec_roadservice .block_title .title_fukidashi::before {
      border-color: #EF8231 transparent transparent transparent; }
    .area_rs_wrecker .sec_roadservice .block_title .title_fukidashi::after {
      border-color: #EF8231 transparent transparent transparent; }
.area_rs_wrecker .sec_roadservice .catch_roadservice {
  margin-top: 20px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media all and (max-width: 896px) {
    .area_rs_wrecker .sec_roadservice .catch_roadservice {
      padding-bottom: 130px; } }
  .area_rs_wrecker .sec_roadservice .catch_roadservice img {
    max-width: 80px;
    margin-right: 10px; }
  .area_rs_wrecker .sec_roadservice .catch_roadservice p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6; }
.area_rs_wrecker .sec_roadservice .img_roadservice {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 22%; }
  @media all and (max-width: 896px) {
    .area_rs_wrecker .sec_roadservice .img_roadservice {
      width: 30%;
      right: 10px; } }
.area_rs_wrecker .sec_roadservice .area_syutsudou {
  border: 3px solid #EF8231;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 20px;
  box-sizing: border-box;
  margin-bottom: 50px; }
.area_rs_wrecker .sec_roadservice .ttl_syutsudou {
  width: 100%;
  height: 3px;
  background: #433E33;
  position: relative; }
  .area_rs_wrecker .sec_roadservice .ttl_syutsudou::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 175px;
    height: 140px;
    background-image: url(../images/img03_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    @media all and (max-width: 896px) {
      .area_rs_wrecker .sec_roadservice .ttl_syutsudou::before {
        width: 120px;
        height: 96px;
        bottom: 45px; } }
.area_rs_wrecker .sec_roadservice .center {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px; }
  @media all and (max-width: 480px) {
    .area_rs_wrecker .sec_roadservice .center {
      font-size: 15px; } }
.area_rs_wrecker .sec_roadservice .box_syutsudou {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .area_rs_wrecker .sec_roadservice .box_syutsudou li {
    width: 48%; }
    @media all and (max-width: 896px) {
      .area_rs_wrecker .sec_roadservice .box_syutsudou li {
        width: 100%;
        margin-bottom: 20px; } }
    .area_rs_wrecker .sec_roadservice .box_syutsudou li > h2 {
      padding-bottom: 10px;
      font-size: 3.2rem;
      font-weight: bold;
      text-align: center;
      color: #EF8231;
      background: linear-gradient(transparent 50%, #FDFFB3 50%);
      margin-bottom: 30px; }
      @media all and (max-width: 896px) {
        .area_rs_wrecker .sec_roadservice .box_syutsudou li > h2 {
          font-size: 2rem; } }
    .area_rs_wrecker .sec_roadservice .box_syutsudou li > p {
      font-size: 1.7rem;
      font-weight: bold;
      line-height: 1.6; }
      @media all and (max-width: 896px) {
        .area_rs_wrecker .sec_roadservice .box_syutsudou li > p {
          font-size: 1.5rem; } }
    .area_rs_wrecker .sec_roadservice .box_syutsudou li .l-small {
      display: flex;
      margin: 20px auto 0;
      justify-content: center; }
      .area_rs_wrecker .sec_roadservice .box_syutsudou li .l-small li {
        width: calc(48% - 10px);
        margin: 5px; }
        .area_rs_wrecker .sec_roadservice .box_syutsudou li .l-small li img {
          max-width: 100%; }
    .area_rs_wrecker .sec_roadservice .box_syutsudou li .f-r {
      float: right;
      width: 100px;
      margin-left: 10px; }
    .area_rs_wrecker .sec_roadservice .box_syutsudou li .btn {
      text-align: right;
      margin: 20px 0 auto auto; }
.area_rs_wrecker .sec_roadservice .box_kousyu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px auto;
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000; }
  .area_rs_wrecker .sec_roadservice .box_kousyu li {
    margin: 15px auto;
    width: calc(100% / 4 - 15px); }
    @media all and (max-width: 896px) {
      .area_rs_wrecker .sec_roadservice .box_kousyu li {
        width: calc(100% / 2 - 10px); } }
    .area_rs_wrecker .sec_roadservice .box_kousyu li h3 {
      font-size: 2.2rem;
      line-height: 1.8;
      font-weight: bold;
      text-align: left; }
.area_rs_wrecker .sec_roadservice .catch_bosyu {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media all and (max-width: 896px) {
    .area_rs_wrecker .sec_roadservice .catch_bosyu {
      padding-bottom: 30px;
      display: block; } }
  .area_rs_wrecker .sec_roadservice .catch_bosyu .img {
    max-width: 440px;
    margin-right: 10px; }
    @media all and (max-width: 896px) {
      .area_rs_wrecker .sec_roadservice .catch_bosyu .img {
        margin-right: auto;
        padding-bottom: 20px;
        display: block; } }
    .area_rs_wrecker .sec_roadservice .catch_bosyu .img img {
      max-width: 100%; }
  .area_rs_wrecker .sec_roadservice .catch_bosyu p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6; }

.foot_img {
  background: url(../images/foot_bg.jpg) no-repeat center bottom/cover;
  height: 900px;
  margin-top: -50px; }
  @media all and (max-width: 896px) {
    .foot_img {
      height: 350px;
      margin-top: -100px; } }
