@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4159292035vw;
  }
}
@media (min-width: 1130px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, sans-serif;
  color: #222222;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-awerd {
  margin-top: 5rem;
}

.l-bg-green {
  margin-top: 0;
  padding-block: 5rem;
  background-color: #C7E3DD;
}

.l-contact {
  margin-top: 5rem;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1130px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-security {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-security {
    margin-top: 6.25rem;
  }
}

.c-head1 {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 900;
  color: #fff;
  background-color: #009682;
  text-align: center;
  padding: 1.25rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-head1 {
    font-size: 2.25rem;
    padding: 0.625rem 1.25rem;
  }
}
.c-head1:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.25rem;
  background: url("../images/icon-arrow1.svg") no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}

.c-table {
  width: 100%;
  background-color: #d9d9d9;
  border-spacing: 0.125rem;
}
.c-table thead th {
  background-color: #398071;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-table thead th {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}
.c-table thead th:nth-child(1) {
  width: 3.25rem;
}
@media screen and (min-width: 768px) {
  .c-table thead th:nth-child(1) {
    width: 5.625rem;
  }
}
.c-table thead th:nth-child(2) {
  width: 7.8125rem;
}
@media screen and (min-width: 768px) {
  .c-table thead th:nth-child(2) {
    width: 19.375rem;
  }
}
.c-table thead th:nth-child(3) {
  width: 7.8125rem;
}
@media screen and (min-width: 768px) {
  .c-table thead th:nth-child(3) {
    width: 24.875rem;
  }
}
.c-table tbody th {
  background-color: #8dd2bf;
  font-size: 0.75rem;
  line-height: 1.1;
  padding: 0.8125rem 0;
}
@media screen and (min-width: 768px) {
  .c-table tbody th {
    font-size: 0.8125rem;
    padding: 1.1875rem 0.6875rem;
  }
}
.c-table tbody td {
  background-color: #fff;
  font-size: 0.75rem;
  line-height: 1.4545454545;
  padding: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-table tbody td {
    font-size: 0.9375rem;
    padding: 0.8125rem 1.25rem;
  }
}

.c-table__imgList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-table__imgList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-table__imgList li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-table__list {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-table__list {
    margin-top: 0;
  }
}
.c-table__list li {
  display: grid;
  grid-template-columns: auto 1fr;
}
.c-table__list li::before {
  content: "・";
}

.c-table__text {
  font-weight: 900;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-table__text {
    font-size: 1.125rem;
  }
}
.c-table__text .sm {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-table__text .sm {
    font-size: 0.75rem;
  }
}
.c-table__text .md {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-table__text .md {
    font-size: 0.8125rem;
  }
}
.c-table__text .lg {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-table__text .lg {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .c-table__wrap {
    display: grid;
    grid-template-columns: 4.375rem 1fr;
    gap: 0.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-title1 {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 900;
  padding-bottom: 0.9375rem;
  border-bottom: 1px dashed #009682;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title1 {
    font-size: 1.375rem;
  }
}
.c-title1 span {
  color: #009682;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .c-title1 span {
    font-size: 2rem;
  }
}

.splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .splide__arrows {
    width: 99%;
  }
}
@media screen and (min-width: 1081px) {
  .splide__arrows {
    width: 104%;
  }
}
.splide__arrows button {
  width: 0.75rem;
  height: 1.5rem;
}
.splide__arrows svg {
  display: none;
}

.splide__arrow--prev {
  background: url("../images/icon-arrow-left.svg") no-repeat center/contain;
}

.splide__arrow--next {
  background: url("../images/icon-arrow-right.svg") no-repeat center/contain;
}

.splide__pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
}
.splide__pagination .splide__pagination__page {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #C7E3DD;
  border-radius: 50%;
}
.splide__pagination .splide__pagination__page.is-active {
  background-color: #009682;
}

.p-app__slide {
  background-color: #F3FBF9;
  padding: 2.5rem 1.25rem;
}

@media (max-width: 767px) {
  .p-app__slide {
    padding: 1.5rem 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-app__slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2%;
    padding: 3.75rem;
  }
}
.p-app__slide:nth-child(3) {
  background-color: #F2FAFD;
}
.p-app__slide:nth-child(4) {
  background-color: #F4F7FA;
}

.p-app__container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-app__container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-app__container.--mark1 {
  position: relative;
}
.p-app__container.--mark1:after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background: url("../images/icon-app-sm1.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-app__container.--mark1:after {
    width: 5rem;
    height: 5rem;
  }
}
.p-app__container.--mark2 {
  position: relative;
}
.p-app__container.--mark2:after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background: url("../images/icon-app-sm2.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-app__container.--mark2:after {
    width: 5rem;
    height: 5rem;
  }
}
.p-app__container.--mark3 {
  position: relative;
}
.p-app__container.--mark3:after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background: url("../images/icon-app-sm3.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-app__container.--mark3:after {
    width: 5rem;
    height: 5rem;
  }
}

.p-app__icon {
  display: block;
  width: 6.25rem;
  margin-inline: auto;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .p-app__icon {
    width: 7.5rem;
  }
}

.p-app__name {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-top: 0.9375rem;
}
.p-app__name_stock {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-app__name {
    font-size: 1.5rem;
    text-align: left;
    margin-top: 0;
  }
  .p-app__name_stock {
    font-size: 1.5rem;
    text-align: left;
    margin-top: -10px;
  }
}

.p-app__desc {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-app__desc {
    margin-top: 4.375rem;
    font-size: 1rem;
  }
}

.p-app__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .p-app__img {
    margin-top: 1.5rem;
  }
}

.p-awerd__img {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-awerd__img {
    max-width: 50rem;
    margin-inline: auto;
  }
}

.p-contact__box {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__box {
    margin-top: 0;
    position: relative;
  }
}

.p-contact__text {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    text-align: center;
    margin-top: 5rem;
    translate: 0 -100%;
  }
}

.p-contact__img {
  width: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__img {
    width: 9.4375rem;
    position: absolute;
    right: 2.5rem;
    top: 0;
    translate: 0 -50%;
  }
}

.p-contact__list {
  margin-top: -0.3125rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-contact__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    padding: 2.5rem 6.25rem;
    background-color: #fff;
  }
}

.p-contact__item {
  border-radius: 0.625rem;
  background-color: #fff;
  padding-bottom: 1.875rem;
}
.p-contact__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-contact__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 900;
  color: #fff;
  text-align: center;
  background-color: #009682;
  padding: 1.1875rem;
  border-radius: 0.625rem 0.625rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 1.125rem;
  }
}

.p-contact__body {
  margin-top: 1.25rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__body {
    margin-top: 0;
    padding-top: 1.25rem;
    padding-bottom: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100% - 4.0625rem);
    border: 2px solid #009682;
    border-top: none;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}

.p-contact__num {
  font-size: 1.75rem;
  line-height: 0.9285714286;
  font-weight: 900;
  color: #009682;
  text-align: center;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__num {
    font-size: 2.25rem;
  }
}
.p-contact__num:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/icon-tel.svg") no-repeat center/contain;
}

.p-contact__time {
  display: block;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  margin-top: 0.625rem;
}
.p-contact__time.--left {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-contact__btn {
  font-size: 1.75rem;
  line-height: 0.9285714286;
  font-weight: 900;
  color: #009682;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-contact__btn:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/icon-arrow3.svg") no-repeat center/contain;
  translate: 0 1px;
}

.p-contact__attention {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
  margin-top: 1.25rem;
}

.p-flow__list {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.3125rem;
  }
}

.p-flow__item {
  counter-increment: num;
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
}
.p-flow__item:nth-child(n+2) {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-flow__item:not(:last-child):after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 1.25rem;
  background: url("../images/icon-arrow2.svg") no-repeat center/contain;
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  translate: -50% 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__item:not(:last-child):after {
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    top: 50%;
    right: 0;
    translate: 100% -50%;
    rotate: -90deg;
  }
}

.p-flow__num {
  display: inline-block;
  width: 5.75rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.3125rem;
  background-color: #009682;
  border-radius: 0.625rem;
  margin-inline: auto;
}
.p-flow__num:after {
  content: counter(num);
  font-size: 1.375rem;
}

.p-flow__title {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-flow__icon {
  width: 11.375rem;
  margin-inline: auto;
  margin-top: 1.875rem;
}

.p-flow__text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 2.5rem;
}
.p-flow__text a {
  color: #2254D4;
  text-decoration: underline;
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 10;
  overflow-y: scroll;
  padding: 1.25rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-modal {
    height: 100vh;
    padding: 3.75rem;
  }
}

.p-modal__inner {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-modal__inner {
    max-width: 68.75rem;
    padding: 2.5rem;
  }
}

.p-modal__btn {
  display: block;
  width: 5.25rem;
  margin-left: auto;
}
.p-modal__btn.--center {
  margin-inline: auto;
  margin-top: 2.5rem;
}

.p-modal__title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 900;
  color: #009682;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-modal__title {
    font-size: 1.75rem;
    margin-top: 0.625rem;
  }
}
.p-modal__title span {
  display: inline-block;
  font-size: 0.75rem;
  translate: 0 -50%;
}

.p-modal__titleSm {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  font-weight: 700;
  text-align: center;
  color: #0ABC86;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-modal__titleSm {
    font-size: 1.125rem;
    margin-top: 1.6875rem;
  }
}

.p-modal__text {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-modal__text {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-modal__text.--center {
    text-align: center;
  }
}

.p-modal__banner {
  margin-top: 0.625rem;
  margin-bottom: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-modal__banner {
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-modal .p-point1__caution {
  padding-inline: 0;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-modal .p-point1__caution {
    max-width: none;
    max-width: initial;
  }
}
.p-modal .p-point1__cautionNum,
.p-modal .p-point1__cautionText {
  font-size: 0.9375rem;
}
.p-modal .p-point1__caution2 {
  font-size: 0.9375rem;
  padding-inline: 0;
}

.p-modal__img {
  margin-top: 2.5rem;
  width: 13rem;
  margin-inline: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-modal__img {
    width: 28rem;
  }
}

.p-modal__caution {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-modal__caution {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-modal__caution.--center {
    text-align: center;
  }
}

.p-modal__list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-modal__list {
    max-width: 36rem;
    margin-inline: auto;
  }
}

.p-modal__item {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 700;
  counter-increment: list;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-modal__item {
    font-size: 1.125rem;
  }
}
.p-modal__item::before {
  content: counter(list);
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #0ABC86;
  width: 2.8125rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #0ABC86;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-point1 {
  padding-bottom: 1.875rem;
}

.p-point1__title {
  font-size: 1.125rem;
  font-weight: 900;
  padding: 0 1.5625rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-point1__title {
    font-size: 1.875rem;
    padding: 0;
    margin-top: 1.875rem;
    text-align: center;
  }
}
.p-point1__title span {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-point1__title span {
    font-size: 1.25rem;
  }
}

.p-point1__text {
  font-size: 0.9375rem;
  line-height: 1.4333333333;
  padding: 0 1.5625rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-point1__text {
    font-size: 1.25rem;
    padding: 0;
    margin-top: 1.875rem;
  }
}

.p-point1__table {
  margin-top: 1.875rem;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-point1__table {
    padding: 0 1.25rem;
    margin: 3.125rem auto 0;
    padding: 0;
  }
}

.p-point1__copy {
  font-size: 1rem;
  font-weight: 900;
  text-align: right;
  margin-top: 0.9375rem;
  padding-right: 1.25rem;
  color: #398071;
}
@media screen and (min-width: 768px) {
  .p-point1__copy {
    font-size: 1.6875rem;
    text-align: center;
    padding-right: 0;
  }
}

.p-point1__list {
  padding-left: 3.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-point1__list {
    padding-left: 0;
    max-width: 32.5rem;
    margin: 0.625rem auto 0;
    gap: 3.75rem;
  }
}

.p-point1__item::before {
  content: "";
  display: block;
  width: 2.1875rem;
  height: 0.9375rem;
  background-color: #398071;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  margin: 0 auto 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-point1__item::before {
    width: 3.75rem;
    height: 1.75rem;
  }
}

.p-point1__cautionText a,
.p-point1__caution2 a {
  color: #2254d4;
  text-decoration: underline;
}

.p-point1__caution {
  font-size: 0.625rem;
  padding: 0 1.5625rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-point1__caution {
    padding: 0;
    max-width: 50.125rem;
    margin: 1.5625rem auto 0;
    font-size: 1rem;
  }
}

.p-point1__cautionItem {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
}

.p-point1__caution2 {
  font-size: 0.625rem;
  margin-top: 0.9375rem;
  padding: 0 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-point1__caution2 {
    font-size: 1rem;
    margin: 1.5625rem auto 0;
    padding: 0;
  }
}

.p-point1__cta {
  margin-top: 1.5625rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-point1__cta {
    margin-top: 3.125rem;
  }
}

.p-security__text {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-security__text {
    font-size: 1rem;
  }
}

.p-security__slide {
  padding: 2.5rem 1.25rem;
  background-color: #fff;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-security__slide {
    padding: 3.75rem;
  }
}

.p-security__icon {
  width: 10.125rem;
  margin-inline: auto;
}

.p-security__title {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-security__title {
    font-size: 1.5rem;
    margin-top: 1.25rem;
  }
}

.p-security__desc {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.03em;
  margin-top: 1.875rem;
}

.p-security .splide {
  margin-top: 3.75rem;
}
.p-security .splide__pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
}
.p-security .splide__pagination .splide__pagination__page {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  border-radius: 50%;
}
.p-security .splide__pagination .splide__pagination__page.is-active {
  background-color: #009682;
}

.cont05 {
  margin-top: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.cont_ttl02 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cont_ttl02 {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
  }
}
.r_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .r_list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.r_list li {
  width: 32%;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .r_list li {
    width: 49%;
    margin-top: 15px;
  }
}
.r_list li a {
  color: #009682;
  font-weight: 500;
  border: 1px solid #009682;
  text-align: center;
  padding: 15px 0;
  font-size: 1rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .r_list li a {
    color: #009682;
    font-weight: 500;
    border: 1px solid #009682;
    text-align: center;
    padding: 15px 0;
    font-size: 2.93vw;
    display: block;
  }
}
.arrow {
  position: relative;
}

.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.r_list .ar::before {
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #009682;
  border-right: 2px solid #009682;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .r_list .ar::before {
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #009682;
    border-right: 2px solid #009682;
  }
}
.foot {
  padding: 100px 0 140px;
}

@media screen and (max-width: 767px) {
  .foot {
    padding: 60px 0 100px;
  }
}
.ft01 {
  text-align: center;
}
.ft01 a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .ft01 {
    text-align: center;
  }
}
.ft02 {
  text-align: center;
  margin-top: 30px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .ft02 {
    text-align: center;
    margin-top: 30px;
    font-size: 2.8vw;
  }
}
.sc {
  width: 100%;
  bottom: 0;
  background: #434343;
  padding: 10px 0 10px;
  z-index: 3;
  border-radius: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.sc.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sc .rela {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.sc .rela.is-active {
  position: static;
}

/* 追従ボタンのスタイル調整 */
.sc .btn02 {
  max-width: 720px !important;
  width: 90% !important;
  margin: 0 auto !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.sc .btn02-main {
  font-size: 2.5rem !important;
}

@media screen and (max-width: 767px) {
  .sc .btn02 {
    width: 90% !important;
  }
  
  .sc .btn02-main {
    font-size: 5.56vw !important;
  }
}

.btn02 {
  margin: 0px auto 0;
  max-width: 720px;
  display: block;
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  background: #e83a3a;
  border-radius: 3px;
  line-height: 60%;
}

.btn02 span {
  display: inline-block;
  text-align: center;
}

.arrow {
  position: relative;
}
.arrow.is-active {
  position: static;
}

.scab {
  display: inline-block;
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .sc {
    width: 100%;
    bottom: 0;
    background: #434343;
    padding: 10px 0 10px;
    z-index: 3;
    border-radius: 0;
  }
  .sc .rela {
    position: relative;
  }
  .sc .rela.is-active {
    position: static;
  }
  .btn02 {
    margin: 0px auto 0;
    max-width: 90%;
    display: block;
    font-size: 3.56vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    background: #e83a3a;
    border-radius: 3px;
    line-height: 60%;
  }
  .btn02-main {
    font-size: 5.5vw;
  }
  .arrow {
    position: relative;
  }
  .arrow.is-active {
    position: static;
  }
  .scab {
    right: 10px;
    bottom: 70px;
  }
}
.head_inner {
  max-width: 1420px;
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* header内のボタンスタイル - 吹き出しなし */
.head_inner .btn02 {
  width: 240px !important;
  max-width: 240px !important;
  font-size: 16px !important;
  padding: 15px 20px 15px 5px !important;
  margin: 0;
}

.head_inner .btn02-main {
  font-size: 16px !important;
}

/* header内ボタンの矢印位置 - PC */
.head_inner .btn02.arrow::before {
  right: 12px !important;
  width: 20px !important;
  height: 20px !important;
}

.head_inner .btn02.arrow::after {
  right: 18.5px !important;
  width: 6px !important;
  height: 6px !important;
  border-top: 3px solid #e53917 !important;
  border-right: 3px solid #e53917 !important;
}

@media screen and (min-width: 768px) {
  .head_inner p:first-child img {
    width: 65%;
  }
}

.hbtn {
  width: 320px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background: #e83a3a;
  padding: 15px 5px;
  display: block;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.ar::before {
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .head_inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .head_inner p:first-child {
    width: 25%;
    margin-top: 1%;
  }
  .head_inner p {
    width: 55%;
  }
  /* header内ボタン - SP */
  .head_inner .btn02 {
    width: 100% !important;
    max-width: none !important;
    font-size: 3vw !important;
    padding: 4% 6vw 4% 5px !important;
    margin: 5px;
  }
  
  .head_inner .btn02-main {
    font-size: 3.5vw !important;
  }
  
  .head_inner .btn02.arrow::before {
    right: 3vw !important;
    width: 16px !important;
    height: 16px !important;
  }
  
  .head_inner .btn02.arrow::after {
    right: 16.5px !important;
    width: 4px !important;
    height: 4px !important;
  }
  
  .hbtn {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
    background: #e83a3a;
    padding: 4% 5px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 5px;
  }
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-red {
  color: #D65A6F;
}

.u-sm {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .u-sm {
    font-size: 0.625rem;
  }
}

@media only screen and (max-width: 768px) {
  .sp-none {
    display: none; } }
@media only screen and (min-width: 767px) {
  .pc-none {
    display: none; } }

/* SP時のみ表示 */
.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* PC時のみ表示 */
.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

/* ポイントの使い方セクション */
.p-point-use {
  padding: 60px 0;
  background: linear-gradient(to bottom, #e4fdef, #bcf6e4);
}

@media screen and (min-width: 768px) {
  .p-point-use {
    padding: 130px 0 100px;
  }
}

.p-point-use__inner {
  text-align: center;
}

.p-point-use__title {
  font-size: 7.5vw;
  font-weight: 900;
  line-height: 1.4;
  color: #31ccb0;
  margin-bottom: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-point-use__title {
    font-size: 45px;
    margin-bottom: 100px;
  }
}

.p-point-use__title span {
  position: relative;
  z-index: 2;
  font-size: 9.5vw;
}

@media screen and (min-width: 768px) {
  .p-point-use__title span {
    font-size: inherit;
  }
}

.p-point-use__title-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27%;
  height: auto;
  display: block;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-point-use__title-icon {
    width: 10%;
  }
}

/* コンテンツボックス2つ */
.p-point-use__boxes {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-point-use__boxes {
    gap: 40px;
    margin-top: 60px;
  }
}

.p-point-use__box {
  position: relative;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgb(167 206 198 / 80%);
  padding: 50px 20px 60px;
  flex: 1;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-point-use__box {
    padding: 70px 100px 80px;
    box-shadow: 0 4px 16px rgb(170 217 194);
    margin-bottom: 60px;
  }
}

.p-point-use__box-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-point-use__box-icon {
    width: 6%;
  }
}

.p-point-use__box-content {
  /* コンテンツエリア */
}

.p-point-use__box-title {
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.6;
  color: #272727;
  text-align: center;
  background: linear-gradient(transparent 60%, #f9ff61 60%);
  display: inline;
  padding: 0 5px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-point-use__box-title {
    font-size: 35px;
    margin-bottom: 40px;
  }
  
  .p-point-use__box-title br {
    display: none;
  }
}

/* CVボタンエリア */
.p-point-use__cta {
  margin-top: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-point-use__cta {
    margin-top: 60px;
  }
}

.p-point-use__cta .btn02 {
  display: inline-flex;
  margin: 0 auto;
}

.p-point-use__box-title {
  font-size: 6vw;
  font-weight: 700;
  color: #272727;
  text-align: center;
  background: linear-gradient(transparent 60%, #f9ff61 60%);
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-point-use__box-title {
    font-size: 35px;
  }
}

/* 使い方の説明文 */
.p-point-use__text p {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #272727;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-point-use__text p {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

.p-point-use__text .text-teal {
  color: #1aa890;
}

.p-point-use__img {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-point-use__img {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .p-point-use__img img {
    width: auto;
    max-width: none;
  }
}

.p-point-use__img img {
  width: 86%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ========================================
   メリットセクション
======================================== */
.p-merit {
  background: #f1f1f1;
  text-align: center;
}

@media (max-width: 767px) {
  .p-merit {
    padding: 60px 0;
  }
}

@media screen and (min-width: 768px) {
  .p-merit {
    padding: 130px 0 100px;
  }
}

.p-merit__title {
  background: linear-gradient(to right, #27bfa5, #25a791);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

@media (max-width: 767px) {
  .p-merit__title {
    font-size: 8.5vw;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__title {
    font-size: 45px;
    margin-bottom: 30px;
  }
}

.p-merit__text {
  color: #272727;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .p-merit__text {
    font-size: 5vw;
    line-height: 1.5;
    color: #272727;
    margin-bottom: 30px;
    font-weight: 600;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__text {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 70px;
    font-weight: 600;
  }
}

.p-merit__boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .p-merit__boxes {
    gap: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__boxes {
    gap: 70px;
  }
}

.p-merit__box {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 4px 16px rgb(212 212 212);
}

.p-merit__box-title {
  background: #20b89e;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .p-merit__box-title {
    font-size: 5.5vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
    padding: 15px 0;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__box-title {
    font-size: 28px;
    padding: 20px 30px;
    letter-spacing: 0.08em;
  }
}

.p-merit__box-content {
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .p-merit__box-content {
    padding: 30px 20px;
  }
  
  .p-merit__box:first-child .p-merit__box-content {
    padding: 30px 15px 0;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__box-content {
    padding: 50px 80px;
  }
  
  .p-merit__box:first-child .p-merit__box-content {
    padding: 50px 80px 0;
  }
  
  .p-merit__box:not(:first-child) .p-merit__box-content {
    padding: 50px 80px 70px;
  }
}

.p-merit__box-content p {
  color: #272727;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}

.p-merit__box-content .text-green {
  color: #008773;
}

.p-merit__box-content .text-marker {
  background: linear-gradient(transparent 60%, #fbff9b 60%);
}

/* メリットボックス内のメイン画像 */
.p-merit__main-img {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .p-merit__main-img {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  .p-merit__main-img img {
    width: auto;
    max-width: none;
  }
}

.p-merit__main-img img {
  width: 100%;
  height: auto;
}

/* 動画と画像の横並び */
.p-merit__media-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .p-merit__video {
    order: 2;
  }
  
  .p-merit__text-img {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__media-wrapper {
    flex-direction: row;
    gap: 30px;
    margin-top: 40px;
  }
}

.p-merit__video {
  flex: 1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-merit__video {
    flex: 0 1 auto;
    max-width: 500px;
  }
}

.p-merit__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}

.p-merit__text-img {
  flex: 1;
}

.p-merit__text-img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-merit__text-img {
    flex: 0 0 auto;
  }
  
  .p-merit__text-img img {
    width: auto;
    max-width: none;
  }
}

/* マーケットラボセクション */
.p-merit__market-lab {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-merit__market-lab {
    margin-top: 80px;
  }
}

.p-merit__sub-title {
  color: #20b89e;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 767px) {
  .p-merit__sub-title {
    font-size: 8vw;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__sub-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.p-merit__sub-text {
  color: #272727;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 767px) {
  .p-merit__sub-text {
    font-size: 0.875rem;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__sub-text {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

.p-merit__sub-img {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .p-merit__sub-img img {
    max-width: 87%;
    display: block;
    margin: 0 auto;
  }
  
  .p-merit__flex-img.sp img {
    max-width: 76%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__sub-img {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
  }
  
  .p-merit__sub-img img {
    width: auto;
    max-width: none;
  }
}

.p-merit__detail-title {
  color: #272727;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .p-merit__detail-title {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
  
  .p-merit__detail-title:nth-of-type(2) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__detail-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.p-merit__detail-text {
  color: #272727;
  line-height: 1.8;
  text-align: center;
}

.p-merit__detail-text .text-marker {
  background: linear-gradient(transparent 60%, #fbff9b 60%);
}

@media (max-width: 767px) {
  .p-merit__detail-text {
    font-size: 0.875rem;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__detail-text {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

.p-merit__button-wrapper {
  text-align: center;
}

.p-merit__market-lab > .p-merit__button-wrapper {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .p-merit__market-lab > .p-merit__button-wrapper {
    margin-bottom: 50px;
  }
}

/* ネットストック・ハイスピード横並び */
.p-merit__flex-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .p-merit__flex-wrapper {
    flex-direction: row-reverse;
    gap: 40px;
    align-items: center;
    margin-top: 80px;
  }
}

.p-merit__flex-img {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .p-merit__flex-img {
    display: flex;
    justify-content: flex-end;
  }
  
  .p-merit__flex-img.sp {
    display: none;
  }
}

.p-merit__flex-content {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .p-merit__flex-content {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .p-merit__flex-content .p-merit__detail-title {
    text-align: center;
  }
  .p-merit__flex-content .p-merit__detail-text {
    text-align: center;
  }
  .p-merit__flex-content .p-merit__button-wrapper {
    text-align: center;
  }
}

.p-merit__button {
  display: inline-block;
  background: #20b89e;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: opacity 0.3s ease;
  position: relative;
}

.p-merit__button:hover {
  opacity: 0.8;
}

.p-merit__button::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media (max-width: 767px) {
  .p-merit__button {
    font-size: 3.7vw;
    padding: 12px 4vw 12px 3vw;
    width: 90%;
  }
  .p-merit__button::after {
    right: 5vw;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__button {
    font-size: 14.5px;
    padding: 15px 30px 15px 20px;
    width: 282px;
  }
  .p-merit__button::after {
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
  }
}

/* CVボタン */
.p-merit__cta {
  margin-top: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-merit__cta {
    margin-top: 60px;
  }
}

.p-merit__cta .btn02 {
  display: inline-flex;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-merit__box-content p {
    font-size: 3.8vw;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 500;
  }
  
  .p-merit__box:nth-child(2) .p-merit__box-content p {
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__box-content p {
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: 500;
  }
}

/* PCのFV画像を固定サイズで中央配置 */
@media screen and (min-width: 768px) {
  .p-fv,
  .l-fv {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .p-fv picture,
  .l-fv picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .p-fv__img {
    width: auto !important;
    max-width: none !important;
    height: auto;
    display: block;
  }
}

/* スマホは通常通り */
@media (max-width: 767px) {
  .p-fv__img {
    width: 100%;
    height: auto;
  }
}

/* キャンペーンバナーセクション */
.p-campaign-banner {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-campaign-banner {
    background: linear-gradient(to right, #66d7ba, #29c9ae);
    padding: 40px 0;
  }
}

.p-campaign-banner__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-campaign-banner__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-campaign-banner__img {
    width: auto;
    max-width: none;
  }
}

/* ポイント説明セクション */
.p-point-info {
  padding: 60px 0;
  background-image: url('../images/point_info_bg_sp.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  .p-point-info {
    padding: 100px 0;
    background-image: url('../images/point_info_bg.png');
    background-position: center center;
    background-size: auto;
  }
}

.p-point-info__inner {
  text-align: center;
}

.p-point-info__title {
  font-size: 8.5vw;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.05em;
  background: linear-gradient(to right, #27bfa5, #25a791);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-point-info__title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}

.p-point-info__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #272727;
  margin-bottom: 50px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .p-point-info__text {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 70px;
  }
}

/* メイン画像 */
.p-point-info__main-img {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .p-point-info__main-img {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
  }
}

.p-point-info__img {
  width: 86%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-point-info__img {
    width: auto;
    max-width: none;
  }
}

/* サブ画像2つ */
.p-point-info__sub-images {
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media screen and (min-width: 768px) {
  .p-point-info__sub-images {
    flex-direction: row;
    gap: 0;
    justify-content: center;
  }
}

.p-point-info__sub-img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-point-info__sub-img {
    width: auto;
  }
}

.p-point-info__sub-img img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-point-info__sub-img img {
    width: auto;
    max-width: none;
  }
}

/* ポイントの貯め方セクション */
.p-point-earn {
  padding: 60px 0;
  background: linear-gradient(to bottom, #eafffb, #bcfbf0);
}

@media screen and (min-width: 768px) {
  .p-point-earn {
    padding: 130px 0 100px;
  }
}

.p-point-earn__inner {
  text-align: center;
}

.p-point-earn__title {
  font-size: 9.5vw;
  font-weight: 900;
  line-height: 1.4;
  color: #31ccb0;
  margin-bottom: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-point-earn__title {
    font-size: 45px;
    margin-bottom: 100px;
  }
}

.p-point-earn__title span {
  position: relative;
  z-index: 2;
}

.p-point-earn__title-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27%;
  height: auto;
  display: block;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-point-earn__title-icon {
    width: 10%;
  }
}

/* コンテンツボックス3つ */
.p-point-earn__boxes {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-point-earn__boxes {
    gap: 40px;
    margin-top: 60px;
  }
}

.p-point-earn__box {
  position: relative;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgb(182 219 212);
  padding: 50px 20px 60px;
  flex: 1;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p-point-earn__box {
    padding: 70px 120px 80px;
    box-shadow: 0 4px 16px rgb(174 224 214);
    margin-bottom: 60px;
  }
  
  .p-point-earn__box-wrap:nth-child(3) .p-point-earn__box {
    padding: 70px 100px 80px;
  }
}

.p-point-earn__box-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-point-earn__box-icon {
    width: 6%;
  }
}

.p-point-earn__box-content {
  /* コンテンツエリア */
}

.p-point-earn__box-title {
  font-size: 7.5vw;
  font-weight: 700;
  line-height: 1.6;
  color: #272727;
  text-align: center;
  background: linear-gradient(transparent 60%, #f9ff61 60%);
  display: inline;
  padding: 0 5px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-point-earn__box-title {
    font-size: 35px;
    margin-bottom: 40px;
  }
  
  .p-point-earn__box-title br {
    display: none;
  }
}

.p-point-earn__box-title .small-text {
  font-size: 0.55em;
}

@media screen and (min-width: 768px) {
  .p-point-earn__box-title .small-text {
    font-size: 0.65em;
  }
}

/* クレカ積立の説明文 */
.p-point-credit__text {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .p-point-credit__text {
    margin-top: 40px;
  }
}

.p-point-credit__text p {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #272727;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-point-credit__text p {
    font-size: 18px;
  }
}

.p-point-credit__text .text-green {
  color: #21c2a5;
}

.p-point-credit__text .text-red {
  color: #cc0e0e;
}

.p-point-credit__text .text-blue {
  color: #245ab9;
}

.p-point-credit__text sup {
  font-size: 0.7em;
}

.p-point-credit__img {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-point-credit__img {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}

.p-point-credit__img img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-point-credit__img img {
    width: auto;
    max-width: none;
  }
}

/* ポイントの貯め方セクション内のCVボタン */
.p-point-earn__cta {
  margin-top: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-point-earn__cta {
    margin-top: 60px;
  }
}

.p-point-earn__cta .btn02 {
  display: inline-flex;
  margin: 0 auto;
}

/* バナー5つ */
.p-point-earn__banners {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .p-point-earn__banners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 60px;
  }
  
  .p-point-earn__banners .p-point-earn__banner:nth-child(5) {
    grid-column: 1;
  }
}

.p-point-earn__banner {
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.p-point-earn__banner:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.p-point-earn__banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* モーダル */
.p-modal-earn {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  overflow-y: auto;
  padding: 20px;
}

.p-modal-earn.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-modal-earn__inner {
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  max-width: 600px;
  width: 100%;
  position: relative;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-modal-earn__inner {
    padding: 60px 40px;
    max-width: 800px;
  }
}

.p-modal-earn__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #000;
  border: none;
  padding: 0;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-modal-earn__close {
    width: 30px;
    height: 30px;
  }
}

.p-modal-earn__close:hover {
  opacity: 0.7;
}

.p-modal-earn__close::before,
.p-modal-earn__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .p-modal-earn__close::before,
  .p-modal-earn__close::after {
    width: 20px;
  }
}

.p-modal-earn__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-modal-earn__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal-earn__content {
  text-align: center;
}

.p-modal-earn__banner-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}

img[src*="point_earn_banner_01.png"],
img[src*="point_earn_banner_03.jpg"] {
  border: 1px solid #a0d8cd;
}

@media screen and (min-width: 768px) {
  .p-modal-earn__banner-img {
    margin-bottom: 40px;
  }
}

.p-modal-earn__detail-img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-modal-earn__detail-img {
    padding: 0 7%;
    margin-bottom: 20px;
  }
}

.p-modal-earn__content h3 {
  font-size: 3.3vw;
  font-weight: 700;
  margin-bottom: 20px;
  color: #272727;
}

.p-modal-earn__content h3 .text-marker {
  background: linear-gradient(transparent 60%, #f9ff61 60%);
}

#modal-earn-03 .p-modal-earn__content p:first-of-type {
  margin-bottom: 40px;
}

#modal-earn-03 .p-modal-earn__content h3 span:first-child {
  font-size: 5vw;
  display: block;
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  #modal-earn-03 .p-modal-earn__content h3 span:first-child {
    font-size: 25px;
    margin-bottom: 0px;
  }
}

#modal-earn-02 .p-modal-earn__detail-img {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p-modal-earn__content h3 {
    font-size: 0.98rem;
    padding: 0 7%;
    margin-bottom: 40px;
    font-weight: 500;
  }
  
  #modal-earn-04 .p-modal-earn__content h3 {
    padding: 0;
  }
}

.p-modal-earn__content p {
  font-size: 0.7rem;
  line-height: 1.8;
  text-align: left;
  color: #272727;
}

@media screen and (min-width: 768px) {
  .p-modal-earn__content p {
    font-size: 0.625rem;
    text-align: left;
    line-height: 1.5;
    padding: 0 7%;
  }
}

.p-modal-earn__content a {
  color: #2254D4;
  text-decoration: underline;
  word-break: break-all;
  overflow-wrap: break-word;
}

.p-modal-earn__close-btn {
  display: block;
  width: 60%;
  max-width: 300px;
  margin: 30px auto 0;
  padding: 15px 20px;
  background: #fff;
  color: #343434;
  font-size: 1rem;
  font-weight: 700;
  border: 2px solid #343434;
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.p-modal-earn__close-btn:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .p-modal-earn__close-btn {
    display: none;
  }
}

/* 投資残高ポイントサービス - 3つの要素 */
.p-point-service__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .p-point-service__items {
    flex-direction: row;
    gap: 15px;
    margin-top: 40px;
    justify-content: center;
  }
}

.p-point-service__item {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .p-point-service__item {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    width: 268px;
    flex: none;
  }
}

.p-point-service__icon {
  width: 24vw;
  height: auto;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-point-service__icon {
    width: 140px;
  }
}

.p-point-service__text {
  flex: 1;
}

.p-point-service__text p {
  font-size: 5.2vw;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #272727;
  text-align: left;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-point-service__text p {
    font-size: 22px;
    text-align: center;
  }
}

.p-point-service__text .color-green {
  color: #21c2a5;
}

.p-point-service__text sup {
  font-size: 0.6em;
  vertical-align: super;
}

/* ボックスラッパー（注釈を含む） */
.p-point-earn__box-wrap {
  margin-bottom: 40px;
}

.p-point-earn__box-wrap:nth-child(3) {
  margin-bottom: 0;
}

.p-point-earn__box-wrap .p-point-earn__box {
  margin-bottom: 10px;
}

/* 注釈エリア */
.p-point-earn__note {
  margin-top: 15px;
  text-align: left;
}

.p-point-earn__note p {
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #898888;
}

.p-point-earn__note p:not(:first-child) {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .p-point-earn__note p {
    font-size: 0.775rem;
  }
}

/* FV内のCVボタン配置 */
.p-fv__cv {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: auto;
}

/* FV内の注釈テキスト */
.p-fv__note {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: auto;
  max-width: 90%;
  font-size: 10px;
  color: #fff;
  text-align: left;
  line-height: 1.5;
}

/* CVボタンのデザインカスタマイズ */
.btn02 {
  background: #e53917 !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 15px rgba(247, 87, 49, 0.3);
  transition: all 0.3s ease;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 10px !important;
}

.btn02:hover {
  box-shadow: 0 6px 20px rgba(247, 87, 49, 0.5);
  transform: translateY(-2px);
}

/* 既存の矢印スタイルを無効化 */
.btn02.ar::before,
.btn02.arrow::before,
.btn02.arrow::after {
  all: unset !important;
}

/* ボタンの矢印 - 白丸（背景）- 汎用サイズ */
.btn02.arrow::before {
  content: "" !important;
  position: absolute !important;
  right: 30px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 30px !important;
  height: 30px !important;
  background: #fff !important;
  border-radius: 50% !important;
  z-index: 1 !important;
  margin: 0 !important;
  border: none !important;
}

/* ボタンの矢印 - くの字形（前面）- 汎用サイズ */
.btn02.arrow::after {
  content: "" !important;
  position: absolute !important;
  right: 39px !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(45deg) !important;
  width: 9px !important;
  height: 9px !important;
  border: none !important;
  border-top: 4px solid #e53917 !important;
  border-right: 4px solid #e53917 !important;
  z-index: 2 !important;
  margin: 0 !important;
  background: transparent !important;
}

/* FV内のボタンの矢印 - 元のサイズ */
.p-fv__cv .btn02.arrow::before {
  right: 20px !important;
  width: 20px !important;
  height: 20px !important;
}

.p-fv__cv .btn02.arrow::after {
  right: 27px !important;
  width: 6px !important;
  height: 6px !important;
  border-top: 3px solid #e53917 !important;
  border-right: 3px solid #e53917 !important;
}

/* ボタンの幅 - PC（汎用スタイル） */
@media screen and (min-width: 768px) {
  .btn02 {
    width: 600px !important;
    max-width: 600px !important;
    padding: 20px 0;
    padding-top: 26px !important;
  }
  
  .btn02-main {
    font-size: 35px;
  }
  
  /* FV内のボタンは専用スタイル（347px） */
  .p-fv__cv .btn02 {
    width: 347px !important;
    max-width: 347px !important;
    padding: 17px 0;
    padding-top: 22px !important;
    padding-right: 10px !important;
    box-shadow: 0 4px 15px rgb(19 101 87);
  }
  
  .p-fv__cv .btn02-main {
    font-size: 21px !important;
  }
}

/* タブレット用（768px〜1000px） - PC用の後に記述することで優先順位を確保 */
@media screen and (min-width: 768px) and (max-width: 1000px) {
  /* FV画像を160%幅に */
  .p-fv__img {
    width: 160% !important;
    max-width: 160% !important;
    height: auto;
  }
  
  .p-fv picture,
  .l-fv picture {
    justify-content: center;
  }
  
  /* CVボタンの位置とサイズ調整 */
  .p-fv__cv {
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 11% !important;
    width: 70%;
    max-width: 400px;
  }
  
  .p-fv__cv .btn02 {
    width: 265px !important;
    max-width: 265px !important;
    padding: 3% 0;
    padding-top: 4% !important;
    padding-right: 18px !important;
    font-size: 16px !important;
  }
  
  .p-fv__cv .btn02-main {
    font-size: 16px !important;
  }
  
  .p-fv__cv .btn02-top {
    font-size: 11px !important;
    padding: 5px 12px !important;
    top: -13px !important;
  }
  
  /* 注釈の位置とサイズ調整 */
  .p-fv__note {
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 2% !important;
    font-size: 9px;
    white-space: nowrap;
    max-width: none;
    width: auto;
    color: #fff;
  }
  
  /* キャンペーンバナー */
  .p-campaign-banner__img {
    width: 96%;
    display: block;
    margin: 0 auto;
  }
  
  /* ポイント情報セクション */
  .p-point-info__img {
    width: 86%;
    display: block;
    margin: 0 auto;
  }
  
  .p-point-info__sub-img {
    width: 46%;
  }
  
  .p-point-info__sub-img img {
    width: 100%;
  }
  
  /* ポイントサービスアイテム */
  .p-point-service__item {
    width: 215px;
  }
  
  /* ポイント獲得ボックス */
  .p-point-earn__box {
    padding: 70px 50px 80px;
  }
  
  .p-point-earn__box-wrap:nth-child(3) .p-point-earn__box {
    padding: 70px 60px 80px;
  }
  
  /* メリットセクション - 動画と画像 */
  .p-merit__text-img {
    flex: 1 !important;
  }
  
  .p-merit__text-img img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
  
  .p-merit__video {
    flex: 1 !important;
    max-width: none !important;
  }
  
  /* メリットボックス - 1つ目以外 */
  .p-merit__box:not(:first-child) .p-merit__box-content {
    padding: 50px 50px 70px;
  }
}

/* ボタン内のテキスト構造 */
.btn02-top {
  display: block !important;
  text-align: center;
}

.btn02-main {
  display: inline-block !important;
  white-space: nowrap;
}

.btn02-main .badge-free,
.btn02-main span {
  display: inline-block !important;
  margin-right: 5px;
}

/* テキストカラー */
.color-red {
  color: #e53917;
}

.color-dark {
  color: #292929;
}

/* PC時のスタイル */
@media screen and (min-width: 768px) {
  .p-fv__cv {
    left: 50%;
    transform: translateX(-50%);
    bottom: 13%;
  }
  
  .p-fv__note {
    left: 50%;
    transform: translateX(-50%);
    bottom: 2%;
    color: #fff;
  }
  
  .btn02 {
    position: relative;
  }
  
  /* 汎用ボタンの吹き出し */
  .btn02-top {
    position: absolute !important;
    top: -31px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50px;
    padding: 14px 33px;
    font-weight: bold;
    white-space: nowrap;
    z-index: 1;
    font-size: 23px !important;
  }
  
  /* FV内のボタンの吹き出し */
  .p-fv__cv .btn02-top {
    top: -20px;
    padding: 4px 16px;
    font-size: 13px !important;
  }
  
  /* 吹き出しの三角形 */
  .btn02-top::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
  }
}

/* 「無料」バッジのスタイル */
.badge-free {
  display: inline-block;
  background: #b72200;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 0.85em;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .p-fv,
  .l-fv {
    position: relative;
    width: 100%;
  }
  
  .p-fv__cv {
    bottom: 74px;
  }
  
  .p-fv__note {
    left: 5%;
    right: 5%;
    width: auto;
    transform: none;
    bottom: 19px;
    line-height: 1.2;
  }
  
  .btn02 {
    border-radius: 40px !important;
    max-width: none !important;
    position: relative;
    padding-top: 20px !important;
    padding-right: 12px !important;
    padding-bottom: 18px !important;
  }
  
  /* SP用矢印 - 白丸 */
  .btn02.arrow::before {
    width: 18px !important;
    height: 18px !important;
    right: 15px !important;
  }
  
  /* SP用矢印 - くの字形 */
  .btn02.arrow::after {
    width: 5px !important;
    height: 5px !important;
    right: 21px !important;
    border-top: 2px solid #e53917 !important;
    border-right: 2px solid #e53917 !important;
  }
  
  .btn02-top {
    position: absolute !important;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50px;
    padding: 10px 17px;
    font-weight: bold;
    white-space: nowrap;
    z-index: 1;
    font-size: 4vw !important;
  }
  
  /* 吹き出しの三角形 */
  .btn02-top::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
  }
  
  .badge-free {
    font-size: 0.8em;
    padding: 2px 5px;
  }
  
  .p-fv__cv {
    width: 84%;
    max-width: none;
  }
  
  .p-fv__cv .btn02 {
    width: 100% !important;
    box-shadow: 0 4px 15px rgb(19 101 87);
  }
}

/*# sourceMappingURL=styles.css.map */
