@charset "UTF-8";
body {
  font-size: 18px;
  line-height: 1.7;
  color: #252525;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 100px;
}

.hidden-fields-container {
  display: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.header {
  position: fixed;
  top: 0; /* 上部に配置 */
  left: 0;
  width: 100%; /* 横幅を全画面に */
  background: #fff; /* 背景色（透明だと下の要素と重なる） */
  z-index: 1000;
  padding: 17px;
  max-width: 100vw;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .header {
    padding: 19px 0;
  }
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 1001px;
}
@media screen and (max-width: 1200px) {
  .header_inner {
    width: 850px;
  }
}
@media screen and (max-width: 900px) {
  .header_inner {
    width: 730px;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    width: 358px;
  }
}

.header_logo img {
  display: block;
  width: 245px;
}
@media screen and (max-width: 768px) {
  .header_logo img {
    width: 120px;
  }
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .header_right {
    gap: 10px;
  }
}

.header_tel_top {
  background-color: #003399;
  padding: 0 79px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .header_tel_top {
    padding: 0 31px;
    font-size: 9px;
    text-align: center;
  }
}

.header_tel_top_orange {
  color: #FEAB36;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .header_tel_top_orange {
    font-size: 8px;
  }
}

.header_tel_top_strong {
  color: #FEAB36;
  font-weight: 700;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .header_tel_top_strong {
    font-size: 10px;
  }
}

.header_tel_top_strong_small {
  color: #FEAB36;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .header_tel_top_strong_small {
    font-size: 8px;
  }
}

.header_tel_top_small {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .header_tel_top_small {
    font-size: 8px;
  }
}

.header_tel_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .header_tel_bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header_tel_bottom_phon {
  font-size: 35px;
  color: #F85D01;
  position: relative;
  padding-left: 42px;
}
.header_tel_bottom_phon a {
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .header_tel_bottom_phon {
    font-size: 18px;
    padding-left: 20px;
  }
}
.header_tel_bottom_phon::after {
  position: absolute;
  content: "";
  background: url(../../img/wrecker/tel.png) no-repeat center center/31px 31px;
  width: 31px;
  height: 31px;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .header_tel_bottom_phon::after {
    background-size: 15px;
    width: 15px;
    height: 15px;
    left: 2px;
  }
}

.header_tel_bottom_time {
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .header_tel_bottom_time {
    font-size: 5px;
  }
}

.header_tel_bottom_time2 {
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .header_tel_bottom_time2 {
    font-size: 6px;
  }
}

.header_line {
  font-size: 16px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#1BA854), color-stop(50%, #1BA854), color-stop(50%, #3DB56D), to(#3DB56D));
  background: linear-gradient(180deg, #1BA854 0%, #1BA854 50%, #3DB56D 50%, #3DB56D 100%);
  color: #FFFFFF;
  padding: 15px 16px 13px 50px;
  border-radius: 8px;
  position: relative;
  border-bottom: solid 4px #1BA854;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  overflow: hidden;
}
.header_line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header_line:hover::before {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .header_line {
    display: none;
  }
}
.header_line::after {
  position: absolute;
  content: "";
  background: url(../../img/wrecker/speechbubble.png) no-repeat center center/30px 28px;
  width: 30px;
  height: 28px;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header_line_small {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}

.header_line_sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .header_line_sp {
    display: block;
    font-size: 22px;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, from(#1BA854), color-stop(50%, #1BA854), color-stop(50%, #3DB56D), to(#3DB56D));
    background: linear-gradient(180deg, #1BA854 0%, #1BA854 50%, #3DB56D 50%, #3DB56D 100%);
    color: #FFFFFF;
    padding: 34px 5px 0 5px;
    border-radius: 5px;
    position: relative;
    border-bottom: solid 4px #1BA854;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 80px;
    min-height: 80px;
    text-align: center;
    margin-top: -5px;
    position: relative;
    overflow: hidden;
  }
  .header_line_sp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header_line_sp:hover::before {
    opacity: 1;
  }
  .header_line_sp::after {
    position: absolute;
    content: "";
    background: url(../../img/wrecker/speechbubble.png) no-repeat center center/cover;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header_line_sp {
    display: block;
    font-size: 12px;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, from(#1BA854), color-stop(50%, #1BA854), color-stop(50%, #3DB56D), to(#3DB56D));
    background: linear-gradient(180deg, #1BA854 0%, #1BA854 50%, #3DB56D 50%, #3DB56D 100%);
    color: #FFFFFF;
    padding: 16px 5px 0 5px;
    border-radius: 5px;
    position: relative;
    border-bottom: solid 4px #1BA854;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 40px;
    min-height: 40px;
    text-align: center;
    margin-top: -5px;
  }
  .header_line_sp::after {
    position: absolute;
    content: "";
    background: url(../../img/wrecker/speechbubble.png) no-repeat center center/cover;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 17px;
  }
}

.fv {
  background: url(../../img/wrecker/top_background.png) no-repeat center center/cover;
  height: 559px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv {
    background: url(../../img/wrecker/top_background_sp.png) no-repeat center center/cover;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

.fv_inner {
  width: 1001px;
  margin-left: auto;
  margin-right: auto;g
}
@media screen and (max-width: 1200px) {
  .fv_inner {
    width: 850px;
  }
}
@media screen and (max-width: 900px) {
  .fv_inner {
    width: 730px;
  }
}
@media screen and (max-width: 768px) {
  .fv_inner {
    width: 358px;
  }
}

.fv_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 75px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv_contents {
    padding-top: 53px;
  }
}
.fv_contents::before {
  position: absolute;
  background: url(../../img/wrecker/bike.png) no-repeat center center/cover;
  content: "";
  width: 608px;
  height: 402px;
  top: 41%;
  right: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .fv_contents::before {
    width: 515px;
    height: 342px;
    top: 44%;
  }
}
@media screen and (max-width: 900px) {
  .fv_contents::before {
    width: 476px;
    height: 317px;
    right: -67px;
    overflow: hidden;
    top: 37%;
  }
}
@media screen and (max-width: 768px) {
  .fv_contents::before {
    background: url("../../img/wrecker/bike_sp.png") no-repeat center center/cover;
    width: 305px;
    height: 203px;
    top: 276px;
    left: 0;
  }
}
.fv_contents::after {
  position: absolute;
  background: url("../../img/wrecker/human.png") no-repeat center center/cover;
  width: 434px;
  height: 440px;
  top: 69%;
  right: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 1200px) {
  .fv_contents::after {
    width: 413px;
    height: 407px;
    right: -39px;
  }
}
@media screen and (max-width: 900px) {
  .fv_contents::after {
    width: 360px;
    height: 392px;
    top: 74%;
    right: -75px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .fv_contents::after {
    width: 293px;
    height: 292px;
    top: 377px;
    right: -50px;
    overflow: hidden;
  }
}

.fv_title_main img {
  display: block;
  width: 611px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .fv_title_main img {
    width: 520px;
  }
}
@media screen and (max-width: 900px) {
  .fv_title_main img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .fv_title_main img {
    width: 347px;
    margin-left: auto;
    margin-right: auto;
  }
}

.fv_features img {
  display: block;
  width: 481px;
  height: auto;
  padding-top: 36px;
  margin-left: 56px;
}
@media screen and (max-width: 1200px) {
  .fv_features img {
    padding-top: 72px;
    margin-left: 36px;
    width: 454px;
  }
}
@media screen and (max-width: 900px) {
  .fv_features img {
    width: 407px;
    padding-top: 86px;
    margin-left: 6.2222222222%;
  }
}
@media screen and (max-width: 768px) {
  .fv_features img {
    width: 340px;
    position: absolute;
    height: 112px;
    bottom: -322px;
    left: 10px;
    margin-left: 0;
    z-index: 1;
    padding-top: 0;
  }
}

.cta {
  overflow: hidden;
}

.cta_time {
  padding: 12px 0;
  background-color: #FFFFFF;
  font-size: 32px;
  color: #003399;
  line-height: 1;
  white-space: nowrap; /* 改行させない */
  overflow: hidden;
  display: inline-block;
  -webkit-animation: marquee 8s linear infinite;
          animation: marquee 8s linear infinite;
  width: 100%; /* はみ出した部分を隠す */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta_time {
    font-size: 24px;
  }
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.cta_time_showtoday {
  color: #EF2424;
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .cta_time_showtoday {
    font-size: 32px;
  }
}

.cta_time_strong {
  color: #EF2424;
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .cta_time_strong {
    font-size: 32px;
  }
}

.pc_hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_hidden {
    display: block;
  }
}

.cta_contact {
  background: url(../../img/wrecker/cta_background.png) no-repeat center center/cover;
  padding: 40px 0 50px 0;
}
@media screen and (max-width: 768px) {
  .cta_contact {
    padding: 29px 0 27px 0;
  }
}

.cta_contact_inner {
  padding-left: 15.2777777778%;
  padding-right: 15.2777777778%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .cta_contact_inner {
    padding-left: 6.1538461538%;
    padding-right: 6.1538461538%;
  }
}

.cta_contact_erea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .cta_contact_erea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 900px) {
  .cta_contact_erea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cta_contact_erea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}

.cta_contact_left {
  background: #FFFFFF;
  border: 5px solid #F85D01;
}

.cta_contact_left_top {
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #F85D01;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .cta_contact_left_top {
    font-size: 14px;
    padding: 4px 0;
  }
}

.cta_contact_left_tell {
  font-size: 4.3rem;
  color: #F85D01;
  position: relative;
  text-align: center;
  padding: 29px 30px 29px 92px;
  line-height: 0.65;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .cta_contact_left_tell {
    font-size: 59px;
  }
}
@media screen and (max-width: 768px) {
  .cta_contact_left_tell {
    font-size: 2.5rem;
    padding: 15px 20px 15px 56px;
    letter-spacing: 0.6;
  }
}
.cta_contact_left_tell a {
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .cta_contact_left_tell a {
    letter-spacing: -2.3px;
  }
}
.cta_contact_left_tell::after {
  position: absolute;
  content: "";
  background: url(../../img/wrecker/tell_cta.png) no-repeat center center/cover;
  width: 50px;
  height: 50px;
  top: 38%;
  left: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .cta_contact_left_tell::after {
    width: 28px;
    height: 28px;
    top: 36%;
    left: 15px;
  }
}

.cta_contact_left_bottom {
  text-align: right;
  color: #252525;
  font-size: 33px;
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .cta_contact_left_bottom {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cta_contact_left_bottom {
    font-size: 20px;
  }
}

.cta_contact_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .cta_contact_right {
    gap: 12px;
  }
}

.cta_contact_right_mail {
  color: #FFFFFF;
  font-weight: 700;
  border: 5px solid #FFFFFF;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F85D01), color-stop(50%, #F85D01), color-stop(50%, #f97222), to(#f97222));
  background: linear-gradient(180deg, #F85D01 0%, #F85D01 50%, #f97222 50%, #f97222 100%);
  padding: 12px 28px 12px 75px;
  font-size: 1.5rem;
  position: relative;
  -webkit-box-shadow: inset 7px 7px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 7px 7px 0 0 rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.cta_contact_right_mail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cta_contact_right_mail:hover::before {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .cta_contact_right_mail {
    font-size: 30px;
    padding: 15px 28px 15px 75px;
  }
}
@media screen and (max-width: 768px) {
  .cta_contact_right_mail {
    font-size: 18px;
    padding: 10px 23px 10px 51px;
    border: 3px solid #FFFFFF;
    -webkit-box-shadow: inset 5px 5px 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: inset 5px 5px 0 0 rgba(0, 0, 0, 0.2);
  }
}
.cta_contact_right_mail::after {
  position: absolute;
  content: "";
  background: url(../../img/wrecker/envelope-solid.png) no-repeat center center/cover;
  width: 32px;
  height: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 28px;
}
@media screen and (max-width: 1200px) {
  .cta_contact_right_mail::after {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 768px) {
  .cta_contact_right_mail::after {
    width: 24px;
    height: 24px;
    left: 18px;
  }
}

.cta_contact_right_line {
  color: #FFFFFF;
  font-weight: 700;
  border: 5px solid #FFFFFF;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1BA854), color-stop(50%, #1BA854), color-stop(50%, #3DB56D), to(#3DB56D));
  background: linear-gradient(180deg, #1BA854 0%, #1BA854 50%, #3DB56D 50%, #3DB56D 100%);
  padding: 12px 28px 12px 75px;
  font-size: 1.5rem;
  position: relative;
  -webkit-box-shadow: inset 7px 7px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 7px 7px 0 0 rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.cta_contact_right_line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cta_contact_right_line:hover::before {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .cta_contact_right_line {
    font-size: 30px;
    padding: 15px 28px 15px 75px;
  }
}
@media screen and (max-width: 768px) {
  .cta_contact_right_line {
    font-size: 18px;
    padding: 10px 23px 10px 51px;
    border: 3px solid #FFFFFF;
    -webkit-box-shadow: inset 5px 5px 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: inset 5px 5px 0 0 rgba(0, 0, 0, 0.2);
  }
}
.cta_contact_right_line::after {
  position: absolute;
  content: "";
  background: url(../../img/wrecker/speechbubble.png) no-repeat center center/cover;
  width: 32px;
  height: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 28px;
}
@media screen and (max-width: 1200px) {
  .cta_contact_right_line::after {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 768px) {
  .cta_contact_right_line::after {
    width: 24px;
    height: 24px;
    left: 18px;
  }
}

.cta_contact_pay img {
  display: block;
  width: 762px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 39px;
}
@media screen and (max-width: 900px) {
  .cta_contact_pay img {
    max-width: 539px;
  }
}
@media screen and (max-width: 768px) {
  .cta_contact_pay img {
    margin-top: 21px;
    max-width: 342px;
    left: 18px;
  }
}

.intro {
  background-color: #E3F3FF;
}

.intro_box {
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .intro_box {
    width: 341px;
    margin-left: auto;
    margin-right: auto;
  }
}

.intro_inner {
  padding-left: 15.2777777778%;
  padding-right: 15.2777777778%;
  padding-top: 79px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .intro_inner {
    padding-left: 6.1538461538%;
    padding-right: 6.1538461538%;
    padding-top: 32px;
  }
}

.intro_content {
  background: #FFFFFF;
  padding: 60px 60px 60px 60px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .intro_content {
    padding: 30px;
  }
}
@media screen and (max-width: 900px) {
  .intro_content {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .intro_content {
    padding: 24px 15px;
  }
}

.intro_content_title {
  background: #003399;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 24px 0;
  text-align: center;
  font-size: 48px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media screen and (max-width: 1200px) {
  .intro_content_title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 900px) {
  .intro_content_title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .intro_content_title {
    font-size: 24px;
    padding: 16px 0;
  }
}

.intro_title_strong {
  font-weight: 700;
  font-size: 56px;
}
@media screen and (max-width: 1200px) {
  .intro_title_strong {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 900px) {
  .intro_title_strong {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .intro_title_strong {
    font-size: 32px;
  }
}

.intro_title_orange_small {
  font-weight: 700;
  color: #FEAB36;
  font-size: 48px;
}
@media screen and (max-width: 1200px) {
  .intro_title_orange_small {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 900px) {
  .intro_title_orange_small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .intro_title_orange_small {
    font-size: 24px;
  }
}

.intro_title_orange {
  font-weight: 700;
  color: #FEAB36;
  font-size: 56px;
}
@media screen and (max-width: 1200px) {
  .intro_title_orange {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 900px) {
  .intro_title_orange {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .intro_title_orange {
    font-size: 32px;
  }
}

.intro_img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro_img_box img {
  display: block;
  width: 816px;
}
@media screen and (max-width: 768px) {
  .intro_img_box img {
    padding-left: 0;
    padding-right: 0;
  }
}

.intro_content_triangle img {
  display: block;
  width: 330px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .intro_content_triangle img {
    width: 239px;
    margin-top: 32px;
  }
}

.intro_content_merit1 img {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .intro_content_merit1 img {
    margin-top: 23px;
  }
}

.intro_content_merit2 img {
  display: block;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .intro_content_merit2 img {
    margin-top: 24px;
  }
}

.intro_content_erea img {
  display: block;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .intro_content_erea img {
    margin-top: 35px;
  }
}

.reason {
  background-color: #E3F3FF;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .reason {
    padding-bottom: 50px;
  }
}

.reason_inner {
  padding-left: 15.2777777778%;
  padding-right: 15.2777777778%;
}
@media screen and (max-width: 768px) {
  .reason_inner {
    padding-right: 5.8974358974%;
    padding-left: 5.8974358974%;
  }
}

@media screen and (max-width: 768px) {
  .reason_box {
    width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
}

.reason_title {
  font-size: 3rem;
  color: #003399;
  font-weight: 800;
  text-align: center;
  line-height: 1.05;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason_title {
    font-size: 2rem;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.reason_title_small {
  font-size: 2.5rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .reason_title_small {
    font-size: 1.5rem;
  }
}

.reason_title_big {
  font-size: 3.5rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .reason_title_big {
    font-size: 2.5rem;
  }
}

.reason_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
  margin-top: 42px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .reason_content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 28px;
    gap: 30px;
  }
}

.reason_content_01_title img {
  display: block;
}

.reason_content_01_img img {
  display: block;
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  .reason_content_01_img img {
    margin-top: 23px;
  }
}

.reason_content_01_text_top {
  color: #003399;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .reason_content_01_text_top {
    font-size: 1rem;
  }
}

.reason_content_01_text_bottom {
  color: #252525;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .reason_content_01_text_bottom {
    font-size: 0.87rem;
    line-height: 1.6;
  }
}

.reason_content_attention {
  background-color: #FFFFFF;
  border: 4px solid #EF2424;
  padding: 24px 24px 18px 24px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .reason_content_attention {
    padding: 12px 16px 17px 16px;
    margin-top: 16px;
  }
}

.reason_content_attention_title {
  color: #FFFFFF;
  background-color: #EF2424;
  font-size: 24px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 50px;
  padding-right: 10px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .reason_content_attention_title {
    font-size: 1rem;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 42px;
  }
}
.reason_content_attention_title::before {
  position: absolute;
  content: "";
  background: url(../../img/wrecker/attention.png) no-repeat center center/cover;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .reason_content_attention_title::before {
    width: 22px;
    height: 20px;
  }
}

.reason_content_attention_dis {
  margin-top: 27px;
  color: #252525;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .reason_content_attention_dis {
    font-size: 0.87rem;
    margin-top: 8px;
    line-height: 1.6;
    letter-spacing: -0.1px;
  }
}

.cta-2 {
  border-top: 5px solid #003399;
}

.voice {
  padding-top: 78px;
  background-color: #E3F3FF;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-top: 32px;
    padding-bottom: 35px;
  }
}

.voice_inner {
  padding-left: 19.4444444444%;
  padding-right: 19.4444444444%;
}
@media screen and (max-width: 768px) {
  .voice_inner {
    padding-left: 6.1538461538%;
    padding-right: 6.1538461538%;
  }
}

@media screen and (max-width: 768px) {
  .voice_box {
    width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
}

.voice_title {
  text-align: center;
  font-size: 2rem;
  color: #003399;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .voice_title {
    font-size: 1rem;
  }
}

.voice_title_big {
  font-size: 3.5rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .voice_title_big {
    font-size: 2.5rem;
  }
}

.voice_title_small {
  font-size: 3.25rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .voice_title_small {
    font-size: 2rem;
  }
}

.box_scroll {
  margin-top: 48px;
  padding: 37px 40px;
  background-color: #FFFFFF;
  height: 39em;
  overflow: auto;
  overflow-y: scroll;
}
.box_scroll::-webkit-scrollbar {
  width: 17px;
}
.box_scroll::-webkit-scrollbar-track {
  background: #D9D9D9;
}
.box_scroll::-webkit-scrollbar-thumb {
  background: #B0ACAC;
}
@media screen and (max-width: 768px) {
  .box_scroll {
    margin-top: 32px;
    padding: 20px 16px;
    height: 43.7em;
  }
  .box_scroll::-webkit-scrollbar {
    width: 8px;
  }
}

.box_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 24px;
  padding-top: 24px;
  gap: 16px;
  border-bottom: 2px solid #E4E4E4;
}
.box_contents:first-child {
  padding-top: 0;
}
.box_contents:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .box_contents {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

.box_icon {
  width: 60px; /* アイコンの円のサイズ */
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #356FA4;
  border-radius: 50%;
  overflow: hidden;
}
.box_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .box_icon {
    width: 45px;
    height: 40px;
  }
}

.box_review {
  width: 91%;
}

.box_name {
  color: #252525;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .box_name {
    font-size: 1rem;
  }
}

.box_star img {
  width: 116px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .box_star img {
    width: 112px;
  }
}

.box_review_text {
  margin-top: 9px;
  font-size: 1.125rem;
  color: #252525;
}
@media screen and (max-width: 768px) {
  .box_review_text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 5px;
  }
}

.qa {
  margin-top: 47px;
  margin-bottom: 124px;
}
@media screen and (max-width: 768px) {
  .qa {
    margin-top: 28px;
    margin-bottom: 32px;
  }
}

.qa_inner {
  padding-left: 19.4444444444%;
  padding-right: 19.4444444444%;
}
@media screen and (max-width: 768px) {
  .qa_inner {
    padding-left: 6.1538461538%;
    padding-right: 6.1538461538%;
  }
}

@media screen and (max-width: 768px) {
  .pa_content {
    width: 342px;
    margin-right: auto;
    margin-left: auto;
  }
}

.pa_title {
  font-weight: 800;
  color: #003399;
  font-size: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pa_title {
    font-size: 2.5rem;
  }
}

.qa_boxes {
  margin-top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .qa_boxes {
    margin-top: 15px;
    gap: 26px;
  }
}

.qa_box {
  background: #FFF;
}
.qa_box.is-open .qa_box_head::after {
  background: url(../../img/wrecker/qa_close.png) no-repeat center center/contain;
}

.qa_box_head {
  padding: 18px 64px 9px 27px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #003399;
  border-bottom: 5px solid #09204F;
}
@media screen and (max-width: 768px) {
  .qa_box_head {
    padding: 6px 64px 6px 12px;
    border-bottom: none;
    gap: 11px;
  }
}
.qa_box_head::after {
  content: "";
  position: absolute;
  top: 34%;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url(../../img/wrecker/qa_open.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .qa_box_head::after {
    right: 16px;
    width: 16px;
    height: 16px;
  }
}

.qa_box_head_icon {
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .qa_box_head_icon {
    left: 17px;
    font-size: 18px;
  }
}

.qa_box_head_text {
  display: block;
  font-size: 23px;
  letter-spacing: 1.12px;
  text-align: left;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .qa_box_head_text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
  }
}

.qa_box_body {
  padding: 13px 56px 17px 24px;
  display: none;
  border: 3px solid #09204F;
}
@media screen and (max-width: 768px) {
  .qa_box_body {
    padding: 9px 13px;
  }
}

.qa_box_a_text {
  display: block;
  font-size: 18px;
  letter-spacing: 1.12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .qa_box_a_text {
    font-size: 14px;
    line-height: 163%; /* 27.2px */
    letter-spacing: 1.28px;
  }
}

.thought {
  padding-top: 55px;
  background-color: #E3F3FF;
  padding-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .thought {
    padding-top: 25px;
    padding-bottom: 27px;
  }
}

.thought_inner {
  padding-left: 18.8888888889%;
  padding-right: 18.8888888889%;
}
@media screen and (max-width: 768px) {
  .thought_inner {
    padding-left: 6.1538461538%;
    padding-right: 6.1538461538%;
  }
}

@media screen and (max-width: 768px) {
  .thought_box {
    width: 342px;
    margin-right: auto;
    margin-left: auto;
  }
}

.thought_title {
  color: #003399;
  font-weight: 800;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .thought_title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 900px) {
  .thought_title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .thought_title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .sp_hidden {
    display: none;
  }
}

.thought_01 {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .thought_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 22px;
  }
}

.thought_01_text {
  width: 450px;
}
.thought_01_text p {
  font-size: 1.125rem;
}
@media screen and (max-width: 1200px) {
  .thought_01_text p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .thought_01_text p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .thought_01_text p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.thought_01_text p + p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .thought_01_text {
    width: 100%;
  }
}

.thought_01_img {
  width: 400px;
}
.thought_01_img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .thought_01_img {
    width: 91%;
  }
}

.thought_02 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .thought_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 27px;
    line-height: 1.6;
  }
}

.thought_02_img {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .thought_02_img {
    width: 91%;
  }
}
.thought_02_img img {
  display: block;
  width: 100%;
  height: auto;
}

.thought_02_text {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .thought_02_text {
    width: 100%;
  }
}
.thought_02_text p {
  font-size: 1.125rem;
}
@media screen and (max-width: 1200px) {
  .thought_02_text p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .thought_02_text p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .thought_02_text p {
    font-size: 0.875rem;
  }
}

.thought_03 {
  margin-top: 40px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .thought_03 {
    margin-top: 27px;
  }
}
.thought_03 p {
  font-size: 1.125rem;
}
@media screen and (max-width: 1200px) {
  .thought_03 p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .thought_03 p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .thought_03 p {
    font-size: 0.875rem;
  }
}
.thought_03 p + p {
  margin-top: 20px;
}
.thought_03 p + p + p {
  margin-top: 20px;
}

.cta02 {
  margin-top: 71px;
}
@media screen and (max-width: 768px) {
  .cta02 {
    margin-top: 32px;
  }
}

.cta02_inner {
  padding-left: 15.7638888889%;
  padding-right: 15.7638888889%;
}
@media screen and (max-width: 768px) {
  .cta02_inner {
    padding-left: 6.1538461538%;
    padding-right: 6.1538461538%;
  }
}

@media screen and (max-width: 768px) {
  .cta02_box {
    width: 345px;
    margin-right: auto;
    margin-left: auto;
  }
}

.cta02_container img {
  display: block;
  width: 1000px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cta02_container img {
    width: 346px;
  }
}

.contact {
  margin-top: 60px;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .contact {
    margin-top: 28px;
    margin-bottom: 32px;
  }
}

.contact_inner {
  padding-left: 28.4027777778%;
  padding-right: 28.4027777778%;
}
@media screen and (max-width: 1200px) {
  .contact_inner {
    padding-left: 23%;
    padding-right: 23%;
  }
}
@media screen and (max-width: 768px) {
  .contact_inner {
    padding-left: 5.641025641%;
    padding-right: 5.641025641%;
  }
}

@media screen and (max-width: 768px) {
  .contact_box {
    width: 346px;
    margin-right: auto;
    margin-left: auto;
  }
}

.contact_title {
  font-size: 2.5rem;
  color: #003399;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_title {
    font-size: 1.5rem;
  }
}

.contact_sub {
  margin-top: 24px;
  text-align: center;
  color: #252525;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .contact_sub {
    font-size: 0.875rem;
    margin-top: 14px;
  }
}

.contact_fields {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .contact_fields {
    margin-top: 7px;
    gap: 18px;
  }
}

.contact_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .contact_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.contact_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1200px) {
  .contact_head {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 10px;
  }
}

.contact_head_name {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contact_head_name {
    font-size: 0.875rem;
  }
}

.contact_head_name_small {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 768px) {
  .contact_head_name_small {
    letter-spacing: -1.7px;
  }
}

.contact_head_tag {
  color: #FFF;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 1.98px;
  width: 52px;
  height: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #003399;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Flexboxを使用 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向の中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .contact_head_tag {
    font-size: 0.75rem;
    width: 34px;
    height: 18px;
  }
}

.contact_name_text {
  width: 340px;
  height: 34px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  color: #252525;
  line-height: 170%; /* 27.2px */
  padding: 1px 15px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (max-width: 1200px) {
  .contact_name_text {
    width: 100%;
  }
}
.contact_name_text::-webkit-input-placeholder {
  color: #B3B3B3;
}
.contact_name_text::-moz-placeholder {
  color: #B3B3B3;
}
.contact_name_text:-ms-input-placeholder {
  color: #B3B3B3;
}
.contact_name_text::-ms-input-placeholder {
  color: #B3B3B3;
}
.contact_name_text::placeholder {
  color: #B3B3B3;
}
.contact_name_text:hover, .contact_name_text:focus {
  border-color: #003399;
  outline: none;
}

.form_field_item {
  margin-top: 5px;
  width: 345px;
}
@media screen and (max-width: 1200px) {
  .form_field_item {
    margin-top: -11px;
  }
}

.form_field_radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 23px;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .form_field_radios {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 19px;
    margin-left: 0;
  }
}

.form_field_radio:hover .form_field_radio_text::before {
  border-color: #003399;
}

.form_radio_input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form_radio_input:checked + .form_field_radio_text::after {
  opacity: 1;
}

.form_field_radio_text.is-checked::after{
  opacity: 1;
}

.form_field_radio_text {
  font-weight: 700;
  font-size: 1.125rem;
  position: relative;
  padding-left: 32px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .form_field_radio_text {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
.form_field_radio_text::before, .form_field_radio_text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form_field_radio_text::before {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 3px solid #003399;
  left: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .form_field_radio_text::before {
    width: 21px;
    height: 21px;
  }
}
.form_field_radio_text::after {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: #003399;
  left: 5px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .form_field_radio_text::after {
    width: 13px;
    height: 13px;
  }
}

.is-option {
  background: #43B549;
}

.contact_text {
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .contact_text {
    margin-top: 0;
    width: 100%;
  }
}

.contact_textarea {
  width: 345px;
  height: 120px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  color: #252525;
  line-height: 170%; /* 27.2px */
  padding: 1px 15px;
}
@media screen and (max-width: 1200px) {
  .contact_textarea {
    width: 100%;
  }
}
.contact_textarea::-webkit-input-placeholder {
  color: #B3B3B3;
}
.contact_textarea::-moz-placeholder {
  color: #B3B3B3;
}
.contact_textarea:-ms-input-placeholder {
  color: #B3B3B3;
}
.contact_textarea::-ms-input-placeholder {
  color: #B3B3B3;
}
.contact_textarea::placeholder {
  color: #B3B3B3;
}
.contact_textarea:hover, .contact_textarea:focus {
  border-color: #003399;
  outline: none;
}

.contact_button {
  text-align: center;
  margin-top: 27px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact_button {
    margin-top: 21px;
  }
}
.contact_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.contact_button:hover::before, .contact_button:focus::before {
  opacity: 1;
}

.contact_button_input {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.48px;
  color: #FFFFFF;
  display: inline-block;
  background: #F85D01;
  border-radius: 8px;
  padding: 24px 124px;
  border-bottom: 7px solid #A63E00;
  border-top: none;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .contact_button_input {
    font-size: 0.875rem;
    padding: 7px 52px;
    border-bottom: 5px solid #A63E00;
  }
}

.footer {
  background: url(../../img/wrecker/footer_background.png) no-repeat center center/cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.footer_inner {
  padding-left: 15.2777777778%;
  padding-right: 15.2777777778%;
}
@media screen and (max-width: 768px) {
  .footer_inner {
    padding-left: 6.1538461538%;
    padding-right: 6.1538461538%;
  }
}

.footer_box {
  background: #FFFFFF;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .footer_box {
    width: 342px;
    margin-right: auto;
    margin-left: auto;
    padding: 11px 16px;
  }
}

.footer_title {
  font-size: 2rem;
  color: #003399;
  font-weight: 800;
}
@media screen and (max-width: 1200px) {
  .footer_title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer_title {
    font-size: 1.5rem;
    text-align: left;
  }
}

.footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
  gap: 56px;
}
@media screen and (max-width: 1200px) {
  .footer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 14px;
    gap: 21px;
  }
}

.footer_left_table {
  text-align: left;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
.footer_left_table tbody tr {
  border-bottom: 1.5px solid #E4E4E4;
}
.footer_left_table th, .footer_left_table td {
  padding-top: 14px;
  padding-bottom: 14px;
}
.footer_left_table th:nth-child(1), .footer_left_table td:nth-child(1) {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .footer_left_table th:nth-child(1), .footer_left_table td:nth-child(1) {
    width: 108px;
  }
}
.footer_left_table th:nth-child(2), .footer_left_table td:nth-child(2) {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .footer_left_table th:nth-child(2), .footer_left_table td:nth-child(2) {
    width: 202px;
  }
}
.footer_left_table th, .footer_left_table td {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer_left_table th, .footer_left_table td {
    font-size: 0.875rem;
  }
}
.footer_left_table th a, .footer_left_table td a {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer_left_table th a, .footer_left_table td a {
    font-size: 0.875rem;
  }
}

.footer_left_table tbody tr:first-child th,
.footer_left_table tbody tr:first-child td {
  padding-top: 0;
}

.map {
  text-align: center;
}

.map iframe {
  aspect-ratio: 7/5;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .map iframe {
    width: 100%;
    height: auto;
  }
}

.footer_copyright {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_copyright {
    margin-top: 10px;
  }
}

.copyright {
  color: #FFFFFF;
  font-size: 0.77rem;
}