/*
Theme Name: レッカー車ベースサンプル
Author: 株式会社GRACE ビジネスコンサルティング事業部
Author URI: https://gr1.jp/
Description: This theme is created by GRACE,Inc.
Version: 1.0
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

.pconly {
  display: block !important;
}

.sponly {
  display: none !important;
}

.pconly_flex {
  display: flex !important;
}

.sponly_flex {
  display: none !important;
}

html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--background-color);
  font-family: system-ui;
  line-height: 1;
  padding-bottom: 130px;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

input[type="checkbox"] {
  display: none;
}

.inner {
  max-width: 1200px;
  padding: 50px 5%;
  margin: 0 auto;
}

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

  .pconly {
    display: none !important;
  }

  .sponly {
    display: block !important;
  }

  .pconly_flex {
    display: none !important;
  }

  .sponly_flex {
    display: flex !important;
  }
}


h1#site_catch {
  display: block;
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
  font-size: 12px;
  padding: 5px;
}

header {
  background-color: #fff;
}

header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 5%;
}

.header_left {
  width: 240px;
}

a.logo span {
  display: inline-block;
  margin-top: 5px;
}

.header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

a.tel {
  font-weight: bold;
  font-size: 40px;
  color: var(--accent-color);
  text-align: center;
}

a.tel span {
  font-size: 14px;
  color: #000;
  display: block;
  margin-top: 5px;
}

a.mail {
  background-color: var(--main-color);
  color: #fff;
  padding: 8px 10px;
  width: 100px;
  font-size: 11px;
  border-radius: 5px;
  text-align: center;
  margin-left: 15px;
}

a.mail text {
  background-color: #fff;
  color: var(--main-color);
  font-weight: bold;
  padding: 2px;
  display: inline-block;
}

a.mail img {
  display: block;
  width: 25px;
  margin: 5px auto 0;
}

label.humbtn {
  width: 40px;
  display: block;
  font-size: 14px;
}

label.humbtn b {
  display: block;
  position: relative;
  width: 80%;
  height: 4px;
  background-color: #000;
  margin: 18px auto;
}

label.humbtn b:before,
label.humbtn b:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #000;
  position: absolute;
  left: 0;
}

label.humbtn b:before {
  top: -10px;
}

label.humbtn b:after {
  bottom: -10px;
}

.global_menu {
  background-color: #f9f9f9;
}

.global_menu a {
  font-weight: 900;
  color: var(--main-color);
  font-size: 14px;
}

@media screen and (max-width:768px) {
  header .inner {
    padding: 10px;
  }

  a.mail {
    padding: 5px 5px;
    width: 75px;
    font-size: 10px;
    border-radius: 5px;
    margin-left: 5px;
  }

  a.mail img {
    width: auto;
    height: 20px;
  }

  a.mail.tel {
    width: 70px;
    background-color: var(--accent-color);
  }

  a.mail.tel text {
    color: var(--accent-color);
  }

  label.humbtn {
    width: 60px;
    text-align: center;
  }

  label.humbtn b {
    width: 50%;
  }

  .closebtn {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: solid 2px #000;
    border-radius: 10px;
    position: absolute;
    padding: 10px;
    top: 0;
    left: -60px;
    text-align: center;
    font-size: 10px;
  }

  .closebtn img {
    width: 70%;
    margin-bottom: 3px;
  }

  .global_menu a.tellink {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    font-weight: bold;
    font-size: 26px;
    color: var(--accent-color);
    text-align: center;
  }

  .global_menu a.tellink:before {
    display: none;
  }

  .global_menu a.tellink text {
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 15px;
    display: block;
    padding: 0 0 10px;
  }

  .global_menu a.tellink span {
    font-size: 16px;
  }

}




#mv {
  background: url(/wp-content/themes/wrecker/images/mv_back.jpg);
  background-size: cover;
}

#mv .inner {
  padding: 30px 5%;
}

.mv_icon_list {
  display: flex;
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mv_icon_list li {
  width: 23%;
}

.mv_icon_list li img {
  height: 70px;
  width: auto;
  margin: 0 auto 20px;
  display: block;
}

.mv_icon_list li p {
  font-size: 20px;
  color: var(--main-color);
  background-color: #fff;
  text-align: center;
  padding: 5px 0;
  font-weight: 900;
}

.mvimg_area {
  position: relative;
}

.mv_points {
  position: absolute;
  bottom: 0px;
  right: -5%;
  width: 575px;
}

.pickup_acc {
  display: block;
  width: 212px;
  position: absolute;
  top: 12px;
  right: 0;
}

.pickup_acc b {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 7px 0;
}

.pickup_acc b.up {
  background-color: var(--accent-color);
  color: #fff;
}

.pickup_acc b.down {
  background-color: #fff;
  color: var(--accent-color);
}

#mv h5 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 20px;
}

@media screen and (max-width:768px) {
  .inner {
    padding: 30px 10px;
  }

  #mv .inner {
    padding: 15px 0;
  }

  .mv_icon_list {
    width: 94%;
    margin-bottom: 0px;
  }

  .mv_icon_list li p {
    font-size: 16px;
  }

  .mv_icon_list li img {
    height: 48px;
  }

  .pickup_acc {
    display: block;
    width: 100%;
    position: inherit;
  }

  .pickup_acc b {
    font-size: 16px;
  }

  .mv_points {
    right: 3%;
    width: 94%;
  }

  #mv h5 {
    font-size: 16px;
    padding: 5px 10px 0;
    text-align: left;
    margin-top: 10px;
    line-height: 1.4;
  }

  .global_menu {
    display: none;
    position: fixed;
    height: 100vh;
    width: 0%;
    top: 0;
    right: 0;
    z-index: 5;
    transition: .5s;
    background-color: #fff;
  }

  .global_menu .inner {
    display: block;
    padding: 50px 10px;
    height: 100%;
    width: calc(100% - 80px);
    background-color: var(--main-color);
    margin: 0 0 0 auto;
    position: relative;
  }

  .global_menu a {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .global_menu a:before {
    content: "＞";
    margin-right: 10px;
  }

  input[type="checkbox"]#hummenu:checked~.global_menu {
    width: 100%;
    display: block;
  }

}

.sec_ttl {
  text-align: center;
  font-size: 40px;
}

.sec_ttl span {
  font-size: 150%;
  color: var(--accent-color);
}

.sec_sub_ttl {
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  padding: 30px 0;
}



#insurance {
  background-color: #fff;
}

.insurance_list {
  text-align: center;
  border-radius: 10px;
  border: solid 1px var(--main-color);
  overflow: hidden;
}

.insurance_list b {
  display: block;
  width: 100%;
  background-color: var(--main-color);
  color: #fff;
  font-size: 24px;
  padding: 10px 0;
}

.insurance_list p {
  padding: 30px 6%;
  font-size: 20px;
  line-height: 30px;
}

.cresit_area {
  display: flex;
  border: solid 1px var(--main-color);
  align-items: center;
  max-width: 600px;
  margin: 30px auto 0;
}

.cresit_area b {
  width: 270px;
  background-color: var(--main-color);
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
}

.cresit_area p {
  width: calc(100% - 270px);
  padding: 0px 15px;
}

#trouble .sec_ttl {
  color: var(--main-color);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#trouble .sec_ttl img {
  width: 60px;
  display: block;
  margin: 0 25px 5px 0;
}

.trouble_list {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 100px;
}

.trouble_list li {
  width: 24%;
}

.trouble_list li img {
  height: 200px;
  object-fit: cover;
}

.trouble_list li p {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  padding: 10px 0;
  color: var(--main-color);
}


.other_trouble {
  background-color: #fff;
  border: solid 2px var(--main-color);
  border-radius: 8px;
  width: 80%;
  margin: 0 auto;
  padding: 0 0 50px;
}

.other_trouble h5 {
  position: relative;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  top: -35px;
}

.other_trouble h5 span {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  background-color: var(--main-color);
  padding: 20px 40px;
}

.other_trouble_list {
  width: 80%;
  margin: 0 auto;
}

.other_trouble_list p {
  font-weight: bold;
  font-size: 26px;
  padding: 20px 15px;
  border-bottom: dashed 1px #333;
  display: flex;
  align-items: center;
}

.other_trouble_list p:before {
  content: "";
  background: url(/wp-content/themes/wrecker/images/other-trouble.png);
  width: 36px;
  height: 29px;
  display: inline-block;
  background-size: cover;
  margin-right: 5px;
}

.other_trouble_list p span {
  color: var(--accent-color);
}

.other_trouble_list text {
  display: block;
  text-align: right;
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
}

.work_area {
  width: 80%;
  margin: 50px auto 0;
}

.work_area h5 {
  font-size: 30px;
  color: var(--main-color);
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.work_area p {
  display: block;
  background-color: rgba(255, 255, 255, .5);
  padding: 50px 0;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  background-image: url(/wp-content/themes/wrecker/images/workarea.png);
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: 95% 80%;
}

.work_area p b {
  font-size: 150%;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .sec_ttl {
    text-align: center;
    font-size: 20px;
  }

  .sec_sub_ttl {
    font-size: 13px;
    font-weight: normal;
    padding: 15px 0;
  }

  .insurance_list {
    border-radius: 0;
  }

  .insurance_list b {
    font-size: 18px;
  }

  .insurance_list p {
    padding: 20px 10px;
    font-size: 16px;
    line-height: 1.4;
  }

  .cresit_area {
    display: block;
    margin: 10px auto 0;
  }

  .cresit_area b {
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
    display: block;
  }

  .cresit_area p {
    width: 70%;
    margin: 0 auto;
    padding: 10px 0px;
  }

  #trouble .sec_ttl {
    font-size: 24px;
  }

  #trouble .sec_ttl span {
    font-size: 100%;
  }

  #trouble .sec_ttl img {
    width: 36px;
    display: block;
    margin: 0 5px 5px 0;
  }

  .trouble_list {
    margin: 20px 0 40px;
    flex-wrap: wrap;
  }

  .trouble_list li {
    width: 48%;
    margin-bottom: 3%;
  }

  .trouble_list li img {
    height: 150px;
  }

  .trouble_list li p {
    font-size: 18px;
  }

  .other_trouble {
    border-radius: 0px;
    width: 100%;
    padding: 0 0 25px;
  }

  .other_trouble h5 {
    top: -20px;
  }

  .other_trouble h5 span {
    font-size: 18px;
    padding: 7px 10px;
  }

  .other_trouble_list {
    width: 90%;
  }

  .other_trouble_list p {
    font-size: 16px;
    padding: 15px 0px;
  }

  .other_trouble_list p:before {
    width: 20px;
    height: 17px;
    margin-right: 3px;
  }

  .other_trouble_list text {
    font-size: 18px;
  }

  .work_area {
    width: 95%;
    margin: 30px auto 0;
  }

  .work_area h5 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .work_area p {
    padding: 30px 30px;
    background-position: 95% 80%;
    font-size: 16px;
  }

  .work_area p b {
    font-size: 130%;
  }

}


#cta {
  background-image: url(/wp-content/themes/wrecker/images/cta-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0% 0%, 50% 50px, 100% 0%, 100% 100%, 0% 100%);
}

#cta .inner {
  text-align: center;
  color: #fff;
  padding: 10% 0 100px;
}

#cta h3 {
  font-size: 60px;
}

#cta h3 span {
  background-color: #FFDB0C;
  color: var(--main-color);
  display: inline-block;
  position: relative;
}

#cta h3 span:before,
#cta h3 span:after {
  content: "";
  width: 1px;
  height: 100px;
  border-left: dashed 3px #fff;
  position: absolute;
  bottom: 0;
}

#cta h3 span:before {
  left: -50px;
  transform: rotate(-15deg);
}

#cta h3 span:after {
  right: -50px;
  transform: rotate(15deg);
}

#cta h6 {
  font-size: 30px;
  font-weight: normal;
  padding: 50px 0 30px;
}

.circle_list {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.circle_list p {
  width: 200px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  text-align: center;
  padding: 66px 0;
  border-radius: 10000px;
  margin: 0 15px;
}

.circle_list p span {
  color: var(--main-color);
}

.cta_btns {
  display: flex;
  justify-content: center;
  max-width: 850px;
  margin: 0 auto;
}

.cta_btns a img {
  width: 35px;
  margin: 0 5px 0 0;
}

.cta_btns a.tel {
  background-color: var(--accent-color);
  text-align: center;
  padding: 10px 5% 15px;
  width: 500px;
  color: #fff;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-shadow: #A91F00 0px 7px 0px;
}

.cta_btns a.tel span {
  font-size: 20px;
  color: #000;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #fff;
  width: 100%;
  padding: 7px 0;
  border-radius: 3px;
}

.cta_btns a.mail {
  background-color: #DFE9F6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 20px;
  box-shadow: var(--main-color) 0px 7px 0px;
  font-size: 30px;
  font-weight: bold;
  color: var(--main-color);
  width: calc(100% - 530px);
}


@media screen and (max-width:768px) {
  #cta {
    background-position: 85% 100%;
  }

  #cta .inner {
    padding: 100px 5% 30px;
  }

  #cta h3 {
    font-size: 25px;
  }

  #cta h3 span {
    padding: 5px;
  }

  #cta h6 {
    font-size: 16px;
    font-weight: normal;
    padding: 20px 0;
    line-height: 18px;
  }

  #cta h3 span:before,
  #cta h3 span:after {
    width: 1px;
    height: 80px;
    bottom: -60px;
  }

  #cta h3 span:before {
    left: -20px;
  }

  #cta h3 span:after {
    right: -20px;
  }

  .circle_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 20px;
  }

  .circle_list p {
    width: 32%;
    font-size: 18px;
    padding: 32px 0;
    border-radius: 10000px;
    margin: 0;
  }

  .circle_list p span {
    color: var(--main-color);
    font-size: 110%;
    margin-top: 3px;
    display: block;
  }

  .cta_btns {
    display: block;
  }

  .cta_btns a.tel {
    font-size: 30px;
    justify-content: center;
    width: 100%;
    position: relative;
  }

  .cta_btns a img {
    width: 25px;
  }

  .cta_btns a img.tapicon {
    position: absolute;
    top: -10px;
    right: -10px;
    margin: 0;
    width: 70px;
  }

  .cta_btns a.tel span {
    font-size: 16px;
    padding: 3px 0;
    margin-bottom: 10px;
  }

  .cta_btns a.mail {
    border-radius: 5px;
    padding: 20px 0px;
    font-size: 20px;
    width: 80%;
    margin: 30px auto 0;
  }

}

@media screen and (max-width:480px) {
  .cta_btns a.tel {
    justify-content: flex-start;
  }
}


.label_ttl {
  display: block;
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  padding: 10px 0;
  font-size: 40px;
  line-height: 1.4;
}

.label_ttl span {
  display: block;
  font-size: 60%;
}

.label_ttl span text {
  font-size: 280%;
  margin: 0 5px;
  color: var(--accent-color);
  line-height: 1;
  text-shadow:
    4px 4px 0px #ffffff,
    -4px 4px 0px #ffffff,
    4px -4px 0px #ffffff,
    -4px -4px 0px #ffffff,
    4px 0px 0px #ffffff,
    0px 4px 0px #ffffff,
    -4px 0px 0px #ffffff,
    0px -4px 0px #ffffff;
}

#flow .label_ttl {
  background-image: url(/wp-content/themes/wrecker/images/wrecker.png);
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: 30% 50%;
}


.flow_list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 7% 4%;
  border-radius: 10px;
  margin-bottom: 50px;
}

.flow_list li:after {
  content: "";
  width: 100px;
  height: 80px;
  background-image: url(/wp-content/themes/wrecker/images/flowarrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  bottom: -7%;
  left: calc(50% - 50px);
}

.flow_list li:last-child:after {
  display: none;
}

.flow_list li img,
.flow_list li p {
  width: 49%;
  font-size: 20px;
  line-height: 1.4;
}

.flow_list li p b {
  font-size: 30px;
  color: var(--accent-color);
  display: block;
  margin-bottom: 20px;
}

.flow_list li p b span {
  display: block;
  margin-bottom: 10px;
}

.flow_list li p b span text {
  font-size: 150%;
  margin-left: 5px;
}





.point_list li {
  background-color: #fff;
  padding: 4% 7%;
  margin-bottom: 50px;
  position: relative;
}

.point_list li:before {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 160px;
  font-weight: bold;
  color: #DFE9F6;
}

.point_list li:nth-child(1):before {
  content: "01";
}

.point_list li:nth-child(2):before {
  content: "02";
}

.point_list li:nth-child(3):before {
  content: "03";
}


.point_list li img {
  width: 135px;
  display: block;
  margin: 0 auto 20px;
}

.point_list li p {
  font-size: 22px;
  line-height: 1.4;
}

.point_list li p b {
  display: block;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.point_list li p b span {
  font-size: 130%;
  color: var(--accent-color);
}

.point_list li p text {
  font-weight: bold;
}


#point .label_ttl {
  background-image: url(/wp-content/themes/wrecker/images/finger.png);
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: 32% 50%;
}

#point .label_ttl span {
  display: inline-block;
  font-size: 60%;
  background-color: #fff;
  color: var(--main-color);
  padding: 0 5px;
}

.other_points {
  max-width: 700px;
  margin: 0 auto;
}

.other_points_ttl {
  position: relative;
}

.other_points_ttl span {
  position: absolute;
  width: 100%;
  top: 47%;
  left: 50%;
  font-size: 28px;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--main-color);
}

.other_points p {
  font-weight: bold;
  font-size: 26px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  color: var(--main-color);
}

.other_points p:before {
  content: "";
  background: url(/wp-content/themes/wrecker/images/pointlist.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: cover;
  margin-right: 5px;
}

#faq {
  background-color: #fff;
}

#faq .label_ttl {
  background-image: url(/wp-content/themes/wrecker/images/faq.png);
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: 32% 50%;
}

.faq_list li {
  margin-bottom: 30px;
  font-size: 30px;
}

.faq_list li b {
  background-color: #DFE9F6;
  width: 100%;
  display: block;
  padding: 15px 25px;
  color: var(--main-color);
}

.faq_list li b span {
  margin-right: 20px;
}

.faq_list li p {
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  padding: 10px 25px;
  line-height: 1.4;
}

.faq_list li p:before {
  content: "A";
  color: var(--accent-color);
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  margin-right: 38px;
}


#voice .label_ttl {
  background-image: url(/wp-content/themes/wrecker/images/voice.png);
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: 27% 50%;
}

.voice_list {
  max-width: 850px;
  margin: 0 auto;
}

.voice_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  padding: 5%;
  margin-bottom: 30px;
  border-radius: 10px;
}

.voice_profile {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.voice_profile img {
  width: 90px;
}

.voice_profile p text {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/wrecker/images/star.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#voice li b {
  font-size: 25px;
  color: var(--main-color);
}

#voice li p.voice_list_txt {
  background-color: #F6F6F6;
  padding: 20px;
  margin-top: 10px;
  line-height: 1.4;
}

#voice li p.voice_list_txt span {
  color: var(--accent-color);
  font-weight: bold;
}



footer .logo {
  width: 250px;
  display: block;
  margin: 0 auto 30px;
  text-align: center;
}

footer .company_list {
  text-align: center;
  line-height: 1.3;
}

.copy {
  font-size: 12px;
  background-color: var(--main-color);
  color: #fff;
  padding: 10px 0;
  text-align: center;
}



@media screen and (max-width:768px) {
  .label_ttl {
    font-size: 32px;
  }

  #flow .label_ttl,
  #point .label_ttl {
    background-size: auto 90%;
    background-position: 3% 100%;
  }

  .flow_list li {
    display: block;
    padding: 30px;
  }

  .flow_list li:last-child {
    margin-bottom: 0;
  }

  .flow_list li img {
    width: 80%;
    margin: 0 auto 10px;
    display: block;
  }

  .flow_list li p {
    width: 100%;
    font-size: 16px;
  }

  .flow_list li p b {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }

  .flow_list li p b span {
    display: block;
    margin-bottom: 0;
    line-height: 1;
  }

  .flow_list li:after {
    width: 70px;
    height: 60px;
    bottom: -10%;
    left: calc(50% - 35px);
  }

  .point_list li {
    padding: 7% 7%;
  }

  .point_list li:last-child {
    margin-bottom: 30px;
  }

  .point_list li p {
    font-size: 16px;
    line-height: 1.4;
  }

  .point_list li p b {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .point_list li:before {
    top: -25px;
    left: -5px;
    font-size: 90px;
    color: var(--main-color);
    transform: rotate(-7deg);
  }

  .point_list li img {
    width: 100px;
    display: block;
    margin: 0 auto 20px;
  }

  .other_points_ttl span {
    font-size: 18px;
  }

  .other_points p {
    font-size: 16px;
    padding: 5px 10px;
    color: var(--main-color);
  }

  .other_points p:before {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }


  #faq .label_ttl {
    background-size: auto 90%;
    background-position: -4% 100%;
  }

  .faq_list li {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .faq_list li b {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: var(--main-color);
    border-radius: 10px;
    line-height: 1.2;
  }

  .faq_list li b span {
    margin-right: 10px;
    font-size: 30px;
  }

  .faq_list li p {
    font-size: 14px;
  }

  .faq_list li p:before {
    margin-right: 25px;
  }

  #faq .label_ttl,
  #voice .label_ttl {
    padding: 30px 0;
  }

  #voice .label_ttl {
    background-size: auto 120%;
    background-position: 0% -10%;
  }

  .voice_profile {
    display: block;
    text-align: center;
    margin-right: 10px;
    width: 100px;
  }

  #voice li b {
    display: block;
    width: calc(100% - 110px);
    font-size: 20px;
    line-height: 1.2;
  }

}



#bottom_mv {
  position: relative;
}

#bottom_mv img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

#bottom_mv h2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 50px;
}

#pankuzu {
  background-color: #fff;
}

#pankuzu .inner {
  padding: 5px 5%;
}



#contact_cta {
  background-image: url(/wp-content/themes/wrecker/images/contact_cta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}

#contact_cta h5 {
  font-size: 40px;
  line-height: 1.2;
}

#contact_cta h5 span {
  font-size: 140%;
}

#contact_cta h6 {
  font-size: 24px;
  font-weight: normal;
  padding: 30px 0;
}

.tellink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  max-width: 500px;
  width: 60%;
  margin: 0 auto 30px;
  font-weight: bold;
  font-size: 50px;
  color: var(--accent-color);
}

.tellink span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 19px;
  background-color: var(--accent-color);
  font-weight: bold;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 10px;
}

.tellink img {
  width: 35px;
  margin-right: 5px;
}

.tellink text {
  display: block;
  width: 100%;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 15px;
}

#contact_cta p {
  font-size: 20px;
  line-height: 1.4;
}

#contact_form {
  background-color: #fff;
}

form {
  max-width: 1000px;
  margin: 0 auto;
}

form input[type="checkbox"] {
  display: inline-block;
}

form table {
  text-align: left;
  margin: auto;
}

form table tr th,
form table tr td {
  padding: 10px;
}

form table tr th {
  width: 300px;
}

.form-label-required {
  background-color: var(--accent-color);
  color: #fff;
  font-size: 12px;
  padding: 4px 7px;
  margin-right: 5px;
}

form table tr td {
  width: 700px;
}

form table tr td input,
form table tr td textarea {
  width: 100%;
  padding: 10px 15px;
  border: solid 1px #A9A9A9;
  border-radius: 5px;
}

form table tr td input[type="checkbox"] {
  width: auto;
  margin-right: 3px;
}

.sendbtn {
  font-size: 20px;
  background-color: var(--main-color);
  color: #fff;
  width: 250px;
  border-radius: 10000px;
  padding: 5px 0;
  margin: 50px auto 0;
  display: block;
}

.privacyicon {
  display: inline-block;
  width: 18px;
}

#bottom_cont {
  background-color: #fff;
  line-height: 1.4;
}

#bottom_cont strong {
  font-size: 120%;
  margin-bottom: 5px;
}

.thsnks_ttl {
  text-align: center;
  display: block;
  font-size: 32px;
}

.thsnks_txt {
  text-align: center;
  display: block;
  padding: 30px 0;
}

.thsnks_link {
  display: block;
  font-weight: bold;
  text-align: center;
  border: solid 2px;
  padding: 10px 0;
  width: 150px;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  #bottom_mv h2 {
    font-size: 30px;
  }

  #bottom_mv img {
    height: 150px;
  }

  #pankuzu .inner {
    font-size: 12px;
    padding: 5px 10px;
  }

  #contact_cta h5 {
    font-size: 22px;
  }

  #contact_cta h6 {
    font-size: 16px;
    padding: 20px 0;
    line-height: 1.3;
  }

  .tellink {
    width: 95%;
    font-size: 32px;
  }

  .tellink img {
    width: 25px;
    margin-right: 3px;
  }

  .tellink text {
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 15px;
  }

  #contact_cta p {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    width: 95%;
    margin: 0 auto;
  }

  form table tr th,
  form table tr td {
    padding: 10px;
  }

  form table tr th {
    width: 100%;
  }

  form table tr td {
    width: 100%;
    display: block;
  }

  .sendbtn {
    margin: 30px auto 0;
  }

}

#follow-block {
  opacity: 0;
  transition: opacity 0.3s;
}

#follow-block.visible {
  opacity: 1;
  pointer-events: auto;
}

.fixed_btns {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: var(--main-color);
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
  border-top: solid 7px #FFDB0C;
}

.fixed_btns a {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px 5px;
}

.fixed_btns a.tel {
  width: 350px;
  background: linear-gradient(0deg, #df0000, var(--accent-color));
  color: #fff;
  font-size: 34px;
}

.fixed_btns a.tel span {
  display: block;
  width: 100%;
  color: #ffdb0b;
  margin-bottom: 5px;
  font-size: 18px;
}

.fixed_btns a.mail {
  width: 240px;
  background-color: #DFE9F6;
  box-shadow: var(--main-color) 0px 7px 0px;
  font-weight: bold;
  color: var(--main-color);
  font-size: 22px;
}

.fixed_btns a img {
  width: 26px;
  margin: 0 5px 0 0;
}


@media screen and (max-width:768px) {
  .fixed_btns {
    padding: 10px 5px;
    border-top: solid 3px #FFDB0C;
    justify-content: space-between;
  }

  .fixed_btns a img {
    width: 22px;
    margin: 0 5px 0 0;
  }

  .fixed_btns a.tel {
    width: 290px;
    font-size: 28px;
    padding: 14px 10px;
    position: relative;
    justify-content: flex-start;
  }

  .fixed_btns a.tel span {
    font-size: 14px;
    margin: 0 0 3px 0;
  }

  .fixed_btns a.mail {
    width: calc(100% - 300px);
    font-size: 10px;
    text-align: center;
    margin: 0;
    padding: 5px;
  }

  .fixed_btns a.mail img {
    width: 35px;
    height: auto;
    margin: 0 5px;
  }

  .fixed_btns__mail-text {
     font-size: clamp(12px, 2.6vw,20px);
  }

  .fixed_btns a.tel img.tapicon {
    position: absolute;
    top: -7%;
    right: -4%;
    width: auto;
    height: 94%;
    animation: scaleLoop .8s infinite alternate;
  }

  @keyframes scaleLoop {
    0% {
      transform: scale(1);
    }

    100% {
      transform: scale(1.1);
    }
  }

}


/*=========================
プライバシーポリシー
=========================*/

.privacy-policy__ttl {
  margin-top: 40px;
}

.privacy-policy__description:not(:first-child) {
  margin-top: 1em;
}

.privacy-policy__list {
  margin-top: 1em;
  margin-left: 2em;
}


.privacy-policy__item {
  list-style-type: disc;
}