@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴProN", "Hiragino Kaku Gothic ProN W3", meiryo, sans-serif;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

ul {
  list-style: none;
  padding-left: unset !important;
}

a {
  text-decoration: none !important;
}

.top_img_sp {
  display: none;
}

.btn_hover {
  -webkit-transition: .3s;
  transition: .3s;
}

.btn_hover:hover {
  opacity: .5;
  color: #FFF;
}

.btn {
  -webkit-transition: .3s !important;
  transition: .3s !important;
}

.btn:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: .5;
}

img {
  width: 100%;
  vertical-align: middle;
}

h1 {
  max-width: 100px;
}

.top_catch {
  max-width: 700px;
}

.kv {
  position: relative;
  padding: 80px 0 20px;
}

.kv .catch {
  max-width: 40%;
  padding: 20px 0;
  border-bottom: solid 1px #F84765;
  color: #F84765;
  font-weight: bold;
}

.kv p {
  font-weight: bold;
  margin-top: 40px;
}

.kv h4 {
  font-weight: bold;
  position: relative;
  margin-top: 20px;
}

.kv h4 span {
  position: absolute;
  font-size: 60px;
  top: -24px;
  left: 200px;
  color: rgba(248, 71, 101, 0.2);
  z-index: -1;
}

.top_img {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: -1;
  max-width: 700px;
}

.works {
  border-top: 1px #F84765 solid;
  margin: 4rem 0;
}

.works h4 {
  font-weight: bold;
  position: relative;
  margin-top: 20px;
}

.works h4 span {
  position: absolute;
  font-size: 60px;
  top: -24px;
  left: 180px;
  color: rgba(248, 71, 101, 0.2);
  z-index: -1;
}

.works ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px  auto;
}

.works ul li {
  max-width: 450px;
}

.check_box {
  border: 1px #333 solid;
  border-radius: 20px;
  max-width: 1300px;
}

.check_box .inner {
  max-width: 1000px;
  margin: auto;
  padding: 2rem 0 4rem;
}

.check_box .inner h4 {
  text-align: center;
  position: relative;
  margin: 10px 0 30px  !important;
}

.check_box .inner h4 span {
  background-color: #F84765;
  color: #FFF;
  position: absolute;
  bottom: 1px;
  padding: .3rem;
  border-radius: 10px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 16px;
}

.check_box .inner #desired_service_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 50px;
}

.check_box .inner #desired_service_detail .form-control {
  resize: none;
  width: 80%;
  height: 80px;
}

.input_area {
  background-color: #FFFBEF;
  padding: 3rem 1rem  4rem;
  margin-top: 4rem;
}

.input_area .input_inner {
  max-width: 1000px;
  margin: auto;
}

.input_area .input_inner h4 {
  margin-top: 40px;
  font-size: 20px;
}

.input_area .input_inner .form-label span {
  background-color: #F84765;
  color: #FFF;
  padding: .3rem;
  border-radius: 10px;
  margin-left: 10px;
  font-weight: bold;
}

.input_area .input_inner .form-control {
  border: #333 1px solid;
  border-radius: 10px;
}

.input_area .input_inner .form-select {
  border: #333 1px solid !important;
  border-radius: 10px !important;
}

.privacy-policy {
  margin: 20px auto;
  height: 300px;
  overflow: scroll;
  padding: 25px;
  border: 1px solid #333;
  border-radius: 20px;
  background-color: #fff;
}

.privacy-policy__item p {
  margin-bottom: 25px;
}

.btn {
  display: block !important;
  background-color: #F84765;
  border-radius: 100px !important;
  max-width: 345px !important;
  padding: 1.5rem 0.75rem !important;
  font-size: 1.3rem !important;
  margin: auto;
  font-weight: bold;
}

.btn-primary:disabled {
  color: #fff;
  background-color: #F84765 !important;
  border-color: #F84765 !important;
}

.btn-primary {
  background-color: #F84765 !important;
  border-color: #F84765 !important;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin: 4rem 0 6rem !important;
}

.footer img {
  max-width: 230px;
}

.footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F84765;
  width: 345px;
  color: #FFF;
  padding: 20px 50px;
  border-radius: 100px;
  font-weight: bold;
}

.footer a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.copy_right {
  text-align: center;
  background-color: #312d20;
  font-size: 11px;
  margin: unset !important;
  padding: 32px 20px;
  color: #FFF;
}

#message_post {
  display: block;
  color: #f00;
  text-align: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 20px;
}

@media screen and (max-width: 1200px) {
  .check_box .inner {
    padding: 2rem 2rem 4rem;
  }
  .check_box #desired_service_checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .kv {
    padding: 40px 0 20px;
  }
  .kv .catch {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-bottom: unset;
  }
  .kv .about_wrapper {
    border-top: #F84765 1px solid;
    border-bottom: #F84765 1px solid;
    padding: 2rem 0;
    margin-top: 2rem;
  }
  .kv h4 span {
    left: 100px;
  }
  .top_img_sp {
    display: block;
  }
  .top_img {
    display: none;
  }
  .works {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  .kv .about_wrapper {
    font-size: 12px;
  }
  .works h4 span {
    left: 100px;
  }
  .check_box #desired_service_checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .input_area {
    padding: 3rem 1rem 4rem;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.input_inner .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.return_btn {
  display: block;
  font-size: 18px;
  padding: 20px 40px;
  background-color: #D82717;
  color: #FFF;
  text-align: center;
  max-width: 345px;
  font-weight: bold;
  border-radius: 100px;
  margin: 3rem auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.return_btn:hover {
  opacity: .6;
  color: #FFF;
}
/*# sourceMappingURL=style.css.map */