@charset "UTF-8";
@media (any-hover: hover) {
  a:hover {
    filter: brightness(1.2);
  }
}

body {
  color: #606060;
}

.speak-none {
  speak: none;
}

.single-news-wrapper {
  gap: 1rem;
  margin-bottom: 2.4rem;
}
.single-news-wrapper img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-news-wrapper .main-title {
  font-size: 1.75rem;
  color: rgb(37, 41, 45);
}
.single-news-wrapper .main-title-sub {
  font-size: 0.9em;
  color: #606060;
  margin-bottom: 3rem;
  font-weight: bold;
}
.single-news-wrapper .sub-title {
  font-size: 1.25rem;
}
.single-news-wrapper .sub-title_has-bg {
  font-size: 1.1rem;
  line-height: 1.4;
  background-color: #F9E2E0;
  color: rgb(37, 41, 45);
  padding: 1.25em;
  margin: 3em 0 1em;
}
.single-news-wrapper .main-wrapper a {
  text-decoration: underline;
  color: #e95541;
}
.single-news-wrapper h4 {
  font-size: 1.14rem;
}
.single-news-wrapper .is-style-non-marker {
  padding-left: 0;
  list-style: none;
}
.single-news-wrapper aside {
  width: 20%;
  min-width: 15rem;
  flex-shrink: 0;
  padding: 3.75rem 1em 1em;
  min-height: 85svh;
  position: sticky;
  margin-top: 50px;
  top: 2rem;
  right: 0;
  background: #f8f8f8;
}
@media screen and (max-width: 992.98px) {
  .single-news-wrapper aside {
    width: 100%;
    margin-top: 0;
  }
}
.single-news-wrapper aside .banner-text {
  margin-bottom: 1.1rem;
  font-size: 0.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 992.98px) {
  .single-news-wrapper aside .banner-text {
    font-size: 0.9rem;
  }
}
.single-news-wrapper aside .banner {
  max-height: 70px;
  margin-bottom: 1.2rem;
}
.single-news-wrapper aside .logo-prtimes {
  display: block;
  text-align: center;
  background: #294C7A;
  padding: 1.2rem 1.8rem;
  max-width: 240px;
}

.nav-link {
  padding: 0.3rem 0.8rem;
}

.navbar {
  flex-wrap: nowrap;
}

.navbar-brand {
  width: -moz-fit-content;
  width: fit-content;
}

.navbar-logo-text {
  line-height: 1;
}

.bg-black {
  background: var(--gray-dark);
}

.footer {
  border-top: 1px solid #7b7b7b !important;
}

.footer-nav ul {
  list-style: none;
  margin-bottom: 0;
}
.footer-nav ul li {
  padding: 0.3rem 0.8rem;
}

.fixed_btn {
  bottom: 120px;
  z-index: 100;
}

.section-campaign {
  background: linear-gradient(135deg, #3b88a1, #66c4d0);
  padding: 160px 20px 120px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.section-campaign::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.section-campaign::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.section-campaign .headline {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
.section-campaign .timetext {
  font-size: 1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.1019607843);
  margin-top: 20px;
  margin-bottom: 4.6em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 20px;
  padding: 4px 30px;
}
.section-campaign .subtext {
  font-size: 1.6rem;
  margin-bottom: 2em;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #3b88a1;
  background: #4CAF50;
  padding-block: 20px;
}
.section-campaign .subtext .highlight {
  font-weight: bold;
  font-size: 1em;
}
.section-campaign .pricing-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.section-campaign .pricing-cards .card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 30px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 240px;
  min-height: 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-campaign .pricing-cards .large {
  background: #FFF;
}
.section-campaign .pricing-cards .plan-label {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  background: #FF664E;
  color: #fff;
  border-radius: 8px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 12px;
  width: -moz-max-content;
  width: max-content;
}
.section-campaign .pricing-cards .price {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0;
}
.section-campaign .pricing-cards .price span {
  font-size: 2em;
  margin-inline: 0.08em;
  color: #FF664E;
}
.section-campaign .cta-button {
  background: #FF664E;
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
  display: inline-block;
  font-size: 1.2rem;
}
.section-campaign .cta-button:hover {
  text-decoration: none;
  filter: brightness(1.3);
  color: #FFF;
}
.section-campaign .steps-section {
  border-radius: 16px;
  padding: 30px 20px;
  margin: 60px auto 40px;
  max-width: 1000px;
  position: relative;
  z-index: 1;
}
.section-campaign .steps-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.section-campaign .steps-flow {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.1fr 1fr;
}
.section-campaign .step-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 16px;
  position: relative;
  padding: 24px 32px 24px 32px;
  background: #4CAF50;
  color: #fff;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  min-width: 150px;
  text-align: center;
  flex: 1;
}
.section-campaign .step-item p {
  color: #fff;
  margin-bottom: 0;
}
.section-campaign .step-item svg {
  width: 2.6em;
  height: 2.6em;
  margin-inline: auto;
}
.section-campaign .step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -28px;
  width: 28px;
  height: 100%;
  background: #4CAF50;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 2;
}
.section-campaign .step-item:not(:first-of-type) {
  padding-left: 56px;
}
.section-campaign .step-item:nth-child(1) {
  border-radius: 8px 0 0 8px;
}
.section-campaign .step-item:nth-child(2) {
  background: #66BB6A;
  flex: 1.2;
}
.section-campaign .step-item:nth-child(2)::after {
  background: #66BB6A;
}
.section-campaign .step-item:nth-child(3) {
  background: #81C784;
}
.section-campaign .step-item:nth-child(3)::after {
  background: #81C784;
}
.section-campaign .step-item:nth-child(4) {
  background: #AED581;
  border-radius: 0 8px 8px 0;
}
.section-campaign .dot {
  position: relative;
  letter-spacing: 0.04em;
}
.section-campaign .dot::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .section-campaign .subtext {
    font-size: 1.3rem;
  }
  .section-campaign .headline {
    font-size: 1.5rem;
  }
  .section-campaign .pricing-cards {
    gap: 48px;
  }
  .section-campaign .steps-title {
    font-size: 1.5rem;
  }
  .section-campaign .steps-flow {
    grid-template-columns: 1fr;
  }
  .section-campaign .step-item {
    padding: 18px;
  }
  .section-campaign .step-item:not(:first-of-type) {
    padding-left: 18px;
    padding-top: 52px;
  }
  .section-campaign .step-item:not(:last-child)::after {
    top: unset;
    bottom: -28px;
    left: 0;
    right: 0;
    width: 100%;
    height: 28px;
    background: #4CAF50;
    /* ▼下向き三角 */
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    z-index: 2;
    /* 横並び矢印と重ならないよう調整 */
  }
  .section-campaign .step-item:nth-child(1) {
    border-radius: 8px 8px 0 0;
  }
  .section-campaign .step-item:nth-child(4) {
    border-radius: 0 0 8px 8px;
  }
  .section-campaign .step-item:nth-child(2)::after {
    background: #66BB6A;
  }
  .section-campaign .step-item:nth-child(3)::after {
    background: #81C784;
  }
  .section-campaign .dot::before {
    width: 6px;
    height: 6px;
  }
}
.section-reviews {
  background-color: #f8f8f8;
  padding-block: 80px;
  position: relative;
  overflow: hidden;
}
.section-reviews::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.section-reviews::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.section-reviews .reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  row-gap: 24px;
  -moz-column-gap: 36px;
       column-gap: 36px;
  padding-top: 24px;
}
.section-reviews .reviews .review-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 16px;
}
.section-reviews .reviews .review-card-header {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 40px 36px 24px;
}
@media screen and (max-width: 767.98px) {
  .section-reviews .reviews .review-card-header {
    padding: 36px;
  }
}
.section-reviews .reviews .review-card .highlight {
  font-weight: bolder;
  line-height: 1.7;
  font-size: 22px;
  color: #333;
  margin-bottom: 32px;
  background: none;
}
.section-reviews .reviews .review-card .highlight span {
  background: linear-gradient(transparent 72%, #FCCF00 72%);
}
.section-reviews .reviews .review-card p {
  font-size: 16px;
  font-weight: 500;
  color: #444;
  line-height: 1.86;
}
.section-reviews .reviews .review-card .user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-reviews .reviews .review-card .user p {
  font-size: 15px;
  color: #222;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
}
.section-reviews .reviews .review-card .user p.user-title {
  font-size: 20px;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .section-reviews .reviews .review-card + .review-card {
    margin-top: 32px;
  }
}/*# sourceMappingURL=style.css.map */