@charset "UTF-8";
.tb-only {
  display: none;
}

@media screen and (max-width: 1080px) {
  .tb-only {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .tb-only {
    display: none;
  }
}
.top {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 0 32px;
  background: #fff;
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.top .header-logo-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin: 0;
  flex-shrink: 0;
}
.top .header-logo-wrap .header-logo {
  display: block;
  flex-shrink: 0;
}
.top .header-logo-wrap img {
  display: block;
  width: 270px;
  height: auto;
}
.top .header-logo-wrap .header-area-label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 44px;
  margin: 0 !important;
  padding: 0 22px;
  border-radius: 999px;
  background: #ff2020;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.top .header-in-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2vw, 40px);
  width: 100%;
  min-width: 0;
  margin-left: clamp(20px, 2.5vw, 48px);
}
.top .header-nav-list {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.2vw, 44px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.top .header-nav-list a {
  color: #102646;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-decoration: none;
}
.top .header-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  color: #102646;
  line-height: 1.2;
}
.top .header-tel__time {
  font-size: 13px;
  font-weight: 700;
}
.top .header-tel__number {
  margin-top: 3px;
  color: #1c58b6;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}
.top .to-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 160px;
  height: 52px;
  border-radius: 8px;
  background: #0078e8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.top .sp-nav-wrap {
  display: none;
  position: relative;
  z-index: 10001;
}
.top .mobile-nav-wrap {
  display: none;
}
@media screen and (max-width: 1440px) {
  .top {
    padding: 0 24px;
  }
  .top .header-logo-wrap {
    gap: 16px;
  }
  .top .header-logo-wrap .header-logo img {
    width: 210px;
  }
  .top .header-logo-wrap .header-area-label {
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
  }
  .top .header-in-wrap {
    gap: 10px;
    margin-left: 10px;
  }
  .top .header-nav-list {
    gap: 16px;
  }
  .top .header-nav-list a {
    font-size: 14px;
  }
  .top .header-tel__time {
    font-size: 11px;
  }
  .top .header-tel__number {
    font-size: 19px;
  }
  .top .to-contact {
    width: 140px;
    height: 48px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1080px) {
  .top {
    min-height: 68px;
    padding: 0 16px;
  }
  .top .header-logo-wrap {
    gap: 10px;
  }
  .top .header-logo-wrap .header-logo img {
    width: 190px;
  }
  .top .header-logo-wrap .header-area-label {
    height: 30px;
    padding: 0 12px;
    font-size: 11px;
  }
  .top .header-in-wrap {
    justify-content: flex-end;
    margin-left: auto;
    width: auto;
    gap: 0;
  }
  .top .header-nav-list,
  .top .header-tel,
  .top .to-contact {
    display: none;
  }
  .top .sp-nav-wrap {
    display: block;
  }
  .top .mobile-menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: relative;
    z-index: 10002;
  }
  .top .mobile-menu-button .stick {
    display: block;
    width: 28px;
    height: 2px;
    background: #102646;
    transition: 0.3s;
  }
  .top .mobile-menu-button .text {
    margin-top: 2px;
    color: #102646;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
  }
  .top .mobile-menu-button.open .stick:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .top .mobile-menu-button.open .stick:nth-child(2) {
    opacity: 0;
  }
  .top .mobile-menu-button.open .stick:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .top .mobile-nav-wrap {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    z-index: 10000;
    display: none;
    background: #fff;
    border-top: 1px solid #d7d7d7;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  }
  .top .mobile-nav-wrap.open {
    display: block;
  }
  .top .mobile-nav ul {
    margin: 0;
    padding: 12px 20px;
    list-style: none;
  }
  .top .mobile-nav li {
    border-bottom: 1px solid #e5e5e5;
  }
  .top .mobile-nav li:last-child {
    border-bottom: 0;
  }
  .top .mobile-nav a {
    display: block;
    padding: 15px 0;
    color: #102646;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }
}

/* Contact */
.lp-contact {
  background: #fff;
  padding: 90px 0 100px;
}
.lp-contact__inner {
  width: min(1280px, 96%);
  margin: 0 auto;
}
.lp-contact__box {
  max-width: 820px;
  margin: 0 auto;
  padding: 44px 70px 46px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.12);
}
.lp-contact__box h2 {
  margin: 0 0 36px;
  color: #1c58b6;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.lp-contact-form__row {
  margin-bottom: 20px;
}
.lp-contact-form__row label {
  display: block;
  margin-bottom: 8px;
  color: #404040;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
.lp-contact-form__row input[type=text],
.lp-contact-form__row input[type=email],
.lp-contact-form__row input[type=tel],
.lp-contact-form__row select,
.lp-contact-form__row textarea {
  width: 100%;
  min-height: 38px;
  padding: 6px 10px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background: #fff;
  color: #404040;
  font-size: 14px;
  line-height: 1.6;
}
.lp-contact-form__row textarea {
  min-height: 70px;
  resize: vertical;
}
.lp-contact-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  padding: 2px 5px;
  background: #ff1e1e;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.lp-contact-form .wpcf7-list-item {
  display: block;
  margin: 0 0 8px;
  font-size: 13px;
}
.lp-contact-form input[type=checkbox] {
  margin-right: 6px;
}
.lp-contact-form__privacy {
  margin: 28px 0 18px;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
}
.lp-contact-form__privacy .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.lp-contact-form__submit {
  text-align: center;
}
.lp-contact-form__submit input[type=submit] {
  min-width: 170px;
  height: 42px;
  border: 0;
  border-radius: 6px;
  background: #1c58b6;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s;
}
.lp-contact-form__submit input[type=submit]:hover {
  opacity: 0.8;
}
.lp-contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
}
.lp-contact-form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px;
  font-size: 13px;
  line-height: 1.6;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 767px) {
  .lp-contact {
    padding: 60px 0 70px;
  }
  .lp-contact__box {
    padding: 32px 20px 36px;
  }
  .lp-contact__box h2 {
    margin-bottom: 28px;
    font-size: 24px;
  }
  .lp-contact-form__row {
    margin-bottom: 18px;
  }
  .lp-contact-form__row label {
    font-size: 12px;
  }
  .lp-contact-form__privacy {
    text-align: left;
    font-size: 12px;
  }
  .lp-contact-form__submit input[type=submit] {
    width: 160px;
  }
}
/* Footer */
.lp-footer {
  background: #1c58b6;
  padding: 28px 15px 24px;
  text-align: center;
}
.lp-footer__inner {
  width: min(1280px, 96%);
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
}
.lp-footer__label {
  font-size: 14px;
}
.lp-footer__company {
  margin: 0 0 12px;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.lp-footer__address {
  margin: 0 0 24px;
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
.lp-footer__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .lp-footer {
    padding: 12px 0;
  }
  .lp-footer p {
    font-size: 11px;
  }
}
/* =========================
PC・TB 固定ラッパー
========================= */
.line-fixed-pc-wrap {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99999;
}
@media (max-width: 767px) {
  .line-fixed-pc-wrap {
    display: none;
  }
}

/* バナー本体 */
.line-fixed-pc {
  display: block;
  width: 200px;
}
.line-fixed-pc img {
  display: block;
  width: 100%;
  height: auto;
}

/* 閉じるボタン */
.line-close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #06c755;
  border: 2px solid #06c755;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================
SP固定
========================= */
.line-fixed-sp-wrap {
  display: none;
}
@media (max-width: 767px) {
  .line-fixed-sp-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    display: block;
    width: 100%;
  }
}

.line-fixed-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 66px;
  background: #06c755;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
}
.line-fixed-sp__text {
  text-align: center;
  line-height: 1.4;
}
.line-fixed-sp .sub {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.line-fixed-sp .main {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

/* SP閉じるボタン */
.line-close-btn-sp {
  position: absolute;
  top: -10px;
  right: 0;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #06c755;
  border: 2px solid #06c755;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 下余白 */
@media (max-width: 767px) {
  body {
    padding-bottom: 90px;
  }
}
.lp-contact-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.lp-contact-form input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
}

.lp-contact-form__privacy a {
  color: #1c58b6;
  font-weight: 700;
  text-decoration: underline;
}

/* Privacy Policy */
body.page {
  background: #dff7ff;
}

.lp-privacy {
  width: min(1280px, 96%);
  margin: 0 auto;
  padding: clamp(130px, 10vw, 140px) 20px clamp(60px, 8vw, 100px);
}
.lp-privacy__inner {
  line-height: 2;
  padding: clamp(40px, 5vw, 80px) clamp(20px, 4vw, 60px);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.lp-privacy h3 {
  margin: 1rem 0 0;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
  color: #1c58b6;
}
.lp-privacy__title {
  position: relative;
  margin: 0 0 clamp(40px, 5vw, 60px);
  padding-bottom: 18px;
  color: #1c58b6;
  text-align: center;
  font-family: "Yu Gothic", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.lp-privacy__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #1c58b6;
  border-radius: 999px;
  background: linear-gradient(90deg, #1c58b6 0%, #047ae2 50%, #b7f06a 100%);
}
.lp-privacy__content {
  display: grid;
  gap: 18px;
}
.lp-privacy__heading {
  position: relative;
  margin: clamp(42px, 5vw, 60px) 0 6px;
  padding-left: 18px;
  color: #1c58b6;
  font-family: "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.lp-privacy__heading::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 6px;
  height: calc(100% - 0.8em);
  background: #1c58b6;
  border-radius: 999px;
}
.lp-privacy__text {
  margin: 0;
  color: #404040;
  font-family: "Yu Gothic", sans-serif;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}
.lp-privacy a {
  color: #1c58b6;
  text-decoration: underline;
  word-break: break-all;
  transition: opacity 0.3s;
}
.lp-privacy a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .lp-privacy__inner {
    padding: 34px 18px 40px;
    border-radius: 10px;
  }
  .lp-privacy__title {
    margin-bottom: 34px;
    font-size: 28px;
  }
  .lp-privacy__heading {
    margin-top: 34px;
    font-size: 24px;
  }
  .lp-privacy__text {
    font-size: 16px;
    line-height: 2;
  }
}
/* リキャプチャ非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

.lp-footer__recaptcha {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.lp-footer__recaptcha a {
  color: inherit;
  text-decoration: underline;
}
/*# sourceMappingURL=common.css.map */