.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

:root {
  --white: #ffffff;
  --black: #000;
  --leading-trim: calc((1em - 1lh) / 2);
  --notosans: "Noto Sans JP", sans-serif;
  --notoserif: "Noto Serif JP", serif;
}

.l-header {
  background-color: var(--white);
  display: flex;
  flex-shrink: 0;
  height: 10.1rem;
  padding-left: 2rem;
  justify-content: space-between;
  margin-bottom: -10.1rem;
  position: relative;
  z-index: 1;
}
.l-header__logo {
  margin: 0;
  margin-top: 4.7rem;
  width: 16.3rem;
}
.l-header__logo-02 {
  margin: 0;
  width: 15.8rem;
}
.l-header__logo-link {
  display: block;
}
.l-header__logo-image {
  display: block;
  height: auto;
  width: 100%;
}

.l-footer {
  background-color: #feefd1;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.6rem;
  margin-top: auto;
  min-height: 10.5rem;
  padding: 2rem 1.5rem 0.5rem;
}
.l-footer__brand {
  display: block;
  line-height: 0;
  width: fit-content;
}
.l-footer__logo {
  display: block;
  height: auto;
  width: 20.9rem;
}
.l-footer__nav {
  width: 100%;
}
.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-footer__link {
  color: var(--black);
  display: inline-block;
  font-family: var(--notosans);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.8rem;
  text-decoration: none;
  white-space: nowrap;
}

.c-btn {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.c-btn__arrow {
  width: 3.4rem;
  height: 3.7rem;
  margin-inline: auto;
  position: absolute;
  top: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
}
.c-btn__title {
  width: 23rem;
  padding-right: 0.2rem;
  margin-inline: auto;
}
.c-btn__image {
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.25));
  width: 32.9rem;
  margin-inline: auto;
}

.btn-01 {
  background-color: #19a7a3;
  padding-block: 1.4rem 0.8rem;
}
.btn-01 .c-btn__text {
  gap: 0.2rem;
}

.btn-02 {
  background-color: #1d2a67;
  min-height: 6.4rem;
}

.c-contact {
  background-color: var(--white);
  color: #222;
  padding: 3.2rem 1.4rem;
}
.c-contact__heading {
  color: #ff3434;
  font-family: var(--notosans);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2222222222;
  margin: 0 0 2.1rem;
  text-align: center;
}
.c-contact__lead {
  font-family: var(--notosans);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
  margin: 0 0 3.4rem;
}
.c-contact__form {
  display: flex;
  flex-direction: column;
}
.c-contact__send-error {
  background-color: #fff0f0;
  border: 1px solid #ff3434;
  border-radius: 0.4rem;
  color: #ff3434;
  font-family: var(--notosans);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
  margin: 0 0 1.6rem;
  padding: 1rem 1.2rem;
}
.c-contact__honeypot {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.c-contact__fields {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.c-contact__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.c-contact__label {
  align-items: center;
  display: flex;
  font-family: var(--notosans);
  font-size: 1.6rem;
  font-weight: 500;
  gap: 1rem;
  line-height: 2.3rem;
}
.c-contact__required {
  align-items: center;
  background-color: #ff3434;
  border-radius: 0.2rem;
  color: var(--white);
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 500;
  height: 1.8rem;
  justify-content: center;
  line-height: 1;
  width: 5rem;
}
.c-contact__input {
  appearance: none;
  background-color: var(--white);
  border: 0.5px solid #222;
  border-radius: 0.5rem;
  color: #222;
  font-family: var(--notosans);
  font-size: 1.4rem;
  font-weight: 500;
  height: 4.1rem;
  line-height: 2.3rem;
  padding: 0.9rem 1.1rem;
  width: 100%;
}
.c-contact__input::placeholder {
  color: #8a8a8a;
}
.c-contact__input:focus-visible {
  border-color: #ff3434;
  outline: 2px solid #ff3434;
  outline-offset: 2px;
}
.c-contact__submit {
  align-items: center;
  appearance: none;
  background: linear-gradient(180deg, #fbb204 0%, #f61c24 100%);
  border: 0;
  border-radius: 6.9rem;
  color: var(--white);
  cursor: pointer;
  display: flex;
  font-family: var(--notosans);
  font-size: 2rem;
  font-weight: 500;
  height: 5.1rem;
  justify-content: center;
  line-height: 2.3rem;
  margin: 2.4rem auto 0;
  padding: 0;
  transition: 0.4s;
  width: 32.9rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-contact__submit:hover {
    opacity: 0.7;
  }
}
.c-contact__submit:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.c-contact__submit:focus-visible {
  outline: 2px solid #ff3434;
  outline-offset: 2px;
}
.c-contact__note {
  font-family: var(--notosans);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9rem;
  margin: 2rem 0 0;
}

.c-cta {
  background-color: #fafafa;
  color: #333;
  padding-block: 2.9rem 3.9rem;
  padding-inline: 2.4rem;
}
.c-cta__lead {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto 1.7rem;
  max-width: 32.7rem;
  text-align: center;
}
.c-cta__body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-inline: auto;
  max-width: 32.8rem;
}
.c-cta__heading {
  align-items: center;
  display: flex;
  gap: 1.4rem;
  margin: 0;
  width: 100%;
}
.c-cta__heading-line {
  background-color: #ddd;
  flex: 1;
  height: 1px;
}
.c-cta__heading-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.c-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.c-cta__form-btn {
  align-items: center;
  background-color: var(--white);
  border: 2px solid #333;
  border-radius: 10rem;
  box-sizing: border-box;
  color: #333;
  display: flex;
  height: 4rem;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: 0.4s;
  width: 32.7rem;
}
.c-cta__form-btn:hover {
  opacity: 0.7;
}
.c-cta__form-btn-label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6rem;
  text-align: center;
}
.c-cta__form-btn-icon {
  display: block;
  height: 1.5rem;
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9rem;
}
.c-cta__tel {
  align-items: center;
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-block: 1.6rem;
  width: 100%;
}
.c-cta__tel-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin: 0;
  text-align: center;
}
.c-cta__tel-row {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
}
.c-cta__tel-badge {
  background-color: #19a7a3;
  border-radius: 0.2rem;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  padding-block: 0.2rem;
  padding-inline: 0.8rem;
}
.c-cta__tel-number {
  color: #19a7a3;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6rem;
  text-align: center;
  text-decoration: underline;
}
.c-cta__tel-hours {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 32.7rem;
  text-align: center;
}

.c-follow {
  bottom: 1.6rem;
  left: 50%;
  padding-inline: 2.4rem;
  position: fixed;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 100;
}
.c-follow.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.c-follow__link {
  display: block;
  margin-inline: auto;
  max-width: 32.9rem;
  transition: opacity 0.4s;
  width: 100%;
}
.c-follow__link:hover {
  opacity: 0.85;
}
.c-follow__image {
  display: block;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.25));
  height: auto;
  width: 100%;
}

.c-faq {
  background-color: var(--white);
  color: #222;
  padding-block: 1.1rem 2.4rem;
}
.c-faq__heading {
  align-items: center;
  background: linear-gradient(90deg, #fbb204 0%, #ed3f74 100%);
  color: var(--white);
  display: flex;
  font-family: var(--notosans);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 3.8rem;
  padding-inline: 1.5rem;
}
.c-faq__list {
  display: flex;
  flex-direction: column;
  margin: 1rem 1.5rem 0;
  padding: 0;
}
.c-faq__item {
  border-bottom: 1px solid #f66e18;
  margin: 0;
  padding-block: 1.2rem 1.3rem;
}
.c-faq__item:last-child {
  border-bottom: none;
}
.c-faq__question, .c-faq__answer {
  display: grid;
  font-family: var(--notosans);
  font-size: 1.4rem;
  font-weight: 400;
  gap: 0.8rem;
  grid-template-columns: auto 1fr;
  line-height: 2rem;
  margin: 0;
}
.c-faq__answer {
  margin-top: 0.5rem;
}
.c-faq__label {
  font-weight: 700;
}
.c-faq__label--q {
  color: #3d75dd;
}
.c-faq__label--a {
  color: #ff3434;
}
.c-faq__text {
  min-width: 0;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mb16 {
  margin-bottom: 1.6rem;
}

.u-mb56 {
  margin-bottom: 5.6rem;
}

.c-thanks {
  background-color: var(--white);
  color: #222;
  padding: 5.1rem 1.5rem 4.1rem;
  text-align: center;
}
.c-thanks__heading {
  color: #222;
  font-family: var(--notosans);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 2.2rem;
}
.c-thanks__heading-accent {
  color: #f66e18;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
}
.c-thanks__lead {
  font-family: var(--notosans);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6rem;
  margin: 0 auto 1.6rem;
}
.c-thanks__lead strong {
  font-weight: 600;
}
.c-thanks__note {
  font-family: var(--notosans);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7rem;
  margin: 0 auto 4.1rem;
}
.c-thanks__calendar {
  margin: 0 auto 5.9rem;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-thanks__calendar #timerex_calendar {
  width: 100%;
  max-width: 100%;
}
.c-thanks__calendar iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
.c-thanks__office {
  align-items: center;
  background-color: #f66e18;
  color: var(--white);
  display: flex;
  flex-direction: column;
  font-family: var(--notosans);
  gap: 1.1rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 34.7rem;
  min-height: 8.7rem;
  padding: 1.6rem 1.2rem;
  text-decoration: none;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .c-thanks__office:hover {
    opacity: 0.85;
  }
}
.c-thanks__office-name {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: normal;
}
.c-thanks__office-email {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
}

.c-video {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-inline: auto;
  max-width: 32.7rem;
  width: calc(100% - 4.8rem);
}
.c-video__title {
  color: #1d2a67;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-align: center;
}
.c-video__player {
  aspect-ratio: 327/176.697;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-video__iframe {
  border: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.l-main {
  background-color: var(--white);
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  min-height: 0;
  padding: 0;
}
.l-main__slice {
  display: block;
  height: auto;
  width: 100%;
}

.interest {
  position: relative;
}
.interest .c-btn {
  position: absolute;
  bottom: 1.4rem;
  left: 0;
  width: 100%;
}

.consultation {
  position: relative;
}
.consultation .c-btn {
  position: absolute;
  bottom: 2.9rem;
  left: 0;
  width: 100%;
}

.final-cta {
  position: relative;
}
.final-cta .c-btn {
  position: relative;
  width: 100%;
  background: #FDF3DD;
  padding-block: 2.7rem 1.3rem;
}


.js-mw-back{background:#333}

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