@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 700;
}

.pc {
  display: none;
}
@media (min-width: 744px) {
  .pc {
    display: block;
  }
}

@media (min-width: 744px) {
  .sp {
    display: none;
  }
}

@media (max-width: 743px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 744px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 744px) {
  a:hover {
    opacity: 0.8;
  }
}

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

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

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

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

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

/* 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 {
  max-width: 100%;
  display: block;
  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]) {
  -webkit-filter: blur(10px);
          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;
}

.cta {
  padding-block: 5.3125rem 3rem;
}
@media (min-width: 744px) {
  .cta {
    padding-block: 8.3125rem 5rem;
  }
}
.cta.--sp-mt-n5 {
  margin-top: -0.3125rem;
  background: #fff;
}
@media (min-width: 744px) {
  .cta.--sp-mt-n5 {
    margin-top: 0;
  }
}

.cta__title::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -2.3125rem;
  display: block;
  width: 2.1875rem;
  height: 1.5625rem;
  background: url(../images/cta/cta-icon.svg) no-repeat center center/cover;
}
@media (min-width: 744px) {
  .cta__title::before {
    top: -3.4375rem;
    width: 2.4375rem;
    height: 1.875rem;
  }
}

.cta__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin-top: 2.5rem;
}
@media (min-width: 744px) {
  .cta__list {
    margin-top: 3rem;
    width: 64.75rem;
    max-width: 100%;
    margin-inline: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.cta__link {
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cta__link img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 744px) {
  .cta__link img {
    border-radius: 0.625rem;
    border-radius: 10px;
    -webkit-box-shadow: 0 0.3125rem 1.25rem 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.3125rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  }
}
@media (any-hover: hover) {
  .cta__link:hover {
    opacity: 0.7;
  }
}

.cta__item-title {
  color: #fff;
  padding-inline: 2rem 1rem;
  width: 100%;
  font-size: 1.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
@media (min-width: 744px) {
  .cta__item-title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.cta__item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1rem;
  display: block;
  width: 0.9375rem;
  height: 0.75rem;
  background: url(../images/common/arrow-white-bold.svg) no-repeat center center/cover;
}
@media (min-width: 744px) {
  .cta__item-title::after {
    width: 1.625rem;
    height: 1.375rem;
    right: 1.25rem;
  }
}

.cta-fixed {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1rem 1rem 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.4);
}
@media (min-width: 744px) {
  .cta-fixed .cta-head {
    font-size: 1.375rem;
    font-weight: 700;
  }
}
@media (min-width: 744px) {
  .cta-fixed .cta-head::before, .cta-fixed .cta-head::after {
    display: none;
  }
}

.cta-head {
  font-size: 0.875rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3c3a33;
}
@media (min-width: 744px) {
  .cta-head {
    font-size: 1rem;
    font-weight: 500;
  }
}
.cta-head::before, .cta-head::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 0.9375rem;
}
.cta-head::before {
  margin-right: 0.5rem;
  background: url(../images/common/double-line-left-black.svg) no-repeat center center/contain;
}
.cta-head::after {
  margin-left: 0.5rem;
  background: url(../images/common/double-line-right-black.svg) no-repeat center center/contain;
}

.cta-fixed__inner {
  padding-block: 0.75rem;
  padding-inline: 0.5rem;
}
@media (min-width: 744px) {
  .cta-fixed__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.cta-fixed__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  margin-top: 0.5rem;
}
@media (min-width: 744px) {
  .cta-fixed__links {
    margin-top: initial;
    gap: 0.75rem;
  }
}

.cta-fixed__btn {
  display: block;
  background: #60ad5e;
  padding: 0.4375rem 0.75rem;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  display: block;
  -webkit-box-shadow: 0 2px 0 0 rgb(46, 125, 50);
          box-shadow: 0 2px 0 0 rgb(46, 125, 50);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 744px) {
  .cta-fixed__btn {
    font-size: 1.375rem;
    padding: 0.25rem 2rem;
  }
}
@media (any-hover: hover) {
  .cta-fixed__btn:hover {
    opacity: 0.7;
  }
}

.cta-middle {
  text-align: center;
  padding-block: 0.5rem 1rem;
}
@media (min-width: 744px) {
  .cta-middle {
    padding-block: 1.5rem 1.5rem;
  }
}

.cta-btn {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background: #60ad5e;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3.5rem;
  margin-top: 0.625rem;
  padding: 0.5rem 3.5rem 0.5rem 2.5rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 744px) {
  .cta-btn {
    font-size: 1.375rem;
    line-height: 1.454545;
    padding: 1rem 3.5rem 1rem 2.5rem;
    width: 25rem;
    max-width: 100%;
    margin-inline: auto;
  }
}
.cta-btn.-illustration, .cta-btn.-picture {
  width: 18.5rem;
  max-width: 100%;
}
@media (min-width: 744px) {
  .cta-btn.-illustration, .cta-btn.-picture {
    width: 25rem;
  }
}
.cta-btn::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 0.9375rem;
  background: url(../images/common/arrow-white-regular.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.5625rem;
}
@media (min-width: 744px) {
  .cta-btn::after {
    width: 1.375rem;
    height: 1.125rem;
  }
}
@media (any-hover: hover) {
  .cta-btn:hover {
    opacity: 0.7;
  }
}

.feature {
  padding-block: 5.6875rem 3rem;
  background: url(../images/common/graph-bg-sp-1.svg) no-repeat center center/cover;
}
@media (min-width: 744px) {
  .feature {
    padding-block: 8.3125rem 5rem;
    background: url(../images/common/graph-bg-pc.svg) no-repeat center center/cover;
    background-size: 90rem;
    background-repeat: repeat;
  }
}

@media (min-width: 744px) {
  .feature__inner.inner {
    max-width: 1086px;
  }
}

.feature__title::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -2.3125rem;
  display: block;
  width: 2.25rem;
  height: 1.6875rem;
  background: url(../images/feature/feature-icon.svg) no-repeat center center/cover;
}
@media (min-width: 744px) {
  .feature__title::before {
    top: -3.3125rem;
    width: 2.5rem;
    height: 1.8125rem;
  }
}

.feature__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin-top: 2.5rem;
}
@media (min-width: 744px) {
  .feature__list {
    display: -ms-grid;
    display: grid;
    gap: 0.75rem;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    margin-top: 4.5rem;
  }
}

.feature__item {
  font-size: 1rem;
  padding-inline: 5.125rem 0.625rem;
  padding-block: 1.375rem;
  position: relative;
  border: 1px dashed #60ad5e;
  border-radius: 0.75rem;
  background: #fff;
  color: #3c3a33;
}
@media (min-width: 744px) {
  .feature__item {
    font-size: 1.25rem;
    padding: 6.6875rem 1rem 2rem;
    text-align: center;
    line-height: 1.4;
  }
}
@media (min-width: 744px) {
  .feature__item:nth-child(1) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media (min-width: 744px) {
  .feature__item:nth-child(2) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media (min-width: 744px) {
  .feature__item:nth-child(3) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media (min-width: 744px) {
  .feature__item:nth-child(4) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media (min-width: 744px) {
  .feature__item:nth-child(5) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
.feature__item.-break {
  padding-block: 1rem;
}
@media (min-width: 744px) {
  .feature__item.-break {
    padding: 6.6875rem 1rem 2rem;
  }
}
.feature__item span {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.66666;
}
@media (min-width: 744px) {
  .feature__item span {
    line-height: 1.33333;
    margin-top: 0.375rem;
  }
}
.feature__item::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  translate: 0 -50%;
  display: block;
  width: 2.625rem;
  height: 2.375rem;
  background: url(../images/common/smartphone-icon.svg) no-repeat center center/cover;
}
@media (min-width: 744px) {
  .feature__item::before {
    width: 5.1875rem;
    height: 4.6875rem;
    left: 50%;
    top: 1.25rem;
    translate: -50%;
  }
}
.feature__item:nth-child(2)::before {
  background: url(../images/common/365day-icon.svg) no-repeat center center/cover;
}
.feature__item:nth-child(3)::before {
  background: url(../images/common/off-icon.svg) no-repeat center center/cover;
}
.feature__item:nth-child(4)::before {
  background: url(../images/common/delivery-icon.svg) no-repeat center center/cover;
}
.feature__item:nth-child(5)::before {
  background: url(../images/common/order-icon.svg) no-repeat center center/cover;
}

.footer {
  background: #eeeeee;
  padding-bottom: 5.6875rem;
}
@media (min-width: 744px) {
  .footer {
    padding-bottom: 4rem;
  }
}

.footer__inner {
  padding-inline: 1.5rem;
  padding-block: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 0.75rem;
}
@media (min-width: 744px) {
  .footer__inner {
    padding-block: 3.5rem;
  }
}

.footer__logo {
  display: block;
  width: 10.875rem;
  height: 1.9375rem;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}

.footer__copyright {
  font-size: 0.875rem;
  font-weight: 400;
  color: #3c3a33;
}

.fv {
  background: url(../images/fv/fv-sp.webp) no-repeat center center/cover;
  padding-block: 1.5rem;
  width: 100%;
  max-width: 100%;
  height: 28.75rem;
}
@media (min-width: 744px) {
  .fv {
    background: #fff url(../images/fv/fv-pc.webp) no-repeat center center/cover;
    border-radius: 1.5rem;
    width: calc(100% - 3rem);
    margin-inline: auto;
    height: 39.0625rem;
    padding-block: initial;
  }
}

.fv__inner {
  height: 100%;
}
@media (min-width: 744px) {
  .fv__inner {
    width: 78.25rem;
    max-width: 100%;
    margin-inline: auto;
  }
}

.fv__content {
  width: 18.4375rem;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
}
@media (min-width: 744px) {
  .fv__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    width: 34.5625rem;
    max-width: 100%;
    margin-left: 4.375rem;
  }
}
@media screen and (min-width: 1300px) {
  .fv__content {
    margin-left: max(0px, 70px - (100vw - 1300px) / 2);
  }
}

.fv__title {
  font-size: 2.125rem;
  line-height: 1.2352941176;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 744px) {
  .fv__title {
    font-size: 4.25rem;
    line-height: 1.2647058824;
    white-space: nowrap;
  }
}

.fv__sub-title {
  font-size: 1.125rem;
  color: #fff;
  background: #000;
  padding: 0.25rem 1.5rem 0.375rem;
  line-height: 1.4444444444;
  border-radius: 0.25rem;
  margin-top: 0.625rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 744px) {
  .fv__sub-title {
    font-size: 1.375rem;
    padding: 0.25rem 8.75rem 0.375rem;
    text-align: center;
    margin-top: 1.5rem;
  }
}

.fv__list {
  width: 18.4375rem;
  max-width: 100%;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (min-width: 744px) {
  .fv__list {
    width: 34.5625rem;
    gap: 0.75rem;
  }
}

.fv__item {
  background: rgba(255, 255, 255, 0.9);
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}
@media (min-width: 744px) {
  .fv__item {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    padding: 0.625rem 0.75rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fv__item-text {
  padding-left: 0.9375rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media (min-width: 744px) {
  .fv__item-text {
    font-size: 1rem;
  }
}
.fv__item-text::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  background: #60ad5e;
  border-radius: 2rem;
}

.fv__item-price {
  font-size: 1rem;
  color: #000;
  line-height: 1;
}
@media (min-width: 744px) {
  .fv__item-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.125rem;
  }
}
.fv__item-price span {
  font-size: 1.5rem;
  color: #e63a2b;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 744px) {
  .fv__item-price span {
    font-size: 2.125rem;
  }
}

.header {
  width: 100%;
  height: 4rem;
  background-color: #fff;
}
@media (min-width: 744px) {
  .header {
    height: 5rem;
  }
}

.header__inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 1.5rem;
  padding-block: 1.25rem;
}
@media (min-width: 744px) {
  .header__inner {
    width: 100%;
    margin-inline: auto;
    padding-inline: 5rem;
    padding-block: 1.5rem;
  }
}

.header__logo-text {
  display: block;
  width: 9.5rem;
  height: 1.5rem;
  pointer-events: none;
}
@media (min-width: 744px) {
  .header__logo-text {
    width: 12.6875rem;
    height: 2rem;
  }
}
.header__logo-text img {
  width: 100%;
  height: 100%;
}

.header__logo {
  display: block;
  width: 6.9375rem;
  height: 1.25rem;
  pointer-events: none;
}
@media (min-width: 744px) {
  .header__logo {
    width: 9.75rem;
    height: 1.75rem;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
}

.inner {
  width: 100%;
  padding-inline: 0.9375rem;
  margin-inline: auto;
}
@media (min-width: 744px) {
  .inner {
    max-width: 1150px;
    padding-inline: 1.5625rem;
  }
}

/* モーダル */
/* 初期設定 */
button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

/* モーダルのスタイル ============ */
dialog::-webkit-backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.modal__content {
  padding-top: 2.5rem;
  opacity: 1;
}
@media (min-width: 744px) {
  dialog.js-show.modal__content {
    padding-top: 82px;
    width: 500px;
    width: 600px;
    height: calc(100vh - 82px);
  }
}
@media screen and (max-width: 743px) {
  dialog.js-show.modal__content {
    padding-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  dialog.js-show.modal__content {
    padding-top: 2.5rem;
  }
}
dialog.js-show.js-show.modal__cta-content {
  opacity: 1;
}
@media (min-width: 744px) {
  dialog.js-show.js-show.modal__cta-content {
    width: 64.75rem;
    height: 29.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
dialog.js-show.js-show::-webkit-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
dialog.js-show.js-show::backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

/* モーダル内のCTAボタンのスタイル */
.modal__cta-content {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /* モーダル枠組みのスタイル */
  width: 21.4375rem;
  max-width: 100%;
  max-height: 100vh;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.modal__cta-content .modal__close-btn {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  right: 0;
}
@media (min-width: 744px) {
  .modal__cta-content .modal__close-btn {
    width: 1.875rem;
    height: 1.875rem;
    top: inherit;
  }
}
.modal__cta-content .modal__close-btn img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}

.modal__cta-inner {
  height: 100%;
  place-content: center;
}
@media (min-width: 744px) {
  .modal__cta-inner {
    height: auto;
  }
}

.modal__cta-body {
  background: #fff;
  border-radius: 1.5rem;
  text-align: center;
  overflow: hidden;
}
.modal__cta-body h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  padding: 1.4375rem 1.5rem;
  background: #eeeeee;
}
@media (min-width: 744px) {
  .modal__cta-body h2 {
    font-size: 1.375rem;
    padding: 2rem;
    line-height: 1.4545454545;
  }
}
.modal__cta-body p {
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
  line-height: 1.4285714286;
}
@media (min-width: 744px) {
  .modal__cta-body p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.modal__text-content {
  padding: 1.5rem;
}
@media (min-width: 744px) {
  .modal__text-content {
    padding: 2rem;
  }
}

.modal__cta-link {
  color: #076acd;
  text-decoration: underline;
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .modal__cta-link {
    font-weight: 400;
    font-size: 1rem;
  }
}

.modal__cta-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.modal__cta-list li a {
  display: block;
  color: #076acd;
  font-size: 0.625rem;
  font-weight: 400;
  text-decoration: underline;
}
@media (min-width: 744px) {
  .modal__cta-list li a {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.modal__cta-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 744px) {
  .modal__cta-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.modal__cta-btn li {
  width: 8.75rem;
  max-width: 100%;
}
@media (min-width: 744px) {
  .modal__cta-btn li {
    width: 18.375rem;
  }
}
.modal__cta-btn li button {
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal__cta-btn li button.-cancel {
  color: #8f8f8f;
  border: 1px solid #8f8f8f;
  color: #000;
  border: 1px solid #000;
  border-radius: 2rem;
  display: block;
  font-size: 1rem;
  text-align: center;
  padding: 0.375rem 1rem;
}
@media (min-width: 744px) {
  .modal__cta-btn li button.-cancel {
    font-size: 1.375rem;
    padding: 1rem;
  }
}
.modal__cta-btn li button.-ok {
  color: #fff;
  background: #60ad5e;
  border-radius: 2rem;
  border: 1px solid #60ad5e;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 1rem;
  text-align: center;
  padding: 0.375rem 1rem;
}
@media (min-width: 744px) {
  .modal__cta-btn li button.-ok {
    font-size: 1.375rem;
    padding: 1rem;
  }
}
@media (any-hover: hover) {
  .modal__cta-btn li button:hover {
    opacity: 0.7;
  }
}

.modal__open-btn {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .modal__open-btn:hover {
    opacity: 0.7;
  }
}

.price {
  padding-block: 1rem 0.5rem;
}
@media (min-width: 744px) {
  .price {
    padding-block: 5rem;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.price__items {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 744px) {
  .price__items {
    margin-top: 4.5rem;
    width: 50rem;
    max-width: 100%;
    margin-inline: auto;
  }
}

.price__item {
  font-size: 1rem;
}

.price__item-head {
  padding-block: 1rem;
  padding-inline: 1.5rem;
  position: relative;
  background: #eeeeee;
}
@media (min-width: 744px) {
  .price__item-head {
    border-radius: 0.75rem;
    padding-block: 1.5rem;
    padding-inline: 2rem;
  }
}
.price__item-head::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #000;
  right: 1.5rem;
  width: 1.25rem;
  height: 0.125rem;
  border-radius: 3.125rem;
}
@media (min-width: 744px) {
  .price__item-head::before {
    width: 1.75rem;
    right: 2.0625rem;
  }
}
.price__item-head::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #000;
  right: 2.0625rem;
  width: 0.125rem;
  height: 1.25rem;
  border-radius: 3.125rem;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media (min-width: 744px) {
  .price__item-head::after {
    height: 1.75rem;
    right: 2.875rem;
  }
}
@media (any-hover: hover) {
  .price__item-head:hover {
    cursor: pointer;
  }
}

.is-opened .price__item-head::after {
  rotate: -90deg;
}

.price__item-head-text {
  font-size: 1.25rem;
}
@media (min-width: 744px) {
  .price__item-head-text {
    font-size: 1.5rem;
  }
}

.price__item-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease;
  padding-inline: 0.5rem;
}
@media (min-width: 744px) {
  .price__item-content {
    padding-inline: 2.5rem;
  }
}

.is-opened .price__item-content {
  opacity: 1;
}

.price__item-content-text {
  position: relative;
  padding-inline: 3.125rem;
  padding-bottom: 1.25rem;
}
.price__item-content-text::before {
  content: "A";
  position: absolute;
  top: 0.375rem;
  left: 0;
  font-size: 2rem;
}

.price__spec {
  padding-block: 1rem;
}
@media (min-width: 744px) {
  .price__spec {
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .price__spec:nth-child(n+2) {
    padding-top: 1.5rem;
  }
}
.price__spec.price__spec-sp-only {
  display: none;
}
@media (min-width: 744px) {
  .price__spec.price__spec-sp-only {
    display: block;
  }
}

@media (min-width: 744px) {
  .price__spec-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.price__spec-title {
  font-size: 1.125rem;
  padding-left: 1.1875rem;
  position: relative;
}
@media (min-width: 744px) {
  .price__spec-title {
    font-size: 1.375rem;
  }
}
.price__spec-title::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  background: #60ad5e;
  border-radius: 2rem;
}

.price__spec-box {
  margin-top: 0.5rem;
  border: 1px solid #000;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media (min-width: 744px) {
  .price__spec-box {
    display: none;
  }
}

.price__spec-item {
  text-align: center;
  color: #3c3a33;
}
.price__spec-item.-arrange .price__spec-item-list {
  width: 9.375rem;
  max-width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price__spec-item.-arrange .price__spec-item-list .align-middle-text {
  text-align: left;
  padding-left: 1em;
  position: relative;
}
.price__spec-item.-arrange .price__spec-item-list .align-middle-text::before {
  content: "・";
  position: absolute;
  top: 0.5lh;
  translate: 0 -50%;
  left: 0;
  display: block;
}
.price__spec-item.-arrange2 .price__spec-item-list {
  width: 9.375rem;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0.3125rem;
}
.price__spec-item.-arrange2 .price__spec-item-list .align-middle-text {
  text-align: left;
  padding-left: 1em;
  position: relative;
}
.price__spec-item.-arrange2 .price__spec-item-list .align-middle-text::before {
  content: "・";
  position: absolute;
  top: 0.5lh;
  translate: 0 -50%;
  left: 0;
  display: block;
}

.price__spec-item-title {
  font-size: 0.875rem;
  background: #d9d9d9;
  padding-block: 0.375rem;
}

.price__spec-item-text {
  font-size: 0.875rem;
  font-weight: 400;
  padding-block: 0.375rem;
}

.price__spec-item-list {
  font-size: 0.875rem;
  font-weight: 400;
  padding-block: 0.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.price__modal-link {
  color: #076acd;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.price__spec-item-list-item-note {
  font-size: 0.625rem;
  font-weight: 400;
  margin-left: -1em;
  display: block;
}

.price__spec-item-note {
  font-size: 0.625rem;
  font-weight: 400;
  display: block;
}

.price__spec-title-note {
  font-size: 0.625rem;
  color: #3c3a33;
  font-weight: 400;
  display: block;
  margin-top: 0.5rem;
}
@media (min-width: 744px) {
  .price__spec-title-note {
    margin-top: initial;
    font-size: 0.75rem;
  }
}

.price__spec-price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  color: #3c3a33;
  font-weight: 400;
  padding: 0.375rem 0.75rem;
}
.price__spec-price-wrap.-evenly {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price__spec-price-wrap.-evenly .price__spec-price-list:nth-child(n+2) {
  margin-left: initial;
}

.price__spec-price-list {
  text-align: justify;
}
.price__spec-price-list:nth-child(n+2) {
  margin-left: 2.6875rem;
}

.price__spec-head-wrap,
.price__spec-item-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.price__spec-head-wrap li:nth-child(2),
.price__spec-item-wrap li:nth-child(2) {
  border-left: 1px solid #fff;
}

.price__spec-item-wrap ul:nth-child(2) {
  border-left: 1px solid #d9d9d9;
}
.price__spec-item-wrap .price__spec-item-text:nth-child(2) {
  border-left: 1px solid #d9d9d9;
}

.price__spec-head {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  padding-block: 0.375rem;
  text-align: center;
  background: #000;
}

.modal__price-content {
  padding-block: 3rem 2.5rem;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  max-width: 100%;
  max-height: 100vh;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 744px) {
  .modal__price-content {
    width: 500px;
    margin-inline: auto;
    padding-block: 40px;
  }
}
.modal__price-content.js-show {
  opacity: 1;
}
@media (min-width: 744px) {
  .modal__price-content.js-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 744px) {
  .modal__price-content .modal__close-btn {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
  }
}

.modal__price-inner {
  padding-inline: 1rem;
}
@media (min-width: 744px) {
  .modal__price-inner {
    margin-top: 16px;
    padding-inline: 0;
  }
}

.modal__price-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  color: #fff;
}
@media (min-width: 744px) {
  .modal__price-body {
    row-gap: 16px;
  }
}

.modal__price-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 744px) {
  .modal__price-title {
    font-size: 24px;
  }
}

.modal__price-img {
  aspect-ratio: 343/193;
}
@media (min-width: 744px) {
  .modal__price-img {
    aspect-ratio: 500/281;
  }
}
.modal__price-img img {
  width: 100%;
  height: auto;
}

.modal__price-textarea {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
}
@media (min-width: 744px) {
  .modal__price-textarea {
    font-size: 16px;
    line-height: 1.5;
  }
}

.modal__price-annotation {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 744px) {
  .modal__price-annotation {
    font-size: 12px;
    line-height: 1.33;
  }
}

.product {
  background: #F0F7EB;
  padding-block: 4.375rem 2.5rem;
}
@media (min-width: 744px) {
  .product {
    margin-top: 3rem;
    padding-block: 5.9375rem 5rem;
  }
}
@media (min-width: 744px) {
  .product .product__inner {
    width: 38rem;
    max-width: 100%;
    margin-inline: auto;
    position: relative;
  }
  .product .product__inner::before, .product .product__inner::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
  }
  .product .product__inner::before {
    top: -53%;
    background: url(../images/product/product-img-01-pc.webp) no-repeat center center/cover;
    width: 19.5625rem;
    height: 18.875rem;
    left: -23vw;
  }
  .product .product__inner::after {
    width: 19.3125rem;
    height: 15.8125rem;
    bottom: -57%;
    right: -23vw;
    background: url(../images/product/product-img-02-pc.webp) no-repeat center center/cover;
  }
}
@media screen and (min-width: 1440px) {
  .product .product__inner::before {
    left: -55%;
  }
  .product .product__inner::after {
    right: -55%;
  }
}

.product__title::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -2.3125rem;
  display: block;
  width: 3.1875rem;
  height: 1.375rem;
  background: url(../images/product/product-icon.svg) no-repeat center center/cover;
}

.product__list {
  margin-top: 2.5rem;
}
@media (min-width: 744px) {
  .product__list {
    margin-top: 4.5rem;
  }
}

.product__item {
  color: #3C3A33;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media (min-width: 744px) {
  .product__item {
    font-size: 1.375rem;
    line-height: 1.454545;
  }
}

@media (min-width: 744px) {
  .product__item-head {
    font-size: 2rem;
    line-height: 1.3125;
  }
}

.product__img {
  width: 21.3125rem;
  height: 9rem;
  max-width: 100%;
  margin-inline: auto;
}
.product__img img {
  width: 100%;
  height: 100%;
}
@media (min-width: 744px) {
  .product__img {
    display: none;
  }
}

.product__item-text span {
  color: #2E7D32;
}

.section__title {
  font-size: 1.75rem;
  color: #000;
  line-height: 1.28571;
  text-align: center;
  position: relative;
}
@media (min-width: 744px) {
  .section__title {
    font-size: 2.125rem;
    line-height: 1.17647;
  }
}
.section__title::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -1.0625rem;
  display: block;
  width: 2.5rem;
  height: 0.25rem;
  background: #60AD5E;
}
@media (min-width: 744px) {
  .section__title::after {
    bottom: -1.5625rem;
  }
}

.showcase {
  background: #f1f8ed;
  position: relative;
}
.showcase::before, .showcase::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  width: 100%;
  aspect-ratio: 375/50;
}
.showcase::before {
  top: -0.0625rem;
  background: url(../images/showcase/showcase-top-bg-sp.webp) no-repeat center center/cover;
}
@media (min-width: 744px) {
  .showcase::before {
    background: url(../images/showcase/showcase-top-bg-pc.webp) no-repeat center center/cover;
    aspect-ratio: 1440/84;
  }
}
.showcase::after {
  top: initial;
  bottom: 0;
  background: url(../images/showcase/showcase-bottom-bg-sp.webp) no-repeat center center/cover;
}
@media (min-width: 744px) {
  .showcase::after {
    background: url(../images/showcase/showcase-bottom-bg-pc.webp) no-repeat center center/cover;
    aspect-ratio: 1440/84;
  }
}
.showcase .showcase__inner {
  padding-block: 3.75rem 5.625rem;
}
@media (min-width: 744px) {
  .showcase .showcase__inner {
    padding-block: 8.75rem 10.25rem;
  }
}

.showcase__sub-title {
  font-size: 0.875rem;
  color: #3c3a33;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 744px) {
  .showcase__sub-title {
    margin-top: 4.5rem;
    font-size: 1.375rem;
    line-height: 1.454545;
  }
}
.showcase__sub-title::before, .showcase__sub-title::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 0.9375rem;
}
@media (min-width: 744px) {
  .showcase__sub-title::before, .showcase__sub-title::after {
    width: 1.625rem;
    height: 1.25rem;
  }
}
.showcase__sub-title::before {
  margin-right: 0.5rem;
  background: url(../images/common/double-line-left-green.svg) no-repeat center center/contain;
}
@media (min-width: 744px) {
  .showcase__sub-title::before {
    margin-right: 1.5rem;
  }
}
.showcase__sub-title::after {
  margin-left: 0.5rem;
  background: url(../images/common/double-line-right-green.svg) no-repeat center center/contain;
}
@media (min-width: 744px) {
  .showcase__sub-title::after {
    margin-left: 1.5rem;
  }
}

.showcase__list {
  width: 21.5625rem;
  max-width: 100%;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 744px) {
  .showcase__list {
    width: 64.75rem;
    margin-top: 2rem;
  }
}

.showcase__img {
  width: 6.875rem;
  aspect-ratio: 1;
  display: block;
  position: relative;
}
@media (min-width: 744px) {
  .showcase__img {
    width: 21.25rem;
  }
}
.showcase__img::after {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background: url(../images/showcase/modal-open.webp) no-repeat center center/contain;
}
@media (min-width: 744px) {
  .showcase__img::after {
    width: 2.125rem;
    height: 2.125rem;
  }
}
.showcase__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
@media (min-width: 744px) {
  .showcase__img img {
    border-radius: 0.5rem;
  }
}

.showcase__modal-cta {
  margin-top: 1.875rem;
}
@media (min-width: 744px) {
  .showcase__modal-cta {
    margin-top: 0;
  }
}
.showcase__modal-cta span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 743px) {
  .showcase__modal-cta span {
    font-size: 18.2px;
  }
}
@media screen and (max-width: 500px) {
  .showcase__modal-cta span {
    font-size: 0.875rem;
  }
}
@media (min-width: 744px) {
  .showcase__modal-cta span {
    font-size: 16px;
  }
}
.showcase__modal-cta span::before, .showcase__modal-cta span::after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
}
@media screen and (max-width: 743px) {
  .showcase__modal-cta span::before, .showcase__modal-cta span::after {
    width: 16.9px;
    height: 13px;
  }
}
@media screen and (max-width: 500px) {
  .showcase__modal-cta span::before, .showcase__modal-cta span::after {
    width: 0.8125rem;
    height: 0.625rem;
  }
}
@media (min-width: 744px) {
  .showcase__modal-cta span::before, .showcase__modal-cta span::after {
    width: 18px;
    height: 14px;
  }
}
.showcase__modal-cta span::before {
  margin-right: 8px;
  background: url(../images/common/double-line-left-white.svg) no-repeat center center/cover;
}
@media screen and (max-width: 743px) {
  .showcase__modal-cta span::before {
    margin-right: 10.4px;
  }
}
@media screen and (max-width: 500px) {
  .showcase__modal-cta span::before {
    margin-right: 0.5rem;
  }
}
@media (min-width: 744px) {
  .showcase__modal-cta span::before {
    margin-right: 8px;
  }
}
.showcase__modal-cta span::after {
  margin-left: 8px;
  background: url(../images/common/double-line-right-white.svg) no-repeat center center/cover;
}
@media screen and (max-width: 743px) {
  .showcase__modal-cta span::after {
    margin-left: 10.4px;
  }
}
@media screen and (max-width: 500px) {
  .showcase__modal-cta span::after {
    margin-left: 0.5rem;
  }
}
@media (min-width: 744px) {
  .showcase__modal-cta span::after {
    margin-left: 8px;
  }
}

.showcase__modal-cta-btn {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #60ad5e;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3.5rem;
  padding: 12px 30px;
  margin-top: 10px;
  font-weight: 700;
  position: relative;
  z-index: 1000;
  display: block;
  pointer-events: auto;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 743px) {
  .showcase__modal-cta-btn {
    font-size: 22px;
    padding: 15.6px 39px;
    margin-top: 13px;
    margin-bottom: 13px;
    text-indent: -26px;
    min-width: 330px;
  }
}
@media screen and (max-width: 500px) {
  .showcase__modal-cta-btn {
    font-size: 1.25rem;
    padding: 0.75rem 1.875rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    text-indent: -1.25rem;
    min-width: auto;
  }
}
@media (min-width: 744px) {
  .showcase__modal-cta-btn {
    font-size: 22px;
    line-height: 1.45;
    padding: 16px 30px;
    margin-top: 8px;
    width: 400px;
    margin-inline: auto;
  }
}
.showcase__modal-cta-btn::after {
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  background: url(../images/common/arrow-white-regular.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 30px;
}
@media screen and (max-width: 743px) {
  .showcase__modal-cta-btn::after {
    width: 28.6px;
    height: 26px;
    right: 39px;
    width: 24px;
    height: 22px;
    right: 34px;
  }
}
@media screen and (max-width: 500px) {
  .showcase__modal-cta-btn::after {
    width: 1.375rem;
    height: 1.25rem;
    right: 1.875rem;
  }
}
@media (min-width: 744px) {
  .showcase__modal-cta-btn::after {
    width: 24px;
    height: 22px;
    right: 20px;
  }
}
@media (any-hover: hover) {
  .showcase__modal-cta-btn:hover {
    opacity: 0.7;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.slide-video,
.slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-drag: none;
}

.slide-video {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -ms-touch-action: pan-y pinch-zoom;
      touch-action: pan-y pinch-zoom;
}

.swiper-slide-img {
  position: relative;
  z-index: 30;
}
.swiper-slide-img.-image {
  place-content: end;
  width: 20rem;
  height: 25rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 743px) {
  .swiper-slide-img.-image {
    width: 416px;
    height: 520px;
    width: auto;
    height: 49vh;
    height: 49dvh;
    max-height: 520px;
    aspect-ratio: 320/400;
  }
}
@media screen and (max-width: 500px) {
  .swiper-slide-img.-image {
    width: 20rem;
    height: 25rem;
    max-height: 25rem;
  }
}
@media (min-width: 744px) {
  .swiper-slide-img.-image {
    place-content: center;
    width: 400px;
    height: 500px;
    width: auto;
    height: 70vh;
    height: 70dvh;
    aspect-ratio: 400/500;
    max-height: 500px;
  }
}
.swiper-slide-img.-video {
  place-content: center;
  width: 20rem;
  height: 35.4375rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 743px) {
  .swiper-slide-img.-video {
    width: auto;
    height: 70vh;
    height: 70dvh;
    max-height: 737.1px;
    aspect-ratio: 320/567;
  }
}
@media screen and (max-width: 500px) {
  .swiper-slide-img.-video {
    width: 20rem;
    height: 27.8125rem;
    max-height: 35.4375rem;
  }
}
@media (min-width: 744px) {
  .swiper-slide-img.-video {
    width: 281px;
    height: 500px;
    width: auto;
    height: 70vh;
    height: 70dvh;
    aspect-ratio: 281/500;
    max-height: 500px;
  }
}

.swiper-wrapper {
  place-items: center;
}

.video-ui {
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 743px) {
  .video-ui {
    gap: 10.4px;
  }
}

.video-ui progress {
  width: 20rem;
  margin-inline: auto;
  height: 0.1875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 743px) {
  .video-ui progress {
    width: 416px;
  }
}
@media screen and (max-width: 500px) {
  .video-ui progress {
    width: 20rem;
  }
}

.video-ui progress::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.2);
}

.video-ui progress::-webkit-progress-value {
  background: rgba(255, 255, 255, 0.9);
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  z-index: 20;
  width: 24px;
  height: 24px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 743px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 31.2px;
    height: 31.2px;
  }
}
@media screen and (max-width: 500px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (min-width: 744px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
@media (any-hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.7;
  }
}

.swiper-button-prev {
  left: 1.75rem;
}
@media screen and (max-width: 743px) {
  .swiper-button-prev {
    left: calc(36.4px + (100vw - 500px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .swiper-button-prev {
    left: 1.75rem;
  }
}
@media (min-width: 744px) {
  .swiper-button-prev {
    left: 62px;
  }
}

.swiper-button-next {
  right: 1.75rem;
}
@media screen and (max-width: 743px) {
  .swiper-button-next {
    right: calc(36.4px + (100vw - 500px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .swiper-button-next {
    right: 1.75rem;
  }
}
@media (min-width: 744px) {
  .swiper-button-next {
    right: 62px;
  }
}

@media (min-width: 744px) {
  .gallerySwiper-container:has(.swiper-slide-video.swiper-slide-active) .swiper-button-prev {
    left: 122px;
  }
}
@media (min-width: 744px) {
  .gallerySwiper-container:has(.swiper-slide-video.swiper-slide-active) .swiper-button-next {
    right: 122px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  bottom: 0;
}
@media screen and (max-width: 743px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    width: 31.2px;
    height: 31.2px;
  }
}
@media screen and (max-width: 500px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (min-width: 744px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    width: 30px;
    height: 30px;
  }
}

.swiper-button-next::after {
  background: url(../images/showcase/swiper-next.webp) no-repeat center center/contain;
}

.swiper-button-prev::after {
  background: url(../images/showcase/swiper-prev.webp) no-repeat center center/contain;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  aspect-ratio: 1;
  background: #fff;
}
@media screen and (max-width: 743px) {
  .swiper-pagination-bullet {
    width: 7.8px;
    height: 7.8px;
  }
}
@media screen and (max-width: 500px) {
  .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
  }
}
@media (min-width: 744px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.btn-unmute {
  position: absolute;
  width: 35px;
  bottom: 30px;
  right: 10px;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 743px) {
  .btn-unmute {
    width: 45.5px;
    bottom: 26px;
    right: 26px;
  }
}
@media screen and (max-width: 500px) {
  .btn-unmute {
    width: 2.1875rem;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
@media (min-width: 744px) {
  .btn-unmute {
    width: 35px;
    bottom: 1.875rem;
    right: 0.625rem;
    bottom: 10px;
    right: 10px;
  }
}
.btn-unmute img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
@media (any-hover: hover) {
  .btn-unmute:hover {
    opacity: 0.7;
  }
}

.swiper-slide {
  position: relative;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 743px) {
  .swiper-slide {
    width: 416px;
    max-height: 993.2px;
  }
}
@media screen and (max-width: 500px) {
  .swiper-slide {
    width: 20rem;
    height: 49.375rem;
    height: 48.25rem;
    height: 90vh;
    height: 90dvh;
    max-height: 48.25rem;
    padding-bottom: 40px;
  }
}
@media (min-width: 744px) {
  .swiper-slide {
    width: 500px;
    width: 600px;
    height: 728px;
    max-height: none;
  }
}

.swiper-slide-inner {
  display: -ms-grid;
  display: grid;
  height: 100%;
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 743px) {
  .swiper-slide-inner {
    width: 445.9px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 500px) {
  .swiper-slide-inner {
    width: 21.4375rem;
  }
}
@media (min-width: 744px) {
  .swiper-slide-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.swiper-slide-image .swiper-slide-inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 744px) {
  .swiper-slide-image .swiper-slide-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.swipe-zone-left,
.swipe-zone-right {
  position: absolute;
  top: 3.125rem;
  bottom: 0;
  width: 20%;
  z-index: 10;
  pointer-events: auto;
  background: transparent;
  -ms-touch-action: pan-x pinch-zoom;
      touch-action: pan-x pinch-zoom;
}
@media screen and (max-width: 743px) {
  .swipe-zone-left,
  .swipe-zone-right {
    top: 65px;
  }
}
@media (min-width: 744px) {
  .swipe-zone-left,
  .swipe-zone-right {
    top: 33px;
    width: 33%;
  }
}

.swiper-slide-video .swipe-zone-left,
.swiper-slide-video .swipe-zone-right {
  bottom: 30%;
}
@media screen and (max-width: 500px) {
  .swiper-slide-video .swipe-zone-left,
  .swiper-slide-video .swipe-zone-right {
    bottom: 37%;
  }
}
@media (min-width: 744px) {
  .swiper-slide-video .swipe-zone-left,
  .swiper-slide-video .swipe-zone-right {
    bottom: 34%;
  }
}

.swipe-zone-left {
  left: 0;
}

.swipe-zone-right {
  right: 0;
}

.slide-video {
  -ms-touch-action: pan-y pinch-zoom;
      touch-action: pan-y pinch-zoom;
  -webkit-user-drag: none;
  z-index: 10;
}

.gallerySwiper-container {
  position: relative;
  width: 100%;
  margin-inline: auto;
  height: auto;
  --controls-top: 0px;
  overflow: hidden;
}

.gallerySwiper-container .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--controls-top) + 8px);
  -webkit-transform: none;
          transform: none;
  z-index: 10;
  height: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 744px) {
  .gallerySwiper-container .swiper-pagination {
    height: 0.625rem;
  }
}

@media screen and (max-width: 743px) {
  .gallerySwiper-container .swiper-pagination {
    height: 13px;
  }
}
@media screen and (max-width: 500px) {
  .gallerySwiper-container .swiper-pagination {
    height: 0.625rem;
  }
}
.gallerySwiper-container .swiper-button-prev,
.gallerySwiper-container .swiper-button-next {
  position: absolute !important;
  top: var(--controls-top) !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin-top: 0 !important;
  z-index: 10;
}
@media (min-width: 744px) {
  .gallerySwiper-container .swiper-button-prev,
  .gallerySwiper-container .swiper-button-next {
    top: auto !important;
    bottom: 429px;
  }
}

.modal__content {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  max-width: 100%;
  max-height: 100vh;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 744px) {
  .modal__content {
    width: 20rem;
    padding-inline: 1.25rem;
  }
}

.modal__inner {
  overflow-y: auto;
  height: 100%;
  position: relative;
  place-content: center;
}
@media screen and (max-width: 743px) {
  .modal__inner {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .modal__inner {
    padding-bottom: 0;
  }
}
@media (min-width: 744px) {
  .modal__inner {
    overflow-y: auto;
    padding-bottom: 0;
  }
}

.modal__body {
  position: relative;
}

.modal__close-btn {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 743px) {
  .modal__close-btn {
    width: 31.2px;
    height: 31.2px;
    top: 20.8px;
    right: 20.8px;
  }
}
@media screen and (max-width: 500px) {
  .modal__close-btn {
    width: 1.5rem;
    height: 1.5rem;
    top: 1rem;
    right: 1rem;
  }
}
@media (min-width: 744px) {
  .modal__close-btn {
    top: 80px;
    right: 84px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 744px) {
  .modal__close-btn.--sp {
    display: none;
  }
}
.modal__close-btn.--pc {
  display: none;
}
@media (min-width: 744px) {
  .modal__close-btn.--pc {
    display: block;
    margin-left: auto;
    top: 0;
    right: 66px;
  }
}
.modal__close-btn img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .modal__close-btn:hover {
    opacity: 0.7;
  }
}

.step {
  padding-block: 5rem 2.5rem;
  counter-reset: step-num;
}
@media (min-width: 744px) {
  .step {
    padding-block: 8.875rem 5rem;
  }
}
@media (min-width: 744px) {
  .step .step__inner {
    width: 64.75rem;
    width: 67.875rem;
    max-width: 100%;
    margin-inline: auto;
  }
}

.step__title {
  margin-top: 0.5rem;
}
@media (min-width: 744px) {
  .step__title {
    margin-top: 1.5rem;
  }
}

.step__sub-title {
  width: 14rem;
  max-width: 100%;
  margin-inline: auto;
  font-size: 0.875rem;
  font-weight: 700;
  color: #60ad5e;
  border: 1px solid #60ad5e;
  border-radius: 2.5rem;
  padding: 0.375rem 1.5rem;
  text-align: center;
}
@media (min-width: 744px) {
  .step__sub-title {
    width: 17rem;
    font-size: 1.125rem;
  }
}

.step__list {
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 744px) {
  .step__list {
    width: 64.75rem;
    max-width: 100%;
    margin-inline: auto;
    margin-top: 4.5rem;
    gap: 1.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.step__note {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3c3a33;
  margin-top: 1rem;
}
@media (min-width: 744px) {
  .step__note {
    font-size: 0.75rem;
    margin-top: 1.5rem;
    line-height: 1.3333333;
  }
}

@media (min-width: 744px) {
  .step__item-head {
    width: 15.25rem;
    max-width: 100%;
  }
}

.step__item {
  background: #f5f5f5;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.12);
  padding: 1rem 1.5rem 0;
}
@media (min-width: 744px) {
  .step__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0 0 1.5rem;
  }
}
.step__item:last-child {
  padding-bottom: 1rem;
}
.step__item:last-child .step__item-head {
  width: 100%;
}

.step__item-title {
  font-size: 1.25rem;
  padding-left: 2.5rem;
  position: relative;
  counter-increment: step-num;
}
@media (min-width: 744px) {
  .step__item-title {
    padding-left: initial;
    margin-top: 3.5rem;
    font-size: 1.5rem;
  }
}
.step__item-title::before {
  content: counter(step-num);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  place-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  display: block;
  width: 2rem;
  height: 2rem;
  background: #60ad5e;
  border-radius: 0.5rem;
}
@media (min-width: 744px) {
  .step__item-title::before {
    top: -2rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}

.note-mark {
  font-size: 0.75rem;
  vertical-align: top;
}
@media (min-width: 744px) {
  .note-mark {
    font-size: 1rem;
  }
}

.step__item-text {
  margin-top: 0.5rem;
  color: #3c3a33;
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 744px) {
  .step__item-text {
    margin-top: 0.375rem;
    font-size: 1rem;
  }
}

.step__item-note {
  display: block;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3c3a33;
  margin-top: 0.25rem;
}
@media (min-width: 744px) {
  .step__item-note {
    font-size: 0.75rem;
    line-height: 1.3333333;
  }
}

.step__img {
  margin-top: 0.5rem;
  width: 16.3125rem;
  height: 11.8125rem;
  max-width: 100%;
  margin-inline: auto;
}
@media (min-width: 744px) {
  .step__img {
    width: 14.375rem;
    height: 16.875rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
.step__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.table-wrapper {
  display: none;
}
@media (min-width: 744px) {
  .table-wrapper {
    display: block;
    border: 1px solid #000;
    border-radius: 0.375rem;
    margin-top: 1rem;
    overflow: hidden;
    max-width: 100%;
    width: 45rem;
    margin-inline: auto;
  }
}

.table {
  color: #3c3a33;
  font-size: 0.875rem;
  line-height: 1.6;
}

.table__row {
  display: -ms-grid;
  display: grid;
}
.table__row.-head {
  border-top: 1px solid #000;
}

.table__row--5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.table__row--4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.table__row--3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.table__row--2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.table__th {
  background: #d9d9d9;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 0.375rem;
}

.table__td {
  font-weight: 400;
  padding-block: 0.4375rem;
}

.table__td-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}

@media (min-width: 744px) {
  .table__td-list-item.--column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table__td-list-item.--column .--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .table__td-list-item.--column .--column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table__td-list-item.--column .--annotation {
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.table__th,
.table__td {
  text-align: center;
}
.table__th:nth-child(n+2),
.table__td:nth-child(n+2) {
  border-left: 1px solid #c5c5c5;
}

.table__note {
  font-size: 0.625rem;
  font-weight: 400;
  display: block;
}

.price__spec-head-pc {
  display: none;
}
@media (min-width: 744px) {
  .price__spec-head-pc {
    display: block;
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
    padding-block: 0.375rem;
    text-align: center;
    background: #000;
  }
}

.price__spec-wrap {
  display: contents;
}
@media (min-width: 744px) {
  .price__spec-wrap {
    display: block;
    width: 45rem;
    max-width: 100%;
    border: 1px solid #000;
    border-radius: 0.75rem;
    overflow: hidden;
    margin-inline: auto;
    margin-top: 2rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 744px) {
  .price__spec-wrap .table-wrapper {
    display: block;
    max-width: 100%;
    width: 42rem;
    margin-inline: auto;
  }
}
@media (min-width: 744px) {
  .price__spec-wrap .price__spec-title {
    padding-left: 2.6875rem;
  }
}
@media (min-width: 744px) {
  .price__spec-wrap .price__spec-title::before {
    left: 1.5rem;
  }
}

.voice {
  padding-block: 4.8125rem 2.5rem;
  background: #f5f5f5;
}
@media (min-width: 744px) {
  .voice {
    padding-block: 8.3125rem 5rem;
  }
}

.voice__title::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -2.3125rem;
  display: block;
  width: 2.3125rem;
  height: 1.5625rem;
  background: url(../images/voice/voice-icon.svg) no-repeat center center/cover;
}
@media (min-width: 744px) {
  .voice__title::before {
    top: -3.3125rem;
    width: 2.5rem;
    height: 1.6875rem;
  }
}

.voice__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 744px) {
  .voice__list {
    gap: 1.25rem;
    margin-top: 3.5rem;
  }
}

.voice__item {
  border-bottom: 1px dashed #60ad5e;
  position: relative;
}
@media (min-width: 744px) {
  .voice__item {
    width: 64.75rem;
    max-width: 100%;
    margin-inline: auto;
    border-bottom: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.voice__item::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 2.1875rem;
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../images/voice/photo-collection.webp) no-repeat center center/contain;
}
@media (min-width: 744px) {
  .voice__item::before {
    width: 5.375rem;
    height: 5.375rem;
    top: -1.875rem;
    left: 4.5rem;
  }
}
@media (min-width: 744px) {
  .voice__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 744px) {
  .voice__item:nth-child(2) .voice__text-content {
    margin-left: initial;
    margin-right: -1.6875rem;
  }
}
.voice__item:nth-child(2)::before {
  left: initial;
  right: 2.1875rem;
  background: url(../images/voice/picture-book.webp) no-repeat center center/contain;
}
@media (min-width: 744px) {
  .voice__item:nth-child(2)::before {
    top: -1.875rem;
    right: 4.5rem;
  }
}
.voice__item:nth-child(3)::before {
  left: 2.1875rem;
  background: url(../images/voice/comics.webp) no-repeat center center/contain;
}
@media (min-width: 744px) {
  .voice__item:nth-child(3)::before {
    top: -1.5rem;
    left: 4.5rem;
  }
}

.voice__img {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), color-stop(90%, #fff));
  background: linear-gradient(to bottom, #f5f5f5 0% 90%, #fff 90% 100%);
}
@media (min-width: 744px) {
  .voice__img {
    background: none;
    position: relative;
    z-index: 1;
  }
}
.voice__img picture {
  display: block;
  width: 15.125rem;
  margin-inline: auto;
  max-width: 100%;
  aspect-ratio: 1;
}
@media (min-width: 744px) {
  .voice__img picture {
    width: 20.4375rem;
  }
}
.voice__img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice__text-content {
  margin-top: -1.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  padding: 2rem 1.5rem 1.5rem;
  background: #fff;
}
@media (min-width: 744px) {
  .voice__text-content {
    width: 35rem;
    max-width: 100%;
    padding: 2.6875rem 3.5rem 2.1875rem;
    border-radius: 0.75rem;
    margin-top: initial;
    height: 100%;
    margin-left: -1.6875rem;
  }
}

.voice__text {
  color: #3c3a33;
  letter-spacing: 0.015em;
}
@media (min-width: 744px) {
  .voice__text {
    font-size: 1rem;
    letter-spacing: initial;
    line-height: 1.5;
  }
}

.voice__text-name {
  color: #60ad5e;
  margin-top: 0.75rem;
  text-align: right;
}
@media (min-width: 744px) {
  .voice__text-name {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */
