@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

/* ----------------------------------------
color
---------------------------------------- */
/* ----------------------------------------
mixins  3種ver　モバイルファースト
---------------------------------------- */
/* ----------------------------------------
mixins  4種ver　モバイルファースト
---------------------------------------- */
/* ----------------------------------------
mixins  4種ver　デスクトップファースト
---------------------------------------- */
/* ----------------------------------------
*clamp関数（px）
---------------------------------------- */
/* ----------------------------------------
*clamp関数（rem）
---------------------------------------- */
/* ----------------------------------------
*pxをvwに変換
---------------------------------------- */
/* ----------------------------------------
*pxをremに変換
---------------------------------------- */
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

picture,
img,
a,
span {
  display: inline-block;
}

.l-main {
  overflow: hidden;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 640px;
  height: inherit;
  padding: 0 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .l-inner {
    width: 100%;
    max-width: 1440px;
    padding: 0 5rem;
  }
}

.l-contact {
  padding-bottom: clamp(30px, 5.3521126761px + 6.5727699531vw, 100px);
}

.c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  gap: 1.5625rem;
  padding-block: clamp(17px, 15.9436619718px + 0.2816901408vw, 20px);
  padding-inline: 1.25rem;
  border-radius: 2.5rem;
  background: #E90000;
  -webkit-box-shadow: 4px 4px #333;
          box-shadow: 4px 4px #333;
  width: clamp(280px, 262.7464788732px + 4.6009389671vw, 329px);
  height: clamp(60px, 56.1267605634px + 1.0328638498vw, 71px);
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.c-btn .c-btn__text {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn:hover {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
    -webkit-box-shadow: 0 0 #333;
            box-shadow: 0 0 #333;
  }
  .c-btn:hover .c-btn__text {
    opacity: 0.8;
  }
}
.c-btn--type2 {
  border-radius: clamp(6px, 4.5915492958px + 0.3755868545vw, 10px);
  padding-inline: clamp(20px, 20px + 0vw, 20px);
  padding-block: clamp(10px, 6.4788732394px + 0.9389671362vw, 20px);
  width: 100%;
  height: clamp(40px, 20.985915493px + 5.0704225352vw, 94px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width:1024px) {
  .c-btn--type2 {
    max-width: 37.5rem;
  }
}
.c-btn--price {
  background: #ffffff;
  color: #333;
}
.c-btn .c-btn__text {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: clamp(17px, 15.9436619718px + 0.2816901408vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}
.c-btn .c-btn__text--price {
  padding-right: clamp(10px, 9.2957746479px + 0.1877934272vw, 12px);
}
.c-btn .c-btn__icon {
  position: absolute;
  font-size: clamp(16px, 15.2957746479px + 0.1877934272vw, 18px);
  top: 50%;
  right: 1.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(25px, 23.2394366197px + 0.4694835681vw, 30px);
  height: auto;
}

.c-btn__text--type2 {
  font-size: clamp(14px, 7.661971831px + 1.6901408451vw, 32px);
  font-weight: 700;
}

.c-btn--type2 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.c-btn--type2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: shine 2.2s ease-in-out infinite;
          animation: shine 2.2s ease-in-out infinite;
}

@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  50% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shine {
  0% {
    left: -75%;
  }
  50% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
.c-fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.c-fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: 1.4375rem;
}

.p-header__inner {
  padding-inline: clamp(23px, 15.9577464789px + 1.8779342723vw, 43px);
}

.p-fv {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: clamp(30px, 29.2957746479px + 0.1877934272vw, 32px);
  background-image: url("../img/img_fv_sp.jpg");
  background-repeat: no-repeat;
  background-position: center 60%;
  background-size: cover;
  width: 100%;
  min-height: 37.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-block: auto;
}
@media screen and (min-width: 376px) {
  .p-fv {
    padding-top: 1.875rem;
    background-image: url("../img/img_fv_pc.jpg");
  }
}
@media screen and (min-width:1024px) {
  .p-fv {
    padding-top: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 43.75rem;
  }
}

.p-fv__inner {
  padding-inline: 1.375rem;
  position: relative;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 374px) {
  .p-fv__inner {
    padding-inline: 1rem;
  }
}
@media screen and (max-width:767px) {
  .p-fv__inner {
    max-width: 40.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-fv__inner {
    max-width: 77.5rem;
    margin-inline: auto;
  }
}

.p-fv__block > * {
  position: relative;
  z-index: 100;
}

.p-fv__block {
  padding-top: 1.25rem;
  z-index: 10;
  position: relative;
}
.p-fv__block::after {
  content: "";
  position: absolute;
  top: 60%;
  right: -0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(169px, 105.2676056338px + 16.9953051643vw, 350px);
  height: clamp(232px, 172.8450704225px + 15.7746478873vw, 400px);
  background-image: url("../img/img_fv_irasuto_sp.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 360px) {
  .p-fv__block::after {
    top: 55%;
    width: 9.375rem;
  }
}
@media screen and (min-width: 380px) {
  .p-fv__block::after {
    top: 63%;
  }
}
@media screen and (min-width:768px) {
  .p-fv__block::after {
    background-image: url("../img/img_fv_irasuto_pc.webp");
    width: clamp(260px, 210.7042253521px + 13.1455399061vw, 400px);
    height: 28.125rem;
    top: 50%;
  }
}
@media screen and (min-width:1024px) {
  .p-fv__block::after {
    background-image: url("../img/img_fv_irasuto_pc.webp");
    width: clamp(280px, 160.2816901408px + 31.9248826291vw, 620px);
    height: 39.3125rem;
    top: 48%;
  }
}
@media screen and (min-width: 1400px) {
  .p-fv__block::after {
    right: 1.875rem;
  }
}

.p-fv__text-s {
  font-size: clamp(24px, 17.661971831px + 1.6901408451vw, 42px);
  font-weight: 700;
  letter-spacing: -0.11em;
}
@media screen and (max-width: 374px) {
  .p-fv__text-s {
    font-size: 1.25rem;
  }
}
@media screen and (min-width:1024px) {
  .p-fv__text-s {
    letter-spacing: -0.1em;
  }
}

.p-fv__text {
  font-size: clamp(26px, 18.9577464789px + 1.8779342723vw, 46px);
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-top: -0.625rem;
}
@media screen and (max-width: 374px) {
  .p-fv__text {
    font-size: 1.375rem;
  }
}

.p-fv__product-name {
  position: relative;
  text-shadow: 2.265px 2.265px 0 rgba(0, 0, 0, 0.28);
  font-size: clamp(77px, 56.2253521127px + 5.5399061033vw, 136px);
  font-weight: 700;
  margin-top: -1.125rem;
  margin-left: -0.375rem;
}
.p-fv__product-name::before {
  content: "デジカベ";
  position: absolute;
  color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#e90000), to(#b30303));
  background: linear-gradient(180deg, #e90000 0%, #b30303 100%);
  -webkit-background-clip: text;
  text-shadow: none;
}
@media screen and (max-width: 374px) {
  .p-fv__product-name {
    font-size: 3.75rem;
    margin-top: -1.25rem;
  }
}
@media screen and (min-width:1024px) {
  .p-fv__product-name {
    margin-top: -2.5rem;
  }
}

.p-fv__catch-box {
  display: inline-block;
  position: relative;
  margin-right: -10px;
}
@media screen and (min-width: 350px) {
  .p-fv__catch-box {
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__catch-box::after {
    content: "";
    position: absolute;
    top: -4.0625rem;
    width: 3.5625rem;
    height: 4.8125rem;
    background-image: url("../img/icon_fv_sp.svg");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
  }
}
@media screen and (max-width: 450px) {
  .p-fv__catch-box::after {
    right: -0.375rem;
  }
}
@media screen and (min-width: 451px) and (max-width: 767px) {
  .p-fv__catch-box::after {
    right: -3.125rem;
  }
}

.p-fv__catch {
  font-size: clamp(18px, 15.8873239437px + 0.5633802817vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  font-style: italic;
  margin-top: -0.625rem;
}
@media screen and (max-width: 350px) {
  .p-fv__catch {
    font-size: 1rem;
  }
}
@media screen and (min-width:1024px) {
  .p-fv__catch {
    margin-top: -1rem;
  }
}
.p-fv__catch--type2 {
  padding-top: clamp(6px, 3.8873239437px + 0.5633802817vw, 12px);
  line-height: 1.6;
}
@media screen and (min-width:1024px) {
  .p-fv__catch--type2 {
    letter-spacing: 0.03em;
  }
}
.p-fv__catch .weight {
  display: inline-block;
  font-size: clamp(28px, 25.8873239437px + 0.5633802817vw, 34px);
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
  font-style: italic;
  background: -webkit-gradient(linear, left top, left bottom, from(#e90000), to(#830000));
  background: linear-gradient(180deg, #e90000 0%, #830000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 0.375rem;
}
@media screen and (max-width: 374px) {
  .p-fv__catch .weight {
    padding-left: 0;
    margin-top: -0.625rem;
  }
}
@media screen and (max-width: 360px) {
  .p-fv__catch .weight {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 350px) {
  .p-fv__catch .weight {
    font-size: 1.25rem;
  }
}

.kakko {
  margin-inline: -0.625rem;
  font-size: clamp(18px, 15.8873239437px + 0.5633802817vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  font-style: italic;
}

.p-fv__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  margin-top: clamp(70px, 72.1126760563px + -0.5633802817vw, 64px);
}
@media screen and (min-width:768px) {
  .p-fv__bottom {
    gap: 5.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 374px) {
  .p-fv__bottom {
    gap: 1.875rem;
  }
}
@media screen and (min-width:1024px) {
  .p-fv__bottom {
    gap: 2.25rem;
  }
}

.p-fv-price {
  border-radius: clamp(4px, 1.8873239437px + 0.5633802817vw, 10px);
  background: #333;
  width: clamp(174px, 94.4225352113px + 21.220657277vw, 400px);
  position: relative;
  padding-top: clamp(4px, 0.4788732394px + 0.9389671362vw, 14px);
  padding-bottom: clamp(8px, 4.4788732394px + 0.9389671362vw, 18px);
  text-align: center;
}

.p-fv-price__img {
  position: absolute;
  width: clamp(151px, 81.6338028169px + 18.4976525822vw, 348px);
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width:1024px) {
  .p-fv-price__img {
    top: -2.375rem;
  }
}
.p-fv-price__img img {
  height: auto;
  display: block;
}

.p-fv-price__promo {
  color: #E1E900;
  font-size: clamp(14px, 6.9577464789px + 1.8779342723vw, 34px);
  font-weight: 700;
  padding-top: 0.25rem;
}

.p-fv-price__texts {
  margin-top: -0.375rem;
}
@media screen and (min-width:1024px) {
  .p-fv-price__texts {
    margin-top: -0.9375rem;
  }
}
.p-fv-price__texts .old {
  color: #ffffff;
  font-size: clamp(7px, 3.8309859155px + 0.8450704225vw, 16px);
  font-weight: 500;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.p-fv-price__texts .old::after {
  content: "";
  position: absolute;
  left: 0;
  right: 1px;
  top: 50%;
  height: clamp(2px, 1.6478873239px + 0.0938967136vw, 3px);
  background: #E90000;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
}
.p-fv-price__texts .number {
  color: #E1E900;
  font-size: clamp(34px, 17.8028169014px + 4.3192488263vw, 80px);
  font-weight: 700;
  padding-right: clamp(6px, 4.5915492958px + 0.3755868545vw, 10px);
}
.p-fv-price__texts .yen {
  color: #E1E900;
  font-size: clamp(15px, 7.6056338028px + 1.9718309859vw, 36px);
  font-weight: 700;
}

.price-unit {
  color: #ffffff;
  font-size: clamp(12px, 6.3661971831px + 1.5023474178vw, 28px);
  font-weight: 700;
  letter-spacing: 0.26em;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.price-tax {
  color: #ffffff;
  font-size: clamp(10px, 5.4225352113px + 1.220657277vw, 23px);
  font-weight: 700;
  letter-spacing: 0.16em;
  position: absolute;
  bottom: 100%;
  left: -1.25rem;
}

.p-fv-price__text {
  color: #ffffff;
  text-align: center;
  font-size: clamp(7px, 3.8309859155px + 0.8450704225vw, 16px);
  font-weight: 700;
  line-height: 1.3;
  margin-top: -0.375rem;
}
@media screen and (min-width:1024px) {
  .p-fv-price__text {
    margin-top: -0.875rem;
  }
}

.p-fv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-right: 0.5rem;
  margin-top: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .p-fv__btn {
    gap: 0.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width:1024px) {
  .p-fv__btn {
    gap: 1.875rem;
  }
}

.p-trouble {
  padding-top: clamp(30px, 19.4366197183px + 2.8169014085vw, 60px);
  padding-bottom: clamp(50px, 33.4507042254px + 4.4131455399vw, 97px);
  background-image: url("../img/img_bg_sp.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-trouble {
    background-image: url("../img/img_bg_pc.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

.p-trouble__inner {
  padding-inline: 1.25rem;
}
@media screen and (min-width:1024px) {
  .p-trouble__inner {
    padding-inline: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-trouble__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 90rem;
    padding-inline: 14.375rem;
    margin-inline: auto;
  }
}

.p-trouble__title {
  text-align: center;
  font-size: clamp(24px, 19.7746478873px + 1.1267605634vw, 36px);
  font-weight: 700;
}

.p-trouble__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-top: clamp(20px, 14.7183098592px + 1.4084507042vw, 35px);
}
@media screen and (min-width:768px) {
  .p-trouble__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width:1024px) {
  .p-trouble__content {
    gap: 2.5rem;
  }
}

.p-trouble__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  gap: 0.5rem;
  border-radius: 0.625rem;
  border: 4px solid rgba(98, 94, 94, 0.39);
  background: #ffffff;
  padding-block: 1rem;
  padding-inline: 1rem;
  max-width: 23.75rem;
}
@media screen and (min-width:1024px) {
  .p-trouble__item {
    padding-bottom: 0.625rem;
  }
}
.p-trouble__item--type2 {
  gap: 0.875rem;
}

.p-trouble__img {
  display: block;
  margin-inline: auto;
}
.p-trouble__img--1 {
  width: clamp(220px, 209.4366197183px + 2.8169014085vw, 250px);
  height: auto;
}
.p-trouble__img--2 {
  width: 5rem;
  height: clamp(159px, 155.1267605634px + 1.0328638498vw, 170px);
  padding-right: 0.625rem;
}
.p-trouble__img--3 {
  width: clamp(250px, 246.4788732394px + 0.9389671362vw, 260px);
  height: clamp(180px, 176.4788732394px + 0.9389671362vw, 190px);
  margin-top: -0.625rem;
}

.p-trouble__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-trouble__text {
  font-size: 1rem;
  font-weight: 700;
  margin-inline: auto;
}

.p-resolution {
  background: #ffffff;
  padding-top: 2.5rem;
  padding-bottom: clamp(40px, 29.4366197183px + 2.8169014085vw, 70px);
}
@media screen and (min-width:1024px) {
  .p-resolution {
    padding-top: 2.25rem;
  }
}

.p-resolution__inner {
  position: relative;
  padding-inline: 0.9375rem;
  width: 100%;
}
@media screen and (min-width:768px) {
  .p-resolution__inner {
    width: 100%;
    max-width: 1440px;
    padding: 0 5rem;
    margin-inline: auto;
  }
}

.p-resolution__img-sp {
  position: absolute;
  top: -5.625rem;
  right: 1rem;
  display: block;
}
.p-resolution__img-sp img {
  display: block;
  width: 11.1875rem;
  height: auto;
}
@media screen and (min-width:900px) {
  .p-resolution__img-sp {
    display: none;
  }
}

.p-resolution__img-pc {
  position: absolute;
  top: -2.5rem;
  left: 5px;
  display: none;
}
@media screen and (min-width:900px) {
  .p-resolution__img-pc {
    display: block;
  }
  .p-resolution__img-pc img {
    display: block;
    width: clamp(120px, 63.661971831px + 15.0234741784vw, 280px);
    height: auto;
  }
}

.p-resolution__title {
  font-size: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
  font-weight: 700;
  text-align: left;
}
.p-resolution__title--style {
  color: #E90000;
  font-size: clamp(32px, 24.2535211268px + 2.0657276995vw, 54px);
  font-weight: 700;
  margin-right: 0.3em;
}
@media screen and (min-width:900px) {
  .p-resolution__title {
    text-align: center;
  }
}

.p-resolution__title-sub {
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  font-weight: 700;
  line-height: 1.8;
  border-radius: clamp(20px, -5px + 6.6666666667vw, 91px);
  border: 1px solid #E90000;
  background: #ffffff;
  padding-block: 0.625rem;
  padding-inline: clamp(20px, 11.5492957746px + 2.2535211268vw, 44px);
  margin-top: 1.125rem;
  margin-inline: 0.1875rem;
}
@media screen and (min-width:1024px) {
  .p-resolution__title-sub {
    max-width: 55rem;
    margin-inline: auto;
    text-align: center;
  }
}

.p-resolution__list {
  margin-top: clamp(90px, 80.8450704225px + 2.441314554vw, 116px);
}

.p-resolution__list-title {
  color: #f5f5f5;
  font-size: clamp(18px, 15.8873239437px + 0.5633802817vw, 24px);
  font-weight: 700;
  border-radius: clamp(20px, 9.4366197183px + 2.8169014085vw, 50px);
  background: #E90000;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-inline: 1.25rem;
  position: absolute;
  top: -3.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(300px, 83.4507042254px + 57.7464788732vw, 915px);
}
@media screen and (min-width:768px) {
  .p-resolution__list-title {
    top: -3.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-resolution__list-title {
    top: -3.4375rem;
    padding-top: 0.9375rem;
    padding-bottom: 1.5625rem;
    padding-inline: 2.875rem;
  }
}

.p-resolution__items {
  background: #E90000;
  position: relative;
  padding-inline: clamp(20px, 12.9577464789px + 1.8779342723vw, 40px);
  padding-bottom: clamp(30px, 22.9577464789px + 1.8779342723vw, 50px);
  padding-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 16.4788732394px + 0.9389671362vw, 30px);
}
@media screen and (min-width: 1140px) {
  .p-resolution__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 374px) {
  .p-resolution__items {
    padding-top: 3.75rem;
  }
}

.p-resolution__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  background: #ffffff;
  padding-inline: 0.75rem;
  padding-block: 1.25rem;
  max-width: 31.25rem;
}
.p-resolution__item--style2 {
  padding-top: 1.125rem;
  padding-bottom: 0.625rem;
  padding-inline: 1.125rem;
  max-width: 31.25rem;
}
@media screen and (min-width: 1140px) {
  .p-resolution__item--style2 {
    padding-top: 1.5rem;
    max-width: 23.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-resolution__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    max-width: 23.75rem;
  }
}

.p-resolution__a {
  text-align: center;
  font-size: clamp(20px, 18.5915492958px + 0.3755868545vw, 24px);
  font-weight: 700;
}

.p-resolution__text {
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  font-weight: 700;
}
.p-resolution__text--style2 {
  color: #E90000;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  font-weight: 700;
}
@media screen and (min-width:1024px) {
  .p-resolution__text--type2 {
    padding-top: 0.875rem;
  }
}

.p-resolution__img {
  display: block;
  margin-inline: auto;
}

.p-resolution__img--1 {
  width: clamp(243px, 208.8450704225px + 9.1079812207vw, 340px);
  height: clamp(182px, 159.4647887324px + 6.0093896714vw, 246px);
}

.p-resolution__img--2 {
  width: clamp(241px, 220.2253521127px + 5.5399061033vw, 300px);
  height: auto;
}

.p-resolution__img--3 {
  width: clamp(180px, 151.8309859155px + 7.5117370892vw, 260px);
  height: auto;
}

.p-resolution__lines {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(30px, 19.4366197183px + 2.8169014085vw, 60px);
}
@media screen and (min-width:1024px) {
  .p-resolution__lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
  }
}

.p-resolution__line {
  font-size: clamp(18px, 15.8873239437px + 0.5633802817vw, 24px);
  font-weight: 500;
}
.p-resolution__line--marker {
  background: #e1e900;
}

.p-cta {
  padding-top: clamp(50px, 40.1408450704px + 2.6291079812vw, 78px);
  padding-bottom: clamp(50px, 41.1971830986px + 2.3474178404vw, 75px);
  background-image: url("../img/bg_cta_sp.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width:1024px) {
  .p-cta {
    background-image: url("../img/bg_cta_pc.webp");
  }
}

.p-cta__title {
  color: #ffffff;
  text-align: center;
  font-size: clamp(22px, 18.4788732394px + 0.9389671362vw, 32px);
  font-style: normal;
  font-weight: 700;
}
.p-cta__title--style {
  color: #E1E900;
  font-size: clamp(22px, 18.4788732394px + 0.9389671362vw, 32px);
  font-weight: 700;
}

.p-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(24px, 11.323943662px + 3.3802816901vw, 60px);
  margin-top: clamp(32px, 27.0704225352px + 1.3145539906vw, 46px);
}
@media screen and (min-width:1024px) {
  .p-cta__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-cta__btn .c-btn {
  width: clamp(329px, 282.8732394366px + 12.3004694836vw, 460px);
  height: clamp(71px, 60.7887323944px + 2.7230046948vw, 100px);
  border-radius: 3.75rem;
  -webkit-box-shadow: 6px 6px #333;
          box-shadow: 6px 6px #333;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.p-cta__btn .c-btn .c-btn__text {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-cta__btn .c-btn:hover {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
    -webkit-box-shadow: 0 0 #333;
            box-shadow: 0 0 #333;
  }
  .p-cta__btn .c-btn:hover .c-btn__text {
    opacity: 0.8;
  }
}
@media screen and (max-width: 374px) {
  .p-cta__btn .c-btn {
    width: 18.75rem;
  }
}
.p-cta__btn .c-btn__text {
  font-size: clamp(20px, 17.1830985915px + 0.7511737089vw, 28px);
}
.p-cta__btn .c-btn__text--price {
  padding-right: 1.375rem;
}
.p-cta__btn .c-btn__icon {
  width: clamp(30px, 25.7746478873px + 1.1267605634vw, 42px);
  right: 1.5rem;
}

.p-point {
  padding-bottom: clamp(50px, 46.4788732394px + 0.9389671362vw, 60px);
}

@media screen and (min-width:1024px) {
  .p-point__inner {
    max-width: 77.5rem;
    margin-inline: auto;
  }
}

.p-point__top-title {
  text-align: center;
  font-size: clamp(21px, 14.3098591549px + 1.7840375587vw, 40px);
  font-weight: 700;
}
.p-point__top-title--style {
  font-size: clamp(54px, 37.8028169014px + 4.3192488263vw, 100px);
  font-weight: 700;
}

.p-point__content {
  margin-top: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width:1024px) {
  .p-point__content {
    gap: 3.375rem;
  }
}

.p-point__block {
  border-radius: 10px;
  background: #F4F4F3;
  position: relative;
}
.p-point__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(90px, 58.3098591549px + 8.4507042254vw, 180px);
  right: 0;
  height: 0.1875rem;
  background: #E90000;
}
.p-point__block::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.3125rem;
  width: clamp(16px, 10.3661971831px + 1.5023474178vw, 32px);
  height: clamp(16px, 10.3661971831px + 1.5023474178vw, 32px);
  background: #E90000;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width:1024px) {
  .p-point__block::after {
    right: -0.875rem;
  }
}

.p-point__deco-sp {
  display: block;
  position: absolute;
  top: -4.125rem;
  right: 1.875rem;
}
@media screen and (min-width:1024px) {
  .p-point__deco-sp {
    display: none;
  }
}
.p-point__deco-sp img {
  width: 6.75rem;
}
@media screen and (max-width: 374px) {
  .p-point__deco-sp img {
    width: 5rem;
  }
}
.p-point__deco-sp--type2 {
  top: -2.625rem;
}
@media screen and (max-width: 374px) {
  .p-point__deco-sp--type2 {
    right: 0.625rem;
  }
}
.p-point__deco-sp--type3 {
  top: -2.625rem;
  right: 0.75rem;
}
@media screen and (max-width: 374px) {
  .p-point__deco-sp--type3 {
    right: 0;
  }
}

.p-point__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 11.0704225352px + 1.3145539906vw, 30px);
  padding-top: clamp(30px, 26.4788732394px + 0.9389671362vw, 40px);
  padding-bottom: 1.25rem;
  padding-inline: clamp(10px, 6.4788732394px + 0.9389671362vw, 20px);
  padding-inline: 0.625rem;
}
@media screen and (min-width:1024px) {
  .p-point__blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: 2.625rem;
    padding-bottom: 1.125rem;
  }
}

@media screen and (min-width:1024px) {
  .p-point__block-top {
    width: 23.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-point__title {
  font-size: clamp(21px, 17.1267605634px + 1.0328638498vw, 32px);
  font-weight: 700;
}

.p-point__number {
  color: #E90000;
  font-size: clamp(40px, 26.6197183099px + 3.5680751174vw, 78px);
  font-weight: 700;
  position: absolute;
  top: 0;
  left: clamp(26px, 19.3098591549px + 1.7840375587vw, 45px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-point__deco-pc {
  display: none;
}
@media screen and (min-width:1024px) {
  .p-point__deco-pc {
    display: block;
    width: 100%;
    text-align: center;
    margin-inline: auto;
  }
}
.p-point__deco-pc img {
  width: clamp(239px, 224.5633802817px + 3.8497652582vw, 280px);
  height: auto;
}
@media screen and (min-width:1024px) {
  .p-point__deco-pc img {
    padding-right: 3.125rem;
    height: 15.625rem;
  }
}

.p-point__block-body {
  padding-left: 0.9375rem;
}
@media screen and (min-width:1024px) {
  .p-point__block-body {
    padding-top: 1rem;
    padding-left: 0;
  }
}

.p-point__text {
  font-size: clamp(15px, 11.8309859155px + 0.8450704225vw, 24px);
  font-weight: 700;
}

.p-point__sub {
  font-size: clamp(15px, 13.2394366197px + 0.4694835681vw, 20px);
  font-weight: 700;
  position: relative;
  padding-left: clamp(26px, 22.4788732394px + 0.9389671362vw, 36px);
  margin-top: 1rem;
}
.p-point__sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: clamp(18px, 15.8873239437px + 0.5633802817vw, 24px);
  height: clamp(18px, 15.8873239437px + 0.5633802817vw, 24px);
  background: url("../img/icon_home.svg") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-point__sub--type2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: clamp(18px, 15.8873239437px + 0.5633802817vw, 24px);
  height: clamp(18px, 15.8873239437px + 0.5633802817vw, 24px);
  background: url("../img/icon_haguruma.svg") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-point__name {
  font-size: clamp(12px, 9.8873239437px + 0.5633802817vw, 18px);
  font-weight: 500;
  margin-top: clamp(5px, 3.2394366197px + 0.4694835681vw, 10px);
  padding-left: 2rem;
}

.p-point__textbotm {
  margin-top: clamp(20px, 13.3098591549px + 1.7840375587vw, 39px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(18px, 17.2957746479px + 0.1877934272vw, 20px);
  font-weight: 500;
}

.p-price {
  padding-top: clamp(30px, 22.9577464789px + 1.8779342723vw, 50px);
  padding-bottom: clamp(50px, 39.4366197183px + 2.8169014085vw, 80px);
}

.p-price__inner {
  padding-inline: clamp(15px, -7.8873239437px + 6.103286385vw, 80px);
}

.p-price__block {
  border-radius: 1.25rem;
  background: #F4F4F3;
  padding-top: clamp(20px, 10.8450704225px + 2.441314554vw, 46px);
  padding-bottom: clamp(40px, 25.9154929577px + 3.7558685446vw, 80px);
  padding-inline: 0.9375rem;
}

.p-price__title {
  font-size: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
  font-weight: 700;
  text-align: center;
}

.p-price__text {
  margin-top: 1.25rem;
  font-size: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  font-weight: 700;
}
@media screen and (min-width:1024px) {
  .p-price__text {
    text-align: center;
  }
}

.p-price__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  padding-top: clamp(55px, 39.1549295775px + 4.2253521127vw, 100px);
}
@media screen and (min-width:1024px) {
  .p-price__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 1440px) {
  .p-price__content {
    padding-inline: 5.375rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-price__pop {
  border-radius: clamp(7px, 5.9436619718px + 0.2816901408vw, 10px);
  background: #2c3441;
  position: relative;
  padding-top: clamp(28px, 23.7746478873px + 1.1267605634vw, 40px);
  padding-bottom: clamp(19px, 19.3521126761px + -0.0938967136vw, 18px);
  padding-inline: 1.0625rem;
  width: 23.75rem;
  width: 100%;
}
@media screen and (min-width:1024px) {
  .p-price__pop {
    width: 31.25rem;
    padding-inline: 3.125rem;
  }
}

.p-price__img {
  position: absolute;
  width: clamp(271px, 230.5070422535px + 10.7981220657vw, 386px);
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-price__img img {
  height: auto;
  display: block;
}
@media screen and (min-width:1024px) {
  .p-price__img {
    top: -3.5rem;
  }
}

.p-price__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  font-weight: 700;
}
.p-price__promo.old {
  font-size: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
  text-align: left;
}
.p-price__promo.plan {
  font-size: clamp(22px, 18.4788732394px + 0.9389671362vw, 32px);
  margin-top: -0.375rem;
}
.p-price__promo.counseling {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(17px, 14.5352112676px + 0.6572769953vw, 24px);
  margin-top: -0.375rem;
}

.p-price__promo-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  padding-left: 1.125rem;
}

.p-price__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -0.625rem;
  line-height: 1;
  position: relative;
  padding-top: 0.625rem;
  padding-left: 3.75rem;
  padding-bottom: 0.5rem;
}
.p-price__prices::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ffffff;
}
@media screen and (max-width: 374px) {
  .p-price__prices {
    padding-bottom: 0.75rem;
  }
}

.p-price__texts {
  font-weight: 700;
}
.p-price__texts.number {
  color: #f1a61b;
  font-size: clamp(67px, 56.7887323944px + 2.7230046948vw, 96px);
}
@media screen and (max-width: 374px) {
  .p-price__texts.number {
    font-size: 1.875rem;
  }
}
.p-price__texts.yen {
  color: #f1a61b;
  font-size: clamp(33px, 27.7183098592px + 1.4084507042vw, 48px);
  margin-bottom: -1.25rem;
  padding-right: 0.625rem;
  white-space: nowrap;
}
@media screen and (max-width: 374px) {
  .p-price__texts.yen {
    font-size: 1.25rem;
  }
}
.p-price__texts.unit {
  color: #ffffff;
  font-size: clamp(22px, 18.4788732394px + 0.9389671362vw, 32px);
  margin-bottom: -1.875rem;
}
@media screen and (max-width: 374px) {
  .p-price__texts.unit {
    font-size: 1rem;
  }
}

.p-price-tax {
  color: #ffffff;
  font-size: clamp(14px, 11.5352112676px + 0.6572769953vw, 21px);
  font-weight: 700;
}

.p-price__line {
  color: #ffffff;
  font-size: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
  font-weight: 700;
  padding-top: clamp(17px, 15.9436619718px + 0.2816901408vw, 20px);
  text-align: center;
}
.p-price__line .line {
  color: #333;
  background: #e1e900;
  padding-inline: 0.1875rem;
  font-size: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
  font-weight: 700;
}
.p-price__line--type2 {
  color: #333;
}

.p-price__check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: clamp(10px, 7.8873239437px + 0.5633802817vw, 16px);
  padding-bottom: clamp(28px, 19.1971830986px + 2.3474178404vw, 53px);
}
.p-price__check-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ffffff;
}
.p-price__check-wrap--type2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: clamp(20px, 12.9577464789px + 1.8779342723vw, 40px);
  right: clamp(20px, 12.9577464789px + 1.8779342723vw, 40px);
  height: 1px;
  background: #333;
}

.p-price__check li {
  color: #ffffff;
  font-size: clamp(11px, 9.2394366197px + 0.4694835681vw, 16px);
  font-weight: 500;
  position: relative;
  padding-left: clamp(20px, 18.2394366197px + 0.4694835681vw, 25px);
}
.p-price__check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
  height: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
  background: url("../img/icon_check.svg") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-price__check--type2 {
  padding-right: 0.625rem;
}
.p-price__check--type2 li {
  color: #333;
}
.p-price__check--type2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
  height: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
  background: url("../img/icon_check_bk.svg") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-price__textbotm {
  color: #ffffff;
  font-size: clamp(12px, 11.2957746479px + 0.1877934272vw, 14px);
  font-weight: 700;
  text-align: center;
  margin-top: clamp(7px, 5.9436619718px + 0.2816901408vw, 10px);
}
.p-price__textbotm--type2 {
  color: #333;
}

.p-price__option {
  border-radius: clamp(7px, 5.9436619718px + 0.2816901408vw, 10px);
  background: rgba(0, 0, 0, 0.2);
  width: 23.75rem;
  padding-top: clamp(28px, 23.7746478873px + 1.1267605634vw, 40px);
  padding-bottom: clamp(19px, 19.3521126761px + -0.0938967136vw, 18px);
  width: 100%;
}
@media screen and (min-width:1024px) {
  .p-price__option {
    width: 31.25rem;
  }
}

.p-price__option__texts {
  text-align: center;
}

.p-price__option-plan {
  font-size: clamp(22px, 18.4788732394px + 0.9389671362vw, 32px);
  font-weight: 700;
  position: relative;
}
.p-price__option-plan.line {
  padding-top: clamp(8px, 8px + 0vw, 8px);
  padding-bottom: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
}
.p-price__option-plan.line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: clamp(20px, 12.9577464789px + 1.8779342723vw, 40px);
  right: clamp(20px, 12.9577464789px + 1.8779342723vw, 40px);
  height: 1px;
  background: #333;
}

.p-price__option-sbu {
  font-size: clamp(17px, 14.5352112676px + 0.6572769953vw, 24px);
  font-weight: 700;
  margin-top: -0.375rem;
}

.p-price__option-color {
  color: #f1a61b;
  font-size: clamp(22px, 18.4788732394px + 0.9389671362vw, 32px);
  font-weight: 700;
  padding-top: 0.375rem;
}

.p-price__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(23px, 6.4507042254px + 4.4131455399vw, 70px);
  padding-inline: 0.875rem;
}
@media screen and (min-width:1024px) {
  .p-price__btn {
    padding-inline: 0;
  }
}

.c-btn__text--type2 .p-price__btn-color {
  color: #e1e900 !important;
  font-size: clamp(14px, 6.2535211268px + 2.0657276995vw, 36px);
  font-weight: 700;
  padding-inline: clamp(3px, 2.2957746479px + 0.1877934272vw, 5px);
}

.p-difference {
  padding-top: clamp(50px, 47.1830985915px + 0.7511737089vw, 58px);
  padding-bottom: clamp(50px, 46.4788732394px + 0.9389671362vw, 60px);
  background: #f5f5f5;
}

.p-difference__inner {
  padding-inline: clamp(15px, -7.8873239437px + 6.103286385vw, 80px);
}
@media screen and (min-width:1024px) {
  .p-difference__inner {
    padding-inline: 7.8125rem;
  }
}

.p-difference__title {
  font-size: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.25rem;
}

.p-difference__text {
  font-size: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  font-weight: 700;
}
.p-difference__text--color {
  background: #e1e900;
}
@media screen and (min-width:1024px) {
  .p-difference__text {
    text-align: center;
  }
}

.p-difference__content-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (min-width:1024px) {
  .p-difference__content-sp {
    display: none;
  }
}

.p-difference__content-pc {
  display: none;
}
@media screen and (min-width:1024px) {
  .p-difference__content-pc {
    display: block;
    margin-top: 3rem;
  }
}

.p-difference__deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-difference__deco img {
  width: 2rem;
  height: auto;
}
@media screen and (min-width:1024px) {
  .p-difference__deco {
    display: none;
  }
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.p-difference-wrap {
  position: relative;
}
.p-difference-wrap td {
  vertical-align: middle;
}
.p-difference-wrap tr.font td {
  font-size: clamp(14px, 9.0704225352px + 1.3145539906vw, 28px);
  font-weight: 400;
  padding-block: 0.5625rem;
}
.p-difference-wrap tr.font-pa td {
  font-size: clamp(14px, 9.0704225352px + 1.3145539906vw, 28px);
  font-weight: 500;
  padding-block: 0.9375rem;
}

.p-difference-wrap td:nth-child(1) {
  text-align: center;
  font-size: clamp(12px, 7.7746478873px + 1.1267605634vw, 24px);
  font-weight: 500;
  padding-block: 0.40625rem;
}

.p-difference-wrap td:nth-child(2) {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  padding-block: 0.46875rem;
}

.p-difference-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 5px #625e5e;
          box-shadow: 0 0 0 5px #625e5e;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

.p-difference-wrap table {
  table-layout: fixed;
  width: 100%;
}

.col-left {
  width: 48%;
}

.col-right {
  width: 52%;
}

.p-difference__heading1 {
  border-top-left-radius: clamp(5px, -0.2816901408px + 1.4084507042vw, 20px);
  background: #333;
  padding-top: clamp(6px, 4.5915492958px + 0.3755868545vw, 10px);
  padding-bottom: clamp(9px, 8.6478873239px + 0.0938967136vw, 10px);
  background: #333;
  color: #ffffff;
  text-align: center;
  font-size: clamp(14px, 9.0704225352px + 1.3145539906vw, 28px);
  font-weight: 700;
}

.p-difference__heading2 {
  background: #625e5e;
  color: #ffffff;
  text-align: center;
  font-size: clamp(14px, 9.0704225352px + 1.3145539906vw, 28px);
  font-weight: 700;
  padding-block: 0.46875rem;
}
.p-difference__heading2--type2 {
  background: #E90000;
  font-size: clamp(20px, 12.9577464789px + 1.8779342723vw, 40px);
}
@media screen and (min-width:1024px) {
  .p-difference__heading2 {
    padding-block: 0.75rem;
  }
}

.p-difference-wrap tr:last-of-type td:first-child .p-difference__left-item {
  border-bottom-left-radius: clamp(5px, -0.2816901408px + 1.4084507042vw, 20px);
}

.p-difference-wrap tr:nth-of-type(odd) td {
  background: #d9d9d9;
}

.p-difference-wrap tr:nth-of-type(even) td {
  background: #ffffff;
}

tr:last-child td:nth-child(1) {
  border-bottom-left-radius: clamp(5px, -0.2816901408px + 1.4084507042vw, 20px);
}

tr:last-child td:nth-child(3) {
  border-bottom-right-radius: clamp(5px, -0.2816901408px + 1.4084507042vw, 20px);
}

.p-difference-wrap--type2 {
  position: relative;
}
.p-difference-wrap--type2 td {
  vertical-align: middle;
}
.p-difference-wrap--type2 tr.font td:last-child {
  font-size: clamp(14px, 9.0704225352px + 1.3145539906vw, 28px);
  font-weight: 700;
}

.p-difference-wrap--type2 td:nth-child(1) {
  text-align: center;
  font-size: clamp(12px, 7.7746478873px + 1.1267605634vw, 24px);
  font-weight: 500;
  padding-block: 0.40625rem;
}

.p-difference-wrap--type2 td:nth-child(2) {
  text-align: center;
  font-size: 1.125rem;
  padding-block: 0.46875rem;
}

.p-difference-wrap--type2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 5px #E90000;
          box-shadow: 0 0 0 5px #E90000;
  border-radius: clamp(5px, 3.2394366197px + 0.4694835681vw, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

.p-difference-wrap--type2::before {
  content: "";
  position: absolute;
  top: -3.4375rem;
  right: -1.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.4375rem;
  height: 4.8125rem;
  background-image: url("../img/icon_gold.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}

.p-difference-wrap--type2 tr:nth-of-type(odd) td:nth-child(1) {
  background: #d9d9d9;
}

.p-difference-wrap--type2 tr:nth-of-type(odd) td:nth-child(2) {
  background: #ffe5e5;
}

.col-1 {
  width: 36.5%;
}

.col-2 {
  width: 30%;
}

.col-3 {
  width: 34.5%;
}

.p-difference-wrap--type3 {
  position: relative;
}
.p-difference-wrap--type3 td {
  vertical-align: middle;
}
.p-difference-wrap--type3 .p-difference__heading2--style3 {
  border-top-right-radius: clamp(5px, -0.2816901408px + 1.4084507042vw, 20px);
}

.p-difference-wrap--type3 td:nth-child(1) {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  padding-block: 0.40625rem;
}
@media screen and (min-width:1024px) {
  .p-difference-wrap--type3 td:nth-child(1) {
    text-align: left;
    padding-left: 1.875rem;
    padding-right: 0.75rem;
  }
}

.p-difference-wrap--type3 td:nth-child(2),
.p-difference-wrap--type3 td:nth-child(3) {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
  padding-block: 0.46875rem;
  padding-inline: 0.75rem;
}

.p-difference-wrap--type3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 36.5%;
  width: 30%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 5px #E90000;
          box-shadow: 0 0 0 5px #E90000;
  border-radius: clamp(5px, 3.2394366197px + 0.4694835681vw, 10px);
  pointer-events: none;
}

.p-difference-wrap--type3::before {
  content: "";
  position: absolute;
  top: -6.25rem;
  left: 61%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.625rem;
  height: 9.3125rem;
  background-image: url("../img/icon_gold.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}

.p-difference-wrap--type3 tr:nth-of-type(odd) td:nth-child(1) {
  background: #d9d9d9;
}

.p-difference-wrap--type3 tr:nth-of-type(odd) td:nth-child(2) {
  background: #ffe5e5;
}

.p-difference-wrap--type3 tr:nth-of-type(odd) td:nth-child(3) {
  background: #d9d9d9;
}

.p-difference_bottom-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 14.5915492958px + 0.3755868545vw, 20px);
  font-weight: 500;
  margin-top: clamp(26px, 11.2112676056px + 3.9436619718vw, 68px);
}

@media screen and (min-width:1024px) {
  .p-difference-wrap--type3 tr:last-child td:nth-child(2),
  .p-difference-wrap--type3 tr:last-child td:nth-child(3) {
    padding-block: 0.75rem;
  }
}

.p-tool {
  padding-top: clamp(30px, 20.8450704225px + 2.441314554vw, 56px);
  padding-bottom: clamp(60px, 45.9154929577px + 3.7558685446vw, 100px);
  background: #f5f5f5;
}

@media screen and (min-width:1024px) {
  .p-tool__inner {
    max-width: 77.5rem;
    margin-inline: auto;
  }
}

.p-tool__title {
  text-align: center;
  font-size: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
  font-weight: 700;
}
@media screen and (max-width: 374px) {
  .p-tool__title {
    font-size: 1.25rem;
  }
}

.p-tool__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  font-weight: 700;
  margin-top: clamp(16px, 14.5915492958px + 0.3755868545vw, 20px);
}
@media screen and (min-width:1024px) {
  .p-tool__text {
    white-space: nowrap;
  }
}

.p-tool-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  border-radius: 10px;
  background: #ffffff;
  padding-block: 1.875rem;
  padding-inline: 1.25rem;
  margin-top: 4.125rem;
  position: relative;
  /* 左上の装飾 */
  /* 右下の装飾 */
}
.p-tool-body::before {
  content: "";
  position: absolute;
  top: -3.75rem;
  left: 0;
  width: 7.875rem;
  height: clamp(190px, 124.5070422535px + 17.4647887324vw, 376px);
  background-image: url("../img/img_tool1.webp");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width:1024px) {
  .p-tool-body::before {
    width: 15.8125rem;
    top: -5rem;
    left: -3.125rem;
  }
}
.p-tool-body::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -3.125rem;
  width: 6.625rem;
  height: clamp(93px, 39.1267605634px + 14.3661971831vw, 246px);
  background-image: url("../img/img_tool2.webp");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 460px) {
  .p-tool-body::after {
    bottom: -3.75rem;
  }
}
@media screen and (min-width:768px) {
  .p-tool-body::after {
    bottom: -7.5rem;
  }
}
@media screen and (min-width:1024px) {
  .p-tool-body::after {
    width: 17.375rem;
    right: -8.75rem;
    bottom: -8.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-tool-body::after {
    bottom: -5rem;
    right: -10.625rem;
  }
}

.p-tool-body__acquisition {
  font-size: clamp(18px, 15.5352112676px + 0.6572769953vw, 25px);
  font-weight: 700;
}

.p-tool-body__list li {
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  font-weight: 500;
}
.p-tool-body__list li .color {
  color: #E90000;
  font-weight: 700;
}
.p-tool-body__list li + li {
  margin-top: 0.625rem;
}
@media screen and (min-width:1024px) {
  .p-tool-body__list li + li {
    margin-top: 0.3125rem;
  }
}

.p-example {
  padding-top: clamp(40px, 34.3661971831px + 1.5023474178vw, 56px);
  padding-bottom: clamp(60px, 45.9154929577px + 3.7558685446vw, 100px);
}

.p-example__inner {
  padding-inline: clamp(15px, -21.9718309859px + 9.8591549296vw, 120px);
}

.p-example__title {
  text-align: center;
  font-size: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
  font-weight: 700;
}

.p-example__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  font-weight: 700;
  margin-top: 1.25rem;
}

.p-example__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: clamp(30px, 17.323943662px + 3.3802816901vw, 66px);
  position: relative;
}
.p-example__content::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  right: 0.625rem;
  width: 7.875rem;
  height: clamp(190px, 151.2676056338px + 10.3286384977vw, 300px);
  background-image: url("../img/text_example.webp");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 560px) {
  .p-example__content::before {
    top: -1.25rem;
  }
}
@media screen and (min-width:768px) {
  .p-example__content::before {
    top: -3.125rem;
  }
}
@media screen and (min-width:1024px) {
  .p-example__content::before {
    width: clamp(180px, 137.7464788732px + 11.2676056338vw, 300px);
    top: -8.875rem;
    left: -6rem;
    background-image: url("../img/text_example_pc.webp");
  }
}
@media screen and (max-width: 374px) {
  .p-example__content::before {
    width: 6.25rem;
    top: -1.875rem;
  }
}
@media screen and (min-width:1024px) {
  .p-example__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.p-example__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 11.7746478873px + 1.1267605634vw, 28px);
  padding-top: 1.5rem;
  padding-inline: 1.25rem;
  padding-bottom: clamp(20px, 9.4366197183px + 2.8169014085vw, 50px);
  border-radius: 10px;
  background: #f5f5f5;
}
.p-example__item img {
  width: clamp(200px, 136.6197183099px + 16.9014084507vw, 380px);
  height: auto;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-example__item img {
    height: 15rem;
  }
}

.p-example__name {
  text-align: center;
  font-size: clamp(18px, 15.8873239437px + 0.5633802817vw, 24px);
  font-weight: 700;
}
@media screen and (max-width: 374px) {
  .p-example__name {
    font-size: 1rem;
  }
}

.p-example__task {
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#625e5e), to(#333));
  background: linear-gradient(180deg, #625e5e 0%, #333 100%);
}

.p-example__task-text {
  text-align: center;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  font-weight: 500;
  margin-top: 0.25rem;
}

.p-example__application {
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 10px;
  background: #E90000;
  margin-top: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
}

.p-example__application-text {
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  font-weight: 500;
  margin-top: 0.625rem;
}

.p-flow {
  padding-top: clamp(50px, 39.4366197183px + 2.8169014085vw, 80px);
  padding-bottom: clamp(30px, 12.3943661972px + 4.6948356808vw, 80px);
  background: #f5f5f5;
}

@media screen and (min-width:1024px) {
  .p-flow__inner {
    padding-inline: 7.5rem;
  }
}

.p-flow__title {
  text-align: center;
  font-size: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
  font-weight: 700;
}

.p-flow__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  font-weight: 700;
  margin-top: 1.25rem;
}

.p-flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: clamp(30px, 22.9577464789px + 1.8779342723vw, 50px);
}
@media screen and (min-width:1024px) {
  .p-flow__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffe5e5;
  padding-top: 1.25rem;
  padding-bottom: 4.125rem;
  padding-right: clamp(24px, 21.8873239437px + 0.5633802817vw, 30px);
  padding-left: clamp(24px, 21.8873239437px + 0.5633802817vw, 30px);
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
}
@media screen and (min-width:1024px) {
  .p-flow-step {
    width: 24.3125rem;
    padding-bottom: 2.8125rem;
  }
}
.p-flow-step--type2 {
  background: #ffc3c3;
}
@media screen and (min-width:1024px) {
  .p-flow-step--type2 {
    clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 99%, 0% 100%);
  }
}
.p-flow-step--type3 {
  color: #ffffff;
  background: #E90000;
  clip-path: none;
  padding-inline: 2.0625rem;
  padding-bottom: 2.1875rem;
}
.p-flow-step--type3 .p-flow-step__number {
  background: #ffffff;
  color: #333;
}
@media screen and (min-width:1024px) {
  .p-flow-step--type3 {
    padding-inline: 1.875rem;
  }
}
@media screen and (min-width:1024px) {
  .p-flow-step--type1 {
    clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 99%, 0% 100%);
  }
}

.p-flow-step__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: clamp(22px, 19.8873239437px + 0.5633802817vw, 28px);
  font-weight: 700;
  width: clamp(36px, 34.5915492958px + 0.3755868545vw, 40px);
  height: clamp(36px, 34.5915492958px + 0.3755868545vw, 40px);
  border-radius: 50%;
  background: #E90000;
}

.p-flow-step__order {
  text-align: center;
  font-size: clamp(18px, 15.5352112676px + 0.6572769953vw, 25px);
  font-weight: 700;
  padding-top: 0.375rem;
}

.p-flow-step__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: clamp(16px, 14.2394366197px + 0.4694835681vw, 21px);
}

.p-flow-step__btm-text {
  font-size: clamp(18px, 17.2957746479px + 0.1877934272vw, 20px);
  font-weight: 500;
  margin-top: 1.875rem;
}
@media screen and (min-width:1024px) {
  .p-flow-step__btm-text {
    text-align: center;
  }
}

.p-faq {
  padding-top: clamp(50px, 46.4788732394px + 0.9389671362vw, 60px);
  padding-bottom: clamp(60px, 52.9577464789px + 1.8779342723vw, 80px);
}

@media screen and (min-width:1024px) {
  .p-faq__inner {
    max-width: 77.5rem;
    margin-inline: auto;
  }
}

.p-faq__title {
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
  font-weight: 700;
}

.p-faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(20px, 14.3661971831px + 1.5023474178vw, 36px);
  margin-top: 4.125rem;
}

.p-faq__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:1024px) {
  .p-faq__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-faq__box.is-open .p-faq-title {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-faq__box.is-open .p-faq-title::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.p-faq__box.is-open .p-faq__a {
  padding-top: clamp(10px, 6.4788732394px + 0.9389671362vw, 20px);
  padding-bottom: clamp(10px, 6.4788732394px + 0.9389671362vw, 20px);
  padding-inline: clamp(10px, 6.4788732394px + 0.9389671362vw, 20px);
}

.p-faq-title {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  background: #f5f5f5;
  border-radius: 0.3125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: clamp(40px, 32.9577464789px + 1.8779342723vw, 60px);
  padding-left: clamp(10px, 6.4788732394px + 0.9389671362vw, 20px);
  outline: none;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width:1024px) {
  .p-faq-title {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-faq-title::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: clamp(10px, 6.4788732394px + 0.9389671362vw, 20px);
  width: clamp(24px, 21.1830985915px + 0.7511737089vw, 32px);
  height: clamp(24px, 21.1830985915px + 0.7511737089vw, 32px);
  background: url(../img/icon-qa_toggle.svg) no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .p-faq-title:hover {
    opacity: 0.7;
  }
}

.p-faq__head-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: clamp(22px, 19.8873239437px + 0.5633802817vw, 28px);
  font-weight: 700;
  width: clamp(36px, 31.7746478873px + 1.1267605634vw, 48px);
  height: clamp(36px, 31.7746478873px + 1.1267605634vw, 48px);
  border-radius: 50%;
  background: #E90000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-faq__q-text {
  display: block;
  width: 100%;
  font-size: clamp(16px, 15.2957746479px + 0.1877934272vw, 18px);
  font-weight: 700;
}

.p-faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5625rem;
  padding-top: clamp(10px, 6.4788732394px + 0.9389671362vw, 20px);
  padding-bottom: clamp(10px, 6.4788732394px + 0.9389671362vw, 20px);
  padding-inline: clamp(10px, 6.4788732394px + 0.9389671362vw, 20px);
}

.p-faq__a-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: clamp(22px, 19.8873239437px + 0.5633802817vw, 28px);
  font-weight: 700;
  width: clamp(36px, 31.7746478873px + 1.1267605634vw, 48px);
  height: clamp(36px, 31.7746478873px + 1.1267605634vw, 48px);
  border-radius: 50%;
  background: #fec2c2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-faq__a-text {
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  font-weight: 500;
  padding-right: 2rem;
}
@media screen and (min-width:1024px) {
  .p-faq__a-text {
    padding-right: 0rem;
    width: 60.4375rem;
  }
}

.p-company {
  padding-top: 3.125rem;
  padding-bottom: clamp(50px, 42.9577464789px + 1.8779342723vw, 70px);
}
@media screen and (min-width:1024px) {
  .p-company {
    padding-top: 2.875rem;
  }
}

@media screen and (min-width:1024px) {
  .p-company__inner {
    max-width: 63.75rem;
    margin-inline: auto;
  }
}

.p-company__title {
  text-align: center;
  font-size: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
  font-weight: 700;
}

.p-company__content-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: clamp(30px, 26.4788732394px + 0.9389671362vw, 40px);
}
@media screen and (min-width:1024px) {
  .p-company__content-sp {
    display: none;
  }
}
.p-company__content-sp .p-company__google-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 1.375rem;
  margin-top: 1.5625rem;
}
.p-company__content-sp .p-company__google-img img {
  width: clamp(105px, 69.0845070423px + 9.5774647887vw, 207px);
  height: clamp(99px, 65.5492957746px + 8.9201877934vw, 194px);
}
.p-company__content-sp .p-company__logos img {
  width: clamp(345px, 249.9295774648px + 25.3521126761vw, 615px);
}

.p-company__content-pc {
  display: none;
}
@media screen and (min-width:1024px) {
  .p-company__content-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5625rem;
    margin-top: clamp(30px, 26.4788732394px + 0.9389671362vw, 40px);
  }
  .p-company__content-pc .p-company__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .p-company__content-pc .p-company__logos img {
    width: clamp(345px, 249.9295774648px + 25.3521126761vw, 615px);
    height: auto;
  }
}
@media screen and (min-width:1024px) and (min-width:1024px) {
  .p-company__content-pc .p-company__logos {
    width: 38.4375rem;
  }
}
@media screen and (min-width:1024px) {
  .p-company__content-pc .p-company__google-img {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-company__content-pc .p-company__google-img img {
    width: 13.75rem;
    height: 12.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-company__text p {
  font-weight: 500;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
}
.p-company__text p + p {
  margin-top: 0.5rem;
}

.p-privacy__title {
  text-align: center;
  font-size: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
  font-weight: 700;
}

@media screen and (min-width:1024px) {
  .p-privacy__inner {
    max-width: 77.5rem;
    margin-inline: auto;
  }
}

.p-privacy__inner {
  padding-top: 3.125rem;
  padding-bottom: clamp(50px, 42.9577464789px + 1.8779342723vw, 70px);
}

.p-privacy__body {
  margin-top: clamp(30px, 27.8873239437px + 0.5633802817vw, 36px);
}
.p-privacy__body h3 {
  margin-top: clamp(20px, 12.9577464789px + 1.8779342723vw, 40px);
}
.p-privacy__body a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-privacy__body a:hover {
    opacity: 0.8;
  }
}

.p-footer {
  padding-top: clamp(20px, 16.4788732394px + 0.9389671362vw, 30px);
  background: #333;
}

.p-footer__inner {
  padding-inline: clamp(15px, -0.8450704225px + 4.2253521127vw, 60px);
}
@media screen and (min-width:1024px) {
  .p-footer__inner {
    max-width: 56.25rem;
    margin-inline: auto;
  }
}

.p-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__company {
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: clamp(14px, 10.4788732394px + 0.9389671362vw, 24px);
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.3125rem;
}

.p-footer__nav {
  margin-top: 0.625rem;
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: clamp(9px, 5.1267605634px + 1.0328638498vw, 20px);
}
@media screen and (max-width: 374px) {
  .p-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__item {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-footer__item a {
  color: #ffffff;
  font-size: clamp(12px, 9.8873239437px + 0.5633802817vw, 18px);
  font-weight: 700;
}
@media (any-hover: hover) {
  .p-footer__item:hover {
    opacity: 0.7;
  }
}

.p-footer__copyright {
  color: #ffffff;
  text-align: center;
  font-size: clamp(10px, 9.2957746479px + 0.1877934272vw, 12px);
  padding-top: clamp(10px, -0.5633802817px + 2.8169014085vw, 40px);
  padding-bottom: 0.3125rem;
}

@media screen and (max-width:767px) {
  .u-hidden-sp {
    display: none;
  }
}

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

@media screen and (min-width:1024px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Inter", sans-serif;
}