main {
  overflow: hidden;
}

#fvContainer {
  padding: 150px 0 0;
  text-align: center;
  color: var(--primaryColor);
  display: flex;
  justify-content: center;
}

.fvContents {
  position: relative;
  color: var(--primaryColor);
}

.fvTitle span:first-of-type {
  display: block;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
}

.fvTitle span:first-of-type::after {
  content: "";
  display: block;
  width: 183px;
  height: 5px;
  background: var(--primaryColor);
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}

.fvTitle span:last-of-type {
  margin-top: 45px;
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: bold;
}







#flowContainer {
  width: 90%;
  max-width: 750px;
  margin: 100px auto 0;
}

.flowContents li {
  height: 682px;
  margin: 0 50px 50px 0;
  padding: 80px 70px 70px;
  box-sizing: border-box;
  border: 6px solid var(--primaryColor);
  background: #fff;
  border-radius: 40px;
  position: relative;
}
.flowContents li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: var(--primaryColor);
  position: absolute;
  top: 40px;
  left: 35px;
  transform: rotate(2deg);
  z-index: -1;
}

.flowImg img.tb.sp {
  display: none;
}

.flowContents li p {
  margin-top: 30px;
  font-weight: 500;
}

.flowContents li p span {
  color: var(--primaryColor);
  text-decoration: underline;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.slick-prev {
  left: 5%;
}

.slick-next {
  right: calc(50px + 5%);
}









@media (max-width: 1024px) {
#fvContainer {
  padding: 120px 0 0;
  /* text-align: center;
  color: var(--primaryColor);
  display: flex;
  justify-content: center; */
}

/* .fvContents {
  position: relative;
  color: var(--primaryColor);
}

.fvTitle span:first-of-type {
  display: block;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
}

.fvTitle span:first-of-type::after {
  content: "";
  display: block;
  width: 183px;
  height: 5px;
  background: var(--primaryColor);
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}

.fvTitle span:last-of-type {
  margin-top: 45px;
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: bold;
} */








#flowContainer {
  width: 90%;
  max-width: 600px;
  margin: 80px auto 0;
}

.flowContents li {
  height: auto;
  margin: 0 auto;
  padding: 0;
  /* box-sizing: border-box; */
  border: none;
  background: transparent;
  border-radius: 0;
  /* position: relative; */
}
.flowContents li::after {
  /* content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: var(--primaryColor);
  position: absolute;
  top: 40px;
  left: 35px;
  transform: rotate(2deg);
  z-index: -1; */
  display: none;
}

.flowImg img.pc {
  display: none;
}

.flowImg img.tb.sp {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

/* .flowContents li p {
  margin-top: 30px;
  font-weight: 500;
} */

/* .slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
} */

.slick-prev {
  left: 0%;
}

.slick-next {
  right: 0%;
}
}










@media (max-width: 560px) {
#fvContainer {
  padding: 90px 0 0;
  /* text-align: center;
  color: var(--primaryColor);
  display: flex;
  justify-content: center; */
}

/* .fvContents {
  position: relative;
  color: var(--primaryColor);
} */

.fvTitle span:first-of-type {
  /* display: block; */
  font-size: 38px;
  letter-spacing: 0.5px;
  line-height: 1;
  /* position: relative; */
}

.fvTitle span:first-of-type::after {
  /* content: "";
  display: block; */
  width: 116px;
  height: 4px;
  /* background: #fff;
  position: absolute;
  left: 50%; */
  bottom: -23px;
  /* transform: translateX(-50%); */
}

.fvTitle span:last-of-type {
  margin-top: 39px;
  /* display: block; */
  font-size: 18px;
  letter-spacing: 0.5px;
  /* line-height: 1.4;
  font-weight: bold; */
}








#flowContainer {
  /* width: 90%;
  max-width: 600px; */
  margin: 20px auto 0;
}

/* .flowContents li {
  height: auto;
  margin: 0 auto;
  padding: 0; */
  /* box-sizing: border-box; */
  /* border: none;
  background: transparent;
  border-radius: 0; */
  /* position: relative; */
/* } */
/* .flowContents li::after { */
  /* content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: var(--primaryColor);
  position: absolute;
  top: 40px;
  left: 35px;
  transform: rotate(2deg);
  z-index: -1; */
  /* display: none;
} */

/* .flowImg img.pc {
  display: none;
} */

/* .flowImg img.tb.sp {
  display: block;
  max-width: 400px;
  margin: 0 auto;
} */

/* .flowContents li p {
  margin-top: 30px;
  font-weight: 500;
} */

/* .slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
} */

/* .slick-prev {
  left: 0%;
}

.slick-next {
  right: 0%;
} */
}