@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
a,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 56px;
}

.container {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #2C2828;
}
.container a {
  display: block;
}
.container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.container .common {
  width: 98%;
  margin: auto;
  margin-bottom: 40px;
}
.container .common .commonTitle {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  text-align: center;
}
.container .common .commonTitle .br-sp {
  display: block;
}
.container .common .commonTitle:before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #0070C0;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 480px) {
  .container .common .commonTitle .br-sp {
    display: none;
  }
}
@media (min-width: 960px) {
  .container .common {
    margin-bottom: 64px;
  }
  .container .common .commonTitle {
    font-size: 32px;
  }
  .container .common .commonTitle:before {
    width: 60px;
    height: 4px;
  }
}
.container .cta {
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.container .cta .ctaCatch {
  display: inline-block;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 100px;
  padding: 8px 32px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  letter-spacing: normal;
  line-height: 1.2;
}
.container .cta .ctaCatch:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border: 9px solid transparent;
  border-top: 11px solid #fff;
}
.container .cta .ctaCatch2 {
  top: -40px;
}
.container .cta .ctaBtn {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #D01919;
  border-radius: 120px;
  padding: 12px 56px 12px;
}
.container .cta .ctaImg {
  width: 90%;
  max-width: 300px;
  margin: auto;
}

.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 9;
}
.header .headerInner {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2%;
}
.header .headerInner .headerLogo {
  width: 140px;
  height: auto;
}
.header .headerInner .headerMenu .openbtn1 {
  position: relative;
  background: #0070C0;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
.header .headerInner .headerMenu .openbtn1 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 55%;
}
.header .headerInner .headerMenu .openbtn1 span:nth-of-type(1) {
  top: 20px;
}
.header .headerInner .headerMenu .openbtn1 span:nth-of-type(2) {
  top: 28px;
}
.header .headerInner .headerMenu .openbtn1 span:nth-of-type(3) {
  top: 36px;
}
.header .headerInner .headerMenu .openbtn1.active span:nth-of-type(1) {
  top: 23px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}
.header .headerInner .headerMenu .openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.header .headerInner .headerMenu .openbtn1.active span:nth-of-type(3) {
  top: 35px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

.menu {
  width: 100vw;
  height: calc(100vh - 60px);
  transform: translateY(60px);
  align-items: center;
  justify-content: center;
  background-color: #0070C0;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  text-align: center;
  display: none;
}
.menu .menuList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.menu .menuList .menuItem {
  width: 100%;
  color: #fff;
}

.menu.active {
  display: flex;
}

.fv {
  margin-top: 60px;
  padding-top: 16px;
  background-image: url(../image/fvBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
}
.fv .fvInner {
  width: 90%;
  margin: auto;
  text-align: center;
}
.fv .fvInner .fvTitle {
  display: inline-block;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 16px;
}
.fv .fvInner .fvTitle .red {
  color: #D01919;
  display: block;
}
.fv .fvInner .fvTitle .md {
  display: block;
  font-size: 28px;
  margin-top: 8px;
}
.fv .fvInner .fvTitle .sm {
  display: block;
  font-size: 17px;
}
.fv .fvInner .fvFeature {
  width: 280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.fv .fvInner .fvFeature .fvFeatureItem {
  width: 80px;
  height: auto;
}
.fv .fvInner .fvFeature .fvFeatureItem.big {
  width: 110px;
}
.fv .fvInner .fvSmall {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}
.fv .cta {
  width: 100%;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 375px) {
  .fv {
    background-position: center;
  }
  .fv .fvInner .fvTitle .sm {
    font-size: 20px;
  }
  .fv .fvInner .fvTitle .md2 {
    font-size: 36px;
  }
  .fv .fvInner .fvFeature .fvFeatureItem {
    width: 100px;
  }
  .fv2 .fvInner .fvFeature {
    width: 320px;
  }
}
@media (min-width: 480px) {
  .fv {
    background-position: center bottom;
  }
  .fv .fvInner .fvTitle {
    display: block;
    text-align: left;
    font-size: 56px;
  }
  .fv .fvInner .fvTitle .md {
    font-size: 36px;
  }
  .fv .fvInner .fvFeature {
    width: auto;
  }
  .fv .fvInner .fvFeature .fvFeatureItem {
    width: 120px;
  }
  .fv .fvInner .fvSmall {
    font-size: 32px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .fv {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    background-image: url(../image/fvBg_pc.png);
  }
  .fv .fvInner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .fv .fvInner .fvTitle {
    font-size: 64px;
  }
  .fv .fvInner .fvTitle .md {
    font-size: 40px;
  }
  .fv .fvInner .fvTitle .md2 {
    font-size: 56px;
  }
  .fv .fvInner .fvTitle .sm {
    font-size: 28px;
  }
  .fv .fvInner .fvFeature .fvFeatureItem {
    width: 140px;
  }
  .fv .fvInner .fvFeature .fvFeatureItem.big {
    width: 140px;
  }
  .fv .fvInner .fvSmall {
    font-size: 36px;
  }
  .fv .cta {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: static;
    transform: translateX(0);
    display: flex;
    justify-content: flex-start;
  }
  .fv .cta .ctaWrap {
    position: relative;
  }
  .fv2 {
    gap: 64px;
  }
}
@media (min-width: 1600px) {
  .fv {
    height: 900px;
  }
}
.reason {
  padding: 40px 0;
  background-color: #F6FAFB;
}
.reason .reasonInner .reasonList {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-bottom: 64px;
}
.reason .reasonInner .reasonList .reasonItem {
  width: 100%;
}
.reason .reasonInner .reasonList .reasonItem .reasonTop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}
.reason .reasonInner .reasonList .reasonItem .reasonTop .reasonNum {
  width: 64px;
  height: 64px;
  background-color: #0070C0;
  border-radius: 8px;
  text-align: center;
}
.reason .reasonInner .reasonList .reasonItem .reasonTop .reasonNum .text {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.reason .reasonInner .reasonList .reasonItem .reasonTop .reasonNum .num {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: normal;
}
.reason .reasonInner .reasonList .reasonItem .reasonTop .reasonCatch {
  width: calc(100% - 64px);
  font-size: 20px;
}
.reason .reasonInner .reasonList .reasonItem .reasonTop .reasonCatch .br-sp {
  display: block;
}
.reason .reasonInner .reasonList .reasonItem .reasonTop .reasonCatch .red {
  color: #D01919;
}
.reason .reasonInner .reasonList .reasonItem .reasonImg {
  display: block;
  margin-bottom: 12px;
}
.reason .reasonInner .reasonList .reasonItem .reasonImg.last {
  margin-top: 12px;
  margin-bottom: 0;
}
.reason .reasonInner .reasonList .reasonItem .reasonText {
  font-size: 16px;
  font-weight: 500;
}
.reason .reasonInner .reasonList .reasonItem .reasonText .red {
  color: #D01919;
}

@media (min-width: 480px) {
  .reason .reasonInner .reasonList {
    width: 440px;
  }
  .reason .reasonInner .reasonList .reasonItem .reasonTop .reasonCatch {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .reason .reasonInner .reasonList {
    width: 90%;
    max-width: 1200px;
    flex-direction: row;
    gap: 24px;
  }
  .reason .reasonInner .reasonList .reasonItem {
    width: 33.3333333333%;
  }
  .reason .reasonInner .reasonList .reasonItem .reasonTop {
    gap: 8px;
  }
  .reason .reasonInner .reasonList .reasonItem .reasonTop .reasonCatch {
    font-size: 16px;
  }
  .reason .reasonInner .reasonList .reasonItem .reasonTop .reasonCatch .br-sp {
    display: none;
  }
}
@media (min-width: 960px) {
  .reason .reasonInner .reasonList {
    gap: 64px;
  }
  .reason .reasonInner .reasonList .reasonItem .reasonTop .reasonCatch .br-sp {
    display: block;
  }
}
.merit {
  padding: 40px 0;
  background-color: #ECF3F6;
}
.merit .meritInner .meritList {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.merit .meritInner .meritList .meritItem {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.merit .meritInner .meritList .meritItem .meritImg {
  width: 60px;
  height: auto;
}
.merit .meritInner .meritList .meritItem .meritTitle {
  width: calc(100% - 60px);
  font-size: 12px;
  font-weight: 700;
}
.merit .meritInner .meritList .meritItem .meritTitle .br-sp {
  display: block;
}

@media (min-width: 375px) {
  .merit .meritInner .meritList .meritItem .meritImg {
    width: 70px;
  }
  .merit .meritInner .meritList .meritItem .meritTitle {
    font-size: 16px;
  }
}
@media (min-width: 480px) {
  .merit .meritInner .meritList {
    width: 440px;
  }
}
@media (min-width: 768px) {
  .merit .meritInner .meritList {
    width: 450px;
    gap: 20px;
  }
  .merit .meritInner .meritList .meritItem .meritImg {
    width: 90px;
  }
  .merit .meritInner .meritList .meritItem .meritItem {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .merit .meritInner .meritList {
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    max-width: 800px;
  }
  .merit .meritInner .meritList .meritItem {
    width: calc(50% - 10px);
  }
  .merit .meritInner .meritList .meritItem .meritTitle {
    width: calc(100% - 90px);
  }
}
.benefit {
  padding: 40px 0;
  background-color: #ECF3F6;
}
.benefit .benefitInner .benefitList {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.benefit .benefitInner .benefitList .benefitItem {
  background-color: #fff;
  border: 1px solid #0070C0;
  border-radius: 8px;
  padding: 12px 16px;
}
.benefit .benefitInner .benefitList .benefitItem .benefitWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.benefit .benefitInner .benefitList .benefitItem .benefitWrap .benefitImg {
  width: 54px;
  height: auto;
}
.benefit .benefitInner .benefitList .benefitItem .benefitWrap .benefitMain {
  width: calc(100% - 54px);
}
.benefit .benefitInner .benefitList .benefitItem .benefitWrap .benefitMain .benefitTitle {
  font-size: 18px;
  font-weight: 700;
  color: #0070C0;
  margin-bottom: 4px;
}
.benefit .benefitInner .benefitList .benefitItem .benefitWrap .benefitMain .benefitText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 480px) {
  .benefit .benefitInner .benefitList {
    width: 440px;
  }
  .benefit .benefitInner .benefitList .benefitItem {
    padding: 16px 20px;
  }
}
@media (min-width: 768px) {
  .benefit .benefitInner .benefitList {
    width: 610px;
  }
  .benefit .benefitInner .benefitList .benefitItem .benefitWrap .benefitImg {
    width: 70px;
  }
  .benefit .benefitInner .benefitList .benefitItem .benefitWrap .benefitMain .benefitTitle {
    font-size: 18px;
  }
  .benefit .benefitInner .benefitList .benefitItem .benefitWrap .benefitMain .benefitText {
    font-size: 16px;
    line-height: 1.5;
  }
}
.voice {
  padding: 40px 0;
  background-color: #C2EAE9;
}
.voice .voiceInner .voiceList {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 64px;
}
.voice .voiceInner .voiceList .voiceItem {
  width: calc(100% - 24px);
  background-color: #F7FAFB;
  border-radius: 8px;
  padding: 12px;
}
.voice .voiceInner .voiceList .voiceItem .voiceTop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.voice .voiceInner .voiceList .voiceItem .voiceTop .voiceImg {
  width: 90px;
  height: 90px;
}
.voice .voiceInner .voiceList .voiceItem .voiceTop .voiceCatch {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}
.voice .voiceInner .voiceList .voiceItem .voiceTop .voiceCatch .br-sp {
  display: block;
  margin: 0;
}
.voice .voiceInner .voiceList .voiceItem .voiceTop .voiceCatch span {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #959393;
  letter-spacing: normal;
  text-align: right;
  margin-top: 4px;
}
.voice .voiceInner .voiceList .voiceItem .voiceText {
  font-size: 14px;
  font-weight: 700;
}
.voice .voiceInner .voiceList .voiceItem .voiceText .red {
  color: #D01919;
}

@media (min-width: 480px) {
  .voice .voiceInner .voiceList {
    width: 440px;
  }
  .voice .voiceInner .voiceList .voiceItem .voiceTop .voiceCatch {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .voice .voiceInner .voiceList {
    width: 90%;
    max-width: 970px;
    flex-direction: row;
  }
  .voice .voiceInner .voiceList .voiceItem {
    width: 33.3333333333%;
  }
  .voice .voiceInner .voiceList .voiceItem .voiceTop {
    align-items: flex-start;
  }
  .voice .voiceInner .voiceList .voiceItem .voiceTop .voiceCatch {
    font-size: 14px;
  }
}
.plan {
  padding: 40px 0;
  background-image: url(../image/planBg.png);
  background-size: 100%;
}
.plan .planInner .planList {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 64px;
}
.plan .planInner .planList .planItem {
  width: 100%;
  border: 2px solid #0070C0;
  border-radius: 8px;
  background-color: #F6FAFB;
}
.plan .planInner .planList .planItem .planTop {
  background-color: #0070C0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px;
  border-radius: 5px 5px 0 0;
}
.plan .planInner .planList .planItem .planTop .planImg {
  width: 54px;
  height: 54px;
}
.plan .planInner .planList .planItem .planTop .planCatch {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plan .planInner .planList .planItem .planTop .planCatch span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: normal;
}
.plan .planInner .planList .planItem .planWrap {
  padding: 20px;
  text-align: center;
}
.plan .planInner .planList .planItem .planWrap .planCatch {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}
.plan .planInner .planList .planItem .planWrap .planCatch .sm {
  font-size: 14px;
  font-weight: 500;
}
.plan .planInner .planList .planItem .planWrap .planTitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.plan .planInner .planList .planItem .planWrap .planDetail {
  display: inline-block;
  margin-bottom: 16px;
}
.plan .planInner .planList .planItem .planWrap .planDetail .planTitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.plan .planInner .planList .planItem .planWrap .planDetail .planTitle .fee {
  font-size: 40px;
  font-weight: 700;
  color: #D01919;
  font-family: "Roboto", sans-serif;
  margin: 0 4px;
}
.plan .planInner .planList .planItem .planWrap .planDetail .planTitle .big {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  margin: 0 4px;
}
.plan .planInner .planList .planItem .planWrap .planDetail .planTitle .notes {
  display: block;
  font-size: 8px;
  text-align: right;
}
.plan .planInner .planList .planItem .planWrap .planDetail .planTitle:before {
  content: "";
  width: 100%;
  height: 12px;
  background-color: #FFDA71;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
}
.plan .planInner .planList .planItem .planWrap .planDetail .notes {
  font-size: 8px;
  font-weight: 700;
  text-align: right;
}
.plan .planInner .planList .planItem .planWrap .planText {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.plan .planInner .planList .planItem .planWrap .planFigureDetail {
  display: block;
  margin-top: 12px;
}

.plan2 {
  background-image: none;
  background-color: #ECF3F6;
}

@media (min-width: 480px) {
  .plan .planInner .planList {
    width: 440px;
  }
}
@media (min-width: 768px) {
  .plan .planInner .planList {
    width: 90%;
    max-width: 900px;
    flex-direction: row;
  }
}
.qa {
  padding: 40px 0;
}
.qa .qaInner .qaList {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.qa .qaInner .qaList .qaItem {
  background-color: #F5F7F9;
  padding: 30px 20px;
  border-radius: 8px;
}
.qa .qaInner .qaList .qaItem .question {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}
.qa .qaInner .qaList .qaItem .question span {
  font-size: 24px;
  font-weight: 700;
  color: #0070C0;
  line-height: 1;
}
.qa .qaInner .qaList .qaItem .question .title {
  font-size: 18px;
  font-weight: 700;
  color: #0070C0;
}
.qa .qaInner .qaList .qaItem .answer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.qa .qaInner .qaList .qaItem .answer span {
  font-size: 24px;
  font-weight: 700;
  color: #F2635F;
  line-height: 1;
}
.qa .qaInner .qaList .qaItem .answer .text {
  font-size: 14px;
  font-weight: 700;
}
.qa .qaInner .qaList .qaItem .answer .text .red {
  font-size: 12px;
  color: #D01919;
}

@media (min-width: 480px) {
  .qa .qaInner .qaList {
    width: 440px;
  }
}
@media (min-width: 768px) {
  .qa .qaInner .qaList {
    width: 90%;
    max-width: 900px;
  }
}
.flow {
  padding: 40px 0;
  background-color: #ECF3F6;
}
.flow .flowInner .flowList {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 64px;
}
.flow .flowInner .flowList .flowItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
.flow .flowInner .flowList .flowItem .flowImg {
  width: 68px;
  height: auto;
}
.flow .flowInner .flowList .flowItem .flowMain span {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  line-height: 1;
  background-color: #0070C0;
  color: #fff;
  border-radius: 2px;
  padding: 4px 8px;
  margin-bottom: 2px;
}
.flow .flowInner .flowList .flowItem .flowMain .flowTitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.flow .flowInner .flowList .flowItem:before {
  content: "";
  width: 34px;
  height: 12px;
  background-image: url(../image/flowArrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.flow .flowInner .flowList .flowItem:nth-last-child(1):before {
  display: none;
}

@media (min-width: 480px) {
  .flow .flowInner .flowList {
    width: 440px;
  }
}
@media (min-width: 768px) {
  .flow .flowInner .flowList {
    width: 90%;
    max-width: 600px;
    gap: 48px;
  }
  .flow .flowInner .flowList .flowItem .flowImg {
    width: 90px;
  }
  .flow .flowInner .flowList .flowItem .flowMain span {
    font-size: 12px;
    padding: 6px 12px;
  }
  .flow .flowInner .flowList .flowItem .flowMain .flowTitle {
    font-size: 16px;
  }
  .flow .flowInner .flowList .flowItem:before {
    width: 36px;
    height: 13px;
    bottom: -32px;
  }
}/*# sourceMappingURL=style.css.map */