@charset "UTF-8";
/*! assets/css/style */
/* ↑にはビルド生成されるファイル名（拡張子を除く）を下記ルールで記載してください */
/* 
	・コメントアウト最初には ! を付けてください（/*! ...）
	・プロジェクトルート（vite.configの"base"、このリポジトリのTOPページとなるHTMLファイルの場所）からの相対パス
	例: assets/css/style
	→ <outDir(dist)>/<base>/assets/css/style.css として排出される
*/
body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ホバー */
a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.header {
  background-color: #231816;
  height: 75px;
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 5000;
}
.header__inner {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  width: 100%;
}
.header__name {
  margin-right: auto;
}
.header__logo-img {
  width: 10.75rem;
}
.header__nav {
  height: inherit;
}
.header__items {
  align-items: center;
  display: flex;
  height: inherit;
}
.header__item {
  display: inline-block;
  height: inherit;
}
.header__item:last-child {
  margin-left: 1.25rem;
}
.header__link {
  align-items: center;
  color: #000000;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: inherit;
  justify-content: center;
  padding: 0.625rem 1.25rem;
}
.header__link--contact {
  background-color: #FF370D;
  color: #FFFFFF;
  font-size: 1.125rem;
  padding: 0.625rem 1.5rem 0.625rem 0.625rem;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .header__link--contact:hover {
    opacity: 0.7;
  }
}
.header__link.md-none {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .header {
    height: 50px;
  }
  .header__inner {
    padding-left: 0.3125rem;
  }
  .header__logo-img {
    width: 6.125rem;
  }
  .header__link--contact {
    font-size: 0.6875rem;
  }
  .header__link.md-none {
    display: none;
  }
}

.l-mv {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l-mv__inner {
  padding-top: min(56.25%, 720px);
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.no-webp .l-mv__inner {
  background-image: url("/portal/support/ad/lp_plan/assets/images/common/mv_bg_pc.png");
}
.webp .l-mv__inner {
  background-image: url("/portal/support/ad/lp_plan/assets/images/common/mv_bg_pc.webp");
}
.l-mv__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: min(100%, 1280px);
  height: 100%;
}
.l-mv__content img {
  height: 100%;
  object-fit: scale-down;
  transform: translateX(-0.3%);
}
.l-mv__title {
  position: absolute;
  top: 15px;
  left: 24px;
  font-size: min(1.5vw, 0.875rem);
  font-size: min(1.5dvw, 0.875rem);
  display: inline-block;
  overflow: hidden;
}
.l-mv__title > span {
  display: block;
  margin-right: -0.05em;
  letter-spacing: 0.05em;
}
.l-mv__merits {
  position: absolute;
  top: min(65%, 468px);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 206px);
  gap: 0 8px;
  width: fit-content;
  height: auto;
}
.l-mv__merit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 5px;
  align-items: start;
  padding: 16px 8px 12px 14px;
  background-color: #FFE3DE;
}
.l-mv__merit::before {
  content: "";
  grid-row: 1/3;
  display: block;
  width: 30px;
  height: 23px;
  background: no-repeat left top/contain url("/portal/support/ad/lp_plan/assets/images/common/mv_check.svg");
}
.l-mv__merit dt {
  color: #EB506E;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1428572;
}
.l-mv__merit dd {
  font-size: 1.0625rem;
  line-height: 1.5294118;
}
.l-mv__download.c-download {
  margin-top: max(-24vw + 200px, -96px);
  margin-top: max(-24dvw + 200px, -96px);
}
@media (max-width: 1024px) {
  .l-mv__merits {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 6px;
    width: 76%;
  }
  .l-mv__merit {
    padding: 12px 8px;
  }
  .l-mv__merit::before {
    width: 23px;
    height: 18px;
  }
  .l-mv__merit dt {
    font-size: 1.0625rem;
    line-height: 1;
  }
  .l-mv__merit dd {
    font-size: 0.875rem;
  }
  .l-mv__download.c-download {
    margin-top: max(-32vw + 200px, -64px);
    margin-top: max(-32dvw + 200px, -64px);
  }
}
@media (max-width: 768px) {
  .l-mv__inner {
    padding-top: 164.5333334%;
  }
  .no-webp .l-mv__inner {
    background-image: url("/portal/support/ad/lp_plan/assets/images/common/mv_bg_sp.png");
  }
  .webp .l-mv__inner {
    background-image: url("/portal/support/ad/lp_plan/assets/images/common/mv_bg_sp.webp");
  }
  .l-mv__content {
    width: min(100%, 1280px);
    height: 100%;
  }
  .l-mv__content img {
    height: 100%;
    object-fit: scale-down;
    transform: none;
  }
  .l-mv__title {
    display: none;
  }
  .l-mv__merits {
    top: 68.7196111%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666667vw 0;
    gap: 2.6666667dvw 0;
    width: 100%;
    padding: 2.9333334% 4% 2.4%;
    background-color: #FFE3DE;
  }
  .l-mv__merit {
    gap: 0 1.3333334vw;
    gap: 0 1.3333334dvw;
    align-items: center;
    padding: 0;
    background-color: transparent;
  }
  .l-mv__merit::before {
    grid-row: 1/2;
    width: 6.1333334vw;
    width: 6.1333334dvw;
    height: 4.8vw;
    height: 4.8dvw;
  }
  .l-mv__merit dt {
    color: #383838;
    font-size: 5.3333334vw;
    font-size: 5.3333334dvw;
    line-height: 1.5;
  }
  .l-mv__merit dd {
    display: none;
  }
  .l-mv__download.c-download {
    margin-top: min(-34vw + 82px, -82px);
    margin-top: min(-34dvw + 82px, -82px);
  }
}

.footer {
  display: grid;
  align-content: end;
  margin-top: max(-12vw + 152px, 0px);
  margin-top: max(-12dvw + 152px, 0px);
  height: 138px;
  padding-bottom: 1rem;
  background-color: #000000;
  position: relative;
}
.footer__download.c-download {
  position: absolute;
  top: -98px;
  left: 0;
  right: 0;
}
.footer__copyright {
  color: #FFFFFF;
  display: block;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1.454;
}
@media (max-width: 768px) {
  .footer {
    margin-top: min(-20vw + 76px, 0px);
    margin-top: min(-20dvw + 76px, 0px);
    height: 114px;
  }
  .footer__download.c-download {
    top: -73px;
  }
  .footer__copyright {
    font-size: 0.5625rem;
    line-height: 1.444;
  }
}

.c-chatbot {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  width: min(264px, 80%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
.c-chatbot.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media (any-hover: hover) {
  .c-chatbot:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .c-chatbot {
    bottom: 5px;
    right: 5px;
  }
}

.c-download {
  display: grid;
  gap: 0.375rem 0;
  justify-items: center;
  margin: 0 auto;
  width: fit-content;
  padding: 0 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.c-download h2 {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0 0.875rem;
  align-items: center;
  font-weight: 700;
  font-size: 1.75rem;
}
.c-download h2::before, .c-download h2::after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 2.125rem;
  border-radius: 0.1875rem;
  background-color: currentColor;
}
.c-download h2::before {
  transform: rotateZ(-28deg);
}
.c-download h2::after {
  transform: rotateZ(28deg);
}
.c-download a {
  display: block;
  width: min(100%, 620px);
  transition: transform 0.5s ease-in-out;
}
@media (any-hover: hover) {
  .c-download a:hover {
    transform: scale(1.06);
  }
}
@media (max-width: 768px) {
  .c-download {
    gap: 4px 0;
  }
  .c-download h2 {
    gap: 0 0.625rem;
    font-size: 1.4375rem;
  }
  .c-download h2::before, .c-download h2::after {
    margin-top: 0.125rem;
    height: 1.6875rem;
  }
  .c-download a {
    width: min(100%, 315px);
  }
}

.heading {
  align-items: center;
  color: #000000;
  display: flex;
  font-size: 1.875rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.466;
  padding-bottom: 0.3125rem;
  text-align: center;
}

.heading::before,
.heading::after {
  background-color: #000000;
  content: "";
  height: 1.875rem;
  width: 0.1875rem;
}

.heading::before {
  margin-right: 1.25rem;
  transform: rotate(-25deg);
}

.heading::after {
  margin-left: 0.9375rem;
  transform: rotate(25deg);
}

.plus {
  position: relative;
}

.plus::before,
.plus::after {
  background-color: #EB506E;
  content: "";
  display: inline-block;
  height: 1.8125rem;
  position: absolute;
  width: 0.4375rem;
}

.plus::after {
  transform: rotate(90deg);
}

.plan-item__plus {
  margin-bottom: 2.5rem;
  margin-left: 1.25rem;
  margin-right: 3.125rem;
}

.md-show {
  display: none;
}

.sm-show {
  display: none;
}

.voice-top {
  margin-top: 3.25rem;
  padding-bottom: 3.125rem;
  text-align: center;
}
.voice-top p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7777;
}
@media (max-width: 768px) {
  .voice-top {
    padding-bottom: 4.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .voice-top p {
    font-size: 1rem;
    line-height: 2;
  }
}

.voice {
  background-color: #E7F9FB;
  padding-bottom: 10.625rem;
  padding-top: 6rem;
  position: relative;
}

.voice__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 43.75rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  width: 100%;
}

.voice::before,
.voice::after {
  border-color: transparent transparent transparent #E7F9FB;
  border-style: solid;
  border-width: 6.25rem 0 0 100vw;
  bottom: -0.125rem;
  content: "";
  height: 0;
  position: absolute;
}

/* 右上がり */
.voice::before {
  border-color: transparent #D0F3F7 transparent transparent;
  border-width: 9.375rem 100vw 0 0;
}

/* 左上がり */
.voice::after {
  border-color: transparent transparent transparent #D0F3F7;
  border-width: 9.375rem 0 0 100vw;
}

.voice__title span {
  display: inline-block;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.441;
  position: relative;
}

.voice__title span::after {
  background-color: #000000;
  bottom: -0.5rem;
  content: "";
  display: block;
  height: 0.1875rem;
  left: 0;
  position: absolute;
  transition: width 0.8s ease-in-out;
  width: 0;
}

.voice__title span.visible::after {
  width: 100%;
}

.voice__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 0.625rem;
  margin-top: 2.0625rem;
  text-align: left;
}

.voice__text-wrap {
  margin-left: 0.625rem;
}

.voice__text-wrap .voice__text:not(:first-child) {
  margin-top: 1.25rem;
}

.voice__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  padding-left: 2.0625rem;
  position: relative;
}

.voice__text span.color-red {
  color: #ED1B24;
}

.voice__text span.dotted {
  border-bottom: 0.125rem dotted #7E7E7E;
  padding-bottom: 0.25rem;
}

.voice__text::before {
  border-bottom: 0.1875rem solid #000000;
  border-left: 0.1875rem solid #000000;
  content: "";
  display: inline-block;
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  transform: rotate(-45deg);
  width: 1.25rem;
  z-index: 1;
}

.voice__text::after {
  background-color: #14C3D7;
  content: "";
  height: 1.375rem;
  left: -0.3125rem;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 1.375rem;
}

.voice__content img {
  -o-object-fit: cover;
  aspect-ratio: 122/208;
  max-width: 7.625rem;
  object-fit: cover;
  width: 100%;
}

.voice-card {
  background-color: #D0F3F7;
  padding-bottom: 4rem;
}

.voice-card__inner {
  text-align: center;
  width: 100%;
}

.voice-card__heading-wrap {
  position: relative;
}

.voice-card__heading-wrap img {
  -o-object-fit: cover;
  aspect-ratio: 187/242;
  max-width: 10.125rem;
  object-fit: cover;
  position: absolute;
  right: 3%;
  top: -3%;
  width: 13vw;
}

.voice-card__heading-top {
  background-color: #14C3D7;
  color: #FFFFFF;
  display: inline-block;
  letter-spacing: 0.05em;
  padding: 0.625rem 1.25rem;
  text-align: center;
  vertical-align: middle;
}

.voice-card__heading-top span.small {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.25rem;
  vertical-align: middle;
}

.voice-card__heading-top span.large {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
}

.voice-card__heading-bottom {
  font-size: 2.875rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 1.5625rem;
}

.voice-card__heading-bottom span {
  color: #ED1B24;
  display: inline-block;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.voice-card__heading-bottom span::after {
  background-color: #ED1B24;
  bottom: -0.625rem;
  content: "";
  display: block;
  height: 0.1875rem;
  left: 0;
  position: absolute;
  transition: width 0.8s ease-in-out;
  width: 0;
}

.voice-card__heading-bottom span.visible::after {
  width: 100%;
}

.voice-card__text {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.818;
  margin-top: 1.875rem;
}

.voice-card__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.5rem;
  justify-content: center;
  margin: 3rem auto 4.5rem;
  text-align: center;
}

.voice-card__item {
  max-width: 14.5rem;
  width: 21vw;
}

.voice-card__content {
  background-color: #FFFFFF;
  border-radius: 0.625rem 0.625rem 0 0;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  padding-bottom: 0.75rem;
  padding-top: 1.3125rem;
}

.voice-card__content p {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.857;
}

.voice-card__content h3 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.59;
  margin-top: 0.375rem;
}

.voice-card__item img {
  -o-object-fit: cover;
  aspect-ratio: 232/159;
  border-radius: 0 0 0.625rem 0.625rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  object-fit: cover;
  width: 100%;
}

.plan {
  padding-top: 6rem;
}
.plan__title {
  align-items: center;
  display: inline-block;
  display: flex;
  font-size: 2.875rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  padding-bottom: 0.5rem;
  position: relative;
  text-align: center;
}
.plan__title::before {
  background-color: #EB506E;
  border-radius: 0.125rem;
  bottom: -0.625rem;
  content: "";
  display: inline-block;
  height: 0.3125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 6.5rem;
}
.plan__title-img1 {
  left: 1.5625rem;
  max-width: 10.625rem;
  object-fit: cover;
  position: absolute;
  top: 0.625rem;
}
.plan__title-img2 {
  max-width: 17.5rem;
  object-fit: cover;
  position: absolute;
  right: 1.25rem;
  top: 0.625rem;
  width: 100%;
}
.plan__title-img3 {
  display: none;
}
.plan__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.90625rem min(2.5vw, 2rem);
  gap: 1.90625rem min(2.5dvw, 2rem);
  margin: 0 auto;
  padding-top: 1.5rem;
  padding-bottom: 2.9375rem;
  text-align: center;
}
.plan__list.is-sm {
  font-size: 0.875rem;
}
.plan__item {
  grid-column-start: span var(--plan_item_column_pc, 2);
  display: grid;
  grid-template-rows: auto 1fr;
  background-color: #FDEEF1;
  border-radius: 0 0 8px 8px;
}
.plan__category {
  padding: 9px 12px;
  background-color: #EB506E;
  color: #FFF;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
}
.plan__product, .plan__product--multiple {
  padding: 25px 8px 17px;
}
.plan__product--multiple {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 var(--plan_product_gap_pc, 25px);
  place-content: center;
}
.plan__product--multiple .plan__detail:first-of-type {
  position: relative;
}
.plan__product--multiple .plan__detail:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  left: calc(100% + var(--plan_product_plus_pc, -6px));
  width: 29px;
  height: 29px;
  background-image: linear-gradient(0deg, rgba(235, 80, 110, 0) 37.9310345%, #EB506E 37.9310345% 62.0689656%, rgba(235, 80, 110, 0) 62.0689656%), linear-gradient(90deg, rgba(235, 80, 110, 0) 37.9310345%, #EB506E 37.9310345% 62.0689656%, rgba(235, 80, 110, 0) 62.0689656%);
}
.plan__detail {
  display: grid;
  gap: 12px 0;
  align-content: center;
  place-items: center;
}
.plan__detail img {
  width: auto;
  height: 100px;
  object-fit: contain;
}
.plan__detail figcaption {
  font-weight: 500;
}
.plan__img-wrap {
  align-items: center;
  background-color: #FDEEF1;
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  height: 11.5625rem;
  justify-content: center;
  padding-bottom: 1.0625rem;
  padding-top: 1.25rem;
}
.plan__img-wrap.img-tab {
  align-items: flex-start;
}
.plan__img-wrap img {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.25rem;
  object-fit: scale-down;
  height: 100px;
}
.plan__img-box {
  display: grid;
  justify-items: center;
}
@media (max-width: 1024px) {
  .plan__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.9375rem;
    padding-top: 1.25rem;
    padding-bottom: 1.5625rem;
  }
  .plan__item {
    order: var(--plan_item_order_sp, 0);
    grid-column-start: span var(--plan_item_column_sp, var(--plan_item_column_pc, 2));
  }
  .plan__category {
    padding: 9px 4px 8px;
    font-size: 1rem;
    line-height: 1.1875;
  }
  .plan__product, .plan__product--multiple {
    padding: 24px 4px 25px;
  }
  .plan__product--multiple {
    gap: 0 var(--plan_product_gap_sp, 40px);
  }
  .plan__product--multiple .plan__detail:first-of-type::after {
    left: calc(100% + 2px);
  }
  .plan__detail {
    gap: 10px 0;
  }
  .plan__detail figcaption {
    font-size: 0.875rem;
    line-height: 1.2142858;
  }
  .plan__detail figcaption.is-sm-sp {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .plan__title {
    font-size: 2rem;
    line-height: 1.25;
    padding-bottom: 1.125rem;
  }
  .plan__title::before {
    bottom: -0.375rem;
  }
  .plan__title-img1 {
    display: none;
  }
  .plan__title-img2 {
    display: none;
  }
  .plan__title-img3 {
    display: block;
    max-width: 3.75rem;
    object-fit: cover;
    position: absolute;
    right: 0rem;
    top: 0rem;
    width: 100%;
  }
  .plan__list {
    width: min(100%, 600px);
  }
}
@media (max-width: 600px) {
  .plan__title-img3 {
    max-width: 3.75rem;
    right: 0rem;
    top: 0rem;
  }
  .plan__category {
    display: grid;
    place-items: center;
    height: var(--plan_cat_height_sp);
  }
  .plan__category > span {
    display: block;
  }
}

.plan__text {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  text-align: center;
}

.plan__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem 1.875rem;
  justify-content: center;
  padding-bottom: 2.9375rem;
  padding-top: 1.5rem;
  text-align: center;
}

.plan__o_item.wide {
  width: 63%;
}

.plan__o_item {
  width: 30%;
}

.plan__o_item.item1 {
  width: 65.6%;
}

.plan__item-title {
  background-color: #EB506E;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.5625rem;
  text-align: center;
  white-space: nowrap;
}

.plan__img-wrap .plan-item08 {
  margin-left: auto;
  margin-right: auto;
  max-width: 5.625rem;
}

.plan__img-wrap .plan-item09 {
  margin-left: auto;
  margin-right: auto;
  max-width: 4.0625rem;
}

.plan__o_item .plan__img-wrap .plan-item02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 4.4375rem;
}

.plan__o_item .plan__img-wrap .plan-item06 {
  margin-left: auto;
  margin-right: auto;
  max-width: 2.1875rem;
}

.plan__img-box p {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.75rem;
}

.plan__img-box p.text2 {
  margin-top: 0;
}

.plan__heading {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4666;
  margin-top: 2.5rem;
  padding-bottom: 0;
}

.plan__heading::before,
.plan__heading::after {
  height: 2.375rem;
  margin-top: 0.625rem;
}

.plan__heading::before {
  margin-right: 1.25rem;
  transform: rotate(-20deg);
}

.plan__heading::after {
  margin-left: 1.25rem;
  transform: rotate(20deg);
}

.plan__heading-benefits {
  display: none;
}

.plan__container {
  border: 0.125rem solid #EB506E;
  border-radius: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
  padding-left: min(3.59375vw, var(--plan_container_px_pc, 2.875rem));
  padding-right: min(3.59375vw, var(--plan_container_px_pc, 2.875rem));
  position: relative;
  width: 100%;
}

.plan__container:nth-of-type(1) {
  margin-top: 3rem;
}

.plan__container:nth-of-type(2) {
  margin-bottom: 3rem;
  margin-top: 5.6875rem;
}

.plan__container:nth-of-type(4) {
  margin-top: 3rem;
  position: relative;
}

.plan__items .plan__img-wrap {
  height: 13.125rem;
}

.plan__heading-title {
  color: #FFFFFF;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.423;
  margin-top: -1.875rem;
  text-align: center;
  white-space: nowrap;
}

.plan__heading-title span {
  background-color: #EB506E;
  display: inline-block;
  padding: 0.3125rem 0.625rem 0.625rem;
  position: relative;
  width: 25rem;
}

.plan__heading-title span::after {
  border: 0.625rem solid transparent;
  border-top: 0.9375rem solid #EB506E;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 0;
}

.plan__heading-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5555;
  margin-top: 1.875rem;
  text-align: center;
  white-space: nowrap;
}

.plan__heading-text span {
  color: #EB506E;
}

.plan__plus {
  margin-bottom: 2.125rem;
  margin-top: -0.625rem;
  text-align: center;
}

.plan__plus1 {
  margin-right: 6px;
}

.plan__plus2 {
  margin-right: 4px;
}

.plan__container-title-top {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.466;
  margin-top: 2.0625rem;
  text-align: center;
}

.plan__container-title {
  color: #EB506E;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.125rem;
  text-align: center;
}

.plan__container-title span {
  font-size: 4.75rem;
}

.plan__container-title span.yen {
  font-size: 1.875rem;
  font-weight: 500;
}

.plan__item-content {
  background-color: #FDEEF1;
  border-radius: 0.5rem;
  padding: 6.345% 0;
}

.plan__text-wrap {
  margin: auto;
  width: 60%;
}

.plan__item-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.25;
  text-align: left;
}

.plan__content {
  margin-bottom: 2.0625rem;
  margin-top: -0.3125rem;
}

.plan__content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7777;
  margin-bottom: 0.9375rem;
}

.plan__content dl {
  border-top: 0.0625rem solid #ccc;
  display: flex;
  padding: 0.9375rem 0;
}

.plan__content dt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  padding-bottom: 0.3125rem;
  width: 16.27%;
}

.plan__content dd {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
  width: 83.73%;
}

.cta {
  margin-top: var(--cta_mt_pc, 0);
  padding: 3.3125rem 0 4.1875rem;
  background-color: #FF370D;
  color: #FFF;
}
@media (max-width: 768px) {
  .cta {
    margin-top: 0;
    padding: 3rem 0;
  }
}

.merit {
  background-color: #F4F6FF;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.merit__title {
  align-items: center;
  display: inline-block;
  display: flex;
  font-size: 2.875rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-align: center;
}

.merit__title:before {
  background-color: #758FEE;
  bottom: -1.5rem;
  content: "";
  display: inline-block;
  height: 0.3125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 6.5rem;
}

.merit__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  justify-content: center;
  margin-top: 5rem;
  text-align: center;
}

.merit__item.wide {
  max-width: 30.3125rem;
  width: 45vw;
}

.merit__item {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  margin-left: auto;
  margin-right: auto;
  max-width: 19.5625rem;
  padding: 2.5rem 1.875rem 1.875rem;
  width: 29vw;
}

.merit__item-heading span {
  border: 0.1875rem solid #758FEE;
  border-radius: 1.25rem;
  color: #758FEE;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.85;
  padding: 0.1875rem 1.3125rem;
  text-align: center;
}

.merit__item-title {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4666;
  margin-top: 0.625rem;
  text-align: center;
}

.merit__img-wrap {
  margin-top: 1.25rem;
}

.merit__img-wrap img {
  -o-object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  width: 100%;
}

.merit__img1 {
  margin-bottom: 1.875rem;
  max-width: 6.25rem;
  padding-left: 1.25rem;
}

.merit__img2 {
  margin-bottom: 1.875rem;
  max-width: 6.75rem;
  padding-left: 1.25rem;
}

.merit__img3 {
  margin-bottom: 1.875rem;
  max-width: 4.8125rem;
}

.merit__img4 {
  margin-bottom: 1.25rem;
  max-width: 6.4375rem;
}

.merit__img5 {
  margin-bottom: 1.875rem;
  max-width: 5.875rem;
}

.merit__item-text {
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  text-align: left;
}

.my-page {
  background: #FFFFFF;
  padding-bottom: 6rem;
  padding-top: 6rem;
  position: relative;
  z-index: 11;
}

.my-page__heading-top {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.my-page__heading-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}

.my-page__heading-wrap .circle {
  background-color: #53CE61;
  color: #FFFFFF;
  font-weight: 600;
}

.my-page__heading {
  text-align: center;
}

.my-page__heading span {
  align-items: center;
  display: inline-block;
  display: flex;
  font-size: 2.875rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  position: relative;
}

.my-page__heading span::after {
  background-color: #53CE61;
  bottom: -1.5rem;
  content: "";
  display: inline-block;
  height: 0.3125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 6.5rem;
}

.my-page__container {
  align-items: center;
  display: flex;
  gap: 4.8125rem;
  margin-top: 5rem;
}

.my-page__container img {
  -o-object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  max-width: 20.625rem;
  object-fit: cover;
  width: 100%;
}

.my-page__content {
  flex: 1;
}

.my-page__content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: 2rem;
}

.my-page__check-text {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  padding-left: 2.1875rem;
  position: relative;
}

.my-page__check-text:not(:first-child) {
  margin-top: 1.25rem;
}

.my-page__check-text::before {
  border-bottom: 0.1875rem solid #000000;
  border-left: 0.1875rem solid #000000;
  content: "";
  display: inline-block;
  height: 0.75rem;
  left: -0.125rem;
  position: absolute;
  top: 0.5625rem;
  transform: rotate(-45deg);
  width: 1.25rem;
  z-index: 1;
}

.my-page__check-text::after {
  background-color: #53CE61;
  content: "";
  height: 1.3125rem;
  left: -0.3125rem;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  width: 1.3125rem;
}

.my-page__check-text span {
  border-bottom: 0.125rem dotted #7E7E7E;
  padding-bottom: 0.25rem;
}

.my-page__border {
  margin-top: 1.25rem;
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.75s, transform 0.5s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

.circle {
  background: #FFFFFF;
  border-radius: 50%;
  color: #FF370D;
  display: inline-block;
  font-size: 1.125rem;
  height: 3.75rem;
  line-height: 3.75rem;
  margin-right: 0.3125rem;
  text-align: center;
  width: 3.75rem;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .plan__container:nth-of-type(4) .plan__o_item {
    width: 26vw;
  }
}
@media (max-width: 1000px) {
  html {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  .heading::before {
    margin-right: 0.9375rem;
  }
  .heading::after {
    margin-left: 0.625rem;
  }
  .plan-item__plus {
    margin-left: 0.625rem;
    margin-right: 1.875rem;
  }
  .md-none {
    display: none;
  }
  .md-show {
    display: block;
  }
  .voice {
    padding-bottom: 8.125rem;
    padding-top: 2.75rem;
  }
  .voice__inner {
    max-width: 32.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .voice::before,
  .voice::after {
    bottom: -1.25rem;
  }
  .voice__title {
    text-align: center;
  }
  .voice__title span {
    font-size: 1.625rem;
    line-height: 1.3846;
  }
  .voice__content {
    display: block;
  }
  .voice__text {
    font-size: 1rem;
    line-height: 1.625;
  }
  .voice__text::before {
    height: 0.625rem;
    left: -0.125rem;
    top: 0.375rem;
    width: 1.125rem;
  }
  .voice__text::after {
    height: 1.25rem;
    width: 1.25rem;
  }
  .voice__content img {
    aspect-ratio: 95/162;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.6875rem;
    max-width: 6rem;
  }
  .voice-card {
    padding-bottom: 2rem;
  }
  .voice-card__heading-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 32.5rem;
    text-align: left;
  }
  .voice-card__heading-wrap img {
    aspect-ratio: 130/168;
    max-width: 7.5rem;
    right: 3%;
    top: 5%;
    width: 32vw;
  }
  .voice-card__heading-top {
    padding: 0.5rem 1.125rem;
  }
  .voice-card__heading-top span.small {
    font-size: 0.875rem;
  }
  .voice-card__heading-top span.large {
    font-size: 1.8125rem;
  }
  .voice-card__heading-bottom {
    font-size: 1.875rem;
  }
  .voice-card__heading-bottom span {
    font-size: 2.5rem;
    line-height: 1.6;
  }
  .voice-card__items {
    gap: 0.9375rem 0.9375rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 37.5rem;
  }
  .voice-card__item {
    width: 45vw;
  }
  .voice-card__content p {
    letter-spacing: 0;
    line-height: 1.428;
  }
  .voice-card__content h3 {
    font-size: 1.25rem;
    line-height: 1.75;
    margin-top: 0.625rem;
  }
  .voice-card__item img {
    aspect-ratio: 160/106;
  }
  .plan {
    padding-top: 4rem;
  }
  .plan__text {
    font-size: 0.875rem;
    line-height: 1.714;
    margin-bottom: 1.75rem;
    margin-top: 3rem;
  }
  .plan__items {
    gap: 0.9375rem 0.9375rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 37.5rem;
    padding-bottom: 1.5625rem;
    padding-top: 1.25rem;
  }
  .plan__o_item.wide {
    width: 98.7%;
  }
  .plan__o_item {
    width: 47%;
  }
  .plan__item-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125;
    padding: 0.4375rem;
  }
  .plan__img-wrap {
    height: 11rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .plan__img-wrap img {
    max-width: 7.875rem;
  }
  .plan__img-wrap .plan-item08 {
    max-width: 5.625rem;
  }
  .plan__img-wrap .plan-item09 {
    max-width: 4.0625rem;
  }
  .plan__o_item .plan__img-wrap .plan-item02 {
    max-width: 4.4375rem;
  }
  .plan__o_item .plan__img-wrap .plan-item06 {
    max-width: 2.1875rem;
  }
  .plan__o_item .plan__img-wrap .plan-item05 {
    margin-top: 1.25rem;
  }
  .plan__o_item .plan__img-wrap .plan-item03 {
    margin-top: 0.625rem;
  }
  .plan__img-box p {
    font-size: 0.875rem;
  }
  .plan__img-box p.text1 {
    margin-top: 1.5625rem;
  }
  .text1.font-small,
  .text2.font-small,
  p.font-small {
    font-size: 0.75rem;
  }
  .plan__heading {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 0.75rem;
  }
  .plan__heading::before {
    margin-right: 0.9375rem;
  }
  .plan__heading::after {
    margin-left: 0.9375rem;
  }
  .plan__heading-benefits {
    align-items: center;
    color: #000000;
    display: flex;
    font-size: 1.875rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.466;
    margin-top: 1.8125rem;
    text-align: center;
  }
  .plan__heading-benefits::before,
  .plan__heading-benefits::after {
    background-color: #000000;
    content: "";
    height: 2.375rem;
    width: 0.1875rem;
  }
  .plan__heading-benefits::before {
    margin-right: 0.9375rem;
    transform: rotate(-20deg);
  }
  .plan__heading-benefits::after {
    margin-left: 0.9375rem;
    transform: rotate(20deg);
  }
  .plan__container {
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 37.5rem;
  }
  .plan__container:nth-of-type(2) {
    margin-bottom: 3rem;
    margin-top: 4.375rem;
  }
  .plan__container:nth-of-type(4) .plan__o_item {
    width: 47%;
  }
  .plan__heading-title {
    font-size: 1.25rem;
    line-height: 1.45;
  }
  .plan__heading-text {
    font-size: 0.875rem;
    line-height: 1.714;
  }
  .plan__plus {
    margin-top: 0;
  }
  .plan__plus.plus.md-show {
    margin-bottom: 2.8125rem;
  }
  .plan__container-title-top {
    font-size: 1.315rem;
    line-height: 1.44;
    margin-top: 0.9rem;
  }
  .plan__container-title {
    font-size: 1.875rem;
    line-height: 1.4666;
    margin-bottom: 0.5625rem;
    position: relative;
  }
  .plan__container-title {
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
  }
  .plan__container-title span {
    font-size: 4.375rem;
    line-height: 1.442;
  }
  .plan__container-title span.yen {
    font-size: 1.5rem;
    line-height: 1.458;
  }
  .plan__item-content {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.8125rem;
    padding-top: 1rem;
    width: 98.7%;
  }
  .plan__item.md-show .plan__item-content {
    margin: auto;
    width: 60vw;
  }
  .plan__text-wrap1 {
    width: 100%;
  }
  .plan__text-wrap2 {
    margin-left: 3.125rem;
    width: 100%;
  }
  .plan__text-wrap {
    display: flex;
    width: 70%;
  }
  .plan__item-text {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.857;
  }
  .plan__item-content.md-show.plan__item-text {
    font-weight: 500 !important;
  }
  .plan__item-content.md-show.plan__item-text {
    font-size: 0.875rem;
    line-height: 1.857;
  }
  .plan__content {
    margin-bottom: 0;
    margin-top: 2.3125rem;
  }
  .plan__content dl {
    flex-direction: column;
  }
  .plan__content dt {
    width: 100%;
  }
  .plan__content dd {
    width: 100%;
  }
  .item-padding {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .merit {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .merit__title {
    font-size: 2rem;
    line-height: 1.1875;
    padding-bottom: 0.625rem;
  }
  .merit__title:before {
    bottom: -0.5rem;
  }
  .merit__items {
    display: block;
    margin-top: 3rem;
  }
  .merit__item.wide {
    max-width: 37.5rem;
    width: 100%;
  }
  .merit__item {
    display: flex;
    max-width: 37.5rem;
    padding: 1.25rem 0.9375rem 0.9375rem;
    width: 100%;
  }
  .merit__item-left {
    margin-top: 0.3125rem;
    padding-right: 0.625rem;
    width: 40%;
  }
  .merit__item-right {
    width: 60%;
  }
  .merit__item:not(:first-child) {
    margin-top: 1rem;
  }
  .merit__item-heading span {
    border-radius: 1.0625rem;
    font-size: 0.875rem;
    line-height: 1.857;
    padding: 0.25rem 0.9375rem;
  }
  .merit__item-title {
    font-size: 1rem;
    line-height: 1.5;
  }
  .merit__img-wrap {
    margin-top: 1.125rem;
  }
  .merit__img1 {
    margin-bottom: 0;
    max-width: 4.4375rem;
    padding-left: 0;
  }
  .merit__img2 {
    margin-bottom: 0;
    max-width: 4.875rem;
    padding-left: 0;
  }
  .merit__img3 {
    margin-bottom: 0;
    max-width: 3.875rem;
  }
  .merit__img4 {
    margin-bottom: 0;
    max-width: 4.6875rem;
  }
  .merit__img5 {
    margin-bottom: 0;
    max-width: 4.4375rem;
  }
  .merit__item-text {
    font-size: 0.875rem;
    line-height: 1.571;
  }
  .my-page {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .my-page__heading-top {
    font-size: 1.25rem;
    line-height: 1.45;
  }
  .my-page__heading-wrap .circle {
    font-size: 1.125rem;
    height: 3.75rem;
    line-height: 3.75rem;
    width: 3.75rem;
  }
  .my-page__heading span {
    font-size: 2rem;
    line-height: 1.1875;
  }
  .my-page__heading span::after {
    bottom: -0.9375rem;
  }
  .my-page__container {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.75rem;
    max-width: 37.5rem;
  }
  .my-page__container img {
    align-items: flex-start;
    flex-direction: column;
    max-width: 17.5625rem;
  }
  .my-page__content {
    margin-top: 2rem;
  }
  .my-page__content p {
    font-size: 0.875rem;
    line-height: 1.714;
  }
  .my-page__check-text {
    font-size: 1rem;
    line-height: 1.625;
    margin-left: 0.625rem;
    padding-left: 1.9375rem;
  }
  .my-page__check-text::before {
    top: 0.1875rem;
  }
  .my-page__check-text::after {
    height: 1.1875rem;
    width: 1.1875rem;
  }
  .my-page__check-text.check-text3::after {
    top: 50%;
  }
  .circle {
    font-size: 0.75rem;
    height: 2.4375rem;
    line-height: 2.4375rem;
    width: 2.4375rem;
  }
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sm-none {
    display: none;
  }
  .sm-show {
    display: block;
  }
  .voice__title span::after {
    background: #000000;
    bottom: -0.5rem;
    content: "";
    display: block;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    transition: width 0.9s ease-in-out;
    width: 0;
  }
  .voice__text-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 20.3125rem;
  }
  .voice__text {
    margin-left: 1.875rem;
    padding-left: 0;
  }
  .voice__text:not(:nth-child(2)) {
    border-bottom: 0.125rem dotted #7E7E7E;
    padding-bottom: 0.25rem;
  }
  .voice__text span.dotted {
    border-bottom: none;
  }
  .voice__text span.dotted-sm {
    border-bottom: 0.125rem dotted #7E7E7E;
    padding-bottom: 0.25rem;
  }
  .voice__text::before {
    left: -1.625rem;
  }
  .voice__text::after {
    left: -1.875rem;
  }
  .voice__text:not(:nth-child(2))::after {
    top: 27%;
  }
  .voice-card__heading-wrap {
    max-width: 23.4375rem;
  }
  .voice-card__heading-wrap img {
    right: -3%;
    top: 25%;
  }
  .voice-card__item {
    width: 42.6vw;
  }
  .plan__item-title.item-title {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .plan__heading::before,
  .plan__heading::after {
    height: 3.75rem;
  }
  .plan__container {
    max-width: 90vw;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .plan__container:nth-of-type(4) .plan__item-title {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .plan__container:nth-of-type(4) .plan__item-title.tab {
    padding: 0.4375rem;
  }
  .plan__heading-title span {
    width: 18.75rem;
  }
  .plan__plus {
    margin-bottom: 1.5rem;
    margin-top: -0.625rem;
  }
  .plan__container-title {
    width: 80vw;
  }
  .plan__text-wrap2 {
    margin-left: 2.8125rem;
    width: 100%;
  }
  .plan__text-wrap {
    display: flex;
    width: 88%;
  }
  .my-page__heading-wrap {
    align-items: flex-start;
    margin-left: -3.875rem;
  }
  .my-page__check-text {
    margin-left: 0.4375rem;
    padding-left: 0;
  }
  .my-page__check-text::before {
    left: -1.9375rem;
    top: 0.375rem;
  }
  .my-page__check-text::after {
    left: -2.0625rem;
    top: 34%;
  }
  .my-page__check-text.check-text3::before {
    top: 0.0625rem;
  }
  .my-page__check-text span {
    border-bottom: none;
  }
  .my-page__border {
    border-bottom: 0.125rem dotted #7E7E7E;
    margin-left: auto;
    padding-bottom: 0.625rem;
    width: 82vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 374px) {
  .voice-card__item {
    width: 41.7vw;
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.cta1 {
  padding: 3rem 0rem;
}
@media (max-width: 768px) {
  .cta1 {
    padding: 1rem 0rem;
  }
}

.voice-card__inner {
  text-align: center;
  width: 100%;
}