@charset "UTF-8";
/* =====================
    リセット
===================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
  word-break: break-word;
}

@font-face {
  font-family: "biz_r";
  src: url("../ttf/bizudgothic-regular.ttf") format("truetype");
}
@font-face {
  font-family: "biz_b";
  src: url("../ttf/bizudgothic-bold.ttf") format("truetype");
}
html {
  font-size: 62.5%;
  font-family: "biz_r", serif;
  font-weight: 400;
  font-style: normal;
  color: #2a2a2c;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 761px) {
  html {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 760px) {
  html {
    max-width: 760px;
  }
}

body {
  background: #fff;
}

p {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
}

a img:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
}

.l-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-inner {
  padding: 0 100px;
}

.u-tac {
  text-align: center !important;
}

@media only screen and (max-width: 760px) {
  .u-pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 761px) {
  .u-sp-only {
    display: none !important;
  }
}

#cta {
  position: relative;
  margin-top: -70px;
}
@media only screen and (max-width: 760px) {
  #cta .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    align-items: center;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
  }
}
@media only screen and (min-width: 761px) {
  #cta .tel {
    display: inline-block;
    width: 32%;
    position: absolute;
    bottom: 5%;
    left: 12%;
  }
}
@media only screen and (min-width: 761px) {
  #cta .mail {
    display: inline-block;
    width: 41%;
    position: absolute;
    bottom: 5%;
    right: 11%;
  }
}

#cta2 {
  position: relative;
  margin-top: 65px;
}
@media only screen and (max-width: 760px) {
  #cta2 .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    align-items: center;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
  }
}
@media only screen and (min-width: 761px) {
  #cta2 .tel {
    display: inline-block;
    width: 32%;
    position: absolute;
    bottom: 12%;
    left: 12%;
  }
}
@media only screen and (min-width: 761px) {
  #cta2 .mail {
    display: inline-block;
    width: 41%;
    position: absolute;
    bottom: 12%;
    right: 11%;
  }
}

#case {
  background: url(../jpg/bg_jirei.jpg) no-repeat;
  background-size: cover;
  padding-top: 87px;
  padding-bottom: 64px;
  margin-top: -5px;
}
@media only screen and (max-width: 760px) {
  #case {
    background: url(../jpg/bg_jirei.jpg) repeat-y;
  }
}
#case .ttl {
  margin-bottom: 30px;
}
#case .jirei + .jirei {
  margin-top: 70px;
}

#info .unei {
  position: relative;
}
@media only screen and (min-width: 761px) {
  #info .btn {
    position: absolute;
    bottom: 3%;
    right: 12%;
    width: 33%;
  }
}
@media only screen and (max-width: 760px) {
  #info .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
  }
}
#info .btn-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 760px) {
  #info .btn-container {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    margin-top: -300px;
  }
}
@media only screen and (min-width: 761px) {
  #info .btn_left {
    position: absolute;
    bottom: 13%;
    left: 8%;
    width: 29%;
  }
}
@media only screen and (min-width: 761px) {
  #info .btn_right {
    position: absolute;
    bottom: 13%;
    right: 36%;
    width: 26%;
  }
}

@media only screen and (max-width: 760px) {
  #flow {
    margin-top: 50px;
  }
}

#contact {
  background: url(../gif/bg_cta.gif) repeat-y;
  background-size: 100%;
}
#contact .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#contact .hosoku {
  margin: 20px 0;
  font-family: "biz_r", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  #contact .hosoku {
    font-size: 2.8rem;
  }
}
#contact .color-red {
  color: #f00;
}
#contact .mail {
  margin-top: 55px;
}
@media only screen and (min-width: 761px) {
  #contact .form-content {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 760px) {
  #contact .form-content {
    margin-top: 30px;
  }
}
#contact .form-content-back {
  background: #fff;
  border-radius: 45px 45px 0 0;
  padding: 58px 70px;
  max-width: 853px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: inset 1px 0 0 #b4b4b4;
  width: 100%;
}
@media only screen and (min-width: 761px) {
  #contact .form-content-back {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 760px) {
  #contact .form-content-back {
    margin-top: 20px;
    width: 95%;
  }
}
#contact .c-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#contact .c-form__item {
  display: flex;
  flex-direction: column;
}
#contact .c-form__label {
  font-family: "biz_b", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: 700;
}
@media only screen and (max-width: 760px) {
  #contact .c-form__label {
    font-size: 2.8rem;
  }
}
#contact .c-form__input {
  box-shadow: inset -1px -1px 1px #b4b4b4;
  padding: 15px 10px;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  font-size: 2rem;
  font-family: "biz_r", sans-serif;
}
@media only screen and (max-width: 760px) {
  #contact .c-form__input {
    font-size: 3rem;
    padding: 30px 10px;
  }
}
#contact .c-form .color-red {
  color: #f00;
}
#contact .c-form .check_label {
  font-size: 2rem;
}
@media only screen and (max-width: 760px) {
  #contact .c-form .check_label {
    font-size: 2.8rem;
    display: flex;
    gap: 10px;
  }
}
#contact .c-form .check_label + .check_label {
  margin-top: 20px;
}
@media only screen and (max-width: 760px) {
  #contact .c-form .check_label + .check_label {
    margin-top: 40px;
  }
}
#contact .c-form input[type=checkbox] {
  position: relative;
  width: 27px;
  height: 27px;
  border: 1px solid #73788c;
  vertical-align: -9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}
@media only screen and (max-width: 760px) {
  #contact .c-form input[type=checkbox] {
    width: 50px;
    height: 50px;
    vertical-align: -17px;
    flex-shrink: 0;
  }
}
#contact .c-form input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 8px;
  transform: rotate(50deg);
  width: 10px;
  height: 18px;
  border-right: 2px solid #f00;
  border-bottom: 2px solid #f00;
  content: "";
}
@media only screen and (max-width: 760px) {
  #contact .c-form input[type=checkbox]:checked:before {
    left: 13px;
    width: 22px;
    height: 33px;
  }
}
#contact .c-form textarea {
  width: 100%;
}
#contact .inputcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  #contact .inputcenter {
    margin-top: 40px;
  }
}
#contact .btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
#contact .btn-c {
  font-size: 2.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  color: #fff;
  border-radius: 100vh;
  background: #da0956;
  -webkit-box-shadow: 0 5px 0 #e85163;
  box-shadow: 0 5px 0 #e85163;
  border: none;
  font-family: "biz_b", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 760px) {
  #contact .btn-c {
    font-size: 4.8rem;
    padding: 30px;
    width: 100%;
  }
}
#contact .btn-c span {
  color: #fff100;
}
#contact .btn-c i {
  margin-right: 1rem;
}
#contact .btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ee7f8b;
  -webkit-box-shadow: 0 2px 0 #e85163;
  box-shadow: 0 2px 0 #e85163;
}

#footer {
  background: #da0956;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer a {
  color: #fff;
  text-decoration: none;
}

#thanks {
  padding: 50px 40px;
  max-width: 724px;
  margin-left: auto;
  margin-right: auto;
}
#thanks .thanks_icon {
  margin-top: 48px;
  margin-bottom: 35px;
}
#thanks .txt {
  font-size: 2.4rem;
  font-family: "biz_b", sans-serif;
  margin: 55px auto 35px;
}
@media only screen and (max-width: 760px) {
  #thanks .txt {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */