@charset "UTF-8";
:root {
  --color01: #333333;
  --color02: #4782c5;
  --color03: #E76B1F;
  --color04: #FFF500;
  --color05: #f6efe3;
  --color06: #e51010;
}
:root {
  --font-family01: "Zen Kaku Gothic New", sans-serif;
  --font-family02: "Oswald", sans-serif;
}
:root {
  --width01: 1280px;
  --width02: 1080px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1;
}
main {
  display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
input, textarea, select, button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  outline: 0;
}
textarea {
  resize: vertical;
  display: block;
}
button {
  padding: 0;
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
svg {
  vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
address, caption, cite, code, dfn, em, th, td, var {
  font-style: normal;
  font-weight: normal;
}
strong {
  font-weight: bold;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
html {
  font-size: min(2.6666666667vw, 11.2px);
}
@media screen and (min-width: 811px) {
  html {
    font-size: min(1.0683760684vw, 10px);
  }
}
body {
  position: relative;
  min-width: 320px;
  color: var(--color01);
  font-family: var(--font-family01);
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: -.2px;
  -webkit-text-size-adjust: 100%;
}
body * {
  line-height: 1.2;
}
main {
  overflow: hidden;
}
img {
  display: block;
  width: auto;
  height: auto;
}
sup {
  font-size: 70%;
  vertical-align: super;
}
*:focus {
  outline: none;
}
/* layout */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0.7rem 0.9rem 0.7rem 1rem;
  background: #fff;
  box-shadow: 0 0.6rem 0.6rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 811px) {
  .header {
    height: 7rem;
    padding: 1rem 2rem;
  }
}
.header__logo {
  display: block;
  width: 11rem;
  height: 2.4rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .header__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 811px) {
  .header__logo {
    width: 19rem;
    height: 4.1rem;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
}
.header__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 811px) {
  .header__item {
    gap: 1rem;
  }
}
.header__button {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 0.5rem 1.2rem;
  border-radius: 0.5rem;
  background: #0023ea;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: -0.04em;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .header__button:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 811px) {
  .header__button {
    height: 4.5rem;
    padding: 0.8rem 3rem 1rem;
    font-size: 1.4rem;
  }
}
.header__button--trial {
  background: var(--color06);
}
.footer {
  position: relative;
  z-index: 1;
  background: rgb(242 242 242);
  color: #333;
}
.footer__list01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem 5rem;
  padding: 2rem 2.5rem;
}
@media screen and (min-width: 811px) {
  .footer__list01 {
    justify-content: center;
    gap: 8rem;
    padding: 2.8rem;
  }
}
.footer__list01 > li {
  display: inline-block;
}
.footer__link01 {
  font-size: 1.4rem;
  line-height: 1.6;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .footer__link01:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 811px) {
  .footer__link01 {
    font-size: 1.6rem;
  }
}
.footer__copy {
  display: block;
  padding: 1.8rem;
  border-top: 1px solid #D6D6D6;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .footer__copy {
    font-size: 1.3rem;
  }
}
.footer__totop {
  position: absolute;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  top: auto;
  right: 1.8rem;
  bottom: 100%;
  left: auto;
  z-index: 1;
  border: 1px solid #707070;
  border-radius: 0.9rem;
  background: #fff;
  transform: translateY(50%);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .footer__totop:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 811px) {
  .footer__totop {
    bottom: 100%;
    width: 5.8rem;
    height: 5.8rem;
    border-radius: 1.3rem;
  }
}
@media screen and (min-width: 1080px) {
  .footer__totop {
    right: 10rem;
  }
}
.footer__totop::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 1.2rem;
  background: #251E1C;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (min-width: 811px) {
  .footer__totop::after {
    width: 1.8rem;
    height: 1.5rem;
  }
}
/* common */
.sp-only {
  display: block;
}
@media screen and (min-width: 811px) {
  .sp-only {
    display: none;
  }
}
.pc-only {
  display: none;
}
@media screen and (min-width: 811px) {
  .pc-only {
    display: block;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}
.inner01 {
  max-width: calc(900px + 3.6rem);
  margin: 0 auto;
  padding: 0 1.8rem;
}
.inner02 {
  max-width: calc(920px + 3.6rem);
  margin: 0 auto;
  padding: 0 1.8rem;
}
.inner03 {
  max-width: calc(1100px + 3.6rem);
  margin: 0 auto;
  padding: 0 1.8rem;
}
.background01 {
  background: var(--color05);
}
.text-bold {
  font-weight: bold !important;
}
.text-blue {
  color: var(--color02) !important;
}
.text-orange {
  color: var(--color03) !important;
}
.line-yellow {
  background: var(--color04);
  background: linear-gradient(180deg, transparent 0%, transparent 0.1rem, var(--color04) 0.1rem, var(--color04) calc(100% - 0.1rem), transparent calc(100% - 0.1rem));
}
.font02 {
  font-family: var(--font-family02);
}
.wrap01 {
  padding: 4rem 0;
}
@media screen and (min-width: 811px) {
  .wrap01 {
    padding: 7rem 0;
  }
}
.wrap02:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 811px) {
  .wrap02:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.wrap03:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 811px) {
  .wrap03:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.box01 {
  width: calc(100% + 3.6rem);
  margin-left: -1.8rem;
  padding: 3rem 1.8rem;
  background: #fff;
}
@media screen and (min-width: 811px) {
  .box01 {
    width: 100%;
    margin: 0;
    padding: 6rem min(9.0909090909vw, 100px) 8rem;
    padding: 6rem max((100% - 900px) / 2, 30px) 8rem;
    border-radius: 0.8rem;
  }
}
.box02 {
  width: calc(100% + 3.6rem);
  margin-left: -1.8rem;
  padding: 3rem 1.8rem;
  background: #fff;
}
@media screen and (min-width: 811px) {
  .box02 {
    width: 100%;
    margin: 0;
    padding: 6rem min(9.0909090909vw, 100px) 8rem;
    padding: 6rem max((100% - 980px) / 2, 30px) 3rem;
    border-radius: 0.8rem;
  }
}
.title01 {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .title01 {
    margin-bottom: 2rem;
  }
}
.title01::before {
  content: "";
  position: absolute;
  top: auto;
  right: calc(50% + 6rem);
  bottom: calc(100% - 3rem);
  width: 7.7rem;
  height: 7.8rem;
  background: url(../img/point01-head-img01.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .title01::before {
    right: calc(100% + 1.6rem);
    bottom: 0;
    width: 12.6rem;
    height: 12.8rem;
  }
}
.title01__top {
  display: inline-block;
  margin-bottom: 1.6rem;
  padding: 0.3rem 1.6rem;
  border: 0.3rem solid var(--color03);
  border-radius: 3rem;
  color: var(--color03);
  font-family: var(--font-family02);
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .title01__top {
    margin-bottom: 2rem;
    padding: 0.4rem 2rem;
    font-size: 2.4rem;
  }
}
.title01__main {
  color: var(--color03);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .title01__main {
    font-size: 3.2rem;
  }
}
.lead01 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .lead01 {
    font-size: 2.2rem;
  }
}
.lead01--wide {
  width: calc(100% + 2em);
  margin-left: -1em;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .lead01--sp-left {
    text-align: left;
  }
}
.text01 {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .text01 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 811px) {
  .text01--pc-center {
    text-align: center;
  }
}
.text01 + .text01 {
  margin-top: 1.2em;
}
.cta {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.cta_01 {
  padding-bottom: 0;
  padding-top: 3rem;
}
@media screen and (min-width: 811px) {
  .cta {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
  .cta_01 {
    padding-bottom: 0;
    padding-top: 5rem;
  }
}
.cta-area {
  position: relative;
  z-index: 0;
}
.cta__text01 {
  margin-bottom: 0.8rem;
  color: var(--color06);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .cta__text01 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.cta__button01 {
  display: block;
  max-width: 58rem;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .cta__button01:hover {
    opacity: 0.7;
  }
}
.cta__button01-main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 6rem;
  border-radius: 6rem;
  background: rgb(255, 59, 0);
  background: linear-gradient(90deg, rgb(224 0 0) 0%, rgb(239 0 0) 100%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .cta__button01-main {
    min-height: 8rem;
    font-size: 2.4rem;
  }
}
.cta__button01-main > span::before {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  top: 50%;
  right: 1.6rem;
  bottom: auto;
  left: auto;
  z-index: 1;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .cta__button01-main > span::before {
    right: 3.6rem;
    width: 3rem;
    height: 3rem;
  }
}
.cta__button01-main > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.7rem;
  height: 1rem;
  top: 50%;
  right: 2.1rem;
  bottom: auto;
  left: auto;
  z-index: 1;
  background: var(--color06);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .cta__button01-main > span::after {
    right: 4.4rem;
    width: 1rem;
    height: 1.2rem;
  }
}
.cta__button01-top {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: auto;
  padding: 0.5rem 1.4rem;
  border: 2px solid var(--color06);
  border-radius: 2rem;
  background: #fff;
  color: var(--color06);
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .cta__button01-top {
    padding: 0.6rem 2rem;
    border: 3px solid var(--color06);
    font-size: 1.8rem;
  }
}
.cta__button01-top + .cta__button01-main {
  margin-top: -1.2rem;
}
@media screen and (min-width: 811px) {
  .cta__button01-top + .cta__button01-main {
    margin-top: -1.4rem;
  }
}
@media screen and (max-width: 810px) {
  .cta--bottom {
    padding-bottom: 5rem;
  }
}
.cmnVoice {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  padding: 3.6rem 1.5rem 2rem 1.5rem;
  border: 0.4rem solid var(--color03);
  border-radius: 0.8rem;
  background: #fff;
}
@media screen and (min-width: 811px) {
  .cmnVoice {
    max-width: 100%;
    padding: 5rem 5rem 4rem 5rem;
  }
}
.cmnVoice:not(:last-child) {
  margin-bottom: 0;
}
.cmnVoice__top01_inner {
  align-items: center;
  gap: 1em;
  display: flex;
}
@media screen and (min-width: 811px) {
  .cmnVoice__top01_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 3.5rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 811px) {
  .cmnVoice:not(:last-child) {
    margin-bottom: 0;
  }
}
.cmnVoice__top01 {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  background: #fff;
  padding: 0.5rem 2rem;
  border: 0.4rem solid var(--color03);
  border-radius: 3rem;
  color: var(--color03);
  font-size: 1.8rem;
  font-weight: bold;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 811px) {
  .cmnVoice__top01 {
    padding: 0.6rem 3.5rem 0.8rem;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 811px) {
  .cmnVoice__item01 {
    width: calc(100% - 3.5rem - 12rem);
  }
}
.cmnVoice__image01 {
  width: 8rem;
  margin: 0 auto 0.8rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 811px) {
  .cmnVoice__image01 {
    margin-bottom: 0.5rem;
    width: 11rem;
  }
}
.cmnVoice__image01 img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.cmnVoice__image_box {
  text-align: center;
}
@media screen and (min-width: 811px) {
  .cmnVoice__image_box {
    width: 12rem;
  }
}
.cmnVoice__head01 {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 811px) {
  .cmnVoice__head01 {
    text-align: center;
  }
}
.cmnVoice__head01 .name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 811px) {
  .cmnVoice__head01 .name {
    font-size: 1.8rem;
  }
}
.cmnVoice__head01 .desc {
  font-size: 1rem;
  line-height: 1.4;
  color: var(--color02);
}
@media screen and (min-width: 811px) {
  .cmnVoice__head01 .desc {
    font-size: 1.3rem;
  }
}
.cmnVoice__lead01 {
  margin-bottom: 1rem;
  color: var(--color04);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.8rem;
}
@media screen and (min-width: 811px) {
  .cmnVoice__lead01 {
    margin-bottom: 1.6rem;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.cmnVoice__text01 {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .cmnVoice__text01 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 811px) {
  .cmnVoice--round {
    border-radius: 0.8rem;
  }
  .cmnVoice--round .cmnVoice__text01 {
    font-size: 1.8rem;
  }
}
.cmnPoint + .cmnPoint {
  margin-top: 4rem;
}
@media screen and (min-width: 811px) {
  .cmnPoint + .cmnPoint {
    margin-top: 6rem;
  }
}
.cmnPoint__head01 {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .cmnPoint__head01 {
    margin-bottom: 3rem;
  }
}
/* unique */
.mv {
  margin-top: 5rem;
  height: 47rem;
  padding: 2rem 0 1.2rem 3rem;
  background: url(../img/mv-img-sp.webp) no-repeat center/cover;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .mv {
    height: 70.5em;
    margin-top: 7rem;
    padding: 2rem 12rem 0;
    background: url(../img/mv-img-pc.webp) no-repeat center/cover;
    font-size: min(0.69vw, 10px);
  }
}
.mv__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 811px) {
  .mv__inner {
    max-width: 1092px;
    position: relative;
  }
}
.mv__text-wrap {
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .mv__text-wrap {
    margin-bottom: 2.5em;
  }
}
.mv__text01 {
  display: inline-block;
  margin-bottom: 0.5rem;
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 811px) {
  .mv__text01 {
    margin-bottom: 1rem;
  }
}
.mv__text01 > span {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  background: var(--color04);
  font-size: 1.3rem;
}
@media screen and (min-width: 811px) {
  .mv__text01 > span {
    padding: 0.2em 0.1em 0.2em 0.45em;
    font-size: 2.5rem;
  }
}
.mv__text02 {
  font-size: 2rem;
}
.mv__text02 span {
  color: red;
}
@media screen and (min-width: 811px) {
  .mv__text02 {
    font-size: 4em;
    line-height: 1.3;
  }
}
.mv__text03 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.mv__text03 .text01 {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .mv__text03 .text01 {
    margin-right: 0.5em;
    font-size: 2.3em;
  }
}
.mv__text03 .text02 {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 811px) {
  .mv__text03 .text02 {
    font-size: 1.8rem;
  }
}
.mv__text03 .number {
  font-family: var(--font-family02);
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (min-width: 811px) {
  .mv__text03 .number {
    font-size: 5.2em;
  }
}
.mv__text03 .yen {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
.mv__text03 .kigou {
  padding: 0 0.5rem;
}
@media screen and (min-width: 811px) {
  .mv__text03 .yen {
    font-size: 2em;
  }
}
.mv__catch_iiner {
  text-align: center;
  display: inline-block;
  margin-top: 3.5rem;
}
.mv__catch {
  font-size: 1.5rem;
  color: red;
  text-shadow: 0px 0rem 0.5rem rgba(0, 0, 0, 0.56);
}
@media screen and (min-width: 811px) {
  .mv__catch {
    font-size: 18px;
    text-shadow: none;
    color: red;
  }
  .mv__catch_iiner {
    margin-top: 2rem;
  }
}
.mv__title01 {
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 811px) {
  .mv__title01 {
    font-size: calc(98 / 1440 * 100vw);
  }
}
.mv__container01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 811px) {
  .mv__container01 {
    flex-direction: row;
    gap: 1.5em;
  }
}
.mv__card01 {
  position: relative;
  min-width: 14rem;
  padding: 0.7rem 1rem 0.7rem 3.5rem;
  border-radius: 0.6rem;
  background: #fff;
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 811px) {
  .mv__card01 {
    padding: 1.1em 2.5em 1.1em 6.5em;
    border-width: 0.4rem;
    border-radius: 0.8em;
  }
}
.mv__card01::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.9rem;
  height: 1.6rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0.9rem;
  background: url(../img/ico-check01.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .mv__card01::before {
    left: 2em;
    width: 3.4em;
    height: 2.8em;
  }
}
.mv__card01-text01 {
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 811px) {
  .mv__card01-text01 {
    font-size: 2em;
  }
}
.mv__card01-text02 {
  font-size: 1.8rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 811px) {
  .mv__card01-text02 {
    font-size: 3em;
  }
}
.mv__price01 {
  display: inline-block;
  margin-top: .5rem;
  padding: 0.6rem 1rem 0.6rem 1.5rem;
  color: #fff;
  background: rgb(0, 110, 234);
  background: linear-gradient(90deg, rgb(0, 110, 234) 0%, rgb(8, 23, 204) 100%);
  color: #fff;
}
@media screen and (min-width: 811px) {
  .mv__price01 {
    margin-top: 0.5rem;
    padding: 0.8em 1.5em 0.8em 2em;
  }
}
.mv__medal01 {
  position: absolute;
  display: block;
  width: 9.6rem;
  height: 10.2rem;
  top: auto;
  right: 1rem;
  bottom: 5.5rem;
  left: auto;
  padding-top: 2rem;
  background: url(../img/mv-medal01.svg) no-repeat center/contain;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .mv__medal01 {
    right: -5.5em;
    right: max(calc((100% - 1092px) / 2 - 7em), -6rem);
    bottom: 14.4em;
    width: 19.5em;
    height: 23.8em;
    padding-top: 6em;
  }
}
.mv__medal01-text {
  font-size: 1rem;
  font-weight: bold;
}
.mv__medal01-text span {
  font-size: 1.2rem;
}
@media screen and (min-width: 811px) {
  .mv__medal01-text {
    font-size: 1.65em;
  }
  .mv__medal01-text span {
    font-size: calc(24 / 1440 * 100vw);
  }
}
.mv__medal01-number {
  color: #ED000D;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .mv__medal01-number {
    font-size: calc(30 / 1440 * 100vw);
  }
}
.mv__medal01-number .number {
  font-family: var(--font-family02);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .mv__medal01-number .number {
    font-size: calc(62 / 1440 * 100vw);
  }
}
.price {
  position: relative;
  z-index: 0;
  padding: 3.5rem 0 15rem;
}
@media screen and (min-width: 811px) {
  .price {
    padding: 8rem 0 18rem;
  }
}
.price::after {
  content: "";
  position: absolute;
  display: block;
  width: 27.2rem;
  height: 17.5rem;
  top: auto;
  right: auto;
  bottom: -0.7rem;
  left: 50%;
  background: url(../img/price-img01.svg) no-repeat center/contain;
  transform: translateX(-50%);
}
@media screen and (min-width: 811px) {
  .price::after {
    bottom: -0.8rem;
    width: 33.7rem;
    height: 21.6rem;
  }
}
.price__title01 {
  margin-bottom: 0.5rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 811px) {
  .price__title01 {
    font-size: 3.2rem;
  }
}
.price__title01-sub {
  font-size: 1.4rem;
}
@media screen and (min-width: 811px) {
  .price__title01-sub {
    font-size: 1.6rem;
  }
}
.price__title01-wrap {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .price__title01-wrap {
    margin-bottom: 4.5rem;
  }
}
.price__sale_date {
  background: #f21e1e;
  display: inline-block;
  font-size: 1.4rem;
  padding: .3rem 1rem .5rem;
  line-height: 1;
  margin: 0 0 .5rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .price__sale_date {
    font-size: 1.8rem;
    margin: .8rem 0 .5rem;
  }
}
.price__sale_text01 .number {
  font-family: var(--font-family02);
  font-size: 2rem;
  line-height: 1.1;
  text-decoration: line-through;
}
.price__text01 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .price__text01 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}
.price__text01 .text {
  display: inline-block;
  margin-right: 0.5em;
  transform: translateY(-0.4em);
}
.price__text01 .number {
  display: inline-block;
  font-family: var(--font-family02);
  font-size: 3.2rem;
  line-height: 1.1;
}
@media screen and (min-width: 811px) {
  .price__text01 .number {
    font-size: 3.7rem;
  }
}
.price__text01 .yen {
  font-size: 1.7rem;
}
@media screen and (min-width: 811px) {
  .price__text01 .yen {
    font-size: 2.4rem;
  }
}
.price_number {
  line-height: 1;
  margin-top: -10px;
}
.price__text03 {
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (min-width: 811px) {
  .price__text03 {
    text-align: left;
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}
.off {
  font-size: 2.8rem;
}
@media screen and (min-width: 811px) {
  .off {
    font-size: 3.8rem;
  }
}
.price__list01 {
  width: 100%;
  margin: 0 auto;
  margin-top: 1.2rem;
}
.price__list01 > li {
  position: relative;
  padding: .8rem 1.2rem .8rem 1.2rem;
  background: #fbeae1;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .price__list01 > li {
    padding: 1.2rem 0.5rem 1.2rem 0.5rem;
    font-size: 1.7rem;
  }
}
.price__list01 > li::after {
  /* content: ""; */
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: var(--color03);
}
@media screen and (min-width: 811px) {
  .price__list01 > li::after {
    width: 1.2rem;
  }
}
.price__list01 > li + li {
  margin-top: 1.6rem;
}
.price__list01 > li + li::before {
  content: "＋";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  top: auto;
  right: auto;
  bottom: calc(100% + 0.3rem);
  left: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  transform: translateX(-50%);
  line-height: 1;
}
.price__container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .price__container {
    max-width: 100%;
    gap: 4rem;
  }
}
.price__box01 {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .price__box01 {
    position: relative;
    width: calc(33% - 3rem);
  }
}
.price__box01-top {
  position: relative;
  left: 50%;
  display: inline-block;
  margin-bottom: -1.3rem;
  padding: 0.5rem 2.5rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: red;
  transform: translateX(-50%);
}
@media screen and (min-width: 811px) {
  .price__box01-top {
    position: absolute;
    top: auto;
    bottom: 100%;
  }
}
.price__box01-head {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  border-radius: 0.8rem 0.8rem 0 0;
  background: #24a84a;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .price__box01-head {
    min-height: 7rem;
    font-size: 2.6rem;
  }
}
.price__box01-main {
  padding: 1rem 2rem 2rem;
  border: 0.4rem solid #24a84a;
  border-top: none;
  border-radius: 0 0 0.8rem 0.8rem;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .price__box01-main {
    height: calc(100% - 7rem);
    padding: 1rem 2rem 2.5rem;
  }
}
.price__box01--popular .price__box01-top {
  border-color: #fff;
}
.price__box01--popular .price__box01-head {
  background: rgb(247, 107, 30);
}
.price__box01--popular .price__box01-main {
  border-color: var(--color03);
}
.price__box01--recommendation .price__box01-top {
  border-color: #fff;
}
.price__box01--recommendation .price__box01-head {
  background: rgb(255, 59, 0);
  background: #4782E4;
}
.price__box01--recommendation .price__box01-main {
  border-color: #4782E4;
}
.coupon {
  padding: 4.5rem 0;
  background: #0941A0;
}
@media screen and (min-width: 811px) {
  .coupon {
    padding: 7.5rem 0 6rem;
  }
}
.coupon__image01 {
  display: block;
  max-width: 540px;
  margin: 0 auto 2.5rem;
}
@media screen and (min-width: 811px) {
  .coupon__image01 {
    max-width: 100%;
    margin-bottom: 5rem;
  }
}
.coupon__text-wrap01 {
  text-align: center;
}
.coupon__text01 {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .coupon__text01 {
    font-size: 2.5rem;
  }
}
.coupon__text02 {
  display: inline-block;
  padding: 0.3rem 2.5rem;
  background: var(--color04);
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .coupon__text02 {
    padding: 0.3rem 3.5rem;
    font-size: 3.4rem;
  }
}
.about {
  padding: 5rem 0 2rem;
}
@media screen and (min-width: 811px) {
  .about {
    padding: 9rem 0 1rem;
  }
}
.about__wrap01 {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (min-width: 811px) {
  .about__wrap01 {
    margin-bottom: 5rem;
  }
}
.about__wrap01::before {
  content: "";
  position: absolute;
  display: block;
  width: 7.6rem;
  height: 7.7rem;
  top: -2.7rem;
  right: calc(50% + 8.5rem);
  bottom: auto;
  left: auto;
  background: url(../img/about-head-img01.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .about__wrap01::before {
    top: auto;
    right: auto;
    left: 0.8rem;
    bottom: 0;
    width: 11.8rem;
    height: 11.9rem;
  }
}
.about__logo01 {
  width: 16rem;
  height: 5.2rem;
  margin: 0 auto 1.8rem;
}
@media screen and (min-width: 811px) {
  .about__logo01 {
    width: 20rem;
    height: 6.6rem;
  }
}
.about__title01 {
  margin-bottom: 2rem;
  color: var(--color03);
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .about__title01 {
    margin-bottom: 2.5rem;
    font-size: 4rem;
  }
}
.about__text01 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .about__text01 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.about__column01 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 3rem;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .about__column01 {
    gap: 2em;
    max-width: 100%;
    font-size: min(1.0869565217vw, 10px);
  }
}
.about__column01-item {
  position: relative;
  width: 100%;
  padding: 2.5rem 2rem;
  border-radius: 1.2rem;
  background: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .about__column01-item {
    width: calc(33.33% - 2em);
    padding: 5em 1em 3em;
  }
}
.about__column01-number {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  color: var(--color03);
  font-family: var(--font-family02);
  font-size: 4rem;
  font-weight: 500;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about__column01-catch {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .about__column01-catch {
    margin-bottom: 2rem;
    font-size: 2em;
  }
}
.about__column01-image {
  max-width: 27rem;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 811px) {
  .about__column01-image {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: initial;
    height: 15.3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 811px) {
  .about__column01-image img {
    width: 100%;
    height: auto;
  }
}
.about__column01-title {
  color: var(--color03);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .about__column01-title {
    margin-bottom: 0.5rem;
    font-size: 2.2em;
  }
}
.about__column01-text {
  font-size: 1.6rem;
  letter-spacing: -.5px;
  line-height: 1.5;
}
.sasshi_warp {
  max-width: 570px;
  margin: 4rem auto 0;
  text-align: center;
  border-radius: 1.2rem;
  background: #fff;
  border: 0.4rem solid #ebebeb;
  padding: 2.5rem 1.2rem;
}
@media screen and (min-width: 811px) {
  .sasshi_warp {
    max-width: 670px;
    margin: 7rem auto 0;
    text-align: center;
    padding: 2.5rem 2rem 1rem 2rem;
  }
}
.sasshi_inner {
  display: block;
}
@media screen and (min-width: 811px) {
  .sasshi_inner {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
}
.sasshi_title {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 2rem;
  color: var(--color03);
  letter-spacing: -1px;
  white-space: nowrap;
}
@media screen and (min-width: 811px) {
  .sasshi_title {
    font-size: 2.2rem;
  }
}
.sasshi_img {
  width: 22rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 811px) {
  .sasshi_img {
    width: 210px;
  }
}
.sasshi_text {
  line-height: 1.5;
  font-size: 1.6rem;
}
.sasshi_text .small {
  font-size: 1rem;
  margin-top: .5rem;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 811px) {
  .sasshi_text .small {
    font-size: 1.25rem;
    margin-top: 1rem;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
  }
}
@media screen and (min-width: 811px) {
  .sasshi_text {
    text-align: left;
    line-height: 1.6;
    font-weight: bold;
    font-size: 2rem;
  }
}
.worry {
  margin-bottom: 5rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 811px) {
  .worry {
    margin-bottom: 8rem;
    padding-bottom: 6rem;
  }
}
.worry__title01 {
  margin-bottom: 1rem;
  color: var(--color03);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .worry__title01 {
    margin-bottom: 3rem;
    font-size: 3.2rem;
  }
}
.worry__column01 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3.4rem;
  max-width: 300px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 811px) {
  .worry__column01 {
    max-width: 100%;
    gap: 3rem;
  }
}
.worry__column01-item {
  width: calc(50% - 1.7rem);
}
@media screen and (min-width: 811px) {
  .worry__column01-item {
    width: calc(20% - 3rem);
  }
}
.worry__column01-image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.worry__column01-image figcaption {
  position: relative;
  margin-top: 1rem;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (min-width: 811px) {
  .worry__column01-image figcaption {
    margin-top: 2rem;
    padding-left: 3rem;
    font-size: 1.7rem;
    white-space: nowrap;
  }
}
.worry__column01-image figcaption::before {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 1.5rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../img/ico-check02.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .worry__column01-image figcaption::before {
    width: 2.4rem;
    height: 1.8rem;
  }
}
@media screen and (min-width: 811px) {
  .point01__title01::before {
    bottom: -3.5rem;
  }
}
.point01__title02 {
  position: relative;
  width: 16em;
  margin: 0 auto 2rem;
  padding-left: 8.6rem;
  color: var(--color03);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .point01__title02 {
    position: relative;
    left: 50%;
    display: inline-block;
    width: auto;
    padding-left: 0;
    margin-bottom: 5rem;
    font-size: 2.4rem;
    transform: translateX(-50%);
  }
}
.point01__title02::before {
  content: "";
  position: absolute;
  display: block;
  width: 8.6rem;
  height: 7.8rem;
  top: calc(50% - 0.5rem);
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../img/point01-img05.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .point01__title02::before {
    right: calc(100% + 0.5rem);
    left: auto;
    width: 11.3rem;
    height: 10.2rem;
  }
}
.point01__badge01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: url(../img/badge-bg01.svg) no-repeat center/100% 100%;
  font-weight: bold;
  text-align: center;
  aspect-ratio: 1/1;
}
.point01__badge01-text01 {
  font-size: 0.6rem;
}
@media screen and (min-width: 811px) {
  .point01__badge01-text01 {
    font-size: 1.3rem;
  }
}
.point01__badge01-text01 > span {
  font-size: 1.1rem;
}
@media screen and (min-width: 811px) {
  .point01__badge01-text01 > span {
    font-size: 2rem;
  }
}
.point01__badge01-text02 {
  position: relative;
  color: #eb2400;
  font-family: var(--font-family02);
  font-size: 1rem;
}
@media screen and (min-width: 811px) {
  .point01__badge01-text02 {
    font-size: 1.8rem;
  }
}
.point01__badge01-text02 .number {
  font-size: 2.3rem;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .point01__badge01-text02 .number {
    font-size: 4.3rem;
    line-height: 1.1;
  }
}
.point01__badge01-text02 sup {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0.3rem;
  right: auto;
  bottom: auto;
  left: calc(50% + 1em);
  color: #838383;
  font-size: 0.7rem;
  font-weight: 400;
}
@media screen and (min-width: 811px) {
  .point01__badge01-text02 sup {
    top: 0.8rem;
    font-size: 12px;
  }
}
.point01__image01 {
  position: relative;
  max-width: 480px;
  margin: 0 auto 2rem;
}
.point01__image01 img {
  width: 79.6460176991%;
  margin-left: 1.6rem;
}
@media screen and (min-width: 811px) {
  .point01__image01 img {
    width: 100%;
    margin: 0;
    padding: 0 2.5rem 0 0;
  }
  .point01__image02 {
    max-width: 480px;
    margin: 0 auto 2rem;
  }
}
.point01__image01-badge {
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 26.5486725664%;
  height: 55.9701492537%;
}
@media screen and (min-width: 811px) {
  .point01__image01-badge {
    right: -8rem;
    bottom: -7%;
    width: 36.8%;
    height: 57.264957265%;
  }
}
.point01__note {
  max-width: 540px;
  margin: 0 auto 1.2rem;
  color: #6C6C6C;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .point01__note {
    max-width: initial;
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (min-width: 811px) {
  .point01__voice01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3.5rem;
  }
}
@media screen and (min-width: 811px) {
  .point01__voice01 dt {
    width: 14rem;
  }
}
.point01__voice01 dd {
  position: relative;
  z-index: 0;
  padding: 2rem;
  border: 0.4rem solid var(--color03);
  border-radius: 1.1rem;
}
@media screen and (min-width: 811px) {
  .point01__voice01 dd {
    width: auto;
    max-width: calc(100% - 14rem - 3.5rem);
    padding: 3rem 3.5rem;
  }
}
.point01__voice01 dd::before {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 1.8rem;
  top: auto;
  right: 0;
  bottom: 100%;
  left: 0;
  margin: 0 auto;
  background: var(--color03);
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
@media screen and (min-width: 811px) {
  .point01__voice01 dd::before {
    top: 50%;
    right: 100%;
    left: auto;
    width: 2.2rem;
    height: 2.9rem;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    transform: translateY(-50%);
  }
}
.point01__voice01 dd::after {
  content: "";
  position: absolute;
  display: block;
  width: 2.3rem;
  height: 1.4rem;
  top: auto;
  right: 0;
  bottom: calc(100% - 1.5px);
  left: 0;
  margin: 0 auto;
  background: #fff;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
@media screen and (min-width: 811px) {
  .point01__voice01 dd::after {
    top: 50%;
    right: calc(100% - 1.5px);
    left: auto;
    width: 1.8rem;
    height: 2.2rem;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    transform: translateY(-50%);
  }
}
.point01__voice01-image {
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .point01__voice01-image {
    margin-bottom: 0;
  }
}
.point01__voice01-image img {
  width: 12rem;
  height: 12rem;
  margin: 0 auto;
  border: 0.4rem solid var(--color03);
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 811px) {
  .point01__voice01-image img {
    width: 100%;
    height: 14rem;
  }
}
.point01__voice01-image figcaption {
  margin-top: 0.8rem;
  text-align: center;
}
.point01__voice01-image figcaption .name {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .point01__voice01-image figcaption .name {
    margin-bottom: 0.5rem;
  }
}
.point01__voice01-image figcaption .desc {
  font-size: 1.3rem;
}
@media screen and (min-width: 811px) {
  .point01__voice01-image figcaption .desc {
    display: block;
    width: calc(100% + 2em);
    margin-left: -1em;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 811px) {
  .point01__voice01--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 811px) and (min-width: 811px) {
  .point01__voice01--reverse dd::before {
    right: auto;
    left: 100%;
    -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
    clip-path: polygon(100% 50%, 0 100%, 0 0);
  }
}
@media screen and (min-width: 811px) and (min-width: 811px) {
  .point01__voice01--reverse dd::after {
    right: auto;
    left: calc(100% - 1.5px);
    -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
    clip-path: polygon(100% 50%, 0 100%, 0 0);
  }
}
.point01__box01 {
  width: calc(100% + 3.6rem);
  margin: 0 auto 3rem -1.8rem;
  padding: 4rem 1.8rem;
  background: #EFEFEF;
}
@media screen and (min-width: 811px) {
  .point01__box01 {
    width: 100%;
    margin: 0 0 5rem 0;
    padding: 5.5rem 5rem 5rem;
    border-radius: 0.8rem;
  }
}
.point01__row01 {
  padding: 2rem;
  border-radius: 0.4rem;
  background: #fff;
}
@media screen and (min-width: 811px) {
  .point01__row01 {
    padding: 3rem 4rem;
    border-radius: 0.8rem;
  }
}
.point01__row01 + .point01__row01 {
  margin-top: 2rem;
}
.point01__row01-image_box {}
@media screen and (min-width: 811px) {
	.point01__row01-image_box {
    width: 12rem;
}
}
.point01__row01-image {
  width: 7rem;
  height: 7rem;
  margin: 0 auto 0.5rem;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (min-width: 811px) {
  .point01__row01-image {
    align-self: center;
    height: 10rem;
    width: 10rem;
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 1rem;
  }
}
.point01__row01-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}
.point01__row01_middle .point01__row01-image {}
.cmnVoice_lead {
}
.cmnVoice_lead_inner {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cmnVoice_lead, .cmnVoice_lead_02 {
  color: #E84709;
  font-weight: bold;
  text-align: left;
  font-size: 1.85rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.cmnVoice_lead_02 {
  margin-bottom: 0.5rem;
  text-align: left;
}
@media screen and (min-width: 811px) {
  .cmnVoice_lead, .cmnVoice_lead_02 {
    color: #E84709;
    font-weight: bold;
    line-height: 1.6;
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .cmnVoice_lead_02 {
  }
  .cmnVoice_lead_inner {
    gap: 3rem;
}
}
.point01__row01-head {
  text-align: center;
}
.point01__row01-head .name {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .point01__row01-head {}
  .point01__row01-head .name {
    display: block;
    padding-left: 0;
    font-size: 1.6rem;
  }
  .point01__row01_middle .point01__row01-image {
    width: 10rem;
  }
}
.point01__row01-head .desc {
  color: var(--color02);
  font-size: 1rem;
  line-height: 1.4;
  display: block;
  margin-top: 3px;
}
.point01__row01-text {
}
@media screen and (min-width: 811px) {
  .point01__row01-text {
  width: calc(100% - 3rem - 12rem);
  }
	.point01__row01-head .desc {font-size: 1.2rem;margin-top: 3px;}	
}
@media screen and (min-width: 811px) {
  .point01__row01-text .text01 {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
.point02__title01::before {
  width: 8.2rem;
  height: 7.2rem;
  background-image: url(../img/point02-head-img01.svg);
}
@media screen and (min-width: 811px) {
  .point02__title01::before {
    right: calc(100% + 3rem);
    bottom: -1rem;
    width: 14.3rem;
    height: 12.5rem;
  }
}
.point02__image01 {
  display: block;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .point02__image01 {
    max-width: 72rem;
  }
}
@media screen and (min-width: 811px) {
  .point02__lead01 {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 72rem;
    margin: 0 auto;
  }
}
.point02__lead01-image {
  width: 8.8rem;
  height: 13.4rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 811px) {
  .point02__lead01-image {
    width: 10rem;
    height: 15.2rem;
    margin: 0;
  }
}
.point02__lead01-text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .point02__lead01-text {
    font-size: 2rem;
    text-align: center;
    letter-spacing: -.5px;
  }
}
.point02__box01 {
  max-width: 540px;
  margin: 0 auto;
  border-radius: 0.8rem;
  box-shadow: 0px 0.4rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 811px) {
  .point02__box01 {
    max-width: 840px;
  }
}
.point02__box01 + .point02__box01 {
  margin-top: 3rem;
}
.point02__box01:nth-child(1) .point02__box01-title::before {
  right: calc(50% + 10rem);
  width: 6.9rem;
  height: 6.6rem;
  background: url(../img/point02-head-img05.webp) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .point02__box01:nth-child(1) .point02__box01-title::before {
    width: 12.5rem;
    height: 12rem;
    top: calc(50% - 3rem);
  }
}
.point02__box01:nth-child(2) .point02__box01-title::before {
  width: 6.4rem;
  height: 9.6rem;
  background: url(../img/point02-head-img03.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .point02__box01:nth-child(2) .point02__box01-title::before {
    top: calc(50% - 3rem);
    width: 10rem;
    height: 14.9rem;
  }
}
.point02__box01:nth-child(3) .point02__box01-title::before {
  width: 5.1rem;
  height: 7.6rem;
  background: url(../img/point02-head-img04.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .point02__box01:nth-child(3) .point02__box01-title::before {
    top: calc(50% - 2rem);
    left: 2rem;
    width: 8.2rem;
    height: 12.6rem;
  }
}
@media screen and (min-width: 811px) {
  .point02__box01:nth-child(1) .point02__box01-title {
    padding-left: 16rem;
  }
}
.point02__box01:nth-child(4) .point02__box01-title::before {
  right: calc(50% + 7rem);
  width: 7.9rem;
  height: 7.6rem;
  background: url(../img/point02-head-img02.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .point02__box01:nth-child(4) .point02__box01-title::before {
    left: 0;
    width: 9.6rem;
    height: 13.9rem;
    top: calc(50% - 3.5rem);
  }
}
.point02__box01:nth-child(5) .point02__box01-title::before {
  bottom: calc(100% + 0.5rem);
  width: 7.8rem;
  height: 8.7rem;
  background: url(../img/point02-head-img06.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .point02__box01:nth-child(5) .point02__box01-title::before {
    top: calc(50% - 2.5rem);
    left: 0;
    width: 12rem;
    height: 13.4rem;
  }
}
.point02__box01-head {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 7rem;
  padding: 1rem 1rem 1rem 4rem;
  border-radius: 0.8rem 0.8rem 0 0;
  background: #e8722b;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .point02__box01-head {
    min-height: 5.4rem;
    font-size: 2.2rem;
  }
}
.point02__box01-main {
  padding: 2rem;
}
@media screen and (min-width: 811px) {
  .point02__box01-main {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-row: auto auto;
    padding: 3rem 4rem;
  }
}
.point02__box01-title {
  position: relative;
  width: calc(100% + 2em);
  margin: 0 0 1.6rem -1em;
  color: var(--color03);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .point02__box01-title {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 0 0 2rem 0;
    padding-left: 13rem;
    font-size: 2.2rem;
    text-align: left;
  }
}
.point02__box01-title::before {
  content: "";
  position: absolute;
  right: calc(50% + 8rem);
  bottom: calc(100% + 1rem);
}
@media screen and (min-width: 811px) {
  .point02__box01-title::before {
    top: calc(50% - 1rem);
    right: auto;
    bottom: auto;
    left: 1rem;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 811px) {
  .point02__box01-title .pc-only {
    display: inline-block;
  }
}
@media screen and (min-width: 811px) {
  .point02__box01-textarea {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 811px) {
  .point02__box01-textarea .text01 {
    max-width: 37rem;
    font-size: 1.6rem;
  }
}
.point02__box01-textarea .note {
  margin-top: 1em;
  padding-left: 1em;
  font-size: 1rem;
  text-indent: -1em;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .point02__box01-textarea .note {
    width: calc(100% + 8em);
  }
}
.point02__box01-textarea .note + .note {
  margin-top: 0.2em;
}
.point02__box01-image {
  width: 24rem;
  margin: 0 auto 1.6rem;
}
@media screen and (min-width: 811px) {
  .point02__box01-image {
    grid-column: 2/3;
    grid-row: 1/3;
    align-self: center;
    width: 30rem;
    margin: 0;
  }
}
.point03__lead01 {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .point03__lead01 {
    max-width: 59rem;
    margin: 0 auto;
    font-size: 2rem;
    text-align: center;
  }
}
.point03__column01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 3.2rem;
  max-width: 540px;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 811px) {
  .point03__column01 {
    gap: 0;
    max-width: 680px;
    margin-bottom: 6.5rem;
  }
}
.point03__column01-item {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 36.9%;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .point03__column01-item {
    width: 33.33%;
  }
}
@media (max-width: 810px) {
  .point03__column01-item:nth-child(1) {
    order: 1;
  }
  .point03__column01-item:nth-child(2) {
    order: 3;
  }
  .point03__column01-item:nth-child(3) {
    order: 2;
  }
}
.point03__column01-image img {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 811px) {
  .point03__column01-image img {
    max-width: 20rem;
    margin: 0 auto 1.5rem;
  }
}
.point03__column01-image figcaption {
  position: relative;
  display: inline-block;
  color: var(--color03);
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 811px) {
  .point03__column01-image figcaption {
    font-size: 2.2rem;
  }
}
.point03__column01-image figcaption::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.4rem;
  height: 1em;
  top: 0;
  right: calc(100% + 0.5rem);
  bottom: auto;
  left: auto;
  background: url(../img/ico-check02.svg) no-repeat center left/contain;
}
@media screen and (min-width: 811px) {
  .point03__column01-image figcaption::before {
    width: 2.2rem;
  }
}
@media screen and (min-width: 811px) {
  .point03__item01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3.5rem;
  }
}
.point03__item01-image {
  width: 26rem;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 811px) {
  .point03__item01-image {
    width: 34.5rem;
    margin: 0;
  }
}
.point03__item01-text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .point03__item01-text {
    max-width: 40rem;
    font-size: 2rem;
  }
}
.point04__title01::before {
  width: 8.9rem;
  height: 7.6rem;
  background-image: url(../img/point04-head-img01.svg);
}
@media screen and (min-width: 811px) {
  .point04__title01::before {
    width: 14.1rem;
    height: 12rem;
  }
}
.point04__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem 9.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 811px) {
  .point04__column {
    flex-direction: row-reverse;
    margin-top: 5rem;
  }
}
.point04__column-image {
  width: 80%;
  max-width: 540px;
}
@media screen and (min-width: 811px) {
  .point04__column-image {
    width: 43.3%;
  }
}
@media screen and (min-width: 811px) {
  .point04__column-textarea {
    width: calc(56.7% - 9.5rem);
  }
}
@media screen and (max-width: 810px) {
  .point04__column-textarea .text01 + .text01 {
    margin-top: 0;
  }
}
.point04__note {
  margin-top: 1em;
  padding-left: 1em;
  font-size: 13px;
  font-weight: normal;
  text-indent: -1em;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .point04__note {
    margin-top: 2em;
    font-size: 1.4rem;
  }
}
.voice {
  background: #e47d3f;
}
@media screen and (min-width: 811px) {
  .voice__inner01 {
    max-width: calc(1170px + 3.6rem + 4rem);
  }
}
.voice__title01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .voice__title01 {
    gap: 1rem;
    margin-bottom: 4rem;
  }
}
.voice__title01-sub {
  padding: 0.2rem 2rem;
  border: 0.2rem solid #fff;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .voice__title01-sub {
    font-size: 1.8rem;
  }
}
.voice__title01-main {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .voice__title01-main {
    font-size: 3.2rem;
  }
}
.voice__title01-main::before, .voice__title01-main::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.3rem;
  height: 100%;
  top: 50%;
  right: calc(100% + 0.8em);
  bottom: auto;
  left: auto;
  background: #fff;
  transform: translateY(-50%) rotate(-25deg);
}
.voice__title01-main::after {
  right: auto;
  left: calc(100% + 0.8em);
  transform: translateY(-50%) rotate(25deg);
}
.voice__slider01 {
  width: calc(100% - 2rem);
  max-width: 540px;
  padding-bottom: 1rem;
  overflow: visible;
}
@media screen and (min-width: 811px) {
  .voice__slider01 {
    position: static;
    max-width: 100%;
  }
}
.voice__slider01 .swiper-button-prev, .voice__slider01 .swiper-button-next {
  position: absolute;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  z-index: 3;
  border: 0.4rem solid var(--color03);
  border-radius: 50%;
  background: #fff;
  transform: translate(50%, -50%);
  cursor: pointer;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .voice__slider01 .swiper-button-prev:hover, .voice__slider01 .swiper-button-next:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 811px) {
  .voice__slider01 .swiper-button-prev, .voice__slider01 .swiper-button-next {
    right: auto;
    left: 0;
    width: 5.5rem;
    height: 5.5rem;
    transform: translate(0, -50%);
  }
}
.voice__slider01 .swiper-button-prev::before, .voice__slider01 .swiper-button-next::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 1.9rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: calc(50% - 0.2rem);
  background: var(--color03);
  -webkit-clip-path: polygon(23% 0, 0 14%, 55% 50%, 0 86%, 23% 100%, 100% 50%);
  clip-path: polygon(23% 0, 0 14%, 55% 50%, 0 86%, 23% 100%, 100% 50%);
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (min-width: 811px) {
  .voice__slider01 .swiper-button-prev::before, .voice__slider01 .swiper-button-next::before {
    width: 1.6rem;
    height: 2.6rem;
  }
}
.voice__slider01 .swiper-button-next {
  right: auto;
  left: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 811px) {
  .voice__slider01 .swiper-button-next {
    right: 0;
    left: auto;
    transform: translate(0, -50%);
  }
}
.voice__slider01 .swiper-button-next::before {
  left: calc(50% + 0.2rem);
  transform: translate(-50%, -50%);
}
.voice__slider01-wrap {
  position: relative;
  z-index: 0;
  max-width: calc(800px + 5rem);
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .voice__slider01-wrap {
    max-width: 100%;
    overflow: hidden;
  }
}
.voice__slider01-item {
  height: auto;
  padding: 0 1rem;
}
@media screen and (min-width: 811px) {
  .voice__slider01-item {
    padding: 0 2rem;
  }
}
.voice__slider01-inner {
  height: 100%;
  padding: 2rem;
  border-right: 0.6rem solid #faccaf;
  background: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 811px) {
  .voice__slider01-inner {
    padding: 3rem;
    border-width: 0.9rem;
  }
}
.voice__slider01-head {
  margin-bottom: 1.2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #B5B5B5;
}
@media screen and (min-width: 811px) {
  .voice__slider01-head {
    margin-bottom: 2rem;
  }
}
.voice__slider01-image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.voice__slider01-image img {
  width: 27.6150627615%;
  max-width: 9rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 811px) {
  .voice__slider01-image img {
    width: 7.5rem;
  }
}
.voice__slider01-image figcaption .name {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .voice__slider01-image figcaption .name {
    font-size: 1.8rem;
  }
}
.voice__slider01-image figcaption .desc {
  color: var(--color02);
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .voice__slider01-image figcaption .desc {
    font-size: 1.4rem;
  }
}
.voice__slider01-text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .voice__slider01-text {
    font-size: 1.8rem;
  }
}
.price__text-wrap01 {
  text-align: center;
  background: url(../img/coupon_img.webp) no-repeat center / contain;
  margin: 0 auto;
  width: 100%;
  display: flex;
  max-width: 460px;
  background-size: 100%;
  color: #fff;
  height: 28vw;
  max-height: 145px;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0px 0.4rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 811px) {
  .price__text-wrap01 {
    max-width: 460px;
    background-size: 460px;
    color: #fff;
    height: 158px;
  }
}
.price__text01 {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .price__text01 {
    margin-bottom: .5rem;
    font-size: 1.8rem;
  }
}
.price__text02 {
  font-size: 1.9rem;
  font-weight: bold;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -10px;
}
@media screen and (min-width: 811px) {
  .price__text02 {
    font-size: 2.6rem;
  }
}
.price__text02-large {
  font-size: 7rem;
  letter-spacing: 0;
}
@media screen and (min-width: 811px) {
  .price__text02-large {
    font-size: 9.2rem;
    margin-bottom: 9px;
  }
}
.special_coupon {
  border-bottom: 1px #e0ddc9 solid;
  display: inline-block;
  color: #e0ddc9;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-bottom: 3px;
}
.text-red {
  color: #C8000B;
}