@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  font-family: 'Zen Kaku Gothic New', sans-serif!important;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

h2, p {
  margin-block-start: initial;
  margin-block-end: initial;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #4f4040;
}

main {
  position: relative;
}
main::before {
  content: "";
  position: fixed;
  background: url("../lp-common/img/pc_bg.webp") no-repeat center center / cover;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer {
  background-color: white;
  padding-top: 3.125rem;
}

.footer-wrapper {
  max-width: 21.375rem;
  margin: 0 auto;
}

.footer-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-wrapper__logo {
  width: 17.0625rem;
  height: 4.8125rem;
  margin: 0 auto;
}

.footer-wrapper h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.footer-wrapper__text {
  margin-top: 1.25rem;
}

.footer-wrapper__text p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5555555556;
}

.footer-wrapper__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3.125rem;
}

.footer-wrapper__button a {
  color: #333;
  align-items: center;
  border: 0.075rem solid #333;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  padding: 0rem 1.25rem;
  position: relative;
  height: 4.5rem;
  width: 18.5rem;
  transition: .5s;
}

.footer-wrapper__button a::after {
  content: "";
  position: absolute;
  background-image: url("../lp-common/img/platworks-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.625rem;
  height: 1.125rem;
  top: 0;
  bottom: 0;
  right: 0.9375rem;
  margin: auto;
}

.footer-wrapper__button a:hover {
  opacity: 0.8;
  background-color: #EF9493;
}

.footer-wrapper__button a p {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.inner {
  width: 100%;
  padding-right: 1.4375rem;
  padding-left: 1.4375rem;
  margin-right: auto;
  margin-left: auto;
}

.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.fv-sp {
  padding-top: 0.625rem;
  max-width: 22.8125rem;
  margin: 0 auto;
}

.fv-sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-sp__img {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fv-sp__img-left {
  width: 11.5rem;
  height: auto;
}

.fv-sp__img-right {
  width: 7.5rem;
  height: auto;
}

.fv-sp__text-top {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url("../lp-common/img/fv-theme-back.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 22.8125rem;
  height: auto;
  aspect-ratio: 3.65;
  margin-top: -0.625rem;
}

.fv-sp__text-top p,
.fv-sp__text-bottom p {
  color: #4f4040;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.fv-sp__text-top p span,
.fv-sp__text-bottom p span {
  color: #e07170;
}

.fv-sp__text-bottom {
  max-width: 16.875rem;
  margin: 0 auto;
  margin-top: 0.625rem;
}

.fv-pc {
  display: none;
}

.cta-button {
  background-color: white;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1.25rem;
  margin-top: 1.25rem;
  padding-top: 1.875rem;
  padding-bottom: 0.625rem;
}
.cta-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-button li {
  text-align: center;
  margin-bottom: 1.875rem;
}

.cta-button__app img:nth-of-type(1) {
  width: 120px;
  margin: 0 auto 8px;
}
.cta-button__app img:nth-of-type(2) {
  width: 101px;
  margin:  0 auto;
}

.cta-button li h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.cta-button li h3::before,
.cta-button li h3::after {
  content: "▼";
  display: inline-block;
  margin: 0rem 1.125rem;
  font-size: 1.25rem;
  color: #e07170;
}

.cta-button__download {
  margin: 0 auto;
  margin-top: 0.3125rem;
  width: 240px;
  height: auto;
}

.cta-button__download:hover img {
  opacity: 0.8;
}

.cta-app {
  align-items: center;
  background-color: white;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1.25rem;
  column-gap: 1.875rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  margin-top: 3.125rem;
  max-width: 45rem;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}

.cta-app img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-app__item-app {
  width: 6.3125rem;
  height: 6.3125rem;
}

.cta-app__button {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}

.cta-app__button li {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.cta-app__button li h3 {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.cta-app__button li h3::after {
  content: "▶";
  display: inline-block;
  margin: 0rem 1.125rem;
  font-size: 1.25rem;
  color: #e07170;
}

.cta-app__button-download {
  width: 15rem;
  height: 4.4375rem;
}

.cta-app__button-download:hover {
  opacity: 0.8;
}

.sample-cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sample-cards li {
  max-width: 12.75rem;
  display: block;
  overflow: visible;
  position: relative;
}

.slick-slide {
  margin: 0rem 0.625rem;
}

.sample-cards li h2 {
  background-color: #e07170;
  border-radius: 0.5rem;
  color: white;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.625rem 0rem 0.625rem 0rem;
  width: 12.5rem;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
}
.sample-cards__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 25.5rem;
}

.merit-cards {
  background-image: url("../lp-common/img/merit-back.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
  height: 100%;
}

.merit-cards li {
  background-color: white;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  max-width: 21.5625rem;
  padding-top: 1.875rem;
  position: relative;
}

.merit-cards li:nth-of-type(1) {
  border-top-left-radius: 1.25rem;
  height: 18.1875rem;
}

.merit-cards li:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0rem;
  height: 0rem;
  border-top: 1.25rem solid #ef9493;
  border-left: 1.25rem solid transparent;
  z-index: 2;
}

.merit-cards li:nth-of-type(1) h3 {
  margin-left: 3.4375rem;
}

.merit-cards li:nth-of-type(1) h3::after {
  content: "1";
  color: #e07170;
  font-size: 3.25rem;
  font-weight: 500;
  position: absolute;
  left: -1.875rem;
  top: -1.25rem;
}

.merit-cards li:nth-of-type(1) .merit-cards__text {
  max-width: 20.25rem;
  margin-top: 0.8125rem;
  margin-left: auto;
}

.merit-cards li:nth-of-type(2) {
  background-color: #fff1f3;
  border-top-right-radius: 1.25rem;
  height: 18.9375rem;
}

.merit-cards li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0rem;
  height: 0rem;
  border-top: 1.25rem solid #ef9493;
  border-right: 1.25rem solid transparent;
  z-index: 2;
}

.merit-cards li:nth-of-type(2) h3 {
  margin-left: 10.625rem;
}

.merit-cards li:nth-of-type(2) h3::after {
  content: "2";
  color: #e07170;
  font-size: 3.25rem;
  font-weight: 500;
  position: absolute;
  left: -2.5rem;
  top: -0.9375rem;
}

.merit-cards li:nth-of-type(2) .merit-cards__text {
  max-width: 20.25rem;
  margin-top: 1.5625rem;
  margin-left: auto;
}

.merit-cards li:nth-of-type(3) {
  border-top-left-radius: 1.25rem;
  height: 17.25rem;
}

.merit-cards li:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0rem;
  height: 0rem;
  border-top: 1.25rem solid #ef9493;
  border-left: 1.25rem solid transparent;
  z-index: 2;
}

.merit-cards li:nth-of-type(3) h3 {
  margin-left: 3.4375rem;
}

.merit-cards li:nth-of-type(3) h3::after {
  content: "3";
  color: #e07170;
  font-size: 3.25rem;
  font-weight: 500;
  position: absolute;
  left: -1.875rem;
  top: -1.25rem;
}

.merit-cards li:nth-of-type(3) .merit-cards__text {
  max-width: 20.25rem;
  margin-top: 2.1875rem;
  margin-left: auto;
}

.merit-cards li:nth-of-type(4) {
  background-color: #fff1f3;
  border-top-right-radius: 1.25rem;
  height: 20.875rem;
}

.merit-cards li:nth-of-type(4)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0rem;
  height: 0rem;
  border-top: 1.25rem solid #ef9493;
  border-right: 1.25rem solid transparent;
  z-index: 2;
}

.merit-cards li:nth-of-type(4) h3 {
  margin-left: 10.625rem;
}

.merit-cards li:nth-of-type(4) h3::after {
  content: "4";
  color: #e07170;
  font-size: 3.25rem;
  font-weight: 500;
  position: absolute;
  left: -2.5rem;
  top: -0.9375rem;
}

.merit-cards li:nth-of-type(4) .merit-cards__text {
  max-width: 20.25rem;
  margin-top: 2.1875rem;
  margin-left: auto;
}

.merit-cards li h3 {
  color: #3d3d3d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  position: relative;
  z-index: 1;
}

.merit-cards li h3 span {
  color: #e07170;
}

.merit-cards__text p {
  color: #3d3d3d;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
}

.merit-cards__text p span {
  color: #e07170;
}

.merit-cards__dec1 {
  display: block;
  width: 7.5rem;
  height: 11.875rem;
  position: absolute;
  top: -1.875rem;
  right: 0rem;
  z-index: 2;
}

.merit-cards__dec2 {
  display: block;
  width: 6.875rem;
  height: 10.8125rem;
  position: absolute;
  top: -0.625rem;
  left: 0.3125rem;
  z-index: 2;
}

.merit-cards__dec3 {
  display: block;
  width: 9.125rem;
  height: 9.8125rem;
  position: absolute;
  top: 0.625rem;
  right: 0rem;
  z-index: 2;
}

.merit-cards__dec4 {
  display: block;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 1.875rem;
  left: -1.25rem;
  z-index: 2;
}

.advisor {
  background-color: #fff;
}

.advisor-cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advisor-cards__item {
  display: block;
  width: 21.5625rem;
  height: 39rem;
}

.advisor-cards__item:nth-of-type(2) .advisor-personal li:nth-of-type(2) {
  margin-top: 1.25rem;
}

.advisor-cards__item:nth-of-type(2) .advisor-personal__sound {
  margin-top: 0.9375rem;
}

.advisor-cards__item:nth-of-type(3) .advisor-personal li:nth-of-type(2) {
  margin-top: 1.25rem;
}

.advisor-cards__item:nth-of-type(3) .advisor-personal__sound {
  margin-top: 7.9375rem;
}

.advisor-cards__item:nth-of-type(4) .advisor-personal li:nth-of-type(2) {
  margin-top: 1.25rem;
}

.advisor-cards__item:nth-of-type(4) .advisor-personal__sound {
  margin-top: 3.4375rem;
}

.advisor-cards__item:nth-of-type(5) .advisor-personal li:nth-of-type(2) {
  margin-top: 1.25rem;
}

.advisor-cards__item:nth-of-type(5) .advisor-personal__sound {
  margin-top: 7.4375rem;
}

.slick-slide {
  margin: 0rem 0.9375rem;
}



.advisor-personal li {
  display: flex;
}

.advisor-personal li:nth-of-type(1) {
  width: 100%;
  align-items: flex-start;
  column-gap: 1.875rem;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
}

.advisor-personal li:nth-of-type(2) {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 0rem;
  max-width: 15.625rem;
}

.advisor-personal li:nth-of-type(2) p {
  font-size: 1rem;
  font-weight: 500;
}

.advisor-personal li:nth-of-type(3) {
  flex-direction: column;
  justify-content: center;
  max-width: 20rem;
  margin: 0 auto;
  margin-top: 1.5625rem;
}

.advisor-personal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advisor-personal__img {
  width: 8.75rem;
  height: 8.75rem;
}

.advisor-personal-info p {
  font-size: 1.5rem;
  font-weight: 500;
}

.advisor-personal__info-tag {
  margin-top: 0.5rem;
}

.advisor-personal__info-tag-certification {
  background-color: #ef9493;
  border-radius: 0.25rem;
  margin-bottom: 0.625rem;
  width: 9.25rem;
}

.advisor-personal__info-tag-certification p {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

.advisor-personal__text p {
  font-size: 1rem;
  font-weight: 500;
}

.advisor-personal__sound {
  width: 100%;
  margin: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-cards {
  background-color: white;
  max-width: 21.375rem;
  margin: 0 auto;
  padding-top: 9.375rem;
  padding-bottom: 8.125rem;
}

.service-cards li {
  margin-bottom: 6.875rem;
  position: relative;
  z-index: 1;
}

.service-cards li:nth-of-type(1) h3 {
  text-align: left;
}
.service-cards li:nth-of-type(1) h3::after {
  content: "1";
  color: #6eb77d;
  font-size: 3.25rem;
  font-weight: 500;
  position: absolute;
  left: 0rem;
  top: -4.6875rem;
}

.service-cards li:nth-of-type(2) .service-cards__text {
  max-width: 20.25rem;
}

.service-cards li:nth-of-type(2) h3 {
  text-align: right;
}
.service-cards li:nth-of-type(2) h3::after {
  content: "2";
  color: #6eb77d;
  font-size: 3.25rem;
  font-weight: 500;
  position: absolute;
  right: 0rem;
  top: -4.6875rem;
}

.service-cards li:nth-of-type(3) h3 {
  text-align: left;
}
.service-cards li:nth-of-type(3) h3::after {
  content: "3";
  color: #6eb77d;
  font-size: 3.25rem;
  font-weight: 500;
  position: absolute;
  left: 0rem;
  top: -4.6875rem;
}

.service-cards li:nth-of-type(4) h3 {
  text-align: right;
}

.service-cards li:nth-of-type(4) h3::after {
  content: "4";
  color: #6eb77d;
  font-size: 3.25rem;
  font-weight: 500;
  position: absolute;
  right: 0rem;
  top: -4.6875rem;
}

.service-cards li:nth-of-type(4) .service-cards__text {
  margin-top: 2.5rem;
}

.service-cards li:nth-of-type(5) {
  margin-bottom: initial;
}

.service-cards li:nth-of-type(5) .service-cards__text {
  margin-top: 2.5rem;
}

.service-cards li:nth-of-type(5) h3 {
  text-align: left;
}
.service-cards li:nth-of-type(5) h3::after {
  content: "5";
  color: #6eb77d;
  font-size: 3.25rem;
  font-weight: 500;
  position: absolute;
  left: 0rem;
  top: -4.6875rem;
}

.service-cards li h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  position: relative;
  z-index: 1;
}

.service-cards li h3 span {
  color: #6eb77d;
}

.service-cards__text {
  margin-top: 0.625rem;
}

.service-cards__text p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
}

.service-cards__dec1 {
  display: block;
  width: 12.25rem;
  height: 10.1875rem;
  position: absolute;
  top: -8.125rem;
  right: 1.25rem;
  z-index: 2;
}

.service-cards__dec2 {
  display: block;
  width: 11.5625rem;
  height: 7.75rem;
  position: absolute;
  top: -0.3125rem;
  right: 0rem;
  z-index: -1;
}

.service-cards__dec3 {
  display: block;
  width: 8.25rem;
  height: 10.875rem;
  position: absolute;
  top: -6.25rem;
  left: 0rem;
  z-index: 2;
}

.service-cards__dec4 {
  display: block;
  width: 11.5625rem;
  height: 7.75rem;
  position: absolute;
  top: 0.625rem;
  left: 0rem;
  z-index: -1;
}

.service-cards__dec5 {
  display: block;
  width: 10.625rem;
  height: 10.375rem;
  position: absolute;
  top: -7.5rem;
  right: 0.625rem;
  z-index: 2;
}

.service-cards__dec6 {
  display: block;
  width: 11.5625rem;
  height: 7.75rem;
  position: absolute;
  top: -0.3125rem;
  right: 0rem;
  z-index: -1;
}

.service-cards__dec7 {
  display: block;
  width: 10.625rem;
  height: 10.375rem;
  position: absolute;
  top: -6.25rem;
  left: 0rem;
  z-index: 2;
}

.service-cards__dec8 {
  display: block;
  width: 11.5625rem;
  height: 7.75rem;
  position: absolute;
  top: 0.625rem;
  left: 0rem;
  z-index: -1;
}

.service-cards__dec9 {
  display: block;
  width: 8.125rem;
  height: 13.125rem;
  position: absolute;
  top: -7.5rem;
  right: 0rem;
  z-index: 2;
}

.service-cards__dec10 {
  display: block;
  width: 11.5625rem;
  height: 7.75rem;
  position: absolute;
  top: 0.625rem;
  right: 0rem;
  z-index: -1;
}


.flow-list {
  background-color: white;
  margin: 0 16px;
  padding-top: 1.25rem;
  padding-bottom: 3.75rem;
}

.flow-list__card {
  position: relative;
  z-index: 1;
}

.flow-list__card:nth-of-type(4) .flow-list__card-content {
  border-left: initial;
  padding-bottom: initial;
}

.flow-list__card-title {
  align-items: center;
  display: flex;
  flex-direction: row;
  column-gap: 0.625rem;
}

.flow-list__card-title-num {
  display: block;
  background-color: #e07170;
  border-radius: 50%;
  width: 5rem;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.flow-list__card-title-num p {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

.flow-list__card-title-num p:nth-of-type(2) {
  font-size: 3rem;
  font-weight: 700;
  line-height: 29px;
}

.flow-list__card-title h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color:#E07170;
}

.flow-list__card-content {
  margin-left: 2.5rem;
  padding-bottom: 3.125rem;
  border-left: 0.1875rem solid #ef9493;
}

.flow-list__card-dec2 {
  display: block;
  width: 5.3125rem;
  height: 9.9375rem;
  position: absolute;
  top: 0rem;
  right: 0.625rem;
  z-index: 2;
}

.flow-list__card-dec3 {
  display: block;
  width: 85px;
  position: absolute;
  top: -1.875rem;
  right: 7px;
  z-index: 2;
}

.flow-list__card-dec4 {
  display: block;
  width: 108px;
  position: absolute;
  top: -40px;
  right: 0rem;
  z-index: 2;
}

.flow-cta {
  background-color: #fff1f3;
  /* max-width: 17.5rem; */
  margin-left: 1.875rem;
  padding: 16px;
}
.flow-cta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-cta__item {
  margin-bottom: 0.625rem;
}

.flow-cta__item:last-child {
  margin-top: 2rem;
}

.flow-cta__item:nth-of-type(1) {
  margin-bottom: initial;
}

.flow-cta__item h4 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.flow-cta__item h4::before {
  content: "▼";
  display: inline-block;
  margin: 0rem 1.125rem;
  font-size: 1.25rem;
  color: #e07170;
}

.flow-cta__item h4::after {
  content: "▼";
  display: inline-block;
  margin: 0rem 1.125rem;
  font-size: 1.25rem;
  color: #e07170;
}

.flow-cta__item-download {
  margin: 0 auto;
  margin-top: 0.3125rem;
  height: auto;
}

.flow-cta__item-download:hover img {
  opacity: 0.8;
}

.flow-app {
  display: none;
}

.flow-app img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-app__item-app {
  width: 6.3125rem;
  height: 6.3125rem;
}

.flow-app__button {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}

.flow-app__button li {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
}

.flow-app__button li h3 {
  font-size: 1.25rem;
  font-weight: 500;
}

.flow-app__button li h3::after {
  content: "▶";
  display: inline-block;
  margin: 0rem 1.125rem;
  font-size: 1.25rem;
  color: #e07170;
}

.flow-app__button-download {
  width: 15rem;
  height: 4.4375rem;
}

.flow-app__button-download:hover {
  opacity: 0.8;
}

.flow-step {
  align-items: flex-start;
  background-color: #fff1f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1.875rem;
  padding: 1.25rem 0.625rem 1.25rem 2.5rem;
}

.flow-step p {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  position: relative;
  z-index: 1;
}

.flow-step p::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../lp-common/img/limited-check.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.3125rem;
  left: -1.875rem;
  z-index: 2;
}

.qa {
  background-color: #fff;
}

.qa-area {
  background-color: white;
  max-width: 21.5625rem;
  margin: 0 auto;
  padding-top: 2.8125rem;
  padding-bottom: 1.25rem;
}

.qa-area li {
  margin-bottom: 35px;
}

/*アイコンのQとA*/
.qa-area__title {
  background-color: #ef9493;
  border-top-right-radius: 1.25rem;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  padding: 0.9375rem 0.625rem 0.625rem 3.125rem;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.qa-area__title:last-child {
  margin-bottom: initial;
}

.qa-area__title::before {
  position: absolute;
  content: "Q";
  font-size: 1.25rem;
  font-weight: 800;
  color: white;
  top: 0.9375rem;
  left: 1.25rem;
}

.qa-area__title::after {
  content: "";
  position: absolute;
  background-image: url("../lp-common/img/qa-open.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  top: 1.25rem;
  right: 0.9375rem;
}

/*アコーディオンで現れるエリア*/
.qa-area__box {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left;
  background-color: #fff1f3;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.2s ease-out, opacity 0.2s ease-out, padding 0.2s ease-out;
}

.qa-area__box.is-open {
  max-height: 500px;
  opacity: 1;
  padding: 15px 18px;
}

.qa-area__box a {
  color: #e07170;
  font-weight: 700;
}

.qa-area__title.open {
  margin-bottom: initial;
}

.qa-area__title.open::after {
  background-image: url("../lp-common/img/qa-close.png");
}

.test {
  color: red;
  font-size: 1.5rem;
  background-color: aqua;
}

.fv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about {
  /* background-image: url("../lp-common/img/about_bg.webp");
  background-size: cover;
  background-repeat: no-repeat; */
  position: relative;
  background-color: #fff;
  z-index: 1;
  padding: 0 0 60px;
}
.about:after {
  content: "";
  background-image: url("../lp-common/img/about_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  width: 100%;
  /* background-color: #fff; */
  z-index: -1;
}

.cta {
  background-color: #fff;
  padding-bottom: 3.125rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.cta_sec {
  padding-bottom: 64px;
}
.cta:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../lp-common/img/cta-back.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.about_cta {
  background-color: transparent;
}
.about_cta:after {
  display: none;
}


.cta-dec {
  display: block;
  width: 6.5625rem;
  height: 8.625rem;
  position: absolute;
  top: -3.75rem;
  right: 0rem;
  z-index: 2;
}

.cta-wrapper {
  margin: 0 20px;
  padding-top: 0.625rem;
}

.cta-wrapper h2 {
  color: #e07170;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.cta-wrapper h2 span {
  font-size: 1.5rem;
  font-weight: 700;
}

.sample {
  background-image: url("../lp-common/img/cta-back.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
  width: 100%;
  height: 100%;
}

.sample-wrapper {
  padding-left: 20%;
}

.trouble {
  position: relative;
  z-index: 1;
}

.trouble-wrapper__q {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 0.625rem;
}

.trouble-wrapper__q img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trouble-wrapper__q-dec {
  margin-top: -2.8125rem;
  width: 7.8125rem;
}

.trouble-wrapper__q-text {
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trouble-wrapper__q-text-logo {
  width: 100%;
  max-width: 300px;
}

.trouble-wrapper__q-text h2 {
  color: #6eb77d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.625rem;
  margin-left: 0.3125rem;
}

.trouble-wrapper__q-pc {
  align-self: start;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 3.125rem;
}

.trouble-wrapper__q-pc h2 {
  display: none;
}

.trouble-wrapper__q-pc-logo {
  display: none;
}

.trouble-wrapper__a {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.trouble-wrapper__a-text {
  background-color: #6eb77d;
  width: 100%;
  padding: 24px 0rem 24px 0rem;
}

.trouble-wrapper__a-text h2 {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  margin: 0 auto;
}

.trouble-wrapper__a-dec {
  display: block;
  width: 9.0625rem;
  height: 10.75rem;
  position: absolute;
  top: 45%;
  right: -3.125rem;
  z-index: 2;
}

.trouble-wrapper__a-dec2 {
  display: block;
  width: 8.8125rem;
  height: 8.5625rem;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  z-index: 2;
}

.trouble-wrapper__a-dec3 {
  display: none;
}

.merit {
  overflow: visible;
  background-color: white;
  position: relative;
  z-index: 1;
}

.merit-wrapper__text {
  background-color: #EF9493;
  width: 100%;
  padding: 1.875rem 0rem 1.875rem 0rem;
  position: relative;
  display: inline-block;
}

.merit-wrapper__text h2 {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1538461538;
  text-align: center;
  margin: 0 auto;
  max-width: 18.3125rem;
}

.merit-wrapper__text h2 span {
  font-size: 3.25rem;
}

.movie {
  background-color: #fcf4f5;
  padding-top: 1.25rem;
}

.movie-wrapper {
  max-width: 19.5rem;
  margin: 0 auto;
}

.movie-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie-wrapper__title {
  display: flex;
  column-gap: 0.625rem;
  margin: 0 0 22px;
}

.movie-wrapper__title-circle {
  align-items: center;
  background: #fff;
  border: 0.0625rem solid #ef9493;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 18px 19px;
}

.movie-wrapper__title-circle p {
  color: #e07170;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
}

.movie-wrapper__title-logo {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.movie-wrapper__title-logo p {
  color: #ef9493;
  font-size: 1.125rem;
  font-weight: 700;
}

.movie-wrapper__title-logo-img {
  width: 9.3125rem;
  height: 1.8125rem;
}

.movie-wrapper__video {
  display: flex;
  flex-direction: column;
}

.movie-wrapper__video li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.movie-wrapper__video li:nth-of-type(2) {
  margin: initial;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.movie-wrapper__video-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.movie-wrapper__video-items video {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1.8;
  display: block;
}

.movie-wrapper__video li p {
  width: 100%;
  color: #e07170;
  font-size: 1rem;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  margin: 0 0 32px;
}

.advisor-wrapper {
  position: relative;
}

.about_sample_scroll.advisor_scroll {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.advisor-wrapper__text {
  background-color: #ef9493;
  width: 100%;
  padding: 1.875rem 0rem 1.875rem 0rem;
}

.advisor-wrapper__text h2 {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}

.advisor-wrapper__content {
  background-color: white;
  margin: 0 auto;
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
}

.advisor-wrapper .scroll-arrow {
  margin-top: 3.125rem;
}

.service {
  background-color: #fff;
}

.service-wrapper__text {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.service-wrapper__text img {
  display: block;
  width: 100%;
  height: auto;
}

.service-wrapper__text-title {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}

.service-wrapper__text-title h2 {
  color: #6eb77d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.service-wrapper__text-title h2 span {
  color: #6eb77d;
  font-size: 3.25rem;
  font-weight: 500;
}


.limited-wrapper__img {
  position: relative;
  z-index: 1;
  overflow: visible;
  max-width: 23.4375rem;
  margin: 0 auto;
}
.limited-wrapper__img-left {
  display: block;
  width: 15.125rem;
  height: 14.125rem;
  position: absolute;
  bottom: -10rem;
  left: -7%;
  z-index: 4;
}

.limited-wrapper__img-middle {
  display: block;
  width: 8.3125rem;
  height: 8.3125rem;
  position: absolute;
  bottom: -6.25rem;
  right: 6%;
  z-index: 4;
}

.limited-wrapper__img-middle-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6666666667;
  position: absolute;
  bottom: 1.875rem;
  left: 15%;
  z-index: 4;
}

.flow {
  background-color: #fff;
}

.flow-wrapper__text {
  background-color: #ef9493;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  padding: 1.875rem 0rem 1.875rem 0rem;
  width: 100%;
  overflow: visible;
}

.flow-wrapper__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ef9493 transparent transparent;
  translate: -50% 100%;
  z-index: 2;
}

.flow-wrapper__text h2 {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
}

.qa-wrapper__text {
  background-color: #f5f0e1;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 1.875rem 0rem 1.875rem 0rem;
  width: 100%;
  overflow: visible;
}

.qa-wrapper__text h2 {
  color: #e07170;
  font-size: 1.5rem;
  font-weight: 700;
}

.u-desktop {
  display: none;
}

.play-button {
  background-color: #2bb94e;
  color: white;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  width: fit-content;
  padding: 14px 12px 14px 100px;
  position: relative;
  transition: background-color 0.3s;
  margin: 0 auto;
}

.play-button::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1.9375rem;
  background-image: url("../lp-common/img/sound-btn.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.625rem;
  left: 1.125rem;
}

.play-button::after {
  content: "";
  display: block;
  width: 2.125rem;
  height: 2rem;
  background-image: url("../lp-common/img/sound-line.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.625rem;
  left: 60px;
}

.play-button:hover {
  opacity: 0.8;
}

.scroll-arrow {
  align-items: center;
  cursor: pointer;
  column-gap: 0.625rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.scroll-arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-arrow li p {
  color: #e07170;
  font-size: 1.5rem;
  font-weight: 700;
}

.scroll-arrow__next {
  width: 2.5625rem;
}

.slider-navigation {
  display: flex !important;
  justify-content: center;
  margin-top: 0.3125rem;
  list-style: none;
}

.slider-navigation li {
  margin: 0 6px;
}

.slider-navigation li button {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  transition: background-color 0.1s;
}

.slider-navigation .slick-active button {
  background-color: #ef9493;
}

.fukidashi {
  position: relative;
  display: inline-block;
  margin: 0 auto 1.25rem;
  padding: 0.625rem 0rem;
  width: 21.875rem;
  border: 0.1875rem solid #ef9493;
  border-radius: 0.625rem;
  background-color: white;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #e07170;
}

.fukidashi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #e07170 transparent transparent;
  translate: -50% 100%;
}
.fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 37.8px 0 37.8px;
  border-color: white transparent transparent;
  translate: -50% 100%;
}


/* 修正追記分 */

.content_area {
  max-width: 450px;
  overflow: hidden;
  margin: 0 auto;
}

.about_sample .swiper-slide {
  width: 204px;
}

.advisor .swiper-slide {
  width: 100%;
}

.advisor .advisor-cards__item {
  margin: 0 30px;
  width: unset;
  height: auto;
}

.about-sample-swiper .swiper-button-next,
.about-sample-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #E07170;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.about-sample-swiper .swiper-button-next::after,
.about-sample-swiper .swiper-button-prev::after {
  background: #fff;
  width: 12px;
  height: 16px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  margin: 0 -4px 0 0;
}
.about-sample-swiper .swiper-button-prev::after {
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  margin: 0 0 0 -4px;
}

.about_sample_scroll {
  width: 106px;
  margin: 12px auto 0;
  transform: translateX(20%);
}

/* Advisor Swiper Styles */
.advisor-swiper {
  padding: 0 1rem;
}

.advisor-swiper .swiper-slide {
  height: auto;
}

.advisor-swiper .swiper-button-next,
.advisor-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #E07170;
  border-radius: 50%;
  top: 218px;
}

.advisor-swiper .swiper-button-next::after,
.advisor-swiper .swiper-button-prev::after {
  background: #fff;
  width: 12px;
  height: 16px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  margin: 0 -4px 0 0;
}

.advisor-swiper .swiper-button-prev::after {
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  margin: 0 0 0 -4px;
}

.advisor-swiper .swiper-pagination {
  position: relative;
  margin-top: 5rem;
}

.advisor-swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #D9D9D9;
  opacity: 1;
  transition: all 0.3s ease;
}

.advisor-swiper .swiper-pagination-bullet-active {
  background: #E07170;
}

.to_top {
  background-color: #fff;
}

@media screen and (min-width: 1200px) {
  .to_top {
    position: fixed;
    bottom: 58px;
    right: calc((55% - 450px) / 2);
    width: 80%;
    max-width: 450px;
    z-index: 100;
    background: transparent;
  }
}

.to_top .to_top_link {
  max-width: 280px;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EF9493;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 15px 0 14px;
  position: relative;
}

.to_top .to_top_link .to_top_link_icon {
  width: 16px;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 55px;
  transform: translateY(-50%);
  object-fit: contain;
}

.footer-wrapper__info {
  background-color: #FFF1F3;
  padding: 30px 20px 40px;
  margin: 30px 0 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

@media screen and (min-width: 1200px) {
  .footer-wrapper__info {
    padding: 30px 20px 70px;
  }
}

.footer-wrapper__info_title {
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  color: #4F4040;
  border: 1px solid #4F4040;
  padding: 22px 10px;
  flex-shrink: 0;
 
}

.footer-wrapper__info_company {
  font-size: 14px;
  font-weight: 400;
}

.footer-wrapper__info_company_name {
  font-weight: 500;
  line-height: 32px;
}

.footer-wrapper__copyright {
  text-align: center;
  background-color: #EF9493;
  padding: 12px 0;
}

.footer-wrapper__copyright small {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}


.pc_outside {
  display: none;
}

@media screen and (min-width: 1200px) {
  .content_area {
    margin: 0 calc((55% - 450px) / 2) 0 auto;
  }


  .pc_outside {
    max-width: 470px;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    margin: 0 auto 0 calc((60% - 470px) / 2);
  }

  .pc_outside_wrapper {
    padding: 60px 0 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .pc_outside_wrapper_img {
    height: 130px;
  }
  .pc_outside_wrapper_img img {
    width: auto;
    height: 100%;
    object-fit: contain;
  }

  .pc_outside_wrapper_text_wrapper{
    margin: 1rem 0;
  }

  .pc_outside_wrapper_text {
    font-size: 30px;
    font-weight: 700;
    color: #E07170;
    line-height: 1.2;
    margin-bottom: 1rem;
  }

  .pc_outside_wrapper_text__sub {
    font-size: 21px;
    font-weight: 500;
    color: #4F4040;
  }

  .outside_cta {
    max-width: 335px;
    height: auto;
    padding: 0;
  }
  .outside_cta .cta-wrapper {
    margin: 0;
  }

  .outside_cta .cta-button__app img:nth-of-type(1) {
    margin: 0 auto 18px;
  }

  .pc_outside .cta-button {
    margin: 0;
    position: relative;
  }

  .pc_outside .cta-button .pc_outside_wrapper_character {
    width: 171px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 300px;
  }

  .pc_outside_wrapper_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pc_outside_wrapper_link li a {
    line-height: 2;
    font-weight: 500;
    color: #6EB77D!important;
  }
}