@charset "UTF-8";

* html body {
  background: url(null) fixed;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
html.is-locked {
  overflow-y: hidden;
}
body {
  margin: 0;
  padding: 0;
  background: rgb(var(--back));
  color: rgb(var(--base));
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  font-style: normal;
  font-family: var(--noto);
  font-optical-sizing: auto;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 1.6px;
}
.pc,
.pc-tab {
  display: none;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ------------------------------------------------------------ */
/* font */
/* ------------------------------------------------------------ */
.noto {
  font-family: var(--noto);
  font-weight: 400;
}
.noto.bold {
  font-weight: 600;
}

.num {
  font-family: var(--num);
  font-weight: 700;
}

.zen {
  font-family: var(--zenmaru);
  font-weight: 700;
}
.zen.bold {
  font-weight: 900;
}

/* ------------------------------------------------------------ */
/* img */
/* ------------------------------------------------------------ */
.main-logo,
.thum,
.image,
.banner {
  margin: 0 auto;
  text-align: center;
}
/* ------------------------------------------------------------ */
/* link */
/* ------------------------------------------------------------ */
::selection {
  color: rgb(var(--green));
  background: rgba(var(--green), 0.1);
  text-shadow: none;
}

::-moz-selection {
  color: rgb(var(--green));
  background: rgba(var(--base), 0.1);
  text-shadow: none;
}
a {
  color: rgb(var(--green));
  cursor: pointer;
  line-height: inherit;
  -webkit-transition: var(--transition-all);
  transition: var(--transition-all);
  text-decoration: none;
}
a:link {
  color: rgb(var(--green));
  text-decoration: none;
}
a:visited {
  color: rgb(var(--green));
  text-decoration: none;
}
a:hover {
  color: rgb(var(--green));
  opacity: 0.8;
  text-decoration: none;
}
a:active {
  color: rgb(var(--green));
  text-decoration: none;
}
/* ------------------------------------------------------------ */
/* ボタン */
/* ------------------------------------------------------------ */
.btn {
  text-align: center;
  height: auto;
  margin: 0 auto;
}
.btn a {
  display: inline-block;
  color: rgb(var(--wht));
  background: rgb(var(--green));
  border: 2px solid rgb(var(--green));
  margin: 0 auto;
  padding: 12px 1em;
  font-size: 1.1em;
  transition: var(--transition-all);
  border-radius: 7px;
}
.btn a:hover {
  opacity: 1;
  color: rgb(var(--green));
  background: rgb(var(--wht));
}

/* ------------------------------------------------------------ */
/* アコーディオン */
/* ------------------------------------------------------------ */
.ac_cnt {
  display: none;
}

/* ------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------ */
.mainvisual img {
  width: 100%;
  height: auto;
}

.fix-nav {
  width: clamp(110px, 20vw, 200px);
  height: clamp(110px, 20vw, 200px);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  transform: translateX(100%);
  transition: var(--transition-all);
}
.fix-nav.is-active {
  opacity: 1;
  transform: translateX(0%);
}
.fix-nav::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: rgb(var(--pink));
  z-index: -1;
}
.fix-nav a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.fix-nav a:hover {
  opacity: 1;
  transform: scale(1.05, 1.05);
}
.fix-nav p {
  font-size: clamp(1rem, 2vw, 1.8rem);
  line-height: 1.5em;
  position: absolute;
  width: 70%;
  bottom: 1em;
  right: 0;
  color: rgb(var(--wht));
}
.fix-nav .package {
  position: absolute;
  width: 40%;
  top: 0em;
  right: 1em;
}
.fix-nav .mmz {
  position: absolute;
  left: -1.5em;
  bottom: 0.8em;
  width: clamp(60px, 10vw, 100px);
}
/* ------------------------------------------------------------ */
/* animation */
/* ------------------------------------------------------------ */
.inview {
  opacity: 0;
}

.package {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

.mmz01 {
  animation-name: mmz01;
  animation-delay: 3s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes mmz01 {
  0%,
  40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}

.anm-mmz02 {
  transform: translate(-35%, -50%);
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  max-width: 210px;
}
.mmz02 {
  animation: mmz02 3s ease-in-out infinite;
}
@keyframes mmz02 {
  0%,
  40%,
  80% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.05);
  }
  50%,
  70% {
    transform: scale(0.95);
  }
}

.anm-mmz03 {
  transform: translate(15%, -20%);
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  max-width: 200px;
}
.mmz03 {
  animation: mmz03 3s ease-in-out infinite alternate;
}
@keyframes mmz03 {
  0% {
    transform: translate(0, 0) rotate(7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-7deg);
  }
}

.anm-mmz04 {
  transform: translate(-35%, -100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  max-width: 250px;
  z-index: 2;
}
.mmz04 {
  animation: mmz04 3s ease-in-out infinite;
}
@keyframes mmz04 {
  0% {
    transform: translate(0%, 0%);
  }
  40% {
    transform: translate(15%, 0%) skew(-5deg, 0deg);
  }
  45% {
    transform: translate(-15%, 0%) skew(10deg, 0deg);
  }
  50% {
    transform: translate(15%, 0%) skew(-10deg, 0deg);
  }
  50% {
    transform: translate(5%, 0%) skew(-5deg, 0deg);
  }
  60% {
    transform: translate(-5%, 0%) skew(5deg, 0deg);
  }
  70% {
    transform: translate(0%, 0%);
  }
}

.anm-mmz05 {
  width: 30%;
  max-width: 95px;
  margin: 0 auto;
  padding: 2em 0;
  transform: scale(-1, 1);
}
.mmz05 {
  animation: mmz05 3s ease-in-out infinite;
}
@keyframes mmz05 {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  30% {
    transform: scale(1.1, 0.9) translate(0%, 15%);
  }
  35% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.9, 1.1) translate(0%, -80%);
  }
  47% {
    transform: scale(0.9, 1.1) translate(0%, -20%);
  }
  52% {
    transform: scale(1.1, 0.8) translate(0%, 15%);
  }
  59% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

/* ------------------------------------------------------------ */
/* common layouts */
/* ------------------------------------------------------------ */
.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 1em;
  margin: 0 auto;
  clear: both;
}
.inner::after {
  content: "";
  clear: both;
  display: block;
}

.align-center {
  text-align: center;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right;
}

/* font-color */
.beige {
  color: rgb(var(--beige));
}
.pink {
  color: rgb(var(--pink));
}
.green {
  color: rgb(var(--green));
}
.white {
  color: rgb(var(--wht));
}

/* background */
.bg_beige {
  background: rgb(var(--pale_beige));
}
.bg_pink {
  background: rgb(var(--pale_pink));
}
.bg_green {
  background: rgb(var(--pale_green));
}
.bg_wht {
  background: rgb(var(--wht));
}

/* ------------------------------------------------------------ */
/* common content */
/* ------------------------------------------------------------ */
.content {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.base {
  width: 100%;
  height: auto;
  position: relative;
  padding: 2.5em 0;
  margin: 0 auto;
}

.has-wave {
  position: relative;
}
.has-wave.wave-top::before,
.has-wave.wave-btm::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100vw / 15);
  background: url(../img/wave.svg) no-repeat center / cover;
  z-index: 1;
}
.has-wave.wave-top::before {
  top: calc(-100vw / 15);
}
.has-wave.wave-btm::after {
  bottom: calc(-100vw / 15);
  transform: rotate(180deg);
}

/* ------------------------------------------------------------ */
/* ttl */
/* ------------------------------------------------------------ */
.main-ttl,
.sub-ttl,
.mid-ttl {
  font-family: var(--zenmaru);
}
.main-ttl {
  font-size: clamp(3.2rem, 5vw, 5rem);
  font-weight: 900;
  text-align: center;
  line-height: clamp(3.2rem, 5vw, 6rem);
  margin-bottom: 2rem;
}
.sub-ttl {
  font-size: clamp(2.5rem, 3.5vw, 3.5rem);
  line-height: clamp(2.5rem, 3.5vw, 4rem);
  margin-bottom: 1rem;
}
.mid-ttl {
  font-size: clamp(1.9rem, 3vw, 3rem);
  text-align: center;
  line-height: clamp(1.9rem, 3.5vw, 3rem);
  margin-bottom: 0.3em;
}

.text-large {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1em;
}
/* ------------------------------------------------------------ */
/* flx_box */
/* ------------------------------------------------------------ */
.flx_box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* カラム共通 */
.flx_item {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ------------------------------------------------------------ */
/* list */
/* ------------------------------------------------------------ */
.has-step li {
  padding: 0.8em 0 1em 40px;
  margin-left: 30px;
  border-left: 3px solid rgb(var(--pink));
  position: relative;
  counter-increment: number;
}
.has-step li:last-of-type {
  border-left: none;
}
.has-step li::before {
  position: absolute;
  content: "STEP";
  top: -1em;
  left: -30px;
  width: 60px;
  font-family: var(--zenmaru);
  color: rgb(var(--pink));
  text-align: center;
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: 0.1rem;
  padding: 0.8em 0 0.2em;
  background: rgb(var(--pale_pink));
  z-index: 2;
}
.has-step li::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 54px;
  left: -28px;
  top: 0;
  border-radius: 30px;
  background: rgb(var(--pale_pink));
  border: 3px solid rgb(var(--pink));
  box-shadow: 0px 0px 0px 5px rgba(var(--pale_pink), 1);
  z-index: 1;
}
.has-step .sub-ttl {
  position: relative;
}
.has-step .sub-ttl::before {
  position: absolute;
  content: "";
  width: 60px;
  top: 0;
  left: -70px;
  content: counter(number, decimal-leading-zero);
  font-family: var(--num);
  color: rgb(var(--pink));
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  z-index: 3;
}

.has-thumb {
  padding-top: 1em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  position: relative;
  z-index: 2;
}
.has-thumb li {
  background: rgb(var(--wht));
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
}
.has-thumb .text-box {
  padding: 1.5em;
}

.use-list {
  gap: 1em;
  margin-bottom: 3em;
}
.use-list li {
  background: rgb(var(--pink));
  padding: 1.5em;
  border-radius: 15px;
}

.square-list li,
.circle-list li {
  padding-left: 1.3em;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
.square-list li::before,
.circle-list li::before {
  position: absolute;
  left: 0;
}
.square-list li::before {
  content: "■";
  color: rgb(var(--pink));
}
.circle-list li::before {
  content: "●";
}

.order .flx_box {
  gap: 1em;
}
.order-list {
  display: flex;
  align-items: center;
  gap: 1em;
}
.order-thumb {
  width: 40%;
  text-align: center;
}
.order-thumb.peace img {
  width: 100%;
  max-width: 130px;
}
.order-list p {
  width: 60%;
  margin-bottom: 0;
}
.order-list p .price {
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: 1em;
}
.order-list p .line-through {
  text-decoration: line-through;
}

.link-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3em;
}
.link-list a {
  color: rgb(var(--base));
}

/* ------------------------------------------------------------ */
/* swiper */
/* ------------------------------------------------------------ */
.voice-slider {
  overflow: visible;
  margin-bottom: 4em;
}
.voice-slider .swiper-button-next,
.voice-slider .swiper-button-prev {
  height: 30px;
  width: 30px;
  color: rgb(var(--wht));
  background: rgb(var(--grey));
  border-radius: 30px;
}
.voice-slider .swiper-button-next,
.voice-slider .swiper-rtl .swiper-button-prev {
  right: 0;
}
.voice-slider .swiper-button-prev,
.voice-slider .swiper-rtl .swiper-button-next {
  left: 0;
}
.voice-slider .swiper-button-next:after,
.voice-slider .swiper-button-prev:after {
  font-size: 16px;
}
.voice-slider .swiper-wrapper {
  overflow: visible;
}
.voice-slider .swiper-slide {
  padding: 1.5em;
  background: rgb(var(--wht));
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/* ------------------------------------------------------------ */
/* form  */
/* ------------------------------------------------------------ */
.form_box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.form_box .hissu {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  font-size: 0.8em;
  line-height: 1;
  color: #fff;
  background: rgb(var(--green));
}
.form_box dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1em 0;
}
.form_box dt {
  width: 100%;
  font-weight: bold;
  padding: 5px 0;
}
.form_box dd {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form_box span {
  display: inline-block;
  margin: 0 5px;
}
.form_box .sup {
  padding: 5px;
  font-size: 0.8em;
  color: rgb(var(--green));
  letter-spacing: 0;
}
.form_box .sup.note {
  color: rgb(var(--pink));
}
.form_box input[type="tel"],
.form_box input[type="text"],
.form_box input[type="email"],
.form_box input[type="date"],
.form_box select,
.form_box textarea {
  border: 1px solid #bfbfbf;
  vertical-align: middle;
  background: rgb(var(--wht));
  border-radius: 7px;
}
.form_box input[type="text"].sizeS,
.form_box input[type="date"].sizeS {
  width: 40%;
  max-width: 150px;
}
.form_box label.select {
  display: table-cell;
  width: 100%;
  position: relative;
}
.form_box label.select::before {
  content: "▼";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  font-size: 0.7em;
}
.form_box label.select select {
  padding-right: 2em;
}
.form_box label.check,
.form_box label.radio {
  display: inline-block;
  margin-right: 1em;
}
.form_box .item-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
}
.submit-item {
  text-align: center;
  padding: 2em 0;
}
.submit-item input[type="button"],
.submit-item input[type="reset"],
.submit-item input[type="back"],
.submit-item input[type="submit"] {
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.075em;
  min-width: 100px;
  color: rgb(var(--wht));
  background: rgb(var(--green));
  border: 2px solid rgb(var(--green));
  margin: 0 auto 0.5em;
  padding: 12px 1em;
  -webkit-transition: var(--transition-all);
  transition: var(--transition-all);
  border-radius: 7px;
}
.submit-item input[type="button"]:hover,
.submit-item input[type="reset"]:hover,
.submit-item input[type="back"]:hover,
.submit-item input[type="submit"]:hover {
  background: rgb(var(--wht));
  color: rgb(var(--green));
}
/* ------------------------------------------------------------ */
/* section  */
/* ------------------------------------------------------------ */
.intro {
  padding-bottom: 5em;
}
.intro-img {
  margin-bottom: 1em;
}
.intro-img img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

.com-col {
  padding: 1em 0;
  gap: 2em;
}
.com-col-img {
  width: 80%;
  margin: 0 auto 1em;
}

.takemi {
  padding-bottom: 0;
}
.summary {
  padding: 3em 0 2em;
}
.summary-box {
  padding: 1.5em;
  background: rgb(var(--wht));
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}
.summary-img {
  width: 55%;
  margin: 0 auto;
}

.voice-inner {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.voice-thumb {
  width: 40%;
  margin: 0 auto;
}
.voice-text p {
  font-size: 1.4rem;
}
.voice-text .place {
  text-align: right;
  padding-top: 1em;
  font-weight: 500;
}

.thumb-none .voice-inner {
  display: block;
}
.thumb-none .voice-text {
  width: 100%;
}

.detail {
  gap: 2em;
}

.dif-small {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.dif-small dt {
  width: 5em;
  text-align: right;
  font-weight: bold;
}
.dif-small dd {
  width: calc(100% - 6em);
}

.has-border {
  border: 3px solid rgb(var(--pink));
  border-radius: 20px;
  padding: 1.5em;
  margin-top: 1em;
}

/* faq */
.ac_wrap {
  margin-bottom: 4em;
}
.ac_box {
  margin-bottom: 1em;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.ac_ttl,
.ac_cnt {
  position: relative;
}
.ac_ttl {
  padding: 0.8em 2.5em 0.8em 4em;
  color: rgb(var(--wht));
  background: rgb(var(--pink));
  font-size: 1.8rem;
  font-weight: normal;
}
.ac_cnt {
  padding: 1em 1em 1em 4em;
}
.ac_ttl::before,
.ac_cnt::before {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0.4em, 20%);
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: var(--zenmaru);
  font-weight: 900;
  font-size: 4rem;
  line-height: 1em;
}
.ac_ttl::before {
  content: "Q";
  color: rgb(var(--wht));
}
.ac_cnt::before {
  content: "A";
  color: rgb(var(--pink));
}
.ac_ttl::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid rgb(var(--wht));
  border-right: 3px solid rgb(var(--wht));
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 10px);
  right: 1.2em;
  transform: rotate(135deg);
  transition: var(--transition-all);
}
.ac_ttl.is-open::after {
  transform: rotate(315deg);
  top: calc(50% - 3px);
}

/* ------------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------------ */
.main-footer {
  width: 100%;
  padding: 2em;
}
.ft-logo {
  width: 175px;
  margin: 0 auto 1em;
}
@media screen and (min-width: 480px) {
  /* スマートフォン横 */
  .sp,
  .sp-only {
    display: block;
  }
  .base {
    padding: 3em 0;
  }
  /* ------------------------------------------------------------ */
  /* flx_box */
  /* ------------------------------------------------------------ */
  /* 2カラム */
  .flx_2cols,
  .flx_3cols,
  .flx_4cols {
    gap: 2em 2%;
  }
  .flx_2cols .flx_item {
    width: 48%;
  }

  /* 3カラム */
  .flx_3cols .flx_item {
    width: 31%;
  }
  /* 4カラム */
  .flx_4cols .flx_item {
    width: 24%;
  }
  /* ------------------------------------------------------------ */
  /* form  */
  /* ------------------------------------------------------------ */
  .form_box dt {
    width: 25%;
    padding-right: 1em;
  }
  .form_box dd {
    width: 75%;
  }
  /* ------------------------------------------------------------ */
  /* section */
  /* ------------------------------------------------------------ */
}
@media screen and (min-width: 768px) {
  /* タブレット縦 / スマートフォン横 */
  .pc-tab {
    display: block;
  }
  .sp-only {
    display: none;
  }
  /* ------------------------------------------------------------ */
  /* common content */
  /* ------------------------------------------------------------ */
  .inner {
    padding: 0 2em;
  }
  .base {
    padding: 4em 0;
  }
  /* ------------------------------------------------------------ */
  /* swiper */
  /* ------------------------------------------------------------ */
  .voice-slider .swiper-button-next,
  .voice-slider .swiper-button-prev {
    height: 50px;
    width: 50px;
  }
  .voice-slider .swiper-button-next:after,
  .voice-slider .swiper-button-prev:after {
    font-size: 30px;
    font-weight: bold;
  }
  /* ------------------------------------------------------------ */
  /* animation */
  /* ------------------------------------------------------------ */
  .anm-mmz02 {
    transform: translate(-35%, -30%);
  }

  /* ------------------------------------------------------------ */
  /* ttl */
  /* ------------------------------------------------------------ */
  .main-ttl {
    margin-bottom: 3rem;
  }
  .sub-ttl {
    margin-bottom: 2rem;
  }
  .mid-ttl {
    margin-bottom: 0.5em;
  }
  /* ------------------------------------------------------------ */
  /* section */
  /* ------------------------------------------------------------ */

  .intro .flx_box {
    flex-direction: row;
  }
  .intro-img {
    margin-bottom: 0;
    width: 30%;
  }
  .intro-img img {
    aspect-ratio: 1 / 1.5;
  }
  .intro p {
    width: 65%;
  }

  .com-col-img {
    width: 95%;
  }

  .has-thumb li {
    flex-direction: row;
  }
  .thum-box {
    position: relative;
  }
  .has-thumb .text-box {
    width: 70%;
  }
  .has-thumb .thum-box {
    width: 30%;
  }
  .thum-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .summary-box {
    flex-direction: row;
    align-items: center;
    gap: 1em;
  }
  .voice-text {
    width: calc(75% - 1em);
  }

  .voice-inner {
    flex-direction: row;
  }
  .voice-thumb {
    width: 20%;

    /* ------------------------------------------------------------ */
    /* footer */
    /* ------------------------------------------------------------ */
  }
}
@media screen and (min-width: 1025px) {
  /* デスクトップ/タブレット横 */
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  /* ------------------------------------------------------------ */
  /* header */
  /* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ */
  /* common content */
  /* ------------------------------------------------------------ */
  .pc-center {
    text-align: center;
  }

  .inner {
    max-width: 1200px;
  }
  .inner.narrow {
    max-width: 800px;
  }
  .inner.middle {
    max-width: 1000px;
  }
  .inner.wide {
    max-width: 1500px;
  }
  .base {
    padding: 5em 0;
  }

  .text-large {
    font-size: 2rem;
  }
  /* ------------------------------------------------------------ */
  /* section */
  /* ------------------------------------------------------------ */
  .intro {
    padding: 5em 0 10em;
  }
  .intro-img {
    width: 25%;
  }
  .intro-img img {
    aspect-ratio: 1 / 1.2;
  }
  .intro p {
    width: 70%;
  }

  .compost .inner.wide {
    transform: translateY(-4em);
    position: relative;
    z-index: 2;
  }
  .com-col-img {
    width: 85%;
  }

  .begin {
    padding: 10em 0 5em;
  }

  .has-step li {
    padding: 0.8em 0 2.5em 80px;
    margin-left: 50px;
  }
  .has-step li::before {
    left: -50px;
    width: 100px;
    padding: 0.6em 0 0.2em;
    font-size: 2.3rem;
  }
  .has-step .sub-ttl::before {
    width: 100px;
    left: -130px;
    top: 0.3em;
    font-size: 5.7rem;
  }
  .has-step li::after {
    width: 94px;
    height: 94px;
    left: -48px;
    border-radius: 50px;
    border: 4px solid rgb(var(--pink));
    box-shadow: 0px 0px 0px 10px rgba(var(--pale_pink), 1);
  }

  .has-thumb {
    padding-top: 3em;
  }
  .has-thumb .text-box {
    padding: 2em;
  }

  .summary-box {
    padding: 2em;
  }
  .summary-box p {
    width: 70%;
  }
  .summary-img {
    width: 25%;
  }

  .voice-text p {
    font-size: 1.6rem;
  }
  .voice-slider {
    overflow: hidden;
    margin-bottom: 7em;
  }
  .voice-slider .swiper-slide {
    padding: 2em;
  }

  .use-list {
    padding-top: 1.5em;
  }
  .use-list li {
    padding: 2em;
  }

  .voice {
    padding: 5em 0 8em;
  }

  .form_box dt {
    padding-right: 2em;
    text-align: right;
  }
  .goods-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em 5%;
    width: 100%;
  }
  .goods-box p {
    width: 70%;
  }
  .goods-box label.select {
    width: 25%;
  }

  .main-footer {
    display: flex;
    justify-content: flex-start;
  }
  .ft-logo {
    margin: 0 3em 0 0;
  }
  .link-list {
    flex-direction: row;
    gap: 2em;
  }
}
