/*======= 共通 =========*/
.l-inner {
  max-width: 1146px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 640px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
a:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}
/*======= サービスFV =========*/
.p-service-fv {
  background-image: url(../img/service/fv.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  background-position: center;
  padding-top: 145px;
  padding-bottom: 95px;
}

@media screen and (max-width: 768px) {
  .p-service-fv {
    padding-top: 145px;
    padding-bottom: 34px;
    background-image: url(../img/service/fv_sp.jpg);
    /* aspect-ratio: 378/768; */
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
}

.p-service-fv__inner {
  padding-left: 74px;
}
@media screen and (max-width: 768px) {
  .p-service-fv__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.p-service-fv__title {
  font-size: 51px;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .p-service-fv__title {
    font-size: 32px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
.p-service-fv__subTitle {
  font-size: 31px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-service-fv__subTitle {
    font-size: 24px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

.p-service-fv__text {
  margin-top: 20px;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  color: #2a4f8a;
  font-size: 20px;
  font-weight: bold;
  max-width: 587px;
  line-height: 1.6;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service-fv__text {
    padding: 12px;
    font-size: 16px;
  }
}

.p-service-fv__btn {
  margin-top: 34px;
}
.c-service-btn {
  padding: 6px;
  background-color: #149d83;
  border-radius: 64px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c-service-btn {
    padding: 3px;
  }
}
.c-service-btn span {
  border-radius: 64px;
  border: solid 2px #fff;
  background-color: #149d83;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 20px 40px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-service-btn span {
    font-size: 14px;
    padding: 16px 30px;
  }
}
/*======= お悩み =========*/
.p-service-worry {
  padding-top: 97px;
  padding-bottom: 116px;
}
@media screen and (max-width: 768px) {
}
.p-service-worry__inner {
}
.p-service-worry__icon {
  width: 26px;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 768px) {
}
.p-service-worry__title {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  font-family: "Inter", sans-serif;
  margin-top: 11px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .p-service-worry__title {
    font-size: 24px;
  }
}

.p-service-worry__wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 26px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-service-worry__wrap {
    display: block;
    margin-top: 32px;
  }
}
.p-service-worry__items {
  width: 60%;
  display: flex;
  justify-content: center;
  column-gap: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-service-worry__items {
    width: 100%;
    display: block;
    background-color: #f2f0ec;
    border-radius: 8px;
    padding: 16px;
    position: relative;
  }
  .p-service-worry__items::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    transform-origin: center center;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f2f0ec;
    border-left-color: #f2f0ec;
    border-radius: 0 0 0 5px;
  }
}

.p-service-worry__item {
  position: relative;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #f2f0ec;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .p-service-worry__item {
    padding: 14px 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-worry__item {
    text-align: left;
    border-radius: 0px;
    padding: 0 0 0 30px;
    margin-top: 12px;
  }
  .p-service-worry__item:first-child {
    margin-top: initial;
  }
}
.p-service-worry__item::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  transform-origin: center center;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #f2f0ec;
  border-left-color: #f2f0ec;
  border-radius: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
  .p-service-worry__item::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    width: 20px;
    aspect-ratio: 20/20;
    background-image: url(../img/service/check_icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.p-service-worry__img {
  width: 34%;
}
.p-service-worry__img img {
  aspect-ratio: 400 / 270;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-service-worry__img {
    width: 100%;
    margin-top: 32px;
  }
}

/*======= お役に立てます =========*/

.p-service-solution {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #f2f0ec;
  position: relative;
}

.p-service-solution__inner {
}

.p-service-solution__catch {
  padding: 17px 59px;
  border-radius: 8px;
  background-color: #149d83;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  max-width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -46px;
  width: 100%;
  /* word-break: keep-all;
  overflow-wrap: anywhere; */
}
@media screen and (max-width: 1024px) {
  .p-service-solution__catch {
    padding: 17px 19px;
    top: -76px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-solution__catch {
    padding: 17px 10px;
    max-width: 340px;
  }
}

.p-service-solution__subTitle {
  font-family: "Inter", sans-serif;
  color: #2a4f8a;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .p-service-solution__subTitle {
    font-size: 16px;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}

.p-service-solution__subTitle span {
  color: #000;
}
.p-service-solution__title {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .p-service-solution__title {
    font-size: 32px;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}

.p-service-solution__wrap {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: center;
}

.p-service-solution__item {
  width: 23%;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 6px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1024px) {
  .p-service-solution__item {
    width: 22%;
  }
}
@media screen and (max-width: 768px) {
  .p-service-solution__item {
    width: 46%;
  }
}

.p-service-solution__img {
  width: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
}

.p-service-solution__content {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service-solution__content {
    font-size: 14px;
  }
}
.p-service-solution__features {
  margin-top: 110px;
}

.p-service-features__item {
  position: relative;
  z-index: 10;
}
.p-service-features__item:not(:first-child) {
  margin-top: 110px;
}
.p-service-features__item::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.42);
  border-radius: 0 16px 16px 0;
  width: 49%;
  aspect-ratio: 698/367;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .p-service-features__item::before {
    aspect-ratio: 698/417;
  }
}
@media screen and (max-width: 768px) {
  .p-service-features__item::before {
    display: none;
  }
}
.p-service-features__body {
  display: flex;
  column-gap: 24px;
  max-width: 1146px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-service-features__body {
    max-width: 640px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.p-service-features__box {
  width: 41%;
  margin-top: 58px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-service-features__box {
    width: 100%;
  }
}

.p-service-features__number {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: normal;
  color: #149d83;
  font-family: "Inter", sans-serif;
  padding-left: 57px;
  position: relative;
}
.p-service-features__number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #149d83;
  width: 50px;
  height: 1px;
}
.p-service-features__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: normal;
  font-family: "Inter", sans-serif;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .p-service-features__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
}
.p-service-features__text {
  font-family: "Inter", sans-serif;
  line-height: 1.71;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .p-service-features__text {
    font-size: 12px;
  }
}
.p-service-features__img {
  width: 57%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-service-features__img {
    width: 100%;
    margin-top: 24px;
  }
}

.p-service-features__img img {
  aspect-ratio: 626 / 417;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.p-service-solution__arrow {
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  .p-service-solution__arrow {
    max-width: 155px;
  }
}

.p-service-solution__arrow img {
  aspect-ratio: 255 / 51;
  width: 100%;
  object-fit: cover;
}

.p-service-solution__detail {
  font-family: "Inter", sans-serif;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service-solution__detail {
    font-size: 16px;
  }
}
.p-service-solution__point {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  line-height: 1.38;
  letter-spacing: normal;
  border-bottom: 2px solid #b50a0a;
  color: #b50a0a;
  text-align: center;
  margin-top: 17px;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-service-solution__point span {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .p-service-solution__point {
    font-size: 28px;
  }
  .p-service-solution__point span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-solution__point {
    font-size: 20px;
  }
  .p-service-solution__point span {
    font-size: 14px;
  }
}

/*======= 企業型確定拠出年金導入サポート =========*/
.p-support {
  padding-top: 114px;
  padding-bottom: 114px;
}

.p-support__inner {
}

.p-support__subTitle {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #2a4f8a;
  text-align: center;
  line-height: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .p-support__subTitle {
    font-size: 18px;
  }
}

.p-support__subTitle span {
  color: #000;
}
.p-support__title {
  font-style: normal;
  line-height: normal;
  font-size: 40px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-support__title {
    /* font-size: 24px; */
    font-size: 5.86vw;
  }
}

.p-support__text {
  line-height: 1.71;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.p-support__text:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-support__text {
    font-size: 12px;
  }
}
.p-support__wrap {
  margin-top: 47px;
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  justify-content: center;
}

.p-support__item {
  width: 47%;
  border-radius: 4px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 1024px) {
  .p-support__item {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .p-support__item {
    width: 100%;
  }
}
.p-support__img img {
  aspect-ratio: 520 /251;
  width: 100%;
  object-fit: cover;
}
.p-support__box {
  position: relative;
}
.p-support__content {
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-align: center;
  width: 100%;
  line-height: 1.2;
  letter-spacing: normal;
  color: #f8f8f8;
  padding: 4px 7px;
  border-radius: 4px;
  background-color: #149d83;
  max-width: max-content;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-support__content {
    font-size: 15px;
  }
}
.p-support__detail {
  padding: 26px 30px 20px;
  line-height: 1.71;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .p-support__detail {
    font-size: 12px;
    padding: 36px 30px 20px;
  }
}

/*======= 企業型確定拠出年金とは =========*/
.p-about {
  padding-top: 114px;
  padding-bottom: 109px;
  background-color: #f2f0ec;
}

.p-about__inner {
}

.p-about__wrap {
  padding: 53px 51px 43px 64px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-about__wrap {
    padding: 32px 16px;
  }
}
.p-about__box {
  padding: 51px 20px;
  background-color: #fdfbf8;
}
@media screen and (max-width: 768px) {
  .p-about__box {
    padding: 51px 12px;
  }
}

.p-about__title {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  letter-spacing: normal;
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__title {
    font-size: 18px;
  }
}
.p-about__text {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 600;
  margin-top: 24px;
  line-height: 1.71;
  letter-spacing: normal;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    font-size: 12px;
  }
}

.p-about__lists {
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

.p-about__list {
  display: flex;
  max-width: 588px;
}
@media screen and (max-width: 768px) {
  .p-about__list {
    display: block;
  }
}

.p-about__list:not(:first-child) {
  margin-top: 14px;
}
.p-about__list:nth-child(1) {
  margin-left: 0;
}
.p-about__list:nth-child(2) {
  margin-left: 60px;
}
.p-about__list:nth-child(3) {
  margin-left: 114px;
}
.p-about__list:nth-child(4) {
  margin-left: 167px;
}
@media screen and (max-width: 1024px) {
  .p-about__list:nth-child(1),
  .p-about__list:nth-child(2),
  .p-about__list:nth-child(3),
  .p-about__list:nth-child(4) {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-about__number {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 6px;
  background-color: #149d83;
  border-radius: 4px 0 0 4px;
  width: 18%;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
@media screen and (max-width: 768px) {
  .p-about__number {
    font-size: 14px;
    width: 100%;
    padding: 6px 6px;
    border-radius: 4px 4px 0 0px;
  }
}

.p-about__number span {
  font-size: 26px;
  line-height: 0.92;
}
@media screen and (max-width: 768px) {
  .p-about__number span {
    font-size: 20px;
    line-height: 0.92;
  }
}
.p-about__content {
  display: flex;
  column-gap: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  padding: 0 15px;
  width: 82%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about__content {
    padding: 15px 8px;
    width: 100%;
    border-radius: 0 0px 4px 4px;
  }
}

.p-about__img {
  width: 34px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-about__img {
    width: 24px;
  }
}
.p-about__detail {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: normal;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-about__detail {
    font-size: 14px;
  }
}

.p-about__subTitle {
  margin-top: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  font-size: 24px;
  padding-left: 13px;
  border-left: 4px solid #149d83;
}
@media screen and (max-width: 768px) {
  .p-about__subTitle {
    font-size: 18px;
    padding-left: 10px;
  }
}
.p-about__subTitle:not(:first-child) {
  margin-top: 60px;
}
.p-about__step {
  margin-top: 25px;
  padding: 6px 14px;
  border-radius: 4px;
  background-color: #149d83;
  color: #f2f0ec;
  max-width: max-content;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .p-about__step {
    font-size: 14px;
  }
}
.p-about__step span {
  position: relative;
  /* padding-left: 56px; */
  margin-right: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-about__step span {
    font-size: 12px;
    /* padding-left: 36px; */
  }
}
/* .p-about__step span::before {
  content: "◎";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #f2f0ec;
}
@media screen and (max-width: 768px) {
  .p-about__step span::before {
    width: 30px;
  }
} */
.p-about__article {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: normal;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-about__article {
    font-size: 12px;
  }
}

/*======= 導入からサポート開始までの流れ =========*/
.p-flow {
  padding-top: 96px;
  padding-bottom: 72px;
  background-color: #f2f0ec;
}

.p-flow__title {
  font-style: normal;
  line-height: normal;
  font-size: 40px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-flow__title {
    font-size: 24px;
  }
}
.p-flow__lists {
  margin-top: 40px;
}

.p-flow__item:not(:first-child) {
  margin-top: 7px;
}
.p-flow__item {
  display: flex;
  column-gap: 28px;
  background-color: #fff;
  padding: 30px 38px 20px;
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    flex-direction: column;
    padding: 30px 14px 20px;
  }
}

.p-flow__img {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .p-flow__img {
    order: 2;
    width: 100%;
    margin-top: 16px;
  }
}
.p-flow__img img {
  aspect-ratio: 402 / 196;
  width: 100%;
  object-fit: cover;
}

.p-flow__box {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .p-flow__box {
    display: contents;
  }
}
.p-flow__subTitle {
  display: flex;
  column-gap: 12px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-flow__subTitle {
    order: 1;
  }
}
.p-flow__number {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: normal;
  color: #149d83;
  font-family: "Inter", sans-serif;
  padding-left: 57px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow__number {
    padding-left: 37px;
    min-width: 56px;
  }
}
.p-flow__number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #149d83;
  width: 50px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .p-flow__number::before {
    width: 30px;
  }
}
.p-flow__heading {
  color: #149d83;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .p-flow__heading {
    font-size: 16px;
  }
}

.p-flow__detail {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.71;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .p-flow__detail {
    order: 3;
    font-size: 12px;
  }
}
.p-flow__bubble {
  line-height: 1.71;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  background-color: #b50a0a;
  padding: 10.8px 6px 6.3px 14px;
  position: relative;
  margin-top: 12px;
  max-width: max-content;
}
@media screen and (max-width: 1024px) {
  .p-flow__bubble {
    font-size: 12px;
    order: 4;
  }
}
.p-flow__bubble::before {
  content: "";
  position: absolute;
  top: -9px; /* 矢印の位置を調整 */
  left: 10%;
  transform: rotate(-45deg); /* 回転方向を修正 */
  transform-origin: center center;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #b50a0a; /* 上側の色を設定 */
  border-right-color: #b50a0a; /* 右側の色を設定 */
  border-radius: 0 5px 0 0; /* 角の丸みを修正 */
}

.p-flow__arrow {
  max-width: 84px;
  margin-left: auto;
  margin-right: auto;
}
.p-flow__arrow img {
  aspect-ratio: 144 / 30;
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
}

/*======= お客様の声 =========*/
.p-service-voice {
  padding-top: 84px;
  padding-bottom: 59px;
}

.p-service-voice__inner {
}

.p-service-voice__wrap {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  column-gap: 36px;
  padding: 32px 30px 39px 37px;
}
@media screen and (max-width: 768px) {
  .p-service-voice__wrap {
    flex-direction: column;
    padding: 32px 12px 39px 12px;
  }
}
.p-service-voice__img {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-service-voice__img {
    order: 2;
    width: 100%;
    margin-top: 16px;
  }
}
.p-service-voice__box {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .p-service-voice__box {
    display: contents;
  }
}
.p-service-voice__title {
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  font-size: 24px;
  padding-left: 13px;
  border-left: 4px solid #149d83;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .p-service-voice__title {
    order: 1;
    font-size: 18px;
    padding-left: 10px;
  }
}

.p-service-voice__text {
  margin-top: 21px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: normal;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-service-voice__text {
    order: 3;
    font-size: 12px;
  }
}
.p-service-voice__btn {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .p-service-voice__btn {
    order: 4;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-voice-btn {
  display: block;
  max-width: 202px;
  padding: 13px;
  text-align: center;
  border-radius: 64px;
  background-color: #149d83;
  color: #fff;
  line-height: normal;
  letter-spacing: normal;
  font-size: 18px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-voice-btn {
    font-size: 14px;
  }
}

/*======= 404ページ =========*/
.l-404 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.p-404 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-404 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-404__title {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .p-404__title {
    font-size: 24px;
  }
}

.p-404__text {
  font-family: "Inter", sans-serif;

  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 42px;
}
.p-404__text span {
  color: #2a4f8a;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-404__text {
    font-size: 16px;
  }
}

.p-404__btn {
  margin-top: 42px;
}
