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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

/* リキッドレイアウト対応 */
html {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4035087719vw;
  }
}
@media (min-width: 1140px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  a:active {
    opacity: 0.8;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFBB00;
  color: #161616;
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  flex: 1;
}

.scroller {
  scrollbar-width: none;
}

.scroller::-webkit-scrollbar {
  display: none;
}

.l-drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: visibility 0.1s ease-out;
  visibility: hidden;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-drawer {
    display: none;
  }
}

.l-drawer[aria-hidden=false] {
  visibility: visible;
}

.l-header {
  bottom: auto;
  height: 63px;
  height: 3.9375rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .l-header {
    display: none;
  }
}

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

.c-link {
  align-items: center;
  background-color: #00C700;
  border: 2px solid #161616;
  border: 0.125rem solid #161616;
  border-radius: 100vmax;
  box-shadow: 0.1875rem 0.1875rem 0 0 #161616;
  color: #fff;
  display: inline-flex;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 900;
  gap: 40px;
  gap: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 81px;
  padding-left: 5.0625rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  text-align: center;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  width: 335px;
  width: 20.9375rem;
}
@media screen and (min-width: 768px) {
  .c-link {
    border: 3px solid #161616;
    border: 0.1875rem solid #161616;
    font-size: max(26.4px, 10px);
    font-size: max(1.65rem, 10px);
    gap: 63px;
    gap: 3.9375rem;
    line-height: 1.4393939394;
    padding-bottom: 29px;
    padding-bottom: 1.8125rem;
    padding-left: 118px;
    padding-left: 7.375rem;
    padding-top: 29px;
    padding-top: 1.8125rem;
    width: 491.33px;
    width: 30.708125rem;
  }
}
@media (min-width: 1000.02px) {
  .c-link {
    font-size: clamp(15.008px, -10.992px + 2.597vw, 26.4px);
    font-size: clamp(0.938rem, -0.687rem + 2.597vw, 1.65rem);
    padding-bottom: clamp(17.504px, -8.72px + 2.62vw, 29.008px);
    padding-bottom: clamp(1.094rem, -0.545rem + 2.62vw, 1.813rem);
    padding-left: clamp(71.008px, -36.176px + 10.706vw, 118px);
    padding-left: clamp(4.438rem, -2.261rem + 10.706vw, 7.375rem);
    padding-top: clamp(17.504px, -8.72px + 2.62vw, 29.008px);
    padding-top: clamp(1.094rem, -0.545rem + 2.62vw, 1.813rem);
    width: clamp(345.008px, 11.344px + 33.333vw, 491.328px);
    width: clamp(21.563rem, 0.709rem + 33.333vw, 30.708rem);
  }
}
.c-link:hover {
  opacity: 1;
}

@media (any-hover: hover) {
  .c-link:hover {
    background-color: #fff;
    color: #00C700;
  }
}
.c-link::after {
  background: url(../images/common/arrow-white.svg) no-repeat center/cover;
  content: "";
  display: inline-block;
  height: 16px;
  height: 1rem;
  transition: background-image 0.3s ease-out;
  width: 10px;
  width: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-link::after {
    height: 23px;
    height: 1.4375rem;
    width: 15px;
    width: 0.9375rem;
  }
}
.c-link::after:hover {
  opacity: 1;
}

@media (any-hover: hover) {
  .c-link:hover::after {
    background-image: url(../images/common/arrow-green.svg);
  }
}
.c-link--small {
  border: 1px solid #161616;
  box-shadow: 0.09375rem 0.09375rem 0 0 #161616;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  gap: 9px;
  gap: 0.5625rem;
  line-height: 1;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 28px;
  padding-left: 1.75rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  pointer-events: none;
  width: 171px;
  width: 10.6875rem;
}

.p-cta.is-visible .c-link--small {
  pointer-events: auto;
}

.c-link--small::after {
  height: 10px;
  height: 0.625rem;
  width: 6px;
  width: 0.375rem;
}

@media screen and (min-width: 768px) {
  .c-link--md-right {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    gap: 40px;
    gap: 2.5rem;
    padding-bottom: 21px;
    padding-bottom: 1.3125rem;
    padding-left: 68px;
    padding-left: 4.25rem;
    padding-top: 22px;
    padding-top: 1.375rem;
    width: 292px;
    width: 18.25rem;
  }
}

@media screen and (min-width: 768px) {
  .c-link--md-right::after {
    height: 16px;
    height: 1rem;
    width: 10px;
    width: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-link--md-left {
    border: 2px solid #161616;
    border: 0.125rem solid #161616;
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    gap: min(2.7777777778vw, 40px);
    gap: min(2.7777777778vw, 2.5rem);
    line-height: 1.4444444444;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-left: min(5.625vw, 81px);
    padding-left: min(5.625vw, 5.0625rem);
    padding-top: 20px;
    padding-top: 1.25rem;
    white-space: nowrap;
    width: 335px;
    width: 20.9375rem;
    width: clamp(280px, 154.592px + 12.528vw, 335.008px);
    width: clamp(17.5rem, 9.662rem + 12.528vw, 20.938rem);
  }
}

@media screen and (min-width: 768px) {
  .c-link--md-left::after {
    height: 16px;
    height: 1rem;
    width: 10px;
    width: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-link--qa {
    border: 2px solid #161616;
    border: 0.125rem solid #161616;
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    gap: 40px;
    gap: 2.5rem;
    line-height: 1.4444444444;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-left: 81px;
    padding-left: 5.0625rem;
    padding-top: 20px;
    padding-top: 1.25rem;
    width: 335px;
    width: 20.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-link--qa::after {
    height: 16px;
    height: 1rem;
    width: 10px;
    width: 0.625rem;
  }
}

.c-menu-button {
  aspect-ratio: 1/1;
  background-color: #fff;
  height: auto;
  position: relative;
  width: 39px;
  width: 2.4375rem;
}

.c-menu-button span {
  background-color: #FFBB00;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  width: 25px;
  width: 1.5625rem;
}

.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #FFBB00;
  border-radius: 100vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span::before {
  transform: translateY(-0.5rem);
}

.c-menu-button span::after {
  transform: translateY(0.5rem);
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] {
  background-color: #FFBB00;
}

.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  background-color: #fff;
  transform: translateY(0) rotate(45deg);
}

.c-menu-button[aria-expanded=true] span::after {
  background-color: #fff;
  transform: translateY(0) rotate(-45deg);
}

.c-title {
  align-items: center;
  background: url(../images/common/title-frame.svg) no-repeat center/contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 117.26px;
  min-height: 7.32875rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.c-title::before,
.c-title::after {
  background: url(../images/common/decoration.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  position: absolute;
  top: -20px;
  top: -1.25rem;
  width: 16px;
  width: 1rem;
}

.c-title::before {
  left: 3px;
  left: 0.1875rem;
  left: calc(50% - 10.25rem);
}

.c-title::after {
  right: 3px;
  right: 0.1875rem;
  right: calc(50% - 10.4375rem);
}

.p-system__title.c-title::before,
.p-system__title.c-title::after,
.p-voice__title.c-title::before,
.p-voice__title.c-title::after,
.p-qa__title.c-title::before,
.p-qa__title.c-title::after,
.p-overview__title.c-title::before,
.p-overview__title.c-title::after {
  display: none;
}

.c-title--large {
  background: url(../images/common/title-frame-large.svg) no-repeat center/contain;
  min-height: 124px;
  min-height: 7.75rem;
}

.c-title--bg-white {
  background: url(../images/common/title-frame-bg-white.svg) no-repeat center/contain;
}

.c-title--bg-white-large {
  background: url(../images/common/title-frame-bg-white-large.svg) no-repeat center/contain;
  min-height: 124px;
  min-height: 7.75rem;
}

.c-title__read {
  color: #FFBB00;
  display: block;
  font-family: "Montserrat", serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 600;
  line-height: 1.5;
}

.c-title__main {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  line-height: 1.4583333333;
}

.c-title__main--color {
  color: #FC5800;
  font-size: max(30px, 10px);
  font-size: max(1.875rem, 10px);
  line-height: 1.4333333333;
}

.c-title__main--small {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
}

.c-title__main--large {
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  line-height: 1.4642857143;
}

.p-about {
  padding-top: 65px;
  padding-top: 4.0625rem;
}

.p-about__text-box-top {
  margin-top: 26.74px;
  margin-top: 1.67125rem;
  text-align: center;
}

.p-about__text {
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-about__text:nth-child(2),
.p-about__text:nth-child(3) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-about__text:nth-child(3) {
  position: relative;
}

.p-about__text:nth-child(3)::before,
.p-about__text:nth-child(3)::after {
  background: url(../images/common/decoration.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  position: absolute;
  top: -27px;
  top: -1.6875rem;
  width: 16px;
  width: 1rem;
}

.p-about__text:nth-child(3)::before {
  left: 3px;
  left: 0.1875rem;
  left: calc(50% - 10.25rem);
}

.p-about__text:nth-child(3)::after {
  right: 3px;
  right: 0.1875rem;
  right: calc(50% - 10.4375rem);
}

.p-about__text-large {
  background: linear-gradient(transparent 20%, #FFF600 20%);
  font-family: "Noto Sans JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9px;
  margin-top: 0.5625rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.p-about__text-large::after {
  bottom: -8px;
  bottom: -0.5rem;
  content: "※";
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  position: absolute;
  right: -20px;
  right: -1.25rem;
}

.p-about__text-large + .p-about__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-about__text-color {
  color: #FC5800;
  font-family: "Noto Sans JP", serif;
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-about__text-decoration {
  font-family: "Noto Sans JP", serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-about__text-small {
  font-family: "Noto Sans JP", serif;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 4px;
  margin-top: 0.25rem;
  position: relative;
}

.p-about__text-small::before {
  background: url(../images/common/decoration.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  left: 50%;
  position: absolute;
  top: -7px;
  top: -0.4375rem;
  transform: translateX(-50%);
  width: 16px;
  width: 1rem;
  z-index: -1;
}

.p-about__map {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 29.44px;
  margin-top: 1.84rem;
  max-width: 299.57px;
  max-width: 18.723125rem;
  position: relative;
  width: 100%;
}

.p-about__map::before,
.p-about__map::after {
  background: url(../images/common/decoration.svg) no-repeat center/contain;
  bottom: 1px;
  bottom: 0.0625rem;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  position: absolute;
  width: 16px;
  width: 1rem;
}

.p-about__map::before {
  left: calc(50% - 10.25rem);
}

.p-about__map::after {
  right: calc(50% - 10.4375rem);
}

.p-about__map img {
  -o-object-fit: cover;
  aspect-ratio: 299.57/136.74;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-about__text-box-bottom {
  margin-top: 34.82px;
  margin-top: 2.17625rem;
  text-align: center;
}

.p-about__text-end {
  background: linear-gradient(transparent 40%, #FFF600 40%);
  color: #FC5800;
  font-family: "Noto Sans JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-top: 0.375rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-about__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 335px;
  max-width: 20.9375rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-about__img-decoration {
  background: url(../images/common/decoration02.svg) no-repeat center/contain;
  bottom: -7px;
  bottom: -0.4375rem;
  display: block;
  height: 13px;
  height: 0.8125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 13px;
  width: 0.8125rem;
  z-index: -1;
}

.p-about__img img {
  -o-object-fit: cover;
  aspect-ratio: 335/373;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-about__bottom {
  background-color: #FFF7D9;
  margin-top: 108px;
  margin-top: 6.75rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}

.p-about__bottom-heading {
  background: url(../images/common/about-balloon.svg) no-repeat center/contain;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-height: 102px;
  min-height: 6.375rem;
  padding-top: 16px;
  padding-top: 1rem;
  text-align: center;
  transform: translateY(-2.6875rem);
}

.p-about__bottom-box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-about__bottom-box:nth-of-type(1) {
  margin-top: -15px;
  margin-top: -0.9375rem;
}

.p-about__bottom-read {
  align-items: center;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  gap: 6px;
  gap: 0.375rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-about__bottom-read::before,
.p-about__bottom-read::after {
  background: url(../images/common/about-title-decoration.svg) no-repeat center/cover;
  content: "";
  display: inline-block;
  height: 3px;
  height: 0.1875rem;
  width: 15px;
  width: 0.9375rem;
}

.p-about__bottom-items {
  align-items: center;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-about__bottom-box:nth-of-type(3) .p-about__bottom-items {
  align-items: initial;
  gap: 97px;
  gap: 6.0625rem;
}

.p-about__bottom-item {
  display: block;
  max-width: 160px;
  max-width: 10rem;
  width: 100%;
}

.p-about__bottom-item img {
  -o-object-fit: cover;
  aspect-ratio: 160/99;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-about__bottom-img {
  display: block;
  margin-top: 35px;
  margin-top: 2.1875rem;
  max-width: 78.49px;
  max-width: 4.905625rem;
  width: 100%;
}

.p-about__bottom-img img {
  -o-object-fit: cover;
  aspect-ratio: 78.49/92;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-cta {
  background-color: #FFBB00;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  position: fixed;
  right: 0;
  transition: opacity 0.3s ease-out;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-cta {
    display: none;
  }
}

.p-cta.is-visible {
  opacity: 1;
}

.p-cta__box {
  align-items: center;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}

.p-cta__text {
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  text-transform: uppercase;
  white-space: nowrap;
}

.p-drawer {
  align-items: center;
  background: url(../images/common/drawer-bg.webp) no-repeat center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-drawer__nav-link {
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  gap: 16px;
  gap: 1rem;
  line-height: 1.4285714286;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-drawer__nav-link:hover {
    color: #fff;
  }
}
.p-drawer__nav-link::before {
  background: url(../images/common/drawer-icon.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 24px;
  height: 1.5rem;
  transition: background-image 0.3s ease-out;
  width: 24px;
  width: 1.5rem;
}

@media (any-hover: hover) {
  .p-drawer__nav-link:hover::before {
    background-image: url(../images/common/drawer-icon-hover.svg);
  }
}
.p-example {
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.p-example__text {
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 32.74px;
  margin-top: 2.04625rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.p-example__text::before {
  background: url(../images/common/decoration.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  left: 50%;
  position: absolute;
  top: -4px;
  top: -0.25rem;
  transform: translateX(-50%);
  width: 16px;
  width: 1rem;
  z-index: -1;
}

.p-example__text-color {
  color: #FC5800;
  display: inline-block;
}

.p-example__text-bg-color {
  background: linear-gradient(transparent 45%, #FFF600 45%);
  display: inline-block;
}

.p-example__items {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-example__item {
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
  max-width: 20.9375rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-top: 32px;
  padding-top: 2rem;
}

.p-example__item + .p-example__item {
  position: relative;
}

.p-example__item + .p-example__item::before {
  background: url(../images/common/example-dot-line.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 335px;
  width: 20.9375rem;
}

.p-example__item-img {
  display: block;
  max-width: 335px;
  max-width: 20.9375rem;
  width: 100%;
}

.p-example__item-img img {
  -o-object-fit: cover;
  aspect-ratio: 335/237;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-example__item-text {
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}

.p-example__check {
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
}

.p-example__check-img {
  border-radius: 1.25rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
  max-width: 20.9375rem;
  overflow: hidden;
  width: 100%;
}

.p-example__check-img img {
  -o-object-fit: cover;
  aspect-ratio: 335/377;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-example__check-button {
  bottom: 0;
  left: 50%;
  max-width: 335px;
  max-width: 20.9375rem;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.p-example__check-link {
  align-items: center;
  background: linear-gradient(90deg, #161616, #161616);
  border-radius: 0 0 1.25rem 1.25rem;
  color: #fff;
  display: inline-flex;
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  justify-content: space-between;
  letter-spacing: 0.05em;
  line-height: 1;
  overflow: hidden;
  padding: 14px 24px;
  padding: 0.875rem 1.5rem;
  position: relative;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.p-example__check-link:hover {
  opacity: 1;
}

.p-example__check-icon {
  display: block;
  max-width: 32px;
  max-width: 2rem;
  position: relative;
  width: 100%;
}

.p-example__check-icon img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-example__check-link span {
  display: inline-block;
  position: relative;
  transform: translateX(-0.625rem);
}

.p-example__check-arrow {
  display: block;
  max-width: 11px;
  max-width: 0.6875rem;
  position: relative;
  width: 100%;
}

.p-example__check-arrow img {
  -o-object-fit: cover;
  aspect-ratio: 11/16;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-example__check-link::before {
  background: linear-gradient(90deg, #7323F5 0%, #EA3A67 51%, #EE7D31 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
}

@media (any-hover: hover) {
  .p-example__check-link:hover::before {
    opacity: 0;
  }
}
.p-footer {
  background-color: #FFBB00;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  padding-top: 48px;
  padding-top: 3rem;
  text-align: center;
}

.p-footer__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 158px;
  max-width: 9.875rem;
  width: 100%;
}

.p-footer__logo img {
  -o-object-fit: cover;
  aspect-ratio: 158/38.49;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-footer__copy {
  line-height: 1;
  margin-top: 40.51px;
  margin-top: 2.531875rem;
}

.p-footer__copy small {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-header {
  background-color: #fff;
  transition: background-color 0.1s ease-out;
}

.p-header.is-open {
  background-color: #FFBB00;
}

.p-header__inner {
  display: flex;
  height: 100%;
  max-width: none;
  max-width: initial;
  padding: 0 24px;
  padding: 0 1.5rem;
}

.p-header__logo {
  align-items: center;
  display: grid;
  height: 100%;
  width: 158px;
  width: 9.875rem;
}

.p-header__logo.is-open {
  opacity: 0;
}

.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 158/38.49;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__menu-button {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-header__menu-button {
    display: none;
  }
}

.p-header__menu-button {
  z-index: 101;
}

.p-header__drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-header__drawer {
    left: auto;
    max-width: 46.6666666667%;
    width: 50%;
  }
}

.p-header__drawer[aria-hidden=false] {
  transform: translateX(0);
}

.p-left-area {
  display: none;
}
@media (min-width: 1000.02px) {
  .p-left-area {
    display: block;
    position: relative;
  }
}

.p-left-area__logo {
  display: block;
  left: 40px;
  left: 2.5rem;
  max-width: 252.8px;
  max-width: 15.8rem;
  position: fixed;
  top: 32px;
  top: 2rem;
  width: 100%;
}

@media (any-hover: hover) {
  .p-left-area__logo:hover {
    opacity: 0.6;
  }
}
.p-left-area__logo img {
  -o-object-fit: cover;
  aspect-ratio: 252.8/61.58;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-left-area__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 30.9027777778vw;
}
@media (min-width: 1440.02px) {
  .p-left-area__content {
    width: 445px;
    width: 27.8125rem;
  }
}

.p-left-area__content-img {
  display: block;
  max-width: 344px;
  max-width: 21.5rem;
  width: 100%;
}

.p-left-area__content-img img {
  -o-object-fit: cover;
  aspect-ratio: 344/311;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-left-area__button-wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
}

.p-left-area__button-text {
  align-items: center;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  gap: 10px;
  gap: 0.625rem;
  left: 50%;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  position: absolute;
  text-transform: uppercase;
  top: -34px;
  top: -2.125rem;
  transform: translateX(-50%);
  white-space: nowrap;
}

.p-left-area__button-text::before,
.p-left-area__button-text::after {
  content: "";
  display: block;
  height: 27px;
  height: 1.6875rem;
  width: 20px;
  width: 1.25rem;
}

.p-left-area__button-text::before {
  background: url(../images/common/line-text-decoration-left.svg) no-repeat center/cover;
}

.p-left-area__button-text::after {
  background: url(../images/common/line-text-decoration-right.svg) no-repeat center/cover;
}

.p-left-area__button {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-modal {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 8887;
}

.p-modal-content__body {
  background: #fff;
  height: 90%;
  left: 20px;
  left: 1.25rem;
  max-width: 1280px;
  max-width: 80rem;
  overflow-y: auto;
  padding: 20px;
  padding: 1.25rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 60px;
  top: 3.75rem;
}

.p-modal-content__top {
  display: inline-block;
  position: fixed;
  right: 46px;
  right: 2.875rem;
  top: 80px;
  top: 5rem;
}

.p-modal-content__close {
  aspect-ratio: 1/1;
  display: inline-block;
  height: auto;
  position: relative;
  width: 34px;
  width: 2.125rem;
}

.p-modal-content__close::before,
.p-modal-content__close::after {
  background-color: #ED722D;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

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

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

.p-modal-content__close:hover,
.p-modal-content__close:focus {
  -webkit-text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}

/* is-show */
.is-show {
  opacity: 1;
  visibility: visible; /* モーダル表示用クラス */
}

/* body固定 */
body:has(.p-modal.is-show) {
  overflow: hidden;
}

.p-mv {
  position: relative;
}

.p-mv__img {
  display: block;
  width: 100%;
}

.p-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 375/747;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__img img {
    aspect-ratio: 600/1115.5;
  }
}

.p-mv__button {
  bottom: 40px;
  bottom: 2.5rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-overview {
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.p-overview__list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 17px;
  margin-top: 1.0625rem;
  max-width: 335px;
  max-width: 20.9375rem;
}

.p-overview__item {
  display: flex;
  gap: 33px;
  gap: 2.0625rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
  position: relative;
}

.p-overview__item::after {
  background: url(../images/common/overview-dot-line.svg) no-repeat center/contain;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 335px;
  width: 20.9375rem;
}

.p-overview__term {
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  width: 59px;
  width: 3.6875rem;
}

.p-overview__description {
  flex: 1;
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-overview__description p + p {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-overview__certification {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 335px;
  max-width: 20.9375rem;
}

.p-overview__certification-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 190px;
  max-width: 11.875rem;
  width: 100%;
}

.p-overview__certification-img img {
  -o-object-fit: cover;
  aspect-ratio: 190/169;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-overview__certification-text {
  font-family: "Noto Sans JP", serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-process {
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.p-process__flow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 335px;
  max-width: 20.9375rem;
  position: relative;
  width: 100%;
}

.p-process__flow::before {
  background: url(../images/common/decoration.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  left: 50%;
  position: absolute;
  top: -20px;
  top: -1.25rem;
  transform: translateX(-50%);
  width: 16px;
  width: 1rem;
}

.p-process__flow img {
  -o-object-fit: cover;
  aspect-ratio: 335/404;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-process-arrow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 79px;
  max-width: 4.9375rem;
  width: 100%;
}

.p-process-arrow img {
  -o-object-fit: cover;
  aspect-ratio: 79/54;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-process__online {
  background: url(../images/common/process-online-bg.webp) no-repeat center/cover;
  height: 277px;
  height: 17.3125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 43px;
  margin-top: 2.6875rem;
  position: relative;
  text-align: center;
  width: 334px;
  width: 20.875rem;
}

.p-process__online-img {
  display: block;
  left: 50%;
  max-width: 96px;
  max-width: 6rem;
  position: absolute;
  top: -17px;
  top: -1.0625rem;
  transform: translateX(-50%);
  width: 100%;
}

.p-process__online-img::before,
.p-process__online-img::after {
  background: url(../images/common/decoration.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  position: absolute;
  top: -26px;
  top: -1.625rem;
  width: 16px;
  width: 1rem;
}

.p-process__online-img::before {
  left: calc(50% - 10.25rem);
}

.p-process__online-img::after {
  right: calc(50% - 10.4375rem);
}

.p-process__online-img img {
  -o-object-fit: cover;
  aspect-ratio: 96/56;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-process__online-body {
  left: 50%;
  position: absolute;
  top: 52px;
  top: 3.25rem;
  transform: translateX(-50%);
  width: 100%;
}

.p-process__online-read {
  font-family: "Noto Sans JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-process__online-read-primary {
  background: linear-gradient(transparent 30%, #FFF600 30%);
  color: #FC5800;
  font-family: "Noto Sans JP", serif;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-process__online-text-box {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-process__online-text {
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-process__online-text-small {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-process__frame {
  background: url(../images/common/process-frame.webp) no-repeat center/contain;
  margin-top: 40px;
  margin-top: 2.5rem;
  min-height: 152px;
  min-height: 9.5rem;
  padding-top: 42px;
  padding-top: 2.625rem;
  position: relative;
  text-align: center;
}

.p-process__frame::before,
.p-process__frame::after {
  background: url(../images/common/decoration.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  position: absolute;
  top: -6px;
  top: -0.375rem;
  width: 16px;
  width: 1rem;
}

.p-process__frame::before {
  left: calc(50% - 10.25rem);
}

.p-process__frame::after {
  right: calc(50% - 10.4375rem);
}

.p-process__frame-text {
  background: linear-gradient(transparent 50%, #FFF600 50%);
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-process__frame-text--color {
  color: #FC5800;
}

.p-process__addition {
  background-color: #F6F6F6;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-top: 2.1875rem;
  max-width: 335px;
  max-width: 20.9375rem;
  padding: 40px 24px;
  padding: 2.5rem 1.5rem;
  position: relative;
}

.p-process__addition::before {
  background: url(../images/common/decoration.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  left: 50%;
  position: absolute;
  top: -20px;
  top: -1.25rem;
  transform: translateX(-50%);
  width: 16px;
  width: 1rem;
}

.p-process__addition-title {
  font-family: "Noto Sans JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}

.p-process__addition-title::after {
  background: url(../images/common/process-line.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 6px;
  height: 0.375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 17px;
  margin-top: 1.0625rem;
  width: 54px;
  width: 3.375rem;
}

.p-process__addition-text-top {
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-process__addition-text-bottom {
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-process__addition-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 287px;
  max-width: 17.9375rem;
  width: 100%;
}

.p-process__addition-img img {
  -o-object-fit: cover;
  aspect-ratio: 287/512;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-qa {
  background-color: #FFF7D9;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.p-qa__list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 335px;
  max-width: 20.9375rem;
}

.p-qa__item {
  background-color: #fff;
  border-radius: 0.625rem;
}

.p-qa__item + .p-qa__item {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-qa__question {
  cursor: pointer;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  gap: 8px;
  gap: 0.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 16.5px 16px 16px;
  padding: 1.03125rem 1rem 1rem;
  position: relative;
  text-transform: uppercase;
}

.p-qa__question::before {
  background: url(../images/common/qa-q-icon.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 26px;
  height: 1.625rem;
  width: 26px;
  width: 1.625rem;
}

.p-qa__question::after {
  background: url(../images/common/qa-arrow.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 22px;
  top: 1.375rem;
  transition: transform 0.3s ease-in-out;
  width: 16px;
  width: 1rem;
}

.p-qa__question.is-open::after {
  transform: rotate(180deg);
}

.p-qa__question span {
  display: block;
  max-width: 241px;
  max-width: 15.0625rem;
}

.p-qa__answer {
  display: none;
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 16px 15px 24px 16px;
  padding: 1rem 0.9375rem 1.5rem 1rem;
  position: relative;
}

.p-qa__answer::before {
  background: url(../images/common/qa-dot-line.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 303px;
  width: 18.9375rem;
}

.p-qa__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  margin-top: 4rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-right-area {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-right-area {
    display: block;
    margin-left: auto;
    position: relative;
  }
}

.p-right-area__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  width: 307px;
  width: 19.1875rem;
  width: 40vw;
}
@media (min-width: 1000.02px) {
  .p-right-area__content {
    width: 30.9027777778vw;
  }
}
@media (min-width: 1440.02px) {
  .p-right-area__content {
    width: 445px;
    width: 27.8125rem;
  }
}

.p-right-area__logo {
  display: block;
  max-width: 158px;
  max-width: 9.875rem;
  transition: opacity 0.3s ease-out;
  width: 100%;
}
@media (min-width: 1000.02px) {
  .p-right-area__logo {
    display: none;
  }
}

@media (any-hover: hover) {
  .p-right-area__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .p-right-area__logo img {
    -o-object-fit: cover;
    aspect-ratio: 158/38.49;
    height: auto;
       object-fit: cover;
    width: 100%;
  }
}

.p-right-area__items {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media (min-width: 1000.02px) {
  .p-right-area__items {
    margin-top: 0;
  }
}

.p-right-area__link {
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  gap: 16px;
  gap: 1rem;
  line-height: 1.4375;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  text-transform: uppercase;
}

@media (any-hover: hover) {
  .p-right-area__link:hover {
    opacity: 0.6;
  }
}
.p-right-area__link.active {
  color: #fff;
  opacity: 1;
}

.p-right-area__link::before {
  background: url(../images/common/drawer-icon.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 24px;
  height: 1.5rem;
  transition: background-image 0.3s ease-out;
  width: 24px;
  width: 1.5rem;
}

@media (any-hover: hover) {
  .p-right-area__link:hover:before {
    opacity: 0.6;
  }
}
.p-right-area__link.active::before {
  background-image: url(../images/common/drawer-icon-hover.svg);
  opacity: 1;
}

.p-right-area__button-wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
}
@media (min-width: 1000.02px) {
  .p-right-area__button-wrap {
    display: none;
  }
}

.p-right-area__button-text {
  align-items: center;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  gap: 10px;
  gap: 0.625rem;
  left: 50%;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  position: absolute;
  text-transform: uppercase;
  top: -34px;
  top: -2.125rem;
  transform: translateX(-50%);
  white-space: nowrap;
}

.p-right-area__button-text::before,
.p-right-area__button-text::after {
  content: "";
  display: block;
  height: 27px;
  height: 1.6875rem;
  width: 20px;
  width: 1.25rem;
}

.p-right-area__button-text::before {
  background: url(../images/common/line-text-decoration-left.svg) no-repeat center/cover;
}

.p-right-area__button-text::after {
  background: url(../images/common/line-text-decoration-right.svg) no-repeat center/cover;
}

.p-system__top {
  background-color: #fff7d9;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.p-system__head {
  background-color: #fff;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  margin-top: 2.625rem;
  max-width: 335px;
  max-width: 20.9375rem;
  padding: 32px 24px;
  padding: 2rem 1.5rem;
  position: relative;
}

.p-system__head::after {
  background: url(../images/common/system-question.svg) no-repeat center/cover;
  content: "";
  display: block;
  height: 110px;
  height: 6.875rem;
  left: 50%;
  position: absolute;
  top: 17px;
  top: 1.0625rem;
  transform: translateX(-50%);
  width: 84px;
  width: 5.25rem;
}

.p-system__head-title {
  font-family: "Noto Sans JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}

.p-system__head-text {
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-system__mechanism {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-system__mechanism-frame {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-top: 12px;
  padding-top: 0.75rem;
  position: relative;
  text-align: center;
}

.p-system__mechanism-frame--01 {
  background: url(../images/common/system-union01.svg) no-repeat center/contain;
  min-height: 101px;
  min-height: 6.3125rem;
}

.p-system__mechanism-frame--02 {
  background: url(../images/common/system-union02.svg) no-repeat center/contain;
  min-height: 72px;
  min-height: 4.5rem;
}

.p-system__mechanism-frame--03 {
  background: url(../images/common/system-union03.svg) no-repeat center/contain;
  min-height: 129px;
  min-height: 8.0625rem;
}

.p-system__mechanism-read {
  background-color: #161616;
  border-radius: 100vmax;
  color: #fff;
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  left: 50%;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 1.65px;
  padding-bottom: 0.103125rem;
  padding-top: 1.65px;
  padding-top: 0.103125rem;
  position: absolute;
  text-align: center;
  top: -12px;
  top: -0.75rem;
  transform: translateX(-50%);
  width: 72px;
  width: 4.5rem;
}

.p-system__mechanism-read-number {
  display: inline-block;
  font-family: "Montserrat", serif;
  font-size: max(22px, 10px);
  font-size: max(1.375rem, 10px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.p-system__mechanism-title {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-top: 12px;
  padding-top: 0.75rem;
}

.p-system__mechanism-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-top: 1rem;
  width: 100%;
}

.p-system__mechanism-img img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-system__mechanism-img--01 {
  max-width: 335px;
  max-width: 20.9375rem;
}

.p-system__mechanism-img--01 img {
  aspect-ratio: 335/200;
}

.p-system__mechanism-img--02 {
  max-width: 200px;
  max-width: 12.5rem;
}

.p-system__mechanism-img--02 img {
  aspect-ratio: 1/1;
}

.p-system__mechanism-img--03 {
  max-width: 200px;
  max-width: 12.5rem;
}

.p-system__mechanism-img--03 img {
  aspect-ratio: 1/1;
}

.p-system__mechanism-text {
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}

.p-system__middle {
  background-image: url(../images/common/system-middle-bg.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
  padding-top: 75px;
  padding-top: 4.6875rem;
  position: relative;
}

.p-system__middle::before {
  background: url(../images/common/system-arrow.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 69px;
  height: 4.3125rem;
  left: 50%;
  position: absolute;
  top: -17px;
  top: -1.0625rem;
  transform: translateX(-50%);
  width: 90px;
  width: 5.625rem;
}

.p-system__middle-heading {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}

.p-system__middle-heading-dot {
  background-image: radial-gradient(circle at center, #161616 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top left; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1.04em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.3em; /* 縦方向の位置調整 */
}

.p-system__middle-heading-color {
  background: linear-gradient(transparent 10%, #FFF600 10%);
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-system__middle-items {
  margin-top: 74px;
  margin-top: 4.625rem;
  position: relative;
}

.p-system__middle-items::before {
  background: url(../images/common/system-dot-line.svg) no-repeat center/cover;
  content: "";
  display: block;
  height: 29.5px;
  height: 1.84375rem;
  left: 50%;
  position: absolute;
  top: -51px;
  top: -3.1875rem;
  transform: translateX(-50%);
  width: 334px;
  width: 20.875rem;
}

.p-system__middle-item {
  background-color: #fff;
  border: 3px solid #161616;
  border: 0.1875rem solid #161616;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
  max-width: 20.9375rem;
}

.p-system__middle-item + .p-system__middle-item {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-system__middle-item-img {
  display: block;
  max-width: 329px;
  max-width: 20.5625rem;
  width: 100%;
}

.p-system__middle-item-img img {
  -o-object-fit: cover;
  aspect-ratio: 329/204;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-system__middle-item-text {
  background-color: #161616;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  letter-spacing: 0.05em;
  line-height: 2;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
  text-align: center;
}

.p-system__middle-item-comparison {
  display: flex;
  gap: 30px;
  gap: 1.875rem;
  padding: 10px 13px 14px;
  padding: 0.625rem 0.8125rem 0.875rem;
}

.p-system__middle-item-other {
  background-color: #fff7d9;
  border-radius: 0.625rem;
  min-height: 116px;
  min-height: 7.25rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  text-align: center;
  width: 145px;
  width: 9.0625rem;
}

.p-system__middle-item-other-read {
  background-color: #fff;
  border-radius: 100vmax;
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 0.8px;
  padding-bottom: 0.05rem;
  padding-top: 0.8px;
  padding-top: 0.05rem;
  text-align: center;
  width: 92px;
  width: 5.75rem;
}

.p-system__middle-item-other-price {
  font-family: "Montserrat", serif;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
}

.p-system__middle-item-other-price-small {
  display: inline-block;
  font-family: "Montserrat", serif;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.p-system__middle-item-company {
  background-color: #fff7d9;
  border-radius: 0.625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  position: relative;
  text-align: center;
  width: 128px;
  width: 8rem;
}

.p-system__middle-item-company::before {
  background: url(../images/common/system-arrow-right.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 25px;
  height: 1.5625rem;
  left: -27px;
  left: -1.6875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  width: 1.625rem;
}

.p-system__middle-item-company-read {
  background-color: #FFBB00;
  border-radius: 100vmax;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 0.8px;
  padding-bottom: 0.05rem;
  padding-top: 0.8px;
  padding-top: 0.05rem;
  text-align: center;
  width: 77px;
  width: 4.8125rem;
}

.p-system__middle-item-company-price {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4px;
  margin-top: -0.25rem;
  max-width: 82px;
  max-width: 5.125rem;
  width: 100%;
}

.p-system__middle-item-company-price img {
  -o-object-fit: cover;
  aspect-ratio: 82.64/87.04;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-system__middle-heading-bottom {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  text-align: center;
}

.p-system__middle-items + .p-system__middle-heading-bottom {
  margin-top: 56px;
  margin-top: 3.5rem;
  position: relative;
}

.p-system__middle-items + .p-system__middle-heading-bottom::before {
  background: url(../images/common/system-more.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 71px;
  height: 4.4375rem;
  left: 0;
  left: calc(50% - 10.4375rem);
  position: absolute;
  top: -17px;
  top: -1.0625rem;
  width: 71px;
  width: 4.4375rem;
}

.p-system__middle-heading-bottom-color {
  background: linear-gradient(transparent 0%, #FFF600 0%);
}

.p-system__middle-heading-bottom-large {
  font-size: max(30px, 10px);
  font-size: max(1.875rem, 10px);
  position: relative;
}

.p-system__middle-table {
  border-spacing: 4px;
  border-spacing: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 57px;
  margin-top: 3.5625rem;
  position: relative;
}

.p-system__middle-table::before {
  background: url(../images/common/system-dot-line.svg) no-repeat center/cover;
  content: "";
  display: block;
  height: 29.5px;
  height: 1.84375rem;
  left: 50%;
  position: absolute;
  top: -43px;
  top: -2.6875rem;
  transform: translateX(-50%);
  width: 334px;
  width: 20.875rem;
}

.p-system__middle-table-head-company {
  background-color: #161616;
  border-radius: 0.25rem;
  color: #FFF600;
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-height: 44px;
  min-height: 2.75rem;
  padding-bottom: 9.6px;
  padding-bottom: 0.6rem;
  padding-top: 9.6px;
  padding-top: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  width: 114px;
  width: 7.125rem;
}

.p-system__middle-table-head-other {
  background-color: #161616;
  border-radius: 0.25rem;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 10.85px;
  padding-bottom: 0.678125rem;
  padding-top: 10.85px;
  padding-top: 0.678125rem;
  text-align: center;
  text-transform: uppercase;
  width: 114px;
  width: 7.125rem;
}

.p-system__middle-table-head-row {
  background-color: #FFF600;
  border-radius: 0.25rem;
  font-family: "Noto Sans JP", serif;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  text-align: center;
  width: 97px;
  width: 6.0625rem;
}

.p-system__middle-table-data-company-middle {
  background-color: #fff;
  border-radius: 0.25rem;
  color: #FC5800;
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-height: 64px;
  min-height: 4rem;
  text-align: center;
}

.p-system__middle-table-data-company-small {
  color: #161616;
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-system__middle-table-data-other {
  background-color: #fff;
  border-radius: 0.25rem;
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  padding-top: 18px;
  padding-top: 1.125rem;
  text-align: center;
}

.p-system__middle-table-data-other-note {
  font-size: 8px;
  font-weight: 500;
}

.p-system__middle-table-data-company {
  background-color: #fff;
  border-radius: 0.25rem;
  color: #161616;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  padding-top: 9px;
  padding-top: 0.5625rem;
  text-align: center;
}

.p-system__middle-table-data-company-color {
  color: #FC5800;
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-system__middle-table-data-company-color-large {
  color: #FC5800;
  display: inline-block;
  font-family: "Montserrat", serif;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 600;
  line-height: 1;
}

.p-system__middle-table-data-company-color-large02 {
  color: #FC5800;
  font-family: "Noto Sans JP", serif;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-system__bottom {
  margin-top: 46px;
  margin-top: 2.875rem;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
}

.p-system__bottom-text {
  background: linear-gradient(transparent 0%, #FFF600 0%);
  font-size: max(22px, 10px);
  font-size: max(1.375rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-system__bottom-text-dot {
  background-image: radial-gradient(circle at center, #161616 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top left; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1.04em 0.3em; /* 点の間隔とサイズ調整 */
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  padding-top: 0.3em; /* 縦方向の位置調整 */
}

.p-system__bottom-text-small {
  display: inline-block;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  line-height: 1.6;
}

.p-system__bottom-text + .p-system__bottom-text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-system__bottom-text--large {
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
}

.p-system__bottom-text-color {
  color: #FC5800;
}

.p-system__bottom-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 43px;
  margin-top: 2.6875rem;
  max-width: 342px;
  max-width: 21.375rem;
  width: 100%;
}

.p-system__bottom-img img {
  -o-object-fit: cover;
  aspect-ratio: 342/449;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-system__bottom-repeat {
  background: url(../images/common/system-repeat.webp) no-repeat center/cover;
  height: 226px;
  height: 14.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 101px;
  margin-top: 6.3125rem;
  position: relative;
  text-align: center;
  width: 335px;
  width: 20.9375rem;
}

.p-system__bottom-repeat-img {
  display: block;
  left: 50%;
  max-width: 265.82px;
  max-width: 16.61375rem;
  position: absolute;
  top: -54px;
  top: -3.375rem;
  transform: translateX(-50%);
  width: 100%;
}

.p-system__bottom-repeat-img img {
  -o-object-fit: cover;
  aspect-ratio: 265.82/126.89;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-system__bottom-repeat-text {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  left: 50%;
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: absolute;
  top: 70px;
  top: 4.375rem;
  transform: translateX(-50%);
  width: 100%;
}

.p-system__bottom-repeat-text-large {
  color: #FC5800;
  font-family: "Montserrat", serif;
  font-size: max(40px, 10px);
  font-size: max(2.5rem, 10px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}

.p-system__bottom-repeat-text-large::before {
  background: url(../images/common/system-repeat-decoration.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 33px;
  height: 2.0625rem;
  left: -19px;
  left: -1.1875rem;
  position: absolute;
  top: -10px;
  top: -0.625rem;
  width: 29px;
  width: 1.8125rem;
}

.p-system__bottom-repeat-text-color {
  color: #FC5800;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-system__bottom-repeat-note {
  bottom: 11px;
  bottom: 0.6875rem;
  font-family: "Noto Sans JP", serif;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: absolute;
  right: calc(50% - 8.9375rem);
  text-align: right;
}

.p-use {
  background-color: #fff;
  padding-top: 66px;
  padding-top: 4.125rem;
}

.p-use__head {
  background: url(../images/common/use-head-bg.webp) no-repeat center/cover;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75.74px;
  margin-top: 4.73375rem;
  max-width: 335px;
  max-width: 20.9375rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.p-use__heading {
  background: url(../images/common/use-head-balloon.svg) no-repeat center/contain;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-height: 92px;
  min-height: 5.75rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  text-align: center;
  transform: translateY(-2.6875rem);
}

.p-use__heading-color {
  color: #FC5800;
}

.p-use__head-text {
  align-items: center;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  gap: 6px;
  gap: 0.375rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: -33px;
  margin-top: -2.0625rem;
}

.p-use__head-text::before,
.p-use__head-text::after {
  content: "";
  display: inline-block;
  height: 22px;
  height: 1.375rem;
  width: 18.23px;
  width: 1.139375rem;
}

.p-use__head-text::before {
  background: url(../images/common/use-left-head.svg) no-repeat center/contain;
}

.p-use__head-text::after {
  background: url(../images/common/use-right-head.svg) no-repeat center/contain;
}

.p-use__head-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7px;
  margin-top: -0.4375rem;
  max-width: 163.45px;
  max-width: 10.215625rem;
  width: 100%;
}

.p-use__head-img img {
  -o-object-fit: cover;
  aspect-ratio: 163.45/123.91;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-use__info-wrap {
  margin-top: -10px;
  margin-top: -0.625rem;
}

.p-use__info {
  align-items: center;
  background-color: #fff;
  border-radius: 100vmax;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 242px;
  max-width: 15.125rem;
  padding: 2px;
  padding: 0.125rem;
}

.p-use__info + .p-use__info {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-use__term {
  background-color: #FFE06D;
  border-radius: 100vmax;
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 3.8px;
  padding: 0.2375rem;
  text-align: center;
  width: 109px;
  width: 6.8125rem;
}

.p-use__description {
  color: #FC5800;
  flex: 1;
  font-family: "Noto Sans JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 45px;
  margin-left: 2.8125rem;
}

.p-use__description-small {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.p-use__info + .p-use__info .p-use__description {
  margin-left: 21px;
  margin-left: 1.3125rem;
}

.p-use__note {
  font-family: "Noto Sans JP", serif;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
}

.p-use__bottom {
  background-color: #FFF7D9;
  margin-top: 117px;
  margin-top: 7.3125rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

.p-use__bottom-title {
  background: url(../images/common/use-bottom-balloon.svg) no-repeat center/contain;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-height: 109px;
  min-height: 6.8125rem;
  padding-top: 9px;
  padding-top: 0.5625rem;
  text-align: center;
  transform: translateY(-3.375rem);
}

.p-use__bottom-item {
  background-color: #fff;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 98px;
  margin-top: 6.125rem;
  max-width: 335px;
  max-width: 20.9375rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
}

.p-use__bottom-item:first-of-type {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-use__bottom-item:nth-of-type(2)::before,
.p-use__bottom-item:nth-of-type(3)::before {
  background: url(../images/common/use-bottom-arrow.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 35px;
  height: 2.1875rem;
  left: 50%;
  position: absolute;
  top: -78px;
  top: -4.875rem;
  transform: translateX(-50%);
  width: 55px;
  width: 3.4375rem;
}

.p-use__bottom-item-head {
  align-items: center;
  background-color: #FFF600;
  border: 2px solid #161616;
  border: 0.125rem solid #161616;
  border-radius: 100vmax;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", serif;
  height: 65px;
  height: 4.0625rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: -25px;
  top: -1.5625rem;
  transform: translateX(-50%);
  width: 65px;
  width: 4.0625rem;
}

.p-use__bottom-item-read {
  display: inline-block;
  font-size: max(12.08px, 10px);
  font-size: max(0.755rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.p-use__bottom-item-number {
  display: inline-block;
  font-size: max(25.98px, 10px);
  font-size: max(1.62375rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-use__bottom-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.p-use__bottom-img img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-use__bottom-img--01 {
  max-width: 188px;
  max-width: 11.75rem;
  max-width: 207px;
  max-width: 12.9375rem;
  padding-top: 58px;
  padding-top: 3.625rem;
}

.p-use__bottom-img--01 img {
  aspect-ratio: 207/106;
}

.p-use__bottom-img--02 {
  max-width: 207.47px;
  max-width: 12.966875rem;
  padding-top: 55px;
  padding-top: 3.4375rem;
}

.p-use__bottom-img--02 img {
  aspect-ratio: 207.47/126.28;
}

.p-use__bottom-img--03 {
  max-width: 261.779px;
  max-width: 16.36125rem;
  padding-top: 57px;
  padding-top: 3.5625rem;
}

.p-use__bottom-img--03 img {
  aspect-ratio: 261.78/118;
}

.p-use__bottom-item-text {
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-use__bottom-item:nth-of-type(1) .p-use__bottom-item-text {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.p-use__bottom-item:nth-of-type(2) .p-use__bottom-item-text {
  margin-top: 17.72px;
  margin-top: 1.1075rem;
}

.p-use__bottom-item:nth-of-type(3) .p-use__bottom-item-text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-use__bottom-box {
  background: url(../images/common/use-bottom-box-bg.webp) no-repeat center/cover;
  height: 311px;
  height: 19.4375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-top: 3rem;
  position: relative;
  width: 335px;
  width: 20.9375rem;
}

.p-use__bottom-box-head {
  display: flex;
}

.p-use__bottom-box-text {
  color: #FC5800;
  font-family: "Noto Sans JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-left: 33px;
  margin-left: 2.0625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}

.p-use__bottom-box-text::before {
  background: url(../images/common/use-bottom-decoration.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 23px;
  height: 1.4375rem;
  left: -13px;
  left: -0.8125rem;
  position: absolute;
  top: -15px;
  top: -0.9375rem;
  width: 30px;
  width: 1.875rem;
}

.p-use__bottom-box-text::after {
  background: url(../images/common/use-bottom-line.svg) no-repeat center/contain;
  bottom: -22px;
  bottom: -1.375rem;
  content: "";
  display: block;
  height: 6px;
  height: 0.375rem;
  left: -6px;
  left: -0.375rem;
  position: absolute;
  width: 208px;
  width: 13rem;
}

.p-use__bottom-box-img {
  display: block;
  max-width: 68.55px;
  max-width: 4.284375rem;
  position: absolute;
  right: 23px;
  right: 1.4375rem;
  top: -5px;
  top: -0.3125rem;
  width: 100%;
}

.p-use__bottom-box-img img {
  -o-object-fit: cover;
  aspect-ratio: 68.55/98.65;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-use__bottom-box-items {
  margin-left: 22px;
  margin-left: 1.375rem;
  margin-top: 44px;
  margin-top: 2.75rem;
}

.p-use__bottom-box-item {
  align-items: center;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  gap: 8.16px;
  gap: 0.51rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-use__bottom-box-item + .p-use__bottom-box-item {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-use__bottom-box-item::before {
  background: url(../images/common/use-bottom-check.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 24.98px;
  height: 1.56125rem;
  width: 24.98px;
  width: 1.56125rem;
}

.p-voice {
  background-color: #FFF7D9;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.p-voice__head-items {
  margin-top: 40.74px;
  margin-top: 2.54625rem;
}

.p-voice__head-item {
  background-color: #fff;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
  max-width: 20.9375rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  text-align: center;
}

.p-voice__head-item + .p-voice__head-item {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-voice__head-item-title {
  color: #FFEEAE;
  font-family: "Montserrat", serif;
  font-size: max(60px, 10px);
  font-size: max(3.75rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.p-voice__head-item-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-top: 0.3125rem;
  max-width: 110px;
  max-width: 6.875rem;
  width: 100%;
}

.p-voice__head-item-img img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-voice__head-item-profile {
  background-color: #FFF600;
  border-radius: 100vmax;
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
}

.p-voice__head-item-text {
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 287px;
  max-width: 17.9375rem;
  text-align: left;
}

.p-voice__influencer {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-voice__influencer-text {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  line-height: 1.8;
  text-align: center;
}

.p-voice__influencer-text-bg-color {
  background: linear-gradient(90deg, #7323F5 0%, #EA3A67 51%, #EE7D31 100%);
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  padding-left: 1.109px;
  padding-left: 0.0693359313rem;
  padding-right: 1.109px;
  padding-right: 0.0693359313rem;
}

.p-voice__influencer-text-small {
  display: inline-block;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  line-height: 1.8;
}

.p-voice__influencer-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 74px;
  margin-top: 4.625rem;
  max-width: 335px;
  max-width: 20.9375rem;
  position: relative;
  width: 100%;
}

.p-voice__influencer-img img {
  -o-object-fit: cover;
  aspect-ratio: 335/378;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-voice__influencer-img::before {
  background: url(../images/common/voice-arrow-line.svg) no-repeat center/cover;
  content: "";
  display: block;
  height: 29.5px;
  height: 1.84375rem;
  left: 50%;
  position: absolute;
  top: -57px;
  top: -3.5625rem;
  transform: translateX(-50%);
  width: 334px;
  width: 20.875rem;
}

.p-voice__staff {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-voice__staff-title {
  background: url(../images/common/voice-balloon.svg) no-repeat center/contain;
  font-size: max(22px, 10px);
  font-size: max(1.375rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.8;
  min-height: 85px;
  min-height: 5.3125rem;
  padding-top: 16px;
  padding-top: 1rem;
  text-align: center;
}

.p-voice__staff-items {
  background-color: #fff;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 335px;
  max-width: 20.9375rem;
}

.p-voice__staff-item {
  padding: 32px 24px;
  padding: 2rem 1.5rem;
}

.p-voice__staff-item + .p-voice__staff-item {
  position: relative;
}

.p-voice__staff-item + .p-voice__staff-item::before {
  background: url(../images/common/voice-line.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 287px;
  width: 17.9375rem;
}

.p-voice__staff-item-info {
  align-items: center;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
}

.p-voice__staff-item-img {
  display: block;
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
}

.p-voice__staff-item-img img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-voice__staff-item-name {
  font-family: "Noto Sans JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-voice__staff-item-hoby {
  align-items: center;
  display: flex;
  gap: 36px;
  gap: 2.25rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-voice__staff-item-hoby-read,
.p-voice__staff-item-hoby-text {
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-voice__staff-item-hoby-text {
  position: relative;
}

.p-voice__staff-item-hoby-text::before {
  background: url(../images/common/voice-arrow.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 9px;
  height: 0.5625rem;
  left: -30px;
  left: -1.875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  width: 1.375rem;
}

.p-voice__staff-item-text {
  background-color: #F6F6F6;
  border-radius: 0.625rem;
  font-family: "Noto Sans JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 16px;
  padding: 1rem;
}

.js-fadein {
  opacity: 0;
  transform: translateY(3.125rem);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  will-change: opacity, transform;
}

.js-fadein.is-scrollin {
  opacity: 1;
  transform: translateY(0);
}

.main-content {
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-content {
    box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.15);
    margin-left: 0;
    max-width: min(60vw, 700px);
    max-width: min(60vw, 43.75rem);
    position: relative;
    width: auto;
    width: initial;
  }
}
@media (min-width: 1000.02px) {
  .main-content {
    margin-left: auto;
    margin-right: auto;
    max-width: min(38.1944444444vw, 550px);
    max-width: min(38.1944444444vw, 34.375rem);
  }
}

@media screen and (min-width: 768px) {
  .site-fixed-content {
    background: url(../images/common/site-bg.webp) no-repeat bottom center/contain;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .site-inner {
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    max-width: 90rem;
  }
}
@media (min-width: 1000.02px) {
  .site-inner {
    max-width: 1440px;
    max-width: 90rem;
    position: relative;
  }
}

.u-inline-block {
  display: inline-block;
}

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

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
