@charset "UTF-8";
/* Main
  -------------------------------------------------------------------------- */
/*-- common --*/
* {
  font-feature-settings: "palt";
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
.inner {
  max-width: 1440px;
  margin-inline: auto;
}

h1,
h2,
h3,
p,
span {
  text-align: center;
}

div,
img {
  margin-inline: auto;
}

.sub-title {
  font-size: clamp(3rem, 4vw, 5rem);
  font-family: "Roboto-Black", sans-serif;
  line-height: 1;
  font-weight: 900;
}

.first-title {
  font-weight: 300;
  font-size: 0.9rem;
}

p {
  font-size: 1rem;
  line-height: 1.875;
}

@media (max-width: 959px) {
  p {
    font-size: 0.875rem;
  }
}
a {
  text-decoration: none;
}

li {
  list-style: none;
}

section {
  padding-block: 3.125rem;
}

section > div.container {
  max-width: 1080px;
}

@media (max-width: 959px) {
  section > div.container {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 960px) {
  br.sp_br {
    display: none;
  }
}
@media (max-width: 959px) {
  br.sp_br {
    display: block;
  }
  .sp_left {
    text-align: left;
  }
}
@media (min-width: 600px) {
  br.sp_only {
    display: none;
  }
}
@media (max-width: 599px) {
  br.only_br {
    display: block;
  }
}
.sp_only {
  display: none !important;
}

.pc_only {
  display: block;
}

@media (max-width: 959px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
body {
  background-color: #63c1cf;
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.contact-wrap {
  font-weight: 600;
}

.contact-text {
  margin-block: 2rem;
}

.form_inner {
  padding: 5% 3%;
  background-color: #fff;
  max-width: 1080px;
  border-radius: 1.875rem;
}

@media (max-width: 959px) {
  .form_inner {
    margin-inline: 3%;
  }
}
.title {
  color: #000;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.required {
  position: relative;
}

.required:after {
  content: "必須";
  position: absolute;
  right: -3.75rem;
  background-color: #cf7663;
  color: #fff;
  border-radius: 8px;
  font-size: 0.75rem;
  padding-inline: 0.75rem;
}

.details-wrap {
  margin-bottom: 1.5rem;
  color: #000;
}
.details-wrap label {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-weight: 300;
}

.button_wrap {
  display: flex;
  justify-content: center;
}

.button {
  background-color: #000;
  color: #fff;
  border-radius: 1.875rem;
  padding: 1rem 9rem;
  font-weight: 700;
}

input:not(:last-child),
textarea {
  width: 100%;
  border: none;
  background-color: #ededed;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  font-size: 1.15rem;
  padding: 0.5rem 1rem;
}

.form-innner {
  color: #000;
}

.checkbox-group {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 1.5rem;
}

.checkbox-group label {
  display: flex;
  align-items: center;
  font-weight: normal;
}

.checkbox-group input[type=checkbox] {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.copyright {
  margin-bottom: 3rem;
}

.contact-wrap .answer-text {
  color: #000 !important;
  text-align: left !important;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.after-submit {
  margin-top: 3rem;
}

.after-submit p {
  color: #000;
  text-align: center;
}

.done-text1 {
  font-weight: 900;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  margin-bottom: 1.5rem;
}

.done-text2 {
  margin-bottom: 2rem;
}/*# sourceMappingURL=contact.css.map */