@charset "UTF-8";
.template-contents {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.8;
}

.liquid-inner {
  margin: 0 auto;
  padding: 0 20px;
}

.tit03 {
  color: #004488;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 2px solid #004488;
  padding-bottom: 5px;
}

.snavi02 li.current a {
  background-color: #ff8c00;
  color: #fff;
}

#construction-template {
  scroll-margin-top: 50px;
}

@media (max-width: 768px) {
  #construction-template {
    scroll-margin-top: 50px;
  }
}
.lp-hero-section {
  position: relative;
  padding: 70px 20px 90px;
  text-align: center;
  border-bottom: 3px solid #004488;
  background-image: url("/hokkaido/images/solution02/minister02/bg_main.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.lp-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(244, 249, 255, 0.85);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1;
}

.lp-hero-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-hero-badge {
  display: inline-block;
  background: #004488;
  color: #fff;
  padding: 6px 24px;
  border-radius: 30px;
  font-weight: bold;
  margin: 0 auto 25px;
  font-size: 1.1em;
  letter-spacing: 1px;
  align-self: center;
}

.lp-hero-title-group {
  align-self: center;
  text-align: center;
  margin: 0 auto 30px;
}

.lp-hero-title-sub {
  display: block;
  color: #004488;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}

.lp-hero-title-main {
  display: block;
  color: #ff8c00;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.2;
  text-align: center;
}

.lp-hero-catch {
  font-size: 1.4em;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.lp-hero-desc-box {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 50px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 68, 136, 0.08);
  font-size: 1.15em;
  text-align: center;
  width: 100%;
  max-width: 850px;
  box-sizing: border-box;
  margin: 0 auto 45px;
}

.lp-hero-desc-box p {
  display: inline-block;
  text-align: left;
  margin: 0;
  line-height: 1.9;
}

.lp-hero-cta-wrapper {
  text-align: center;
  align-self: center;
  margin: 0 auto;
  position: relative;
  display: inline-block;
}

.lp-hero-microcopy {
  color: #d32f2f;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
  text-align: center;
}

.custom-cta-button {
  display: inline-block;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 18px 50px;
  border-radius: 40px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
  position: relative;
  z-index: 2;
}

.custom-cta-button:hover {
  background-color: #e67e22;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.lp-hero-cta-wrapper .custom-cta-button {
  padding: 22px 70px;
  font-size: 1.4em;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgba(255, 140, 0, 0.4);
}

.custom-tasks-layout {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.custom-task-box {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.custom-task-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.custom-task-box p {
  margin-bottom: 0;
}

.task-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
}

.task-icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #eaf2fb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.task-icon-wrapper img {
  font-size: 1.8em;
  color: #004488;
  width: 36px;
}

.task-title {
  font-size: 1.8em;
  font-weight: bold;
  color: #004488;
  margin: 0;
  line-height: 1.4;
}

.custom-task-box-content {
  padding-left: 0;
}

.task-lead {
  position: relative;
  font-size: 1.15em;
  color: #d32f2f;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 25px;
  background-color: #fdf5f5;
  padding: 20px 60px 20px 20px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.task-lead::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  font-weight: bold;
  color: #d32f2f;
  line-height: 1;
}

.task-lead.is-open::after {
  content: "−";
}

.task-lead img {
  margin-top: 5px;
  font-size: 1em;
  color: #d32f2f;
  flex-shrink: 0;
  width: 18px;
}

.task-detail {
  font-size: 1em;
  color: #555;
  line-height: 1.9;
  margin: 0;
}

.features-container {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding-bottom: 40px;
}

.features-container p.caution {
  font-size: 0.875em;
}

.solution-item {
  margin-bottom: 40px;
}

.solution-title {
  color: #004488;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 3px solid #004488;
  line-height: 1.4;
}

.solution-content-1col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.point-lead {
  font-weight: 600;
  font-size: 1.1em;
  color: #333333;
  padding: 15px 60px 15px 20px;
  line-height: 1.8;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  margin: 0;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  border: 3px solid #f0f0f0;
  transition: transform 0.3s ease;
}

.point-lead:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.point-lead::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}

.point-lead.is-open::after {
  content: "−";
}

.solution-image-center {
  text-align: center;
  margin: 10px 0;
}

.solution-image-center img {
  width: 100%;
  max-width: 600px;
  height: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  object-fit: contain;
}

.solution-text-1col {
  font-size: 1.1em;
  color: #333;
  line-height: 1.9;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease;
}

.custom-cta-area {
  margin-top: 0px;
}

.solution-text-1col.is-open {
  max-height: 1500px;
  opacity: 1;
}

.solution-text-1col p {
  margin: 0;
}

.solution-text-1col p.mb-30 {
  margin-bottom: 30px;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff8c00'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C44l2.1-2.1L4.2%2C22L24.1%2C2.1L22%2C0L0%2C22z'%20fill%3D'%23ff8c00'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-pagination-bullet-active {
  background-color: #ff8c00;
}

.custom-advantages-grid {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.custom-advantages-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custom-advantage-item {
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.custom-advantage-item.orange {
  border-top: 6px solid #ff8c00;
  background: #fffaf0;
}

.custom-advantage-item.blue {
  border-top: 6px solid #0056b3;
  background: #f0f7ff;
}

.custom-advantage-item.green {
  border-top: 6px solid #28a745;
  background: #f0fdf4;
}

.custom-advantage-item h6 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.custom-advantage-item ul {
  padding-left: 20px;
  margin-top: 15px;
}

.custom-advantage-item ul li {
  margin-bottom: 8px;
}

/* 導入事例 */
.custom-case-summary-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 35px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.summary-text {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 25px;
  color: #333;
}

.custom-case-detail-grid {
  display: flex;
  gap: 20px;
}

.custom-case-detail-box {
  flex: 1;
  padding: 25px;
  border-radius: 8px;
}

.custom-case-detail-box.issue {
  background: #fff5f5;
  border: 1px solid #ffcccc;
}

.custom-case-detail-box.effect {
  background: #f0fdf4;
  border: 1px solid #c6f6d5;
}

.custom-case-detail-box h5 {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 2px solid currentColor;
  padding-bottom: 8px;
}

.custom-case-detail-box.issue h5 {
  color: #d32f2f;
}

.custom-case-detail-box.effect h5 {
  color: #28a745;
}

.custom-case-tit02 {
  margin-bottom: 1em;
  padding: 0 0 0 15px;
  border-top: none;
  border-bottom: none;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.option-section-wrapper {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  background-color: #fff;
  padding: 60px 40px 40px;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
}

.option-badge {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #004488;
  color: #fff;
  padding: 10px 40px;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 30px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 10px rgba(0, 68, 136, 0.3);
  z-index: 10;
}

.option-badge i {
  font-size: 1.3em;
  white-space: nowrap;
}

.option-title {
  color: #004488;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}

.option-cards {
  display: flex;
  gap: 25px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.option-card {
  flex: 1;
  min-width: 250px;
  background: #fff;
  border: 1px solid #eef2f5;
  border-radius: 10px;
  padding: 30px 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  text-align: center;
  transition: transform 0.3s;
  position: relative;
  overflow: hidden;
}

.option-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.option-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #004488, #007bff);
}

.option-card-icon {
  font-size: 3em;
  color: #0056b3;
  margin-bottom: 20px;
}

.option-card h6 {
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.option-card p {
  font-size: 0.95em;
  color: #555;
  text-align: left;
}

.custom-faq-item {
  border-bottom: 1px solid #ddd;
}

.custom-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.125em;
  font-weight: 600;
  text-align: left;
}

.custom-faq-question:hover {
  background-color: #f1f1f1;
}

.custom-faq-question-text {
  padding-right: 1rem;
}

.custom-faq-toggle {
  font-size: 1.5rem;
  font-weight: 300;
  color: #004a9e;
  transition: transform 0.2s ease;
}

.custom-faq-question[aria-expanded=true] .custom-faq-toggle {
  transform: rotate(180deg);
}

.custom-faq-answer {
  padding: 0 1.5rem;
  background-color: #fdfdfd;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.custom-faq-answer-content {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #eee;
  box-sizing: border-box;
}

.custom-faq-answer-content p {
  margin: 0 0 1rem 0;
  line-height: 1.6;
  font-size: 1em;
}

.custom-faq-answer-content p:last-child {
  margin-bottom: 0;
}

.custom-faq-answer-content a {
  color: #004a9e;
  text-decoration: underline;
}

.custom-faq-answer-content a:hover {
  text-decoration: none;
}

.custom-faq-answer {
  display: none;
}

#tasks-template {
  padding-top: 170px;
}

.worry-lead-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 60px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.worry-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.worry-title {
  color: #004488;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.4;
  position: relative;
  padding-bottom: 15px;
}

.worry-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #ff8c00;
  border-radius: 2px;
}

.worry-text {
  font-size: 1.15em;
  line-height: 1.8;
  color: #333;
}

.worry-image {
  width: 45%;
  max-width: 450px;
  flex-shrink: 0;
  text-align: center;
}

.worry-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.slider-enlarge {
  cursor: pointer;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .worry-lead-container {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    padding: 0 15px;
  }
  .worry-title {
    font-size: 1.5em;
  }
  .worry-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .worry-text {
    text-align: left;
    font-size: 1.05em;
  }
  .worry-image {
    width: 80%;
    margin: 0 auto;
  }
}
/* ----------------------------------------------------- */
@media (max-width: 768px) {
  .custom-task-box {
    padding: 25px 20px;
  }
  .task-header {
    flex-direction: row;
    text-align: left;
    gap: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .task-title {
    font-size: 1.25em;
  }
  .task-detail {
    font-size: 0.95em;
    padding: 0;
  }
  .features-container {
    gap: 50px;
  }
  .solution-title {
    font-size: 1.4em;
    border-bottom: 2px solid #004488;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .solution-image-center img {
    max-width: 100%;
  }
  .solution-text-1col {
    font-size: 1em;
  }
  .custom-advantages-grid, .custom-case-detail-grid {
    flex-direction: column;
  }
  .lp-hero-title-sub {
    font-size: 2rem;
  }
  .lp-hero-title-main {
    font-size: 3.5rem;
  }
  .lp-hero-catch {
    font-size: 1.1em;
  }
  .lp-hero-desc-box {
    padding: 25px 20px;
    font-size: 1em;
  }
  .lp-hero-desc-box p {
    text-align: left;
  }
  .lp-hero-cta-wrapper .custom-cta-button {
    font-size: 1.15em;
    padding: 18px 30px;
  }
  .option-section-wrapper {
    padding: 50px 20px 30px;
  }
  .option-badge {
    font-size: 1em;
    padding: 8px 25px;
  }
  .worry-lead-container {
    margin-top: -100px;
  }
}
.logo-symbol-spacing {
  margin-right: 20px;
}

.section-muted {
  background-color: #f9f9f9;
}

.section-no-top-margin {
  margin-top: 0;
}

.section-padding-bottom-60 {
  padding-bottom: 60px;
}

.task-detail-hidden {
  display: none;
}

.cta-area-spacious {
  padding-bottom: 4rem;
}

.cta-content-narrow {
  max-width: 800px;
}

.cta-heading-large {
  margin-bottom: 15px;
  font-size: 3.2rem;
  line-height: 1.35;
}

.cta-button-compact {
  margin-top: 0;
  padding: 15px 40px;
}

.custom-swiper-frame {
  width: 100%;
  max-width: 700px;
  margin: 30px auto;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
}

.slider-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.swiper-pagination-offset {
  bottom: 10px;
}

.centered-block {
  text-align: center;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.bordered-image {
  width: 600px;
  max-width: 100%;
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;
}

.bold-caption {
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
}

.tit03-borderless {
  border: none;
}

.case-study-image {
  margin-top: 30px;
  width: 100%;
}

.body-text-large {
  font-size: 1.1em;
  line-height: 1.9;
  color: #333;
}

.cta-note {
  font-size: 0.8em;
  margin-top: 30px;
  text-align: center;
}

.floating-cta-button-style {
  display: block;
  color: #fff;
  padding: 15px 25px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.btn-gotop-visible {
  display: block;
}

.custom-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.custom-lightbox-image {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}