@charset "UTF-8";
/*
    Template: swell
    Theme Name: line-manager custom
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/*
background-image: url(http://line-manager.local/wp-content/uploads/2026/07/bg_pattern2-1.png);
background-repeat: repeat;
background-position: center top;
background-size: 10px;
*/
#content {
  color: #12241C;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

.section-head {
  max-width: 640px;
  margin: 0 auto 56px auto;
}
@media screen and (max-width: 600px) {
  .section-head {
    margin-bottom: 40px !important;
  }
}
.section-head h2 {
  font-size: clamp(26px, 3vw, 34px);
  margin: 18px 0 14px;
  font-weight: 900;
  letter-spacing: 0.05em !important;
}
@media screen and (max-width: 600px) {
  .section-head h2 {
    font-size: 1.3em;
  }
}
.section-head p {
  color: #5B6B62;
  font-size: 15.5px;
}

.radius-10 {
  border-radius: 10px;
}

.eyebrow {
  align-items: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0B7A50 !important;
  font-weight: 600;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.tag-list li {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  font-size: 12px;
  background: #E7F0EA;
  color: #103B2A;
  padding: 6px 12px;
  border-radius: 999px;
}

.trust-row {
  display: flex;
  gap: 3px 1em !important;
  padding: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  font-size: 15px;
  color: #5B6B62;
  padding: 0 !important;
  margin: 0;
  font-size: 0.85em;
}
@media screen and (max-width: 960px) {
  .trust-row {
    font-size: 0.8em;
    justify-content: center;
    gap: 0 10px;
  }
}
.trust-row li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
}
.trust-row li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f058";
  font-size: 18px;
  flex-shrink: 0;
  margin-top: -1px;
}

.swell-block-button {
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .swell-block-button {
    font-size: 1.1rem;
    width: 100%;
  }
  .swell-block-button a {
    width: 90%;
  }
}
.swell-block-button:hover {
  transform: translateY(-2px);
}
.swell-block-button.btn-primary a {
  background: #ff7b0e;
  color: #FFFFFF;
}
.swell-block-button.btn-ghost a {
  background: #FFFFFF;
  color: #103B2A;
  border: 1.5px solid #D3E2D8;
}
.swell-block-button.btn-ghost a:hover {
  border-color: #0E8F5F;
}

#hero {
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 600px) {
  #hero {
    margin-bottom: 10px !important;
  }
}
#hero .eyebrow {
  background-color: #fff;
  border: solid 1px #D3E2D8;
  padding: 2px 20px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#hero .eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0E8F5F;
  border-radius: 99px;
  display: inline-block;
}
#hero .hero-flex {
  width: 1400px;
  max-width: 90vw !important;
  margin: auto;
}
#hero .hero-copy {
  flex: 1;
}
#hero .hero-copy h1.lead-title {
  font-size: clamp(30px, 2.5vw, 40px);
  line-height: 1.5;
  margin: 20px 0 22px;
  font-weight: 900;
  background: linear-gradient(120deg, #2c9048 0%, #1D8B86 50%, #25ab4b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
#hero .hero-copy h1.lead-title span {
  background: linear-gradient(120deg, #2c9048 0%, #1D8B86 50%, #25ab4b 100%), linear-gradient(transparent 75%, #8FE3B3 0%);
  -webkit-background-clip: text, border-box;
  background-clip: text, border-box;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
#hero .hero-copy p.lead {
  font-size: 16px;
  color: #5B6B62;
  max-width: 46ch;
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  #hero .hero-copy .hero-cta .swell-block-columns__inner {
    justify-content: center;
  }
}
#hero .hero-copy .hero-cta .swell-block-column {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  #hero .hero-copy .hero-cta .swell-block-column {
    width: 100% !important;
  }
}
#hero .hero-copy .hero-cta .swell-block-button a {
  box-shadow: 0 10px 24px -10px rgba(14, 143, 95, 0.6);
  font-size: 1.1em;
  word-break: keep-all;
}
#hero .hero-copy .hero-cta .swell-block-button a:hover {
  box-shadow: 0 14px 28px -10px rgba(14, 143, 95, 0.7);
}
#hero .hero-visual {
  width: 55%;
  max-width: 750px;
}
@media screen and (max-width: 960px) {
  #hero .hero-visual {
    display: none;
  }
}
#hero .hero-visual-group {
  position: relative;
}
@media screen and (max-width: 960px) {
  #hero .hero-visual-group {
    margin-left: 10px;
  }
}
#hero .hero-visual-group .device-mock {
  filter: drop-shadow(0 40px 70px rgba(16, 59, 42, 0.4));
  width: 110%;
}
#hero .hero-visual-group .guide-mascot {
  position: absolute;
  left: -90px;
  bottom: -8%;
  width: 200px;
  max-width: 27%;
  z-index: 3;
  filter: drop-shadow(0 18px 20px rgba(16, 59, 42, 0.2));
}
@media screen and (max-width: 960px) {
  #hero .hero-visual-group .guide-mascot {
    left: -60px;
    bottom: -6%;
    max-width: 35%;
  }
}
@media screen and (max-width: 600px) {
  #hero .hero-visual-group .guide-mascot {
    left: -40px;
    bottom: -25px;
  }
}

#onayami {
  position: relative;
}
#onayami .mascot-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(30%, -50%);
  width: 450px;
  max-width: 35%;
  height: auto;
  max-height: 100%;
  opacity: 0.3;
}
@media screen and (max-width: 960px) {
  #onayami .mascot-img {
    top: unset;
    bottom: 0;
    transform: translateY(85%);
    opacity: 1;
    z-index: 2;
    max-width: 45%;
    max-height: 320px;
  }
}
#onayami .card-wrapper {
  max-width: 900px;
  margin: auto;
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  #onayami .card-wrapper {
    margin-bottom: 55px !important;
  }
}
#onayami .card-wrapper .swell-block-column {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 1.8em 1.5em 1.5em 1.5em;
  position: relative;
}
#onayami .card-wrapper .swell-block-column h3 {
  font-weight: 900;
  font-size: 1.2em;
}
@media screen and (max-width: 600px) {
  #onayami .card-wrapper .swell-block-column h3 {
    font-size: 1em;
  }
}
#onayami .card-wrapper .swell-block-column p {
  font-size: 0.9em;
}
#onayami .card-wrapper .swell-block-column .card-icon {
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(-30%);
  width: 35px;
}
@media screen and (max-width: 600px) {
  #onayami .card-wrapper .swell-block-column .card-icon {
    top: -8px;
  }
}

@media screen and (max-width: 600px) {
  .tri-svg {
    position: relative;
    z-index: 3;
  }
}

@media screen and (max-width: 600px) {
  #about {
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 600px) {
  #about .about-flex .section-head {
    margin: 40px 0 20px 0 !important;
  }
}
#about .about-flex .section-head h2 {
  line-height: 1.7;
  letter-spacing: 2px;
  color: #0E8F5F;
}
#about .about-flex .section-head h2 span {
  position: relative;
}
#about .about-flex .section-head h2 span::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2026/07/hukidashi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  transform: translate(-98%, -100%);
}
@media screen and (max-width: 600px) {
  #about .about-flex .section-head h2 span::before {
    width: 60px;
    height: 60px;
  }
}
#about .about-flex .swell-block-columns__inner {
  justify-content: center;
}
#about .about-flex .text-container {
  flex: 1;
  max-width: 500px;
}
#about .about-flex .img-container {
  width: 60%;
  max-width: 550px;
}
@media screen and (max-width: 600px) {
  #about .about-flex .img-container {
    width: 90%;
  }
}

#real-scenes .scene-card {
  filter: drop-shadow(0 18px 20px rgba(16, 59, 42, 0.2));
}
#real-scenes .scene-card .scene-photo {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 5px;
  overflow: hidden;
}
#real-scenes .scene-card .scene-photo .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
}
#real-scenes .scene-card .scene-photo figure {
  width: 100%;
  height: 100%;
  filter: saturate(0.94) contrast(1.02);
}
#real-scenes .scene-card .scene-photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#real-scenes .scene-card .scene-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #103B2A;
  opacity: 0.1;
  mix-blend-mode: multiply;
  z-index: 1;
}
#real-scenes .scene-card .scene-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 80%, rgba(16, 59, 42, 0.3) 100%);
  z-index: 1;
}
#real-scenes .scene-card .scene-photo .scene-tag {
  position: absolute;
  left: 14px;
  top: 20px;
  z-index: 2;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #103B2A;
  background: #FFFFFF;
  padding: 5px 20px;
  border-radius: 999px;
  box-shadow: 3px 3px 35px rgba(51, 51, 51, 0.5058823529);
  display: flex;
  align-items: center;
  gap: 10px;
}
#real-scenes .scene-card .scene-photo .scene-tag::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background-color: #0E8F5F;
}
#real-scenes .scene-card .scene-quote {
  font-size: 14.5px;
  color: #5B6B62;
  line-height: 1.7;
  margin: -4em auto 0 3em;
  background-color: #FFFFFF;
  padding: 1.5em 1em;
  width: 95%;
  z-index: 2;
  position: relative;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  #real-scenes .scene-card .scene-quote {
    width: 80%;
    padding: 1em;
    margin: -3em 1em 0 auto;
  }
}
#real-scenes .scene-card .scene-quote::before, #real-scenes .scene-card .scene-quote::after {
  position: absolute;
  color: #D3E2D8;
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 1;
}
#real-scenes .scene-card .scene-quote::before {
  content: "“";
  top: 0;
  left: 0;
  transform: translate(-30%, -18%);
}
#real-scenes .scene-card .scene-quote::after {
  content: "”";
  bottom: 0;
  right: 0;
  transform: translate(12%, 60%);
}
@media screen and (max-width: 600px) {
  #real-scenes .scene-card .scene-quote::after {
    transform: translate(12%, 65%);
  }
}
#real-scenes .industry-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 600px) {
  #real-scenes .industry-list {
    margin-bottom: 1.5em !important;
  }
}
#real-scenes .industry-list li {
  width: calc((100% - 3em) / 4);
  background-color: #DFF5E7;
  text-align: center;
  padding: 1.5em 1em;
  border-radius: 5px;
  font-weight: bold;
  color: #0E8F5F;
}
@media screen and (max-width: 960px) {
  #real-scenes .industry-list li {
    width: calc((100% - 2em) / 3);
  }
}
@media screen and (max-width: 600px) {
  #real-scenes .industry-list li {
    width: calc((100% - 1em) / 2);
  }
}
#real-scenes .achievements-flex .swell-block-columns__inner {
  justify-content: center;
}
#real-scenes .achievements-flex .swell-block-columns__inner .swell-block-column {
  width: 200px;
}
@media screen and (max-width: 600px) {
  #real-scenes .achievements-flex .swell-block-columns__inner .swell-block-column {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#real-scenes .achievements-flex .achievements .num {
  font-weight: 900;
  color: #ff7b0e;
  font-size: 3.5em;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  #real-scenes .achievements-flex .achievements .num {
    font-size: 2em;
  }
}
#real-scenes .achievements-flex .achievements .text {
  color: #5B6B62;
  font-weight: bold;
  font-size: 1em;
}

#point .section-head h2 {
  line-height: 1;
}
#point .point-group {
  background-color: #FFFFFF;
  padding: 5em 2.5em 3em 2.5em;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  #point .point-group {
    padding: 3em 1.5em 2em 1.5em;
  }
}
#point .point-group h2.hukidashi-h2 {
  background-color: #0E8F5F;
  color: #FFFFFF;
  padding: 13px 2em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(22px, 3vw, 30px);
}
@media screen and (max-width: 600px) {
  #point .point-group h2.hukidashi-h2 {
    width: 100%;
    font-size: 1.2em;
  }
}
#point .point-group h2.hukidashi-h2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0E8F5F;
}
#point .point-group h2.hukidashi-h2 span {
  color: #FFFFFF !important;
  position: absolute;
  top: 0;
  left: 10px;
  color: #FFFFFF;
  -webkit-text-stroke: 6px #0E8F5F;
  paint-order: stroke fill;
  transform: translateY(-100%);
  line-height: 1;
  letter-spacing: 5px;
}
#point .point-group .about-flex .swell-block-columns__inner {
  justify-content: center;
}
#point .point-group .about-flex .text-container {
  flex: 1;
  max-width: 400px;
}
#point .point-group .about-flex .img-container {
  width: 55%;
  max-width: 700px;
}
@media screen and (max-width: 600px) {
  #point .point-group .about-flex .img-container {
    width: 100%;
  }
}
#point .point-group .wp-block-table {
  background-color: #FFFFFF;
  color: #5B6B62;
  margin: auto;
}
#point .point-group .wp-block-table table {
  border: 2px solid #D3E2D8 !important;
  border-radius: 5px;
  overflow: hidden;
}
#point .point-group .wp-block-table .swl-cell-bg {
  --cell-icon-size: 1.8em;
}
#point .point-group .wp-block-table .swl-cell-bg[data-icon=circle] {
  --cell-icon-color: #ff7b0e;
}
#point .point-group .wp-block-table .swl-cell-bg[data-icon=close] {
  --cell-icon-color: #6f6f6f;
}
#point .point-group .wp-block-table th, #point .point-group .wp-block-table td {
  border: none !important;
}
#point .point-group .wp-block-table th {
  background-color: #FFFFFF;
  border-bottom: 2px solid #D3E2D8 !important;
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  #point .point-group .wp-block-table th {
    min-width: unset !important;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#point .point-group .wp-block-table th:nth-of-type(2) {
  background-color: #F1F9EE;
}
#point .point-group .wp-block-table th.has-text-align-left {
  padding: 15px;
}
#point .point-group .wp-block-table th span.swl-bg-color {
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 0.8em;
  width: 80%;
  margin: auto;
  display: block;
  word-break: keep-all;
}
#point .point-group .wp-block-table td {
  padding: 1.2em 0.75em;
}
#point .point-group .wp-block-table td:nth-of-type(2) {
  background-color: #F1F9EE;
}
#point .point-group .wp-block-table tr:not(:last-of-type) td {
  border-bottom: 1px solid #DFF5E7 !important;
}
#point .point-group .shadow-img {
  filter: drop-shadow(0 0 5px rgba(16, 59, 42, 0.2039215686));
}

#product-tour .section-head {
  margin: 0;
}
#product-tour .tour-layout .device-stack figure {
  filter: drop-shadow(0 18px 20px rgba(16, 59, 42, 0.2));
}
#product-tour .tour-layout .tour-points .point-list .tour-icon {
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: #E7F0EA;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-tour .tour-layout .tour-points .point-list .tour-icon i {
  color: #0B7A50;
  font-size: 1.5em;
}
@media screen and (max-width: 600px) {
  #product-tour .tour-layout .tour-points .point-list .tour-icon {
    width: 50px;
    height: 50px;
  }
  #product-tour .tour-layout .tour-points .point-list .tour-icon i {
    font-size: 1.2em;
  }
}
#product-tour .tour-layout .tour-points .point-list .tour-text {
  flex: 1;
}
@media screen and (max-width: 600px) {
  #product-tour .tour-layout .tour-points .point-list .tour-text {
    margin-left: 15px;
  }
}
#product-tour .tour-layout .tour-points .point-list .tour-text h3 {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #product-tour .tour-layout .tour-points .point-list .tour-text h3 {
    font-size: 1rem;
    gap: 0 10px;
  }
}
#product-tour .tour-layout .tour-points .point-list .tour-text h3 span {
  background: none;
  display: inline-block;
  font-family: "JetBrains Mono", monospace;
  font-size: 11.5px;
  background: #ff7b0e;
  color: #FFFFFF;
  padding: 4px 12px;
  border-radius: 999px;
}
#product-tour .tour-layout .tour-points .point-list .tour-text p {
  color: #5B6B62;
  font-size: 14px;
}

#features .feature-row {
  padding: 40px 0;
  border-top: 1px solid #D3E2D8;
}
#features .feature-row:nth-child(2) {
  border-top: none;
}
@media screen and (max-width: 960px) {
  #features .feature-row {
    padding: 55px 0 30px 0;
  }
  #features .feature-row:nth-child(2) {
    padding-top: 25px;
  }
}
#features .feature-row .feature-tab {
  writing-mode: vertical-rl;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  background: #0E8F5F;
  padding: 14px 8px;
  border-radius: 5px;
  justify-self: start;
  text-align: center;
  font-size: 1em;
  letter-spacing: 3px;
}
.feature-row:nth-of-type(2n) #features .feature-row .feature-tab {
  background: #103B2A;
}
@media screen and (max-width: 600px) {
  #features .feature-row .feature-tab {
    writing-mode: horizontal-tb;
    justify-self: start;
    padding: 6px 14px;
    order: 2;
    margin: 0 auto;
    transform: translateX(1.5rem);
    width: calc(100% - 3rem);
  }
}
#features .feature-row .feature-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#features .feature-row .feature-body h3 {
  font-size: 23px;
  color: #0B7A50;
}
@media screen and (max-width: 960px) {
  #features .feature-row .feature-body h3 {
    text-align: center;
    width: 100%;
    font-size: 18px;
  }
}
#features .feature-row .feature-body p {
  color: #5B6B62;
  font-size: 14.5px;
  max-width: 52ch;
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  #features .feature-row .feature-body {
    order: 3;
  }
}
@media screen and (max-width: 600px) {
  #features .feature-row .feature-body {
    width: 100%;
    flex: unset;
  }
}
#features .feature-row .feature-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E7F0EA;
  border-radius: 10px;
  height: 200px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 30px 0 30px;
}
@media screen and (max-width: 960px) {
  #features .feature-row .feature-visual {
    width: 100%;
    margin-bottom: 1.5em !important;
  }
}
#features .feature-row .feature-visual img {
  width: auto;
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  #features .feature-row .feature-visual img {
    transform: unset !important;
  }
}
#features .feature-row .feature-visual .row-num {
  position: absolute;
  font-weight: 900;
  top: -30px;
  left: -10px;
  font-size: 38px;
  color: #ff7b0e;
  letter-spacing: 3px;
}
#features .feature-row .feature-visual .row-num.num-right {
  left: unset;
  right: -10px;
}
@media screen and (max-width: 960px) {
  #features .feature-row .feature-visual {
    order: -1;
    height: 160px;
  }
  #features .feature-row .feature-visual img {
    height: 150px;
  }
}
#features .feature-row:nth-of-type(odd) .feature-visual img {
  transform: rotate(-3deg);
}
#features .feature-row:nth-of-type(even) .feature-visual img {
  transform: rotate(3deg);
}
#features .feature-row:hover .feature-visual img {
  transform: rotate(0deg) scale(1.06);
}
#features .feature-row:nth-of-type(2n) {
  direction: rtl;
}
#features .feature-row:nth-of-type(2n) > * {
  direction: ltr;
}
#features .feature-row:nth-of-type(2n) .feature-visual {
  background: #DFF5E7;
}
@media screen and (max-width: 960px) {
  #features .feature-row:nth-of-type(2n) {
    direction: ltr;
  }
}

#setup-flow {
  position: relative;
  overflow: hidden;
}
#setup-flow .mascot-img {
  position: absolute;
  bottom: 0;
  right: 12%;
  z-index: 2;
  width: 370px;
  max-width: 35%;
  transform: translate(60%, 35%);
}
#setup-flow .mascot-img img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #setup-flow .mascot-img {
    max-width: 60%;
    right: 0;
    transform: translate(30%, 45%);
  }
}
#setup-flow .section-head-flow {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 900;
  line-height: 1.5;
}
#setup-flow .setup-path {
  position: relative;
}
#setup-flow .setup-path .setup-step {
  border: 1px solid rgba(143, 227, 179, 0.35);
  padding: 15px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
}
#setup-flow .setup-path .setup-step:not(:last-of-type)::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: -0.25rem;
  font-size: 45px;
  color: #DFF5E7;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 600px) {
  #setup-flow .setup-path .setup-step:not(:last-of-type)::after {
    top: unset;
    right: unset;
    bottom: -1.5rem;
    left: 50%;
    transform: translate(-50%, 50%) rotate(90deg);
  }
}
#setup-flow .setup-path .setup-step h3 {
  font-size: 17px;
  font-weight: 900;
  color: #0E8F5F;
}
#setup-flow .setup-path .setup-step p {
  font-size: 13.5px;
}
#setup-flow .setup-path .setup-step .step-number {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(14, 143, 95, 0.06);
  border: 1px solid rgba(14, 143, 95, 0.7);
  position: relative;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #setup-flow .setup-path .setup-step .step-number {
    width: 70px;
    height: 70px;
  }
}
#setup-flow .setup-path .setup-step .step-number .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#setup-flow .setup-path .setup-step .step-number i {
  display: block;
  color: #0E8F5F;
  margin: 0;
  line-height: 1;
  font-size: 27px;
}
#setup-flow .setup-path .setup-step .step-number .num {
  position: absolute;
  bottom: -8px;
  right: -6px;
  font-size: 15px;
  background: #ff7b0e;
  color: #FFFFFF;
  border-radius: 999px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#setup-flow .hero-cta .swell-block-columns__inner {
  justify-content: center;
}
@media screen and (max-width: 600px) {
  #setup-flow .hero-cta .swell-block-columns__inner {
    width: 95%;
  }
}
#setup-flow .hero-cta .swell-block-column {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  #setup-flow .hero-cta .swell-block-column {
    width: 100% !important;
    margin-left: 0;
  }
}

#prices .prices-wrapper {
  width: 90vw;
  max-width: 1400px;
  margin: auto;
}
#prices .swell-block-tab .c-tabList {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFFFFF;
  border-radius: 999px;
  margin: auto !important;
  margin-bottom: 5.5em !important;
  position: relative;
}
@media screen and (max-width: 600px) {
  #prices .swell-block-tab .c-tabList {
    width: 100%;
    margin: 55px 0 4em 0 !important;
  }
}
#prices .swell-block-tab .c-tabList::after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2026/08/10off.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  top: 0;
  right: 10px;
  transform: translate(100%, -105%);
}
@media screen and (max-width: 600px) {
  #prices .swell-block-tab .c-tabList::after {
    right: 0;
    transform: translate(12px, -95%);
    width: 60px;
    height: 60px;
  }
}
#prices .swell-block-tab .c-tabList .c-tabList__item {
  min-width: 200px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #prices .swell-block-tab .c-tabList .c-tabList__item {
    min-width: unset;
  }
}
#prices .swell-block-tab .c-tabList .c-tabList__item:first-of-type {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
#prices .swell-block-tab .c-tabList .c-tabList__item:last-of-type {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
#prices .swell-block-tab .c-tabList .c-tabList__item .c-tabList__button {
  font-weight: bold;
  letter-spacing: 0.5px;
}
#prices .swell-block-tab .c-tabList .c-tabList__item .c-tabList__button:hover {
  background-color: #8FE3B3;
}
#prices .swell-block-tab .c-tabList .c-tabList__item .c-tabList__button[aria-selected=true] {
  background-color: #0E8F5F;
}
#prices .swell-block-tab .c-tabBody {
  border: none;
  padding: 0;
}
#prices .price-card-list .swell-block-columns__inner {
  align-items: flex-start;
}
#prices .price-card {
  color: #5B6B62;
  background-color: #FFFFFF;
  padding: 1.3em 0.7em 1.5em 0.7em;
  border-radius: 10px;
  position: relative;
}
#prices .price-card .icon-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: #FFFFFF;
}
@media screen and (max-width: 960px) {
  #prices .price-card .icon-wrap {
    transform: translate(-50%, -20%);
  }
}
#prices .price-card .icon-wrap i {
  color: #15803d;
  font-size: 18px;
  top: 20%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  #prices .price-card .icon-wrap i {
    top: 15%;
  }
}
#prices .price-card .swell-block-button__link {
  background-color: #15803d;
  font-size: 0.9em;
  width: 95%;
}
#prices .price-card .card-text {
  background-color: #FFFFFF;
  z-index: 2;
  position: relative;
}
#prices .price-card .card-text .plan-name {
  font-size: 1.2em;
  font-weight: 800;
  margin-bottom: 3px !important;
}
#prices .price-card .card-text .tips {
  font-size: 0.7em;
}
#prices .price-card .card-text .price span {
  background: none;
  font-weight: 900;
  color: #12241C;
  font-size: 1.8em;
  margin-right: 5px;
  line-height: 56px;
}
#prices .price-card .card-text .tax-excluded {
  color: #5B6B62;
  opacity: 0.8;
  font-size: 0.8em;
}
#prices .price-card .card-text .wp-block-list {
  list-style: none;
  padding: 0;
  font-size: 0.9em;
}
#prices .price-card .card-text .wp-block-list span.swl-inline-icon {
  margin-right: 1em;
  width: 15px;
  display: inline-block;
}
#prices .price-card .function-list {
  color: #5B6B62;
  font-size: 0.79em !important;
}
#prices .price-card .function-list li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f058";
  color: #0E8F5F;
  padding-top: 1px;
  justify-content: center;
  display: flex;
}
#prices .price-card .function-list li.not-supported {
  opacity: 0.5;
}
#prices .price-card .function-list li.not-supported:before {
  content: "\f00d";
}
#prices .price-card .swell-block-accordion__title {
  font-size: 13px;
  padding: 5px 1.5em;
  font-weight: bold;
  border-radius: 5px;
}
#prices .price-card .swell-block-accordion__body {
  padding: 0;
  padding-top: 1em;
}
#prices .price-card:nth-child(2) .icon-wrap i {
  color: #3ebeb3;
}
#prices .price-card:nth-child(2) .swell-block-button__link {
  background-color: #3ebeb3;
}
#prices .price-card:nth-child(3) .icon-wrap i {
  color: #7f36c4;
}
#prices .price-card:nth-child(3) .swell-block-button__link {
  background-color: #7f36c4;
}
#prices .price-card:nth-child(4) {
  background-color: #ffffed;
}
#prices .price-card:nth-child(4) .icon-wrap i {
  color: #ff7b0e;
}
#prices .price-card:nth-child(4) .swell-block-button__link {
  background-color: #ff7b0e;
}
#prices .price-card:nth-child(4) .icon-wrap, #prices .price-card:nth-child(4) .card-text {
  background-color: #ffffed;
}
#prices .price-card:nth-child(5) {
  color: #FFFFFF;
  background-color: #202834;
}
#prices .price-card:nth-child(5) .icon-wrap i {
  color: #FFCB4C;
}
#prices .price-card:nth-child(5) .icon-wrap, #prices .price-card:nth-child(5) .card-text {
  background-color: #202834;
}
#prices .price-card:nth-child(5) .swell-block-button__link {
  background-color: #FFCB4C;
  color: #202834;
}
#prices .price-card:nth-child(5) .plan-name {
  color: #FFFFFF;
}
#prices .price-card:nth-child(5) .price span {
  font-size: 1.5em;
  color: #FFFFFF;
}
#prices .price-card:nth-child(5) hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1647058824);
}
#prices .price-card:nth-child(5) .function-list {
  color: #FFFFFF;
}

@media screen and (max-width: 600px) {
  #functions .swell-block-columns__inner {
    margin-left: 0;
    justify-content: space-between;
  }
}
#functions .function-card {
  border: solid 1px #8FE3B3;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 1em;
  position: relative;
  box-shadow: 0 10px 10px -10px rgba(143, 227, 179, 0.2);
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  #functions .function-card {
    padding: 0.5em;
    font-size: 0.75em;
    margin: 0;
    width: 48%;
  }
}
#functions .function-card:hover {
  box-shadow: 0 10px 24px -10px rgba(143, 227, 179, 0.7);
  transform: translateY(-3px);
}
#functions .function-card::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  content: "\f055";
  line-height: 1;
  font-size: 20px;
  top: 10px;
  right: 0;
  transform: translateX(-50%);
  color: #ff7b0e;
  transition: all 0.3s;
}
#functions .function-card .card-icon {
  width: -moz-fit-content;
  width: fit-content;
}
#functions .function-card .card-icon i {
  color: #0E8F5F;
  font-size: 20px;
}
#functions .function-card .card-subtitle {
  font-size: 0.75em;
  color: #5B6B62;
}
#functions .function-card.is-active {
  background-color: rgba(223, 245, 231, 0.4);
  transform: translateY(-3px);
}
#functions .function-card.is-active::after {
  transform: translateX(-50%) rotate(45deg);
}
#functions .card-popup {
  display: none;
}

.card-description-row {
  flex-basis: 100%;
  width: 100%;
  position: relative;
  background-color: rgba(223, 245, 231, 0.4);
  border: solid 1px #8FE3B3;
  border-radius: 10px;
  padding: 1.8em 1.5em;
  box-shadow: 0 10px 10px -10px rgba(143, 227, 179, 0.2);
  animation: card-description-fade 0.2s ease;
  margin-left: var(--swl-clmn-mrgn--x);
  font-size: 0.9em;
}
@media screen and (max-width: 600px) {
  .card-description-row {
    font-size: 0.75em;
    padding: 1em;
    margin: 0;
  }
}

@keyframes card-description-fade {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#add-ons .section-head {
  margin: 0;
}
#add-ons .addons-group {
  border-radius: 10px;
}
#add-ons .addons .addons-card {
  border: solid 1px #D3E2D8;
  border-radius: 10px;
  padding: 1.5em 2em;
  position: relative;
  overflow: hidden;
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
}
#add-ons .addons .addons-card .content-top {
  width: 60%;
  margin-left: auto;
  margin-right: 0;
  flex: 1;
}
#add-ons .addons .addons-card i {
  color: rgba(14, 143, 95, 0.08);
  font-size: 7em;
  margin: 0;
  position: absolute;
  left: 20%;
  top: 10%;
  transform: translateX(-50%);
}
#add-ons .addons .addons-card .price {
  background-color: #0E8F5F;
  border-radius: 999px;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 2em;
  margin: auto;
}
#add-ons .addons .addons-card .tips {
  color: #c80808;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: 3px !important;
}

.swell-block-faq {
  overflow-wrap: anywhere;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.swell-block-faq .swell-block-faq__item {
  background-color: #FFFFFF;
  margin-bottom: 1em;
  font-size: 0.9em;
  border-radius: 5px;
}
.swell-block-faq .swell-block-faq__item + .swell-block-faq__item {
  margin-top: 0;
}
.swell-block-faq .faq_q {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 1em 1em 1em 4em;
  cursor: pointer;
}
.swell-block-faq .faq_q::before {
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
  background-color: #0E8F5F;
}
.swell-block-faq .faq_q::after {
  font-family: "Font Awesome 6 Free";
  content: "+";
  font-size: 1.3em;
  margin-left: 0.5em;
  transition: transform 0.3s ease;
  height: -moz-fit-content;
  height: fit-content;
  color: #0E8F5F;
}
.swell-block-faq .faq_q.open::after {
  transform: rotate(180deg);
}
.swell-block-faq .faq_a {
  max-height: 0;
  transition: transform 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  opacity: 0;
  transform: translateY(-20px);
  padding: 0 3.1em 0 4em;
  pointer-events: none;
}
.swell-block-faq .faq_a::before {
  top: 1.3em;
  left: 1em;
  background-color: #ff7b0e;
}
.swell-block-faq .faq_a.open {
  opacity: 1;
  transform: translateY(0);
  padding: 1em 3.1em 1em 4em;
  max-height: 1000px;
}
.swell-block-faq.is-style-faq-box .faq_a, .swell-block-faq.is-style-faq-stripe .faq_a {
  padding: 0 3.1em 0 4em;
}
.swell-block-faq.is-style-faq-box .faq_a.open, .swell-block-faq.is-style-faq-stripe .faq_a.open {
  padding: 1.25em 3.1em 1.25em 4em;
}
.swell-block-faq.is-style-faq-box .faq_q {
  border-bottom: none;
}
.swell-block-faq.is-style-faq-box .faq_q.open {
  border-bottom: 1px dashed var(--color_border);
}

#cta {
  background-image: url(/wp-content/uploads/2026/07/bg_pattern2.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 10px;
}
#cta .section-head .eyebrow {
  background-color: #ff7b0e;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 2em;
  font-weight: 900;
  color: #FFFFFF !important;
  line-height: 1;
}
#cta .section-head p {
  color: #FFFFFF !important;
}
#cta .section-head h2 span {
  position: relative;
}
#cta .section-head h2 span::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2026/07/setting.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  bottom: -20px;
  left: -30px;
  transform: translateX(-100%);
}
#cta .btn-group {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 3em 2em;
  max-width: 900px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  #cta .btn-group {
    padding: 2.5em 1em;
  }
}
#cta .btn-group .trust-row {
  justify-content: center;
}
@media screen and (max-width: 600px) {
  #cta .btn-group .trust-row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#cta .btn-group .mascot-img {
  position: absolute;
  width: 320px;
  height: auto;
  right: 0;
  top: 50%;
  transform: translate(65%, -50%);
}
@media screen and (max-width: 960px) {
  #cta .btn-group .mascot-img {
    width: 250px;
    top: unset;
    bottom: 0;
    transform: translate(45%, 25%);
  }
}
@media screen and (max-width: 600px) {
  #cta .btn-group .mascot-img {
    width: 200px;
    transform: translate(30%, 25%);
  }
}
#cta .hero-cta .swell-block-columns__inner {
  justify-content: center;
}
#cta .hero-cta .swell-block-column {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  #cta .hero-cta .swell-block-column {
    width: 100% !important;
  }
}

#example .swiper_wrapper {
  position: relative;
}
#example .swiper_wrapper .swiper-postListWrap {
  padding-bottom: 3.5em;
}
#example .swiper_wrapper .swiper-postListWrap .swell-block-columns__inner {
  transition-timing-function: linear !important;
}
#example .swiper_wrapper .swiper-postListWrap .p-postList {
  flex-wrap: nowrap;
  margin: 0;
}
#example .swiper_wrapper .swiper-wrapper {
  align-items: stretch !important;
}
#example .swiper_wrapper .swiper-slide {
  height: auto;
}
#example .swiper_wrapper .swell-block-columns__inner {
  flex-wrap: nowrap;
  margin: 0;
}
#example .swiper_wrapper .swell-block-columns .swell-block-column {
  margin: 0;
}
#example .swiper-slide {
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
#example .swiper-slide .card-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
#example .swiper-slide .card-text {
  padding: 1.1em;
  line-height: 1.6;
}
#example .swiper-slide .card-text .example-title {
  background-color: #DFF5E7;
  color: #0E8F5F;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 1.5em;
  border-radius: 999px;
  font-size: 0.85em;
  margin-bottom: 7px !important;
}
#example .swiper-slide .card-text .accent-text {
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

#security {
  position: relative;
}
#security .security-flex {
  background-color: #E7F0EA;
  padding: 2em;
  border-radius: 10px;
  color: #12241C;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #security .security-flex {
    padding: 1em;
  }
}
#security .security-flex .security-sub {
  color: #5B6B62;
  font-size: 0.9em;
  line-height: 1.5;
}
#security .mascot-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 260px;
  max-width: 20vw;
  transform: translate(-30%, 12%);
}
@media screen and (max-width: 600px) {
  #security .mascot-img {
    max-width: 40%;
    transform: translate(-10%, 12%);
  }
}
#security .security-text-flex .swell-block-columns__inner {
  justify-content: center;
}
#security .security-text-flex .swell-block-column {
  width: -moz-fit-content;
  width: fit-content;
}
#security .security-text-flex .swell-block-column figure img {
  height: 70px;
}
@media screen and (max-width: 600px) {
  #security .security-text-flex .swell-block-column figure img {
    height: 55px;
  }
}
@media screen and (max-width: 600px) {
  #security .security-text-flex {
    width: 70%;
    margin: 0 0 0 auto;
  }
  #security .security-text-flex .swell-block-column {
    width: 100%;
  }
}