@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:not([class*="fa-"]) {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif !important;
}

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

ul {
  list-style: none;
}

/* pc・sp 表示切り替え */
.pc-table { display: table !important; }
.sp-cards { display: none !important; }

@media screen and (max-width: 768px) {
  .sp { display: block !important; }
  .pc { display: none !important; }
  .pc-table { display: none !important; }
  .sp-cards { display: block !important; }
}
@media screen and (min-width: 769px) {
  .sp { display: none !important; }
  .pc { display: block !important; }
}

/* =========================================================
  下層ページ専用ヘッダー・フッター
========================================================= */
.lp-header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
}

.lp-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 0;
}

.lp-header__logo {
  max-width: 200px;
  flex-shrink: 0;
}
.lp-header__logo a,
.lp-header__cta-link {
  display: block;
}
.lp-header__cta-link:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.lp-header__cta-list {
  display: flex;
  align-items: center;
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.lp-header__cta-item {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

/* =========================================================
  会場・日程
========================================================= */
.seminar-schedule {
  background-color: #fff3d9;
  padding: 0 0 20px 0;
  width: 100%;
  box-sizing: border-box;
}

.seminar-schedule__header-img {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 35px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  line-height: 0;
  overflow: hidden;
}


.seminar-schedule.is-confirm {
  padding: 0 0 20px 0;
}
.seminar-schedule.is-confirm .seminar-schedule__header-img {
  margin-bottom: 35px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.seminar-schedule.is-finish {
  padding: 0;
}
.seminar-schedule.is-finish .seminar-schedule__header-img {
  margin-bottom: 0;
  box-shadow: none;
}

.seminar-schedule__header-img img.pc { display: block; width: 100%; height: auto; }
.seminar-schedule__header-img img.sp { display: none; width: 100%; height: auto; }

.seminar-schedule__container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.seminar-schedule__container.is-narrow {
  max-width: 750px;
}

.seminar-schedule__title {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #002b55;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  padding: 12px 0;
  margin: 0 auto 40px auto;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center; 
  box-sizing: border-box;
}
.seminar-schedule__title.is-bottom-zero {
  margin-bottom: 0;
}

.seminar-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 2px solid #000000;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.seminar-table th {
  background-color: #b4ceeb;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #000000;
}

.seminar-table td {
  padding: 25px 15px;
  border: 1px solid #000000;
  vertical-align: middle;
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
}

.td-venue { font-weight: bold; }
.venue-name { display: block; font-size: 17px; margin-bottom: 8px; }
.venue-sub { display: block; font-size: 13px; font-weight: normal; color: #444; }

.btn-map {
  display: inline-block;
  background-color: #009245;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 999px;
  transition: opacity 0.2s;
}
.btn-map:hover { opacity: 0.8; }

.td-date { font-weight: bold; }
.td-time { font-weight: bold; text-align: center; }

.td-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: none !important;
}
tr td:last-child {
  border-left: 1px solid #000;
}

.btn-form-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  background-color: #ff5b02;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border-radius: 999px;
  box-shadow: 0 4px 0 #bc3a0f;
  transition: transform 0.1s, box-shadow 0.1s;
}
.btn-form-link:active {
  transform: translateY(4px);
  box-shadow: none;
}

.tel-display {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Arial Black', sans-serif;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================================================
  フォームデザイン
========================================================= */
.bg-gray {
  background-color: #f8f9fa;
  padding-top: 0;
}

.form {
  background-color: #fff3d9;
  padding: 20px 20px 60px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.form-container {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.form-container.is-finish-padding {
  text-align: center;
  padding: 50px 30px;
}

.form-header {
  text-align: center !important;
  margin-bottom: 30px;
  width: 100%;
}
.form-header.is-left {
  text-align: left !important;
}

.form-title {
  display: block;
  background: #06284e;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  padding: 12px 40px !important;
  margin: 0 auto 20px auto;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
}


.form-title.is-confirm-block {
  display: block !important;
  text-align: center;
}

.form-header__lead-box {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  margin: 20px 0;
  padding-left: 12px;
}
.form-header__lead-box p {
  text-align: left;
}
.form-header__lead-box-title {
  margin-bottom: 5px;
}

.form-tel-wrap {
  text-align: center !important;
  width: 100%;
}

.form-tel-lead {
  font-size: 13px;
  color: #333333;
  margin-bottom: 5px;
  text-align: center;
}

.form-tel-number {
  text-align: center !important;
  margin: 5px 0;
}
.form-tel-number a {
  font-size: 35px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  font-family: Arial, sans-serif;
  display: inline-block;
  text-align: center;
}

.form-tel-time {
  font-size: 12px;
  color: #000000;
  font-weight: 700;
  margin-top: 5px;
  text-align: center;
}

.form-datetime-box {
  background: #f2f2f2;
  padding: 25px 30px;
  margin-bottom: 35px;
  border-radius: 4px;
}

.form-group {
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.form-group:last-child { margin-bottom: 0; }

.form-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 6px;
}

.badge-required {
  background: #ff0000;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 4px;
  border-radius: 3px;
  margin-left: 5px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.form-row .form-group {
  margin-bottom: 0;
  flex: 1;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group input[type="date"],
.form-group select,
.form-group textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #d6dee7;
  background: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
}

.confirm-value {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  background: #ffffff;
  border-radius: 5px;
  /*border: 1px solid #d6dee7;*/
  color: #000;
  text-align: left;
}
.confirm-value.is-textarea {
  white-space: pre-wrap;
}

.form-privacy { margin-top: 30px; text-align: left; }
.privacy-text { font-size: 13px; line-height: 1.6; margin-bottom: 12px; }
.privacy-text a { color: #ff5b02; text-decoration: underline; }
.privacy-checkbox-label { display: inline-flex; align-items: center; cursor: pointer; font-size: 14px; font-weight: 700; }
.privacy-checkbox-label input { width: 20px; height: 20px; margin-right: 8px; }

/* 完了画面文章ボックス */
.finish-text-box {
  margin: 30px 0;
  line-height: 2;
  font-size: 16px;
  color: #000;
}
.finish-text-box__bold {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.finish-text-box__spacer {
  margin-top: 15px;
}


.form-buttons { 
  display: flex; 
  justify-content: center; 
  gap: 15px; 
  margin-top: 40px; 
}
.form-buttons.is-finish-margin {
  margin-top: 30px;
}

.btn-submit, 
.btn-reset,
.btn-back-to-site { 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px; 
  font-size: 15px; 
  font-weight: 700; 
  cursor: pointer; 
  text-align: center;
  color: #ffffff !important;
  border: none !important;
  border-radius: 300px !important;
  transition: opacity 0.2s ease, transform 0.1s ease;
}
.btn-submit:hover, 
.btn-reset:hover,
.btn-back-to-site:hover {
  opacity: 0.9;
}
.btn-submit:active, 
.btn-reset:active,
.btn-back-to-site:active {
  transform: scale(0.98);
}


.btn-reset { 
  background: #989696 !important;
  box-shadow: 0 3px 10px rgb(190, 190, 190) !important;
}

.btn-submit { 
  background: #2e940b !important;
  box-shadow: 0 3px 5px rgb(177, 231, 159) !important;
}

.btn-back-to-site {
  background: #fe6d02 !important;
  box-shadow: 0 3px 10px rgb(255, 206, 170) !important;
  text-decoration: none;
}


@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
  }

  .bg-gray, .form, .seminar-schedule {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .form-container, .seminar-schedule__container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 25px 15px !important;
  }


  .lp-header__inner { max-width: 750px; padding: 10px 0; }
  .lp-header__logo { max-width: 45%; }
  .lp-header__nav { max-width: 60%; width: auto; }
  .lp-header__cta-item { width: 100%; max-width: 180px; }


  .seminar-schedule__title {
    font-size: 20px;
    padding: 10px 24px;
    margin-bottom: 25px;
  }

  .sp-cards {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .sp-card {
    background: #ffffff;
    border: 2px solid #000000;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .sp-card__label {
    background-color: #b4ceeb;
    color: #000000;
    font-weight: bold;
    font-size: 15px;
    padding: 6px;
    border-bottom: 1px solid #000;
  }
  .sp-card__label:not(:first-child) {
    border-top: 1px solid #000;
  }

  .sp-card__value {
    padding: 15px 10px;
    font-size: 15px;
    color: #000;
    background: #fff;
  }

  .sp-card__value.td-time {
    text-align: center;
    padding-left: 0 !important;
    font-weight: bold;
  }

  .sp-card__value.td-action {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .btn-form-link {
    max-width: 100%;
    font-size: 16px;
    padding: 10px;
  }

  .tel-display {
    font-size: 26px;
    margin-top: 5px;
  }


  .form-title { font-size: 18px; padding: 10px 20px; width: 100%; text-align: center; }
  

  .form-tel-number a { font-size: 35px !important; }
  
  .form-datetime-box { padding: 15px 10px; }

  .form-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
    width: 100% !important;
  }
  .form-row .form-group {
    margin-bottom: 0;
    width: 100% !important;
  }
  .form-group input[type="date"] {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .seminar-schedule {
    padding: 0 0 15px 0 !important;
  }
  

  .seminar-schedule__header-img {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
    margin-bottom: 25px;
  }
  .seminar-schedule__header-img img.pc { display: none !important; }
  .seminar-schedule__header-img img.sp { display: block !important; }
  

  .seminar-schedule__container {
    padding: 0 15px !important;
  }


  .seminar-schedule__title {
    font-size: 20px;
    padding: 10px 40px;
    margin-bottom: 25px;
    display: block;
  }
  

  .form-group input[type="date"].js-datepicker {
width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
    -webkit-appearance: none;
    appearance: none;
  }
}


.form-title.is-complete {
  background: #2e940b !important;
}


.form-privacy__scroll-box {
  width: 100%;
  max-width: 100%;
  height: 150px;
  overflow-y: scroll;
  background-color: #ffffff;
  border: 1px solid #d6dee7;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.8;
  color: #333333;
  white-space: pre-line;
  box-sizing: border-box;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}


@media screen and (max-width: 768px) {
  .form-privacy__scroll-box {
    height: 130px;
    font-size: 12px;
    padding: 12px;
  }
}



.request__header-img {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  line-height: 0;
  overflow: hidden;
}
.request__header-img img.pc { display: block; width: 100%; height: auto; }
.request__header-img img.sp { display: none; width: 100%; height: auto; }


.form-radio-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
  padding-left: 5px;
}


.form-radio-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  user-select: none;
}


.form-radio-label input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #999999;
  border-radius: 50%;
  margin-right: 12px;
  outline: none;
  background-color: #ffffff;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}


.form-radio-label input[type="radio"]:checked {
  border-color: #ff5b02;
}
.form-radio-label input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-color: #ff5b02;
  border-radius: 50%;
}


@media screen and (max-width: 768px) {
  .request__header-img {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
  }
  .request__header-img img.pc { display: none !important; }
  .request__header-img img.sp { display: block !important; }
  
  .form-radio-label {
    font-size: 15px;
  }
  .form-radio-label input[type="radio"] {
    width: 22px;
    height: 22px;
  }
  .form-radio-label input[type="radio"]:checked::after {
    width: 12px;
    height: 12px;
  }
}

/* ==========================================================================
   フッター
   ========================================================================== */
.lp-footer {
  width: 100%;
  background-color: #000;
  padding: 30px 0;
}

.lp-footer__inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.lp-footer__nav {
  margin-bottom: 12px;
}


.lp-footer__link {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  font-family: sans-serif;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease;
}

.lp-footer__link:hover {
  opacity: 0.7;
}

.lp-footer__copyright {
  color: #fff;
  font-size: 14px;
  font-family: sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0;
}