@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
}

body {
  margin: 0;
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
figure, figcaption,
dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}

button {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #111;
  background-color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  display: block;
}

.l-fv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-section {
  width: 100%;
}
.l-section--qa {
  padding-bottom: 200px;
  background-color: #e8f5fd;
}
@media (max-width: 767px) {
  .l-section--qa {
    padding-bottom: 160px;
  }
}
@media (max-width: 480px) {
  .l-section--qa {
    padding-bottom: 120px;
  }
}

.l-contact {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.l-contact .c-heading {
  font-family: "Noto Sans JP", sans-serif;
}
.l-contact .c-heading .en {
  font-weight: 800;
}
.l-contact {
  width: 77.604%;
  padding-bottom: 197px;
  margin-inline: auto;
  margin-top: -200px;
  background-color: #138db9;
  border-radius: 200px 200px 0 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .l-contact {
    width: 100%;
    padding-bottom: 103px;
    margin-top: -160px;
    border-radius: 160px 160px 0 0;
  }
}
@media (max-width: 480px) {
  .l-contact {
    width: 100%;
    padding-bottom: 103px;
    margin-top: -100px;
    border-radius: 100px 100px 0 0;
  }
}

.c-button {
  width: 100%;
  cursor: pointer;
}
.c-button:hover {
  opacity: 0.9;
}
.c-button img {
  display: block;
  width: 50.52%;
  height: auto;
}
@media (max-width: 767px) {
  .c-button img {
    width: 80%;
  }
}

.c-form {
  position: relative;
  max-width: 1490px;
  width: 77.604%;
  margin-inline: auto;
  padding: 47px 33px 70px 33px;
  background-color: #fff;
  box-shadow: 7px 7px 7px 0 rgba(0, 51, 75, 0.3);
}
@media (max-width: 767px) {
  .c-form {
    width: 90%;
    padding: 47px 33px;
  }
}
@media (max-width: 480px) {
  .c-form {
    width: 90%;
    padding: 47px 15px;
  }
}
.c-form__img {
  position: absolute;
  left: -2%;
  bottom: -2%;
  width: 30%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-form__img {
    width: 40%;
    left: -5%;
    bottom: -4%;
  }
}
.c-form__item {
  margin-bottom: 34px;
}
.c-form__item label {
  display: block;
  font-size: clamp(1rem, 0.925rem + 0.38vw, 1.375rem);
  margin-bottom: 12px;
  letter-spacing: 0.2em;
}
.c-form__item .required {
  margin-right: 25px;
  padding: 2px 12px;
  background-color: #f5a200;
  border-radius: 7px;
  color: #fff;
  font-size: clamp(1rem, 0.925rem + 0.38vw, 1.375rem);
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .c-form__item .required {
    margin-right: 12px;
  }
}
.c-form__item .required--outline {
  background-color: transparent;
  color: #f5a200;
  border: 1px solid #f5a200;
  border-radius: 7px;
}
.c-form__item input {
  width: 100%;
  height: 50px;
  border: 1px solid #111;
  padding: 8px;
}
.c-form__item textarea {
  width: 100%;
  height: 273px;
  border: 1px solid #111;
  padding: 8px;
  border-radius: 4px;
}
.c-form__item select {
  width: 100%;
  height: 50px;
  border: 1px solid #111;
  padding: 8px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}
.c-form__item .c-form__error {
  display: block;
  margin-top: 8px;
  font-size: 0.875rem;
  color: #c00;
}
.c-form__error--server {
  margin-bottom: 16px;
  font-size: 0.875rem;
  color: #c00;
  text-align: center;
}
.c-form__submit-wrap {
  position: relative;
  width: 214px;
  margin-inline: auto;
  margin-top: 71px;
}
@media (max-width: 767px) {
  .c-form__submit-wrap {
    margin-top: 50px;
  }
}
.c-form__submit-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 214px;
  height: 93px;
  border-radius: 12px;
  border: 1px solid #f5a200;
  transform: translate(5px, 5px);
  z-index: 0;
}
@media (max-width: 767px) {
  .c-form__submit-bg {
    width: 214px;
  }
}
.c-form__submit {
  position: relative;
  width: 100%;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-image: linear-gradient(180deg, rgb(234, 195, 26) 10%, rgb(238, 115, 0) 90%);
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2em;
  z-index: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.c-form__submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(245, 162, 0, 0.4);
}
.c-form__submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .c-form__submit {
    font-size: 28px;
  }
}

.c-heading {
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 32px;
  padding-top: 87px;
}
.c-heading .en {
  display: block;
  font-size: clamp(2.875rem, 2.075rem + 4vw, 6.875rem);
  letter-spacing: 0.2em;
  mix-blend-mode: soft-light;
}
.c-heading .ja {
  display: block;
  margin-top: -30px;
  font-size: clamp(1.188rem, 0.8rem + 1.94vw, 3.125rem);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .c-heading .ja {
    margin-top: -15px;
  }
}

.c-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s, visibility 0.25s;
}
@media (max-width: 767px) {
  .c-modal {
    padding: 25px;
  }
}
.c-modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}
.c-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.c-modal__inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  height: 90vh;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 47px 33px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .c-modal__inner {
    padding: 47px 15px;
  }
}
#js-complete-modal .c-modal__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-modal__close {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 28px;
  line-height: 1;
  color: #111;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.c-modal__close:hover {
  opacity: 0.7;
}
.c-modal__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #111;
  text-align: center;
}
.c-modal__text {
  margin-bottom: 32px;
  font-size: clamp(1rem, 0.925rem + 0.38vw, 1.375rem);
  line-height: 1.8;
  color: #111;
  text-align: center;
}
.c-modal__list {
  margin-bottom: 32px;
}
.c-modal__list dt {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(1rem, 0.925rem + 0.38vw, 1.375rem);
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #111;
}
.c-modal__list dd {
  width: 100%;
  height: 50px;
  margin-bottom: 34px;
  padding: 8px;
  font-size: clamp(1rem, 0.925rem + 0.38vw, 1.375rem);
  color: #111;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-all;
  border: 1px solid #111;
  border-radius: 4px;
  box-sizing: border-box;
}
.c-modal__list dd:last-of-type {
  margin-bottom: 0;
}
.c-modal__list {
  /* お問い合わせ内容は複数行想定で高さを確保 */
}
.c-modal__list dd:nth-of-type(6) {
  min-height: 120px;
}
.c-modal__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.c-modal__btn {
  min-width: 140px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.c-modal__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.c-modal__btn--back {
  background-color: #e0e0e0;
  color: #111;
}
.c-modal__btn--submit {
  background-image: linear-gradient(180deg, rgb(234, 195, 26) 10%, rgb(238, 115, 0) 90%);
  color: #fff;
}
.c-modal__btn--submit:hover {
  box-shadow: 0 4px 12px rgba(245, 162, 0, 0.35);
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.u-bottom--3 {
  bottom: 3%;
}

.u-bottom--5 {
  bottom: 5%;
}

.u-bottom--10 {
  bottom: 10%;
}

.u-bottom--12 {
  bottom: 12%;
}

/*# sourceMappingURL=style.css.map */
