@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  color: #333333;
}

body {
  max-width: 100%;
  display: block;
}

body img {
  display: block;
  max-width: 100%;
  width: 100%;
}

header {
  height: 120px;
  display: flex;
  align-items: center;
}

.header__inner {
  max-width: 990px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo-wrap {
  width: 268px;
  height: fit-content;
  margin-right: 48px;
}

.header-mid {
  margin-right: 12px;
}

.header__tel-wrap {
  font-size: 48px;
  line-height: 1;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.header__tel-txt {
  font-size: 24px;
  line-height: 1;
}

.header__tel-link {
  font-size: 48px;
  color: #e96883;
  line-height: 1;
}

.header__txt {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.header__inquiry {
  display: block;
  width: 250px;
  height: 76px;
  line-height: 76px;
  background-color: #e96883;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  padding-left: 20px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.header__inquiry::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg) translateX(-50%);
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}

.kv {
  width: 100%;
  margin: 0 auto;
}

.kv__img {
  width: 100%;
}

.renewal {
  margin-top: 60px;
}

.renewal__inner {
  max-width: 990px;
  width: 90%;
  margin: 0 auto;
}

.renewal__ttl-wrap {
  font-size: 48px;
  line-height: 1;
}

.renewal__ttl {
  margin-top: 32px;
  font-weight: bold;
  color: #e96883;
  text-align: center;
  line-height: 1;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.renewal__ttl-img-wrap {
  width: fit-content;
  margin: 0 auto;
}

.renewal__ttl-img {
  margin: 0 auto;
}

.renewal__txt {
  margin-top: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.renewal__img-sec {
  display: flex;
  gap: 24px;
  margin-top: 40px;
}

.renewal__img-wrap {
  width: 33%;
}

.consul {
  margin-top: 80px;
  background-color: #fbecef;
}

.consul__inner {
  max-width: 990px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  gap: 24px;
}

.consul__txt-sec {
  width: 33%;
}

.consul__ttl {
  font-size: 30px;
  font-weight: bold;
  color: #e96883;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #e96883;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.consul__txt {
  margin-top: 16px;
  font-size: 18px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.consul__img-wrap {
  width: 33%;
}

footer {
  margin-bottom: 96px;
}

.footer__inner {
  max-width: 990px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.footer__inquiry {
  display: block;
  width: 400px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  /* padding: 16px; */
  text-align: center;
  background-color: #e96883;
  color: #ffffff;
  font-size: 24px;
  position: relative;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.footer__inquiry::after {
  position: absolute;
  top: 50%;
  right: 70px;
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg) translateX(-50%);
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}

.footer-btm {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}

.footer__logo-wrap {
  width: 96px;
  height: fit-content;
}

.footer__tel-wrap {
  font-size: 54px;
  line-height: 1;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.footer__tel-txt {
  font-size: 24px;
  line-height: 1;
}

.footer__tel-link {
  font-size: 54px;
  color: #e96883;
  line-height: 1;
}

.footer__txt {
  font-size: 18px;
  line-height: 1.2;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.footer__txt:nth-of-type(2) {
  margin-top: 20px;
}

.float {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #e96883;
  padding: 12px 16px;
  text-align: center;
}

.float__tel-wrap {
  color: #ffffff;
  font-size: 46px;
  line-height: 1;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.float__tel-txt {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
}

.float__tel-link {

  font-size: 46px;
  color: #ffffff;
  line-height: 1;
}

.float__txt {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  margin-top: 12px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (min-width:769px) {
  .c-only-sp {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .c-only-pc {
    display: none;
  }

  header {
    height: 60px;
  }

  .header__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    justify-content: space-between;
  }

  .header__logo-wrap {
    width: 120px;
    margin-right: 0;
  }

  .header__inquiry {
    width: 190px;
    margin: 0;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    padding-left: 12px;
  }

  .header__inquiry::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translateX(-50%);
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
  }

  .renewal {
    margin-top: 30px;
  }

  .renewal__inner {
    width: 100%;
    padding: 0 16px;
  }

  .renewal__ttl-wrap {
    font-size: 36px;
  }

  .renewal__ttl {
    margin-top: 12px;
    line-height: 1.2;
  }

  .renewal__ttl-img {
    width: 200px;
  }

  .renewal__txt {
    font-size: 14px;
  }

  .renewal__img-sec {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .renewal__img-wrap {
    width: 100%;
  }

  .consul {
    margin-top: 30px;
  }

  .consul__inner {
    width: 100%;
    padding: 40px 16px;
    flex-direction: column;
    gap: 20px;
  }

  .consul__txt-sec {
    width: 100%;
  }

  .consul__ttl {
    text-align: center;
  }

  .consul__txt {
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
  }

  .consul__img-wrap {
    width: 100%;
  }

  footer {
    margin-bottom: 96px;
  }

  .footer__inner {
    width: 100%;
    padding: 40px 16px;
  }

  .footer__inquiry {
    max-width: 345px;
    width: 100%;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    padding: 0;
    position: relative;
  }

  .footer__inquiry::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translateX(-50%);
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
  }

  .footer-btm {
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }

  .footer__logo-wrap {
    width: 73px;
  }

  .footer__txt {
    font-size: 12px;
  }

  .footer__txt:nth-of-type(2) {
    margin-top: 0;
  }

  .float__txt {
    letter-spacing: -0.05rem;
    margin-top: 12px;
  }
}