@charset "UTF-8";
@import "/pc/css/cfg.css";
html {
  scroll-behavior: smooth;
}

.tc-sim-page {
  margin: 0;
  background: #f5f5f5;
  color: #222;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.6;
  padding-bottom: 96px;
}
.tc-sim-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tc-site-head {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.tc-site-head__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3] 72px;
  grid-template-columns: repeat(3, 1fr) 72px;
  max-width: 980px;
  margin: 0 auto;
  min-height: 52px;
}
.tc-site-head__nav a,
.tc-site-head__nav .tc-site-head__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  border-right: 1px solid #ddd;
  background: #fff;
}
.tc-site-head__menu {
  border: 0;
  cursor: pointer;
  gap: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tc-site-head__menu span, .tc-site-head__menu::before, .tc-site-head__menu::after {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  background: #333;
  border-radius: 999px;
}

.tc-sim-page__wrap {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.tc-sim {
  color: #222;
}
.tc-sim[data-loading=true] {
  min-height: 360px;
  padding: 32px;
}
.tc-sim__fallback, .tc-sim__load-error {
  margin: 24px;
  padding: 28px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.tc-sim__hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 300px;
  grid-template-columns: minmax(0, 1fr) 300px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 260px;
  padding: 28px clamp(16px, 4vw, 44px);
  background: radial-gradient(circle at 20px 20px, rgba(255, 255, 255, 0.42) 0 12px, transparent 13px) 0 0/54px 54px, linear-gradient(110deg, #fff4b6 0%, #ffe377 52%, #f4c45a 100%);
  border-top: 4px solid #0050a5;
  position: relative;
  overflow: hidden;
}
.tc-sim__hero::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 24px;
  width: min(520px, 80%);
  height: 36px;
  background: #f58220;
  -webkit-transform: skewX(-14deg);
          transform: skewX(-14deg);
}
.tc-sim__hero-copy, .tc-sim__hero-art {
  position: relative;
  z-index: 1;
}
.tc-sim__hero-badge {
  display: inline-block;
  margin: 0 0 22px 42px;
  color: #fff;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  font-weight: 800;
  line-height: 1;
}
.tc-sim__hero-small {
  margin: 0 0 4px;
  color: #7b441d;
  font-size: clamp(1.5rem, 2vw, 1.85rem);
  font-weight: 800;
}
.tc-sim__title {
  margin: 0;
  color: #f36b21;
  font-size: clamp(2.35rem, 5vw, 3.65rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.9);
}
.tc-sim__lead {
  max-width: 600px;
  margin: 14px 0 0;
  color: #5b3b23;
  font-size: clamp(1.45rem, 1.8vw, 1.65rem);
  font-weight: 700;
}
.tc-sim__hero-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
.tc-sim__hero-icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 130px;
  height: 130px;
  color: #0050a5;
  background: #fff;
  border: 4px solid #7b4a22;
  border-radius: 50%;
  font-size: 3.05rem;
  font-weight: 900;
  -webkit-box-shadow: 0 8px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 0 rgba(0, 0, 0, 0.12);
}
.tc-sim__hero-worker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 42px;
  padding: 6px 18px;
  color: #7b4a22;
  background: #fff;
  border: 2px solid #7b4a22;
  border-radius: 999px;
  font-weight: 800;
}
.tc-sim__ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 64px;
  color: #ffd83d;
  background: #6d3f22;
  font-size: clamp(1.5rem, 2.4vw, 1.95rem);
  font-weight: 900;
  letter-spacing: 0;
}
.tc-sim__checks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 650px;
}
.tc-sim__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
  padding: 12px 14px;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 1.55rem;
  font-weight: 700;
  cursor: pointer;
}
.tc-sim__check:focus-within {
  outline: none;
  border-color: #f0a84e;
  -webkit-box-shadow: 0 0 0 3px rgba(240, 168, 78, 0.13);
          box-shadow: 0 0 0 3px rgba(240, 168, 78, 0.13);
}
.tc-sim__check input {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  accent-color: #f0a84e;
}
.tc-sim__field-error {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0 0 0 220px;
  color: #d5272d;
  font-size: 1.45rem;
  font-weight: 700;
}
.tc-sim__result-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px 15px;
}
.tc-sim__price {
  color: #f0a84e;
  font-size: clamp(2.2rem, 5vw, 2.95rem);
  font-weight: 900;
  line-height: 1.1;
}
.tc-sim__tax {
  color: #777;
  font-size: 1.5rem;
  font-weight: 800;
}
.tc-sim__breakdown {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  font-size: 1.6rem;
}
.tc-sim__breakdown th {
  padding: 18px 25px;
  color: #fff;
  background: #2965af;
  font-size: 1.7rem;
  font-weight: 800;
  text-align: left;
}
.tc-sim__breakdown th:last-child {
  min-width: 180px;
  text-align: right;
}
.tc-sim__breakdown td {
  padding: 18px 25px;
  border-bottom: 1px solid #eee;
  line-height: 1.5;
  vertical-align: top;
}
.tc-sim__breakdown td:last-child {
  color: #2965af;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}
.tc-sim__quote {
  margin-top: 24px;
  padding: 18px 20px;
  background: #fff8e8;
  border: 2px solid #f0a84e;
  border-radius: 10px;
}
.tc-sim__subhead {
  margin: 0 0 8px;
  color: #2965af;
  font-size: 1.65rem;
}
.tc-sim__list {
  margin: 0;
  padding-left: 1.3em;
}

.form-card {
  margin: 0 auto 40px;
  padding: 40px 35px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px 20px;
  margin: 0 auto 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 870px;
}
.form-group > label:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 200px;
  padding-top: 12px;
  color: #2965af;
  font-size: 1.9rem;
  font-weight: 800;
  text-align: left;
}
.form-group select,
.form-group input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 650px;
  min-height: 64px;
  padding: 15px 50px 15px 20px;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 1.7rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.form-group select:focus {
  outline: none;
  border-color: #f0a84e;
  -webkit-box-shadow: 0 0 0 3px rgba(240, 168, 78, 0.13);
          box-shadow: 0 0 0 3px rgba(240, 168, 78, 0.13);
}

.submit-btn {
  display: block;
  width: 300px;
  margin: 40px auto 0;
  padding: 18px 24px;
  color: #fff;
  background: #f0a84e;
  border: none;
  border-radius: 8px;
  font: inherit;
  font-size: 1.9rem;
  font-weight: 800;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 12px rgba(240, 168, 78, 0.3);
          box-shadow: 0 4px 12px rgba(240, 168, 78, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: tcSimPulse 2s infinite;
          animation: tcSimPulse 2s infinite;
}
.submit-btn:hover {
  background: #e09a3e;
  -webkit-box-shadow: 0 6px 12px rgba(224, 154, 62, 0.4);
          box-shadow: 0 6px 12px rgba(224, 154, 62, 0.4);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@-webkit-keyframes tcSimPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

@keyframes tcSimPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.estimate-section {
  margin: 50px auto 0;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  outline: none;
}

.estimate-label {
  color: #2965af;
  font-size: 1.95rem;
  font-weight: 800;
}

.note {
  position: relative;
  margin-top: 20px;
  padding-left: 25px;
  color: #777;
  font-size: 1.5rem;
  line-height: 1.6;
}
.note + .note {
  margin-top: 5px;
}
.note::before {
  content: "※";
  position: absolute;
  left: 0;
  font-weight: 800;
}

.tc-sim-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 86px 86px;
  grid-template-columns: 1fr 86px 86px;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border-top: 3px solid #2965af;
  -webkit-box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.16);
}
.tc-sim-fixed a,
.tc-sim-fixed button {
  min-height: 74px;
  border: 0;
  color: #111;
  background: #fff;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.tc-sim-fixed__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1c2f88 !important;
  font-family: Arial, sans-serif;
  font-size: clamp(2.2rem, 6vw, 3.2rem);
  line-height: 1;
}
.tc-sim-fixed__tel span {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.35rem;
}
.tc-sim-fixed__mail {
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #fff !important;
  background: #d9272e !important;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}
.tc-sim-fixed__mail::before {
  content: "✉";
  display: block;
  font-size: 2rem;
  line-height: 1;
}
.tc-sim-fixed__menu {
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  line-height: 1.1;
}
.tc-sim-fixed__menu::before {
  content: "☰";
  display: block;
  color: #333;
  font-size: 2.2rem;
  line-height: 1;
}

.tc-top-btn {
  position: fixed;
  right: calc(50% - 490px);
  bottom: 86px;
  z-index: 51;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  padding: 8px 16px;
  color: #fff;
  background: #1356b3;
  border-radius: 7px 0 0 7px;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 768px) {
  .tc-site-head__nav {
    -ms-grid-columns: (1fr)[3] 58px;
    grid-template-columns: repeat(3, 1fr) 58px;
    min-height: 44px;
  }
  .tc-site-head__nav a {
    font-size: 1.35rem;
  }
  .tc-site-head__menu span, .tc-site-head__menu::before, .tc-site-head__menu::after {
    width: 30px;
    height: 4px;
  }
  .tc-sim__hero {
    -ms-grid-columns: 1fr 116px;
    grid-template-columns: 1fr 116px;
    min-height: 156px;
    padding: 14px 10px;
  }
  .tc-sim__hero::before {
    left: 10px;
    top: 12px;
    width: 290px;
    height: 26px;
  }
  .tc-sim__hero-badge {
    margin: 0 0 12px 32px;
    font-size: 1.5rem;
  }
  .tc-sim__hero-small {
    font-size: 1.4rem;
  }
  .tc-sim__title {
    font-size: 2.2rem;
  }
  .tc-sim__lead {
    font-size: 1.35rem;
  }
  .tc-sim__hero-icon {
    width: 82px;
    height: 82px;
    border-width: 3px;
    font-size: 2.25rem;
  }
  .tc-sim__hero-worker {
    min-height: 30px;
    padding: 4px 9px;
    font-size: 1.3rem;
  }
  .tc-sim__ribbon {
    min-height: 44px;
    font-size: 1.5rem;
  }
  .form-card {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
  }
  .form-group > label:first-child {
    width: 100%;
    min-width: 0;
    padding-top: 0;
    font-size: 1.75rem;
  }
  .form-group select {
    width: 100%;
    max-width: none;
    min-height: 58px;
    font-size: 1.7rem;
  }
  .tc-sim__checks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }
  .tc-sim__field-error {
    margin-left: 0;
  }
  .submit-btn {
    width: 100%;
    margin-top: 30px;
    padding: 16px 20px;
    font-size: 1.7rem;
  }
  .estimate-section {
    margin-top: 30px;
    padding: 20px 15px;
  }
  .estimate-label {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .tc-sim__price {
    font-size: 2.2rem;
  }
  .tc-sim__breakdown {
    font-size: 1.45rem;
  }
  .tc-sim__breakdown th {
    padding: 12px 10px;
    font-size: 1.5rem;
  }
  .tc-sim__breakdown th:last-child {
    min-width: 116px;
  }
  .tc-sim__breakdown td {
    padding: 12px 10px;
  }
  .note {
    font-size: 1.4rem;
  }
  .tc-sim-fixed {
    -ms-grid-columns: 1fr 70px 70px;
    grid-template-columns: 1fr 70px 70px;
  }
  .tc-sim-fixed a,
  .tc-sim-fixed button {
    min-height: 68px;
  }
  .tc-top-btn {
    right: 0;
    bottom: 82px;
    min-height: 40px;
    padding: 7px 12px;
    font-size: 1.4rem;
  }
}
.simulation .sty_contact {
  margin: 40px 0 60px;
}
@media (max-width: 640px) {
  .simulation .sty_contact {
    margin: 8vw 0;
  }
}
.simulation .sty_contact .inner > .txt {
  color: #0050A5;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.simulation .sty_contact .inner > .txt:before, .simulation .sty_contact .inner > .txt:after {
  display: block;
  content: "";
  width: 4px;
  height: 28px;
  background-color: #0050A5;
}
.simulation .sty_contact .inner > .txt:before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  margin-right: 15px;
}
.simulation .sty_contact .inner > .txt:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-left: 15px;
}
@media (max-width: 640px) {
  .simulation .sty_contact .inner > .txt {
    font-size: 4.8vw;
  }
  .simulation .sty_contact .inner > .txt:before, .simulation .sty_contact .inner > .txt:after {
    width: 0.8vw;
    height: 5.3333333333vw;
  }
}