* {
  box-sizing: border-box;
}

:root {
  --base-bg: #fff;
  --paper: #ffffff;
  --ink: #2b2b2b;
  --teal: #2b9ea0;
  --orange: #f08a22;
  --line: #d9e4e4;
  --fs-section-title: 24px;
  --fs-section-lead-strong: 20px;
  --fs-section-heading-large: 48px;
  --fs-feature-title: 20px;
  --fs-feature-text: 13px;
  --fs-cta-label: 24px;
  --fs-body-normal: 16px;
}

body {
  margin: 0;
  font-size: 16px;
  color: var(--ink);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.7;
  background: var(--base-bg);
}

main {
  position: relative;
  background:
    url("../img/back_v.png") right -250px top calc(320px + var(--bg-scroll-y1, 0px)) / 560px auto no-repeat,
    url("../img/back_v.png") left -90px top calc(230px + var(--bg-scroll-y2, 0px)) / 460px auto no-repeat,
    url("../img/back_v.png") left -260px top calc(1060px + var(--bg-scroll-y1, 0px)) / 560px auto no-repeat;
  background-attachment: fixed, fixed, fixed;
}

main::before {
  content: "";
  position: fixed;
  right: -160px;
  top: calc(90px + var(--bg-scroll-y2, 0px));
  width: 420px;
  aspect-ratio: 990 / 1110;
  background: url("../img/back_v.png") center / contain no-repeat;
  transform: rotate(-70deg);
  transform-origin: center;
  pointer-events: none;
  z-index: 0;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.site-header {
  position: relative;
  background: #ffffff;
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #dfe9e9;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #6fb8ba;
  opacity: 0.55;
}

.site-header .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  min-height: 144px;
  padding: 26px 0 23px;
}

.logo {
  margin: 0;
  line-height: 1;
}

.logo a {
  display: block;
}

.logo img {
  display: block;
  width: 200px;
  height: auto;
}

.sp-nav-toggle,
.sp-menu-btn {
  display: none;
}

.nav-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  list-style: none;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 2px;
}

.nav-list a {
  color: #222;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}

.nav-list a:hover {
  color: var(--teal);
}

.section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 72px 0;
}

.section > .container {
  position: relative;
  z-index: 1;
}

.section::before,
.section::after {
  display: none;
}

.section::before {
  left: -175px;
  top: -56px;
  transform: rotate(22deg);
}

.section::after {
  right: -170px;
  bottom: -88px;
  transform: rotate(-26deg);
}

.section:nth-of-type(even)::before {
  transform: rotate(-18deg);
  left: -140px;
  top: -42px;
}

.section:nth-of-type(even)::after {
  transform: rotate(14deg);
  right: -140px;
  bottom: -76px;
}

.hero {
  padding: 54px 0 64px;
  background: #fff;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: 700px;
  aspect-ratio: 1;
  background: url("../img/back_v.png") center / contain no-repeat;
  pointer-events: none;
  z-index: 0;
  display: block;
}

.hero::before {
  left: -232px;
  top: -156px;
  transform: rotate(30deg);
}

.hero::after {
  right: -214px;
  bottom: -176px;
  transform: rotate(-30deg);
}

#about::before {
  left: -190px;
  top: 14px;
  transform: rotate(-8deg);
}

#about,
#works,
#support,
#plan,
#flow,
#voice,
#faq {
  background: transparent;
}

#contact {
  background: #ffffff;
}

#works::after {
  right: -180px;
  bottom: -30px;
  transform: rotate(18deg);
}

.hero-inner {
  min-height: 380px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}

.hero-copy {
  padding-top: 28px;
}

.hero-lead {
  margin: 0;
  font-size: 38px;
  color: #2a8f93;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero-title {
  margin: 28px 0 0;
  font-size: 38px;
  line-height: 1.42;
  letter-spacing: 0.01em;
  color: #262b30;
}

.hero-price {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-init,
.hero-month,
.hero-tail {
  color: #2a8f93;
  font-weight: 700;
}

.hero-init {
  font-size: 25px;
}

.hero-zero-wrap {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: #2c9a9d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}

.hero-zero {
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
}

.hero-yen {
  font-size: 17px;
  font-weight: 700;
  margin-left: 2px;
  transform: translateY(12px);
}

.hero-month {
  font-size: 16px;
}

.hero-amount {
  font-size: 85px;
  line-height: 1;
  color: var(--orange);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero-tail {
  font-size: 23px;
}

.hero-badge {
  margin-top: 18px;
  width: 292px;
  height: 292px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 12px 28px rgba(240, 138, 34, 0.22);
  transition: background-color 0.3s ease;
}

.hero-badge:hover,
.hero-badge:focus-visible {
  background: #2b9ea0;
}

.hero-badge-small {
  font-size: 27px;
  line-height: 1;
}

.hero-badge strong {
  font-size: 64px;
  line-height: 1;
}

.hero-badge-divider {
  width: 188px;
  height: 4px;
  background: #fff;
  border-radius: 999px;
  opacity: 0.95;
}

.hero-badge-large {
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
}

.hero-slider {
  position: relative;
  padding: 30px 0 24px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow:  0 8px 10px -10px rgba(72, 133, 134, 0.45),  0 -8px 10px -10px rgba(72, 133, 134, 0.45);
  overflow: hidden;
}

.slide-row {
  margin-top: 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  width: max-content;
  position: relative;
  left: 0;
  transform: translate3d(0, 0, 0);
  animation: hero-slide-loop-pc 26s linear infinite;
  will-change: transform;
}

.slide-row img {
  width: 304px;
  height: 240px;
  object-fit: cover;
  display: block;
  border-radius: 0;
  border: none;
  background: #fff;
}

.slide-row img.slide-edge {
  width: 252px;
}

@keyframes hero-slide-loop-pc {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-1220px, 0, 0);
  }
}

.hero-slider:hover .slide-row {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .slide-row {
    animation: none;
    transform: translate3d(0, 0, 0);
  }
}

.about-visuals img,
.works-gallery img,
.support-visuals img {
  width: 100%;
  display: block;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
}

h2 {
  margin-top: 0;
  font-size: var(--fs-section-title);
  line-height: 1.2;
  color: #111;
  letter-spacing: 0.02em;
}

h3 {
  font-size: 22px;
  line-height: 1.4;
  color: #1e5052;
}

.section p,
.section li,
dl dt,
dl dd,
.contact-form label,
.contact-form input {
  font-size: var(--fs-body-normal);
}

.btn {
  font-size: 16px;
  line-height: 1.2;
}

.features,
.stats,
.flow {
  padding-left: 1.2rem;
}

.about-visuals {
  margin: 14px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.sec-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  text-align: center;
  font-size: var(--fs-section-title);
  line-height: 1.1;
  color: #111;
  margin-bottom: 68px;
}

.sec-title-no {
  display: inline-block;
  font-family: "Poppins", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1;
  font-size: 58px;
  font-weight: 500;
  margin-right: 0;
}
#about {
  padding-top: 0;
}
.sec-title::after {
  content: "";
  width: 300px;
  height: 6px;
  border-radius: 999px;
  background: #3fa6aa;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}

.about-lead {
  text-align: center;
  line-height: 2;
  margin: 0 auto;
  max-width: 920px;
}

.about-lead-strong {
  font-size: var(--fs-section-lead-strong);
  font-weight: 700;
}

.about-heading {
  margin: 44px 0 48px;
  text-align: center;
  color: var(--orange);
  font-size: var(--fs-section-heading-large);
  font-weight: 800;
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 54px 40px;
}

.about-feature-card {
  min-width: 340px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.about-feature-card h4 {
  margin: 0 0 30px;
  font-size: var(--fs-feature-title);
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  padding: 10px 6px;
  line-height: 1.2;
  /* display: flex;
  align-items: center;
  gap: 10px; */
  position: relative;
  text-align: center;

}

.about-feature-card h4 span {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 7px;
  top:  5px;
  border-radius: 50%;
  background: #fff6ee;
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
}

.about-feature-card ul {
  margin: 0;
  padding-left: 1.2em;
  line-height: 1.9;
  font-weight: bold;
}

.about-feature-card li {
  font-size: var(--fs-feature-text);
  margin-bottom: 4px;
}

.about-feature-card img {
  margin: 14px auto 0;
  width: min(250px, 92%);
  height: 130px;
  object-fit: contain;
  display: block;
}

.about-feature-image-pair {
  margin: 14px auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
}

.about-feature-image-pair img {
  margin: 0;
  width: auto;
  height: auto;
  object-fit: contain;
}

.about-feature-image-pair .pair-sub {
  width: 108px;
}

.about-feature-image-pair .pair-main {
  width: 160px;
}

.about-cta-wrap {
  margin-top: 28px;
  display: flex;
  justify-content: flex-end;
}

.about-cta-wrap .btn {
  box-shadow: 0 6px 16px rgba(43, 158, 160, 0.24);
}

.stats {
  display: flex;
  gap: 24px;
  list-style: none;
  padding-left: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.works-gallery {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 6%;
}

#works .sec-title {
  margin-bottom: 84px;
}

.works-lead {
  text-align: center;
  line-height: 2;
  font-weight: bold;
  font-size: 20px!important;
  margin-bottom: 60px;
}

.works-bottom {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.works-stats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 34px;
}

.works-stats li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.works-stats img {
  width: 46px;
  height: 46px;
}

.works-stat-label {
  font-size: 25px;
  font-weight: 400;
}

.works-stat-value {
  font-family: "Poppins", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
}

.works-stat-unit {
  font-size: 36px;
  font-weight: 700;
}

.works-btn {
  box-shadow: 0 6px 16px rgba(240, 138, 34, 0.28);
}

#plan .sec-title {
  margin-bottom: 50px;
}

.plan-lead {
  margin: 0 auto;
  max-width: 760px;
  text-align: left;
  line-height: 1.9;
  font-size: 37px;
  font-weight: 700;
}

.plan-basic-wrap {
  margin-top: 34px;
  background: #f5cfb2;
  border-radius: 14px;
  padding: 28px;
}

.plan-basic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.plan-basic-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  padding-bottom: 16px;
}

.plan-card-head {
  min-height: 82px;
  background: #3fa6aa;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px 20px;
  position: relative;
}

.plan-no {
  font-family: "Poppins", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 100px;
  height: .8em;
  margin-top: -.1em;
  line-height: 1;
  color: rgba(191, 235, 234, 0.9);
  font-weight: 500;
}

.plan-name {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.01em;

}

.plan-catch {
  margin: 18px 16px 20px;
  text-align: center;
  color: #2c8f93;
  font-size: 22px!important;
  font-weight: 700;
}

.plan-price-row {
  margin: 0 16px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.plan-monthly {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #3fa6aa;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.plan-price-value {
  font-family: "Poppins", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 63px;
  line-height: 1;
  color: #f08a22;
  font-weight: 400;
}

.plan-price-tax {
  font-size: 14px;
  font-weight: 700;
}

.plan-meta {
  margin: 0 18px 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.plan-meta span{
  color:#2a8f93;

}

.plan-meta li {
  background: #c8e4e5;
  border-radius: 8px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  font-weight: 700;
}

.plan-meta li strong {
  font-size: 15px;
}

.plan-desc {
  margin: 12px 18px 8px;
  font-size: 15px;
  font-weight: 700;
}

.plan-list {
  margin: 0 18px;
  padding-left: 1.1em;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.plan-note {
  margin: 8px 18px 0;
  text-align: right;
  font-size: 15px;
  font-weight: 700;
}

.plan-plus {
  margin: 20px auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #3fa6aa;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 52px!important;
  line-height: 1;
  font-weight: 400;
}

.plan-option-box {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.plan-option-col {
  display: grid;
  gap: 12px;
  align-content: start;
}

.plan-option-item {
  position: relative;
}

.plan-option-title {
  margin: 0;
  border-radius: 8px;
  background: #f5cfb2;
  color: #e6712f;
  padding: 8px 14px;
  font-size: 22px;
  line-height: 1.2;
}

.plan-option-item p {
  margin: 10px 4px ;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 700;
}

.plan-option-item.is-free {
  padding-left: 82px;
}

.plan-option-badge {
  position: absolute;
  left: 0;
  top: 1px;
  width: 76px;
  height: 44px;
  border-radius: 80%;
  background: #f08a22;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  transform: rotate(-18deg);
}

.plan-option-badge::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: -1px;
  width: 14px;
  height: 10px;
  background: #f08a22;
  clip-path: polygon(100% 100%, 0 0, 100% 0);
}

.plan-lp-wrap {
  margin-top: 28px;
  margin-bottom: 50px;
  background: #c4dfe0;
  border-radius: 14px;
  padding: 18px;
}

.plan-lp-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.plan-lp-head {
  min-height: 80px;
  background: #3fa6aa;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 24px;
  color: #fff;
  position: relative;
}

.plan-lp-ribbon {
  position: absolute;
  left: -18px;
  top: 12px;
  background: #f08a22;
  color: #fff;
  padding: 4px 50px;
  transform: rotate(-35deg);
  font-size: 12px;
  font-weight: 700;
}

.plan-lp-no {
  font-family: "Poppins", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 100px;
  line-height: 1;
  color: rgba(191, 235, 234, 0.95);
  font-weight: 500;
  
}
.plan-lp-no3 {
  font-family: "Poppins", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 100px;
  line-height: 1;
  color: rgba(191, 235, 234, 0.95);
  font-weight: 500;
  margin-left: .2em;

}

.plan-lp-head h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
}

.plan-lp-top {
  padding: 50px 24px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
}

.plan-lp-about {
  position: relative;
}

.plan-lp-price-block {
  align-self: center;
}

.plan-lp-about-badge {
  position: absolute;
  left: 8px;
  top: -20px;
  margin: 0;
  background: #3fa6aa;
  color: #fff;
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  transform: rotate(-14deg);
}

.plan-lp-about-box {
  border: 3px dashed #3fa6aa;
  padding: 24px 18px 18px;
  min-height: 0;
}

.plan-lp-about-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}

.plan-lp-catch {
  margin: 12px 0 14px;
  color: #2c8f93;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

.plan-lp-price {
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.plan-lp-price strong {
  font-family: "Poppins", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #f08a22;
  font-size: 63px;
  line-height: 1;
  font-weight: 400;
}

.plan-lp-price span {
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-12px);
}

.plan-lp-points {
  padding: 10px 24px 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 26px;
}

.plan-lp-point h4 {
  margin: 0;
  background: #c8e4e5;
  border-radius: 10px;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  color: #2c8f93;
  font-size: 15px;
  line-height: 1.25;
}

.plan-lp-point h4 span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #3fa6aa;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1;
}

.plan-lp-point p {
  margin: 8px 2px 0;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
  padding: 1em 2em;
}

.plan-cta-wrap {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}

#flow {
  /* background: #fff; */
  padding-bottom: 0;
}

#flow .sec-title {
  margin-bottom: 48px;
}

.flow-lead {
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

.flow-note {
  margin: 8px 0 0;
  text-align: center;
  font-size: 14px;
  color: #4f4f4f;
}

.flow-steps {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.flow-step {
  min-height: 138px;
  padding: 26px 18px 18px 50px;
  display: grid;
  align-content: start;
  gap: 10px;
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 50%, calc(100% - 26px) 100%, 0 100%, 12px 50%);
  margin-left: -12%;

}

.flow-step:first-child {
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 50%, calc(100% - 26px) 100%, 0 100%);
  margin-left: -12%;
}

.flow-step-no {
  font-family: "Poppins", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 43px;
  line-height: 1;
  font-weight: 700;
}

.flow-step-text {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.flow-step.is-peach {
  background: #efb37f;
}

.flow-step.is-orange {
  background: #f08a22;
}

.flow-step.is-light-teal {
  background: #94c8ca;
  color: #1f5e60;
}

.flow-step.is-teal {
  background: #3fa6aa;
}

.flow-cta-band {
  margin-top: 54px;
  background: #3fa6aa;
  padding: 44px 0 52px;
}

.flow-cta-copy {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 32px!important;
  line-height: 1.55;
  font-weight: 700;
  margin-bottom: 50px;
}

.flow-cta-group {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 34px;
}

.flow-cta-btn {
  min-width: 350px;
  height: 84px;
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  box-shadow: 0 8px 20px rgba(16, 61, 61, 0.18);
}

.flow-cta-label {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.flow-cta-btn.is-orange .flow-cta-label {
  color: #f08a22;
}

.flow-cta-btn.is-teal .flow-cta-label {
  color: #3fa6aa;
}

.flow-cta-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url("../img/arrow.png");
}

.flow-cta-btn.is-orange .flow-cta-icon {
  background-color: #f08a22;
}

.flow-cta-btn.is-teal .flow-cta-icon {
  background-color: #3fa6aa;
}

.btn-cta {
  min-width: 292px;
  height: 71px;
  border-radius: 20px;
  font-size: var(--fs-cta-label);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 62px 0 26px;
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 26px rgba(16, 61, 61, 0.05);
}

.price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--orange);
}

.btn {
  display: inline-block;
  position: relative;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 20px;
  padding: 23px 60px 23px 40px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(240, 138, 34, 0.28);
}

.btn::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background: url("../img/arrow.png") center / contain no-repeat;
  pointer-events: none;
}

.btn-sub {
  background: var(--teal);
  box-shadow: 0 6px 16px rgba(43, 158, 160, 0.24);
}

.cta-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#support .sub {
  margin-bottom: 34px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.support-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 34px;
}

.support-card {
  min-height: 288px;
  border: 3px solid var(--teal);
  border-radius: 16px;
  padding: 7% 5% 3%;
  box-shadow: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  grid-template-areas:
    "title title"
    "text image";
  column-gap: 18px;
  align-items: start;
}

.support-card h3 {
  margin: 0 0 16px;
  color: var(--teal);
  font-size: 22px;
  line-height: 1.5;
  grid-area: title;
}

.support-card p {
  margin: 0;
  line-height: 1.9;
  grid-area: text;
}

.support-card-image {
  margin: 0;
  width: 220px;
  height: 120px;
  object-fit: contain;
  display: block;
  grid-area: image;
  justify-self: end;
}

.support-wide-card {
  margin-top: 22px;
  border: 3px solid var(--teal);
  border-radius: 16px;
  padding: 5% 4% 2%;
  box-shadow: none;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 18px;
}

.support-wide-main h3 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.4;
  color: var(--teal);
}

.support-wide-main p {
  margin: 0;
  line-height: 2;
}

.support-wide-side {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 10px;
}

.support-contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: nowrap;
}

.support-time {
  margin: 0;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
}

.support-inline-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
}

.support-wide-image {
  width: min(520px, 100%);
  height: auto;
  display: block;
}

.support-cta-wrap {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
}

.contact-form {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 700;
}

.contact-form input {
  border: 1px solid #cfd9d9;
  border-radius: 8px;
  padding: 10px;
  font: inherit;
}

.contact-form button {
  grid-column: 1 / -1;
  justify-self: start;
}

dl dt {
  margin-top: 14px;
  padding: 10px 14px;
  background: var(--teal-soft);
  border-radius: 8px;
  font-weight: 700;
}

dl dd {
  margin: 8px 0 14px;
  padding: 0 4px;
}

#faq .sec-title {
  margin-bottom: 84px;
}

#faq dl {
  margin: 0 auto;
  max-width: 1120px;
}

#faq dt {
  margin-top: 0;
  padding: 30px 46px;
  border-radius: 10px;
  background: #c8e4e5;
  color: #2a7f84;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}

#faq dd {
  margin: 14px 0 62px;
  padding: 0 0 0 84px;
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
}

#faq dd:last-child {
  margin-bottom: 0;
}

#contact {
  background: transparent;
  border-top: 0;
  padding: 0;
}

.flow-cta-band-bottom {
  margin-top: 0;
}
#voice {
  padding: 100px 0　0;
}

.voice-list {
  list-style: none;
  padding: 0;
  margin: 100px auto;
  max-width: 920px;
  display: grid;
  gap: 80px;
}

.voice-list li {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.voice-avatar {
  width: 96px;
  height: 96px;
  flex: 0 0 auto;
}

.voice-body {
  flex: 1;
}

.voice-name {
  margin: 0 0 8px;
  color: #3f9ea2;
  font-size: 34px;
  font-weight: 700;
}

.voice-body p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 700;
}

.site-footer {
  padding: 24px 0 0px;
  text-align: center;
}
.site-footer .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20%;
}
.site-footer .list{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;

  li {
    img  {
      width: 120px;
    }
  }
}
small {
  display: inline-block;
}

.site-footer a:link,
.site-footer a:visited {
  display: inline-block;
  color: var(--ink);
  text-decoration: none;
  transition: .3s;
}

.site-footer a:hover,
.site-footer a:active {
  color: var(--orange);
  /* text-decoration: underline; */
}
.site-footer .copy{
  width: 100%;
  background: var(--orange);
  color: #fff;
  text-align: center;
  padding: 1em ;
  margin-bottom: 0;
}