@charset "UTF-8";

/* -------------------------------------------

header

------------------------------------------- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 768px;
  margin: 0 auto;
  height: 8rem;
  padding: 0 2rem;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}

header h1 {
  font-size: 2.8rem;
  font-weight: 900;
  padding-bottom: 0.2rem;
  line-height: 8rem;
}

header h1 img {
  height: 6rem;
  width: auto;
  padding-right: 2rem;
  margin: 1rem 0;
}

header div a {
  background: var(--red);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  border-radius: 1rem;
  box-shadow: 0.15rem 0.15rem 0.2rem rgba(0, 0, 0, 0.2);
  line-height: 1;
  padding: 1rem 1.4rem 0.9rem 1.5rem;
}

header div a > span:nth-child(1) {
  color: var(--yel);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

header div a > span:nth-child(1)::after {
  content: "";
  width: 3.8rem;
  height: 0.12rem;
  background: var(--yel);
  margin-left: 0.3rem;
}

header div a > span:nth-child(2) {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  header {
    max-width: none;
    height: 7rem;
    padding: 0 1rem 0 1.5rem;
    position: relative;
  }

  header h1 {
    font-size: 1.3rem;
    /*    padding-bottom: 0.2rem;*/
  }

  header h1 img {
    height: max(20px, 4vw);
    margin: 2rem 0;
  }

  header div a {
    text-decoration: none !important;
    padding: 1rem 0.9rem 0.8rem 1rem;
  }

  header div a > span:nth-child(1) {
    font-size: 1rem;
    justify-content: space-between;
  }

  header div a > span:nth-child(1)::after {
    width: 3.2rem;
    margin-left: 0;
  }

  header div a > span:nth-child(2) {
    font-size: 2rem;
  }
}

/* -------------------------------------------

kv

------------------------------------------- */
.kv {
  background: url(../img/kv-pc.jpg) no-repeat right bottom / cover;
  padding-top: 3rem;
}

@media screen and (max-width: 768px) {
  .kv {
    background: url(../img/kv-sp.jpg) no-repeat right bottom / cover;
    padding-top: 3rem;
  }
}

/* 関西圏全域対応！最短5分で駆けつけ! */
.kv > div:nth-of-type(1) {
  width: 36rem;
  padding-left: 3rem;
}

@media screen and (max-width: 768px) {
  .kv > div:nth-of-type(1) {
    width: 55%;
    padding-left: 2rem;
  }
}

/* 車のトラブルはジャパンアシストにお任せください！ */
.kv > div:nth-of-type(2) {
  width: 50rem;
  padding-left: 1.5rem;
  margin: 1.5rem 0 1rem 0;
}

@media screen and (max-width: 768px) {
  .kv > div:nth-of-type(2) {
    width: 85%;
    padding-left: 1rem;
  }
}

/* ul */
.kv > ul {
  width: 48rem;
  display: flex;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .kv > ul {
    width: 90%;
    margin: 0 auto 1rem auto;
    padding-left: 0;
  }
}

/* p */
.kv > div:nth-of-type(3) {
  position: relative;
  padding: 1rem;
}

.kv > div:nth-of-type(3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--blu);
  opacity: 0.7;
  mix-blend-mode: multiply;
}

.kv > div:nth-of-type(3) p {
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
    position: relative;
    z-index: 999;
}

@media screen and (max-width: 768px) {
  .kv > div:nth-of-type(3) p {
    font-size: 1.3rem;
  }
}

/* -------------------------------------------

cv

------------------------------------------- */
/* 新規のお客様限定 */
.cv .wrap {
  padding: 2rem 0 0.5rem 0;
}

.cv .wrap h2 {
  background: var(--blu);
  color: var(--yel);
  font-weight: 900;
  line-height: 1;
  font-size: 2.4rem;
  padding: 0.8rem 0 1rem 0;
  text-align: center;
}

/* 通常基本料金 */
.cv .wrap > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blu);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  position: relative;
}

.cv .wrap > div:nth-of-type(1)::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 1.5rem solid var(--blu);
  position: absolute;
  left: calc(50% - 2rem);
  bottom: -1.8rem;
}

.cv .wrap > div:nth-of-type(1) strong i {
  font-size: 2rem;
  font-weight: 900;
}

/* 基本料金 */
.cv .wrap > div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.cv .wrap > div:nth-of-type(2) > span:nth-child(1) {
  width: 6rem;
  height: 6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: bold;
  line-height: 1.2;
  background: #aecc81;
  margin-right: 1rem;
  margin-top: 0.5rem;
}

.cv .wrap > div:nth-of-type(2) > span:nth-child(2) {
  font-weight: 900;
  font-size: 2.8rem;
  color: var(--red);
  line-height: 1;
}

.cv .wrap > div:nth-of-type(2) > span:nth-child(2) strong {
  font-weight: 900;
  font-size: 4.8rem;
}

.cv .wrap > div:nth-of-type(2) > span:nth-child(2) i {
  vertical-align: 0.4rem;
  margin-left: 0.3rem;
}

/* tel */
.cv > .tel {
  background: #fff;
  padding: 2rem 0;
}

.tel-wrap {
  display: flex;
  justify-content: center;
}

a.tel {
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  border-radius: 1rem;
  box-shadow: 0.15rem 0.15rem 0.2rem rgba(0, 0, 0, 0.2);
  line-height: 1;
  padding: 1.4rem 1.6rem 1.3rem 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  a.tel {
    text-decoration: none !important;
  }
}

a.tel img {
  width: 4.4rem;
  margin-right: 1rem;
}

a.tel > span {
  display: flex;
  flex-direction: column;
}

a.tel > span > span:nth-child(1) {
  color: var(--yel);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

a.tel > span > span:nth-child(1)::after {
  content: "";
  width: 9.4rem;
  height: 0.12rem;
  background: var(--yel);
  margin-left: 0.3rem;
}

a.tel > span > span:nth-child(2) {
  font-size: 3.2rem;
}

/* -------------------------------------------

trouble

------------------------------------------- */
/* h2 */
.trouble h2 {
  text-align: center;
  line-height: 1;
  font-weight: 900;
  font-size: 2.4rem;
  margin-top: -2rem;
  margin-bottom: 2rem;
}

.trouble h2 strong {
  font-weight: 900;
  font-size: 3rem;
  color: var(--red);
  text-emphasis: dot;
}

/* ul */
.trouble ul {
  width: 40rem;
  margin: 0 auto 3rem auto;
  position: relative;
  padding-bottom: 6rem;
}

.trouble ul::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15rem solid transparent;
  border-right: 15rem solid transparent;
  border-top: 3rem solid var(--red);
  position: absolute;
  left: calc(50% - 15rem);
  bottom: 0;
}

.trouble ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.trouble ul li {
  background: var(--blu);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 2rem 0 2.2rem 2rem;
  font-size: 1.8rem;
}

.trouble ul li img {
  width: 2.6rem;
  margin-top: -0.6rem;
}

.trouble ul li > span {
  width: calc(100% - 2.6rem);
  padding-left: 1.2rem;
}

@media screen and (max-width: 768px) {
  .trouble ul {
    width: auto;
  }

  .trouble ul li {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

/* 車のプロにお任せください */
.trouble .wrap-2 {
  width: 48rem;
  background: url(../img/bg-1.jpg) no-repeat center / cover;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 20rem;
  padding-left: 4rem;
  padding-bottom: 0.7rem;
  position: relative;
  color: #fff;
}

.trouble .wrap-2 figure {
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  width: 20rem;
}

.trouble .wrap-2 > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 900;
}

.trouble .wrap-2 > div strong {
  font-weight: 900;
  text-emphasis: dot;
}

.trouble .wrap-2 > div > span:nth-child(1) {
  color: var(--yel);
  border-bottom: solid 0.2rem var(--blu);
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.trouble .wrap-2 > div > span:nth-child(2) {
  font-size: 3.2rem;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .trouble .wrap-2 {
    width: 100%;
    height: 20rem;
    padding-left: 2rem;
  }

  .trouble .wrap-2 figure {
    right: 0.5rem;
    width: 20rem;
  }

  .trouble .wrap-2 > div {
    position: relative;
    z-index: 10;
  }
}

/* 関西圏内全域対応可能です */
.trouble .wrap-3 {
  padding-top: 4rem;
}

.trouble .wrap-3 h3 {
  width: 40rem;
  background: url(../img/arrow-1.png) no-repeat center bottom;
  background-size: 100% auto;
  margin: 0 auto;
  color: var(--blu);
  line-height: 1;
  font-weight: 900;
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
  padding-bottom: 2.6rem;
}

.trouble .wrap-3 h3 span {
  color: var(--red);
}

.trouble .wrap-3 > div {
  display: flex;
  align-items: center;
  width: 42rem;
  margin: 0 auto;
}

.trouble .wrap-3 > div > figure {
  width: 35%;
}

.trouble .wrap-3 > div > p {
  width: 65%;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-right: 1.5rem;
}

@media screen and (max-width: 768px) {
  .trouble .wrap-3 h3 {
    width: 100%;
    margin-bottom: 1.2rem;
  }

  .trouble .wrap-3 > div {
    width: auto;
  }

  .trouble .wrap-3 > div > p {
    font-size: 1.3rem;
    padding-right: 1rem;
  }
}

/* -------------------------------------------

point

------------------------------------------- */
/* h2 */
.point h2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-bottom: 3rem;
}

.point h2 > span:nth-child(1) {
  font-size: 1.6rem;
}

.point h2 > span:nth-child(2) {
  font-weight: 900;
  font-size: 2.8rem;
}

.point h2 > span:nth-child(2) strong {
  color: var(--blu);
  font-weight: 900;
  font-size: 6.8rem;
  font-style: italic;
  margin-left: -0.7rem;
  margin-right: 0.3rem;
  vertical-align: -1.3rem;
}

/* ul */
.point ul {
  width: 48rem;
  margin: 0 auto;
}

.point ul li:not(:last-child) {
  margin-bottom: 3rem;
}

.point ul figure {
  padding-left: 2.2rem;
  position: relative;
}

.point ul figure figcaption {
  writing-mode: vertical-lr;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  line-height: 1;
  color: #aecc81;
}

.point dl {
  margin-top: 1rem;
  text-align: center;
}

.point dl dt {
  font-weight: 900;
  font-size: 1.8rem;
}

.point dl span {
  background: linear-gradient(to top, var(--yel) 25%, transparent 25%);
}

.point dl dd {
  margin-top: 0.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .point ul {
    width: auto;
  }
}

/* -------------------------------------------

voice

------------------------------------------- */
/* ul  */
.voice ul {
  width: 48rem;
  margin: 0 auto;
}

.voice ul li:not(:last-child) {
  margin-bottom: 4rem;
}

.voice ul li:nth-child(odd) {
  padding: 2rem 0 2rem 2rem;
  border-left: solid 0.8rem var(--blu);
}

.voice ul li:nth-child(even) {
  padding: 2rem 2rem 2rem 0;
  border-right: solid 0.8rem var(--blu);
}

.voice ul li {
  background: #fff;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.15);
}

.voice ul li > div {
  display: flex;
  justify-content: space-between;
}

.voice ul li:nth-child(even) > div {
  flex-direction: row-reverse;
}

.voice ul li > div > figure {
  width: 40%;
}

.voice ul li > div > dl {
  width: 60%;
  padding: 0 2rem;
}

@media screen and (max-width: 768px) {
  .voice ul {
    width: auto;
  }

  .voice ul li:not(:last-child) {
    margin-bottom: 3rem;
  }

  .voice ul li > div > figure {
    width: 30%;
  }

  .voice ul li > div > dl {
    width: 70%;
  }
}

/* dl */
.voice dt {
  color: var(--blu);
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: dotted 0.2rem var(--blu);
  line-height: 1.4;
}

.voice dt span {
  color: #000;
  font-size: 1.2rem;
  margin-top: 0.6rem;
  margin-left: -0.6rem;
}

.voice dd {
  font-size: 1.3rem;
}

/* h3 */
.voice h3 {
  color: var(--blu);
  line-height: 1;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.voice h3::after {
  content: "";
  width: 35.5rem;
  height: 0.15rem;
  background: var(--blu);
  margin-top: 0.2rem;
}

.voice ul li:nth-child(even) h3 {
  padding-left: 2rem;
  flex-direction: row-reverse;
}

.voice ul li:nth-child(even) h3::after {
  margin-left: -2rem;
}

@media screen and (max-width: 768px) {
  .voice h3::after {
    width: 70%;
  }
}

/* -------------------------------------------

flow

------------------------------------------- */
.flow {
  background: var(--blu);
}

.flow h2 {
  color: #fff;
}

/* ul */
.flow ul {
  width: 48rem;
  margin: 0 auto;
}

.flow ul li:not(:last-child) {
  background: url(../img/frame-1.png) no-repeat;
  background-size: 100% auto;
  width: 48rem;
  height: 23.3rem;
  margin-bottom: -1.6rem;
}

.flow ul li:last-child {
  background: url(../img/frame-2.png) no-repeat;
  background-size: 100% auto;
  width: 48rem;
  height: 21rem;
}

@media screen and (max-width: 768px) {
  .flow.base-padding {
    padding: 6rem 0;
  }

  .flow ul {
    width: 36rem;
    margin: 0 auto;
  }

  .flow ul li:not(:last-child) {
    width: 36rem;
    height: 17.5rem;
    margin-bottom: -1.6rem;
  }

  .flow ul li:last-child {
    width: 36rem;
    height: 15.8rem;
  }
}

.flow ul li {
  position: relative;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .flow ul li {
    padding: 1.5rem;
  }
}

.flow ul li:nth-child(1) {
  z-index: 4;
}

.flow ul li:nth-child(2) {
  z-index: 3;
}

.flow ul li:nth-child(3) {
  z-index: 2;
}

.flow ul li:nth-child(4) {
  z-index: 1;
}

.flow ul li > div {
  display: flex;
}

.flow ul li > div > figure {
  width: 11rem;
}

.flow ul li > div > dl {
  width: calc(100% - 11rem);
  padding-left: 2rem;
}

@media screen and (max-width: 768px) {
  .flow ul li > div > figure {
    width: 7rem;
  }

  .flow ul li > div > dl {
    width: calc(100% - 7rem);
    padding-left: 1.5rem;
  }
}

/* h3 */
.flow h3 {
  background: var(--blu);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  padding-left: 0.15rem;
  margin-bottom: 1rem;
}

.flow h3 strong {
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
  margin-left: 0.3rem;
}

@media screen and (max-width: 768px) {
  .flow h3 {
    font-size: 1.3rem;
    line-height: 1;
    width: 8rem;
    padding: 0.2rem 0 0.3rem 0;
    margin-bottom: 0.5rem;
  }

  .flow h3 strong {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
  }
}

/* dl */
.flow dl dt {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 1.2rem;
  border-bottom: solid 0.15rem #aecc81;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .flow dl dt {
    font-size: 1.6rem;
    padding-bottom: 0.6rem;
    margin-bottom: 0.8rem;
  }

  .flow dl dd {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

/* -------------------------------------------

faq

------------------------------------------- */
.faq > dl:not(:last-of-type) {
  margin-bottom: 3rem;
}

.faq dl {
  width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.faq dt {
  background: var(--blu);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem 0.6rem 1rem;
}

.faq span:nth-child(1) {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-weight: 900;
}

.faq span:nth-child(2) {
  width: calc(100% - 4.8rem);
  font-size: 1.6rem;
  line-height: 1.4;
}

.faq dd {
  display: flex;
  padding: 1.2rem 1rem 1.4rem 1rem;
  background: #f6f6f6;
}

.faq dd span:nth-child(1) {
  align-items: flex-start;
  color: #606060;
}

@media screen and (max-width: 768px) {
  .faq dl {
    width: auto;
  }
}

/* -------------------------------------------

contact

------------------------------------------- */
.contact .wrap {
  width: 48rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contact .wrap {
    width: auto;
  }
}

/*  ----------------------------------------------------------

form

----------------------------------------------------------  */
.CMS-FORM-GROUP {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.CMS-FORM-GROUP:not(:last-of-type) {
  margin-bottom: 4rem;
}

.CMS-FORM-GROUP > label {
  width: 100%;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
  width: 100%;
  padding: 2rem;
  border: #d2d2d3 solid 1px;
  background: #f6f7f7;
}

.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
  -webkit-appearance: none;
  appearance: none;
}

.CMS-FORM-GROUP textarea {
  height: 16rem;
  -webkit-appearance: none;
  appearance: none;
}

.CMS-FORM-GROUP input[type="submit"] {
  background: var(--prime);
  border: none;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  width: 24rem;
  padding: 1rem 0 1.15rem 0;
  margin: 0 auto;
  transition: all 0.3s;
  font-weight: bold;
  border-radius: 1rem;
}

.CMS-FORM-GROUP input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.5;
}

.CMS-FORM-RADIO input[type="radio"] {
  width: 2rem;
  height: 2rem;
  display: block;
  margin-top: 0.9rem;
  border-radius: 50%;
}

.CMS-FORM-RADIO {
  width: 70%;
}

.CMS-FORM-RADIO > div {
  display: flex;
  align-items: center;
}

.CMS-FORM-RADIO label {
  display: block;
  width: calc(100% - 3.5rem);
  margin-top: 0.8rem;
  margin-left: 0.5rem;
  font-weight: normal;
}

_::-webkit-full-page-media,
_:future,
:root .CMS-FORM-RADIO label {
  margin-top: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
  border: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
}

.his {
  background: var(--red);
  line-height: 1;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.2rem 1.5rem 0.4rem 1.5rem;
  margin-left: 1rem;
  font-weight: normal;
  margin-top: 0.15rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP {
    display: block;
  }

  .CMS-FORM-GROUP label {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }

  .CMS-FORM-GROUP input,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }

  .CMS-FORM-RADIO input[type="radio"] {
    transform: scale(0.6);
  }

  _::-webkit-full-page-media,
  _:future,
  :root .CMS-FORM-RADIO label {
    margin-top: 1.4rem;
    margin-left: 0;
  }

  .CMS-FORM-GROUP input[type="submit"] {
    width: 100%;
    padding: 2rem 0;
    font-size: 1.8rem;
  }

  input[type="date"] {
    width: 100%;
    font-size: 2rem;
    color: #000;
  }
}

/*  ----------------------------------------------------------

privacy

----------------------------------------------------------  */
.privacy {
  border: 0.2rem solid #ccc;
  padding: 2rem;
  height: 24rem;
  overflow: auto;
  background: #fff;
  margin-bottom: 1rem;
}

.form__check-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 5rem;
}

#form__checkbox {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  background-color: #f6f7f7;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: solid 2px #d2d2d3;
  position: relative;
  cursor: pointer;
}

#form__checkbox:checked::after {
  content: "";
  background-color: var(--blu);
  border-radius: 50%;
  position: absolute;
  inset: 2px;
}

.form__check {
  cursor: pointer;
}

.form__btn {
  pointer-events: none;
}

/*  ----------------------------------------------------------

thanx

----------------------------------------------------------  */
.thanx {
  text-align: center;
}

.back {
  text-align: center;
  display: block;
}

@media screen and (max-width: 768px) {
  .thanx {
    text-align: left;
  }
}

/* -------------------------------------------

footer

------------------------------------------- */
footer small {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding-bottom: 0.2rem;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 6.4rem;
  }

  .low footer {
    padding: 0;
  }
}

/* -------------------------------------------

fixed

------------------------------------------- */
.fixed {
  background: #fff;
  padding: 2.5rem 0;
}

.fixed a.tel {
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  border-radius: 1rem;
  box-shadow: 0.15rem 0.15rem 0.2rem rgba(0, 0, 0, 0.2);
  line-height: 1;
  padding: 1.4rem 1.6rem 1.3rem 1.5rem;
  margin: 0 auto;
}

.fixed a.tel img {
  width: 5.6rem;
  margin-right: 1rem;
}

.fixed a.tel > span {
  display: flex;
  flex-direction: column;
}

.fixed a.tel > span > span:nth-child(1) {
  color: var(--yel);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

.fixed a.tel > span > span:nth-child(1)::after {
  content: "";
  width: 12.8rem;
  height: 0.12rem;
  background: var(--yel);
  margin-left: 0.3rem;
}

.fixed a.tel > span > span:nth-child(2) {
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .fixed {
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
  }

  .fixed a.tel {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    height: 6.4rem;
    padding: 0.15rem 0 0 0;
    justify-content: center;
  }

  .fixed a.tel img {
    width: 3.2rem;
    margin-right: 1rem;
    margin-top: 0.15rem;
  }

  .fixed a.tel > span > span:nth-child(1)::after {
    display: none;
  }

  .fixed a.tel > span > span:nth-child(2) {
    font-size: 2.8rem;
  }
}
