@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

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

em {
  font-style: normal;
}

/*****************************************
ベースのスタイル
******************************************/
html {
  font-size: 1px;
  scroll-behavior: smooth;
}

@media (max-width: 375px) {
  html {
    font-size: 0.2666666667vw;
  }
}
@media screen and (min-width: 1024.1px) {
  html {
    font-size: 0.0694444444vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 1px;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4B4133;
  font-size: 16rem;
}
body.is-active {
  overflow: hidden;
}

.wrapper {
  overflow-x: hidden;
  position: relative;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  color: inherit;
}

@media screen and (min-width: 1024.1px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 767.9px) {
  .is-pc {
    display: none;
  }
}

/*****************************************
ヘッダー
******************************************/
.header {
  width: 100%;
  padding-inline: 20rem;
  padding-block: 4rem;
  background-color: #EC6C00;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024.1px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 16rem;
    padding-bottom: 19rem;
    padding-left: 15rem;
    padding-right: 21rem;
    border-radius: 0 0 58rem 0;
    z-index: 100;
  }
}

.header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
}
@media screen and (min-width: 1024.1px) {
  .header__title {
    gap: 14rem;
  }
}

.header__title-main {
  width: 136rem;
  aspect-ratio: 136/32;
}
@media screen and (min-width: 1024.1px) {
  .header__title-main {
    width: 186rem;
  }
}
.header__title-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__title-sub {
  padding-inline: 4rem;
  font-size: 11rem;
  color: #FFF;
  letter-spacing: 0;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.2;
  gap: 2rem;
}
@media screen and (min-width: 1024.1px) {
  .header__title-sub {
    padding-inline: 5rem;
    gap: 3rem;
    font-size: 15rem;
  }
}
.header__title-sub .is-accent {
  color: #EC6C00;
  background-color: #FFF;
  padding-inline: 2rem;
  margin-right: 1rem;
  font-size: 11rem;
  clip-path: inset(1rem 0 0 0);
}
@media screen and (min-width: 1024.1px) {
  .header__title-sub .is-accent {
    padding-inline: 3rem;
    margin-right: 2rem;
    font-size: 15rem;
  }
}
.header__title-sub .is-normal {
  font-weight: 500;
  font-size: 10rem;
}
@media screen and (min-width: 1024.1px) {
  .header__title-sub .is-normal {
    font-size: 14rem;
  }
}
.header__title-sub .is-small {
  font-size: 9rem;
}
@media screen and (min-width: 1024.1px) {
  .header__title-sub .is-small {
    font-size: 12rem;
  }
}

/*****************************************
共通インナースタイル
******************************************/
.inner {
  padding-inline: 20rem;
}
@media screen and (min-width: 1024.1px) {
  .inner {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 40rem;
  }
}

/*****************************************
お試しセクションのインナースタイル
******************************************/
.trial .inner {
  padding-inline: 14rem;
}

/*****************************************
フッター
******************************************/
.footer {
  padding-top: 20rem;
  padding-bottom: 95rem;
  background-color: #FFFABF;
}
@media screen and (min-width: 1024.1px) {
  .footer {
    padding-top: 13rem;
    padding-bottom: 15rem;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 335px;
  margin-inline: auto;
}
@media screen and (min-width: 1024.1px) {
  .footer__top {
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1120rem;
    margin-inline: auto;
  }
}

.footer__logo {
  width: 200rem;
  height: auto;
}
@media screen and (min-width: 1024.1px) {
  .footer__logo {
    width: 258rem;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}

.footer__nav-list {
  display: grid;
  gap: 20rem;
  font-size: 14rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1024.1px) {
  .footer__nav-list {
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
    -webkit-column-gap: 60rem;
       -moz-column-gap: 60rem;
            column-gap: 60rem;
  }
}

.footer__bottom {
  margin-top: 24rem;
  display: grid;
  gap: 40rem;
  max-width: 335px;
  margin-inline: auto;
}
@media screen and (min-width: 1024.1px) {
  .footer__bottom {
    max-width: initial;
    margin-top: 47rem;
    width: 1120rem;
    margin-inline: auto;
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer__link--privacy {
  font-size: 14rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.footer__copyright {
  text-align: center;
  font-size: 14rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.lower-main {
  padding-top: 80rem;
  padding-bottom: 80rem;
  line-height: 1.5;
  max-width: 1000px;
  margin-inline: auto;
}
.lower-main h2 {
  font-size: 24rem;
  font-weight: 700;
  margin-bottom: 40rem;
  text-align: center;
}
@media screen and (min-width: 1024.1px) {
  .lower-main h2 {
    font-size: 32rem;
    margin-bottom: 56rem;
  }
}

/*****************************************
CTAボタン共通
******************************************/
.cta-btn {
  padding-block: 16rem 18rem;
  padding-inline: 16rem;
  width: 281rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  border-radius: 84.636rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#07B53B), color-stop(51.44%, #2BC95B), to(#07B53B));
  background: linear-gradient(180deg, #07B53B 0%, #2BC95B 51.44%, #07B53B 100%);
  -webkit-box-shadow: 0 2.608px 2.608px 0 rgba(0, 0, 0, 0.12), -1.304px -1.304px 2.608px 0 rgba(0, 0, 0, 0.11) inset, 1.304px 1.304px 1.304px 0 rgba(255, 255, 255, 0.31) inset;
          box-shadow: 0 2.608px 2.608px 0 rgba(0, 0, 0, 0.12), -1.304px -1.304px 2.608px 0 rgba(0, 0, 0, 0.11) inset, 1.304px 1.304px 1.304px 0 rgba(255, 255, 255, 0.31) inset;
  z-index: 100;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024.1px) {
  .cta-btn {
    padding-block: 14rem 15rem;
    padding-inline: 68rem;
    border-radius: 140rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

/*CTAボタンのアニメーション*/
.cta-btn::before {
  position: absolute;
  content: "";
  display: block;
  top: -60rem;
  left: -60rem;
  width: 50rem;
  height: 50rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  -webkit-animation-name: shine;
          animation-name: shine;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes shine {
  0% {
    scale: 0;
    rotate: 50deg;
    opacity: 0;
  }
  40% {
    scale: 1;
    opacity: 1;
  }
  80% {
    scale: 250;
    opacity: 0;
  }
  100% {
    scale: 250;
    opacity: 0;
  }
}

@keyframes shine {
  0% {
    scale: 0;
    rotate: 50deg;
    opacity: 0;
  }
  40% {
    scale: 1;
    opacity: 1;
  }
  80% {
    scale: 250;
    opacity: 0;
  }
  100% {
    scale: 250;
    opacity: 0;
  }
}
.cta-btn__micro-copy {
  color: #FFFABF;
  font-size: 12rem;
  font-weight: 700;
  position: relative;
  padding-inline: 9rem;
}
@media screen and (min-width: 1024.1px) {
  .cta-btn__micro-copy {
    font-size: 15rem;
  }
}
.cta-btn__micro-copy::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 11rem;
  background-color: #FFFABF;
  translate: 0 -50%;
  rotate: -20deg;
}
.cta-btn__micro-copy::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 11rem;
  background-color: #FFFABF;
  translate: 0 -50%;
  rotate: 20deg;
}

.cta-btn__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-weight: 700;
}
@media screen and (min-width: 1024.1px) {
  .cta-btn__main {
    font-size: 22rem;
  }
}
.cta-btn__main .is-small {
  font-size: 12rem;
  margin-bottom: -2rem;
}
@media screen and (min-width: 1024.1px) {
  .cta-btn__main .is-small {
    font-size: 16rem;
  }
}
.cta-btn__main img {
  width: 23rem;
  height: auto;
  margin-right: 2.5px;
}
@media screen and (min-width: 1024.1px) {
  .cta-btn__main img {
    width: 24rem;
    margin-right: 4rem;
  }
}

/*****************************************
追従CTAボタン（PCはヘッド部固定）
******************************************/
.cta-btn--top {
  position: fixed;
  bottom: 24rem;
  left: 50%;
  translate: -50%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 1024.1px) {
  .cta-btn--top {
    position: absolute;
    top: 16rem;
    right: 56rem;
    left: auto;
    translate: 0;
    padding-inline: 18rem;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

.cta-btn--top.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

@media screen and (min-width: 1024.1px) {
  .cta-btn--top .cta-btn__main {
    font-size: 15rem;
  }
  .cta-btn--top .cta-btn__main .is-small {
    font-size: 12rem;
    margin-bottom: -2rem;
  }
}

/*****************************************
FVキャンペーン部のCTAボタン
******************************************/
@media screen and (min-width: 1024.1px) {
  .cta-btn--fv {
    width: 408rem;
  }
}

/*****************************************
ファーストビュー
******************************************/
.fv {
  position: relative;
  background-color: #F7F5EF;
}
@media screen and (min-width: 1024.1px) {
  .fv {
    padding-top: 34rem;
    padding-bottom: 20rem;
    aspect-ratio: 1440/740;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.fv__bg {
  width: 105.0666666667%;
  height: auto;
  margin-top: -63px;
  position: relative;
  aspect-ratio: 394/295;
  position: relative;
  overflow: hidden;
  max-height: 700px;
}
@media screen and (min-width: 1024.1px) {
  .fv__bg {
    margin-top: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    max-height: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.fv__bg::after {
  position: absolute;
  content: "";
  bottom: 6.7796610169%;
  left: 50%;
  translate: -50% 100%;
  width: 505.0666666667%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFFAE4;
  content: "";
  z-index: 0;
}
@media screen and (min-width: 1024.1px) {
  .fv__bg::after {
    display: none;
  }
}

.fv__bg-img img {
  width: 100%;
  height: auto;
}

.fv__main {
  background-color: #FFFAE4;
  position: relative;
}
@media screen and (min-width: 1024.1px) {
  .fv__main {
    width: 645rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin-inline: auto;
    outline: 1px solid #EC6C00;
    outline-offset: -8rem;
    padding-top: 76rem;
  }
}

.fv__main-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-head {
    gap: 34rem;
  }
}

.fv__main-title-sub {
  font-size: 20rem;
  font-weight: 900;
  padding-block: 5rem 6rem;
  padding-inline: 8rem;
  background-image: radial-gradient(circle, #EC6C00 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 3px;
  line-height: 134.7826086957%;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-title-sub {
    font-size: 26rem;
    margin-right: 14rem;
    margin-top: 4rem;
  }
}
.fv__main-title-sub .large {
  font-size: 24rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-title-sub .large {
    font-size: 34rem;
  }
}
.fv__main-title-sub .is-accent {
  position: relative;
}
.fv__main-title-sub .is-accent::after {
  position: absolute;
  content: "";
  top: -12rem;
  right: -5rem;
  width: 20rem;
  height: 20rem;
  background: url("../img/icon_busy.svg") no-repeat center/contain;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-title-sub .is-accent::after {
    width: 24rem;
    height: 24rem;
    top: -18rem;
    right: -10rem;
  }
}

.fv__main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-title {
    gap: 13rem;
  }
}

.fv__main-title--top {
  font-weight: 700;
  font-size: 24rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-title--top {
    font-size: 40rem;
  }
}
.fv__main-title--top .is-large {
  background: linear-gradient(3deg, #4B4133 2.68%, #A5A5A5 113.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36rem;
  font-weight: 700;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-title--top .is-large {
    font-size: 60rem;
  }
}

.fv__main-title--bottom {
  color: #EC6C00;
  font-weight: 700;
  font-size: 28rem;
  margin-top: -1rem;
  margin-left: -3rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-title--bottom {
    font-size: 46rem;
    margin-left: 4rem;
  }
}
.fv__main-title--bottom .is-large {
  font-size: 46rem;
  font-weight: 700;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-title--bottom .is-large {
    font-size: 74rem;
  }
}
.fv__main-title--bottom .is-middle {
  font-size: 42rem;
  font-weight: 700;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-title--bottom .is-middle {
    font-size: 70rem;
  }
}
.fv__main-title--bottom .is-narrow {
  letter-spacing: -0.36em;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-title--bottom .is-narrow {
    letter-spacing: -0.24em;
  }
}
.fv__main-title--bottom .is-symbol {
  font-size: 44rem;
  margin-left: 5rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-title--bottom .is-symbol {
    font-size: 73rem;
  }
}

.fv__main-features {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7rem;
  padding-bottom: 16rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-features {
    margin-top: 16rem;
    gap: 10rem;
  }
}

.fv__main-feature {
  display: grid;
  place-items: center;
  text-align: center;
  width: 89rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--Linear, linear-gradient(149deg, #FFDFA8 14.95%, #FFC561 85.7%));
  -webkit-box-shadow: 0 2.804px 2.804px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2.804px 2.804px 0 rgba(0, 0, 0, 0.1);
  font-size: 14rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-feature {
    width: 126rem;
    font-size: 20rem;
  }
}
.fv__main-feature .is-accent {
  color: #EC6C00;
}
.fv__main-feature .is-area {
  font-size: 16rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-feature .is-area {
    font-size: 24rem;
  }
}
.fv__main-feature .is-num {
  font-size: 18rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-feature .is-num {
    font-size: 26rem;
  }
}

.fv__main-feature.is-text-small {
  font-size: 12rem;
  line-height: 1.1;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-feature.is-text-small {
    font-size: 18rem;
  }
}
.fv__main-feature.is-text-small .is-accent {
  font-size: 16rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__main-feature.is-text-small .is-accent {
    font-size: 22rem;
  }
}

.fv__campaign {
  padding-bottom: 40rem;
  background-color: #FFFAE4;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign {
    margin-top: -168rem;
    position: relative;
    z-index: 10;
    background-color: transparent;
    padding-bottom: 0;
  }
}

.fv__campaign-head {
  background-color: #EC6C00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-inline: 4rem;
  padding-bottom: 16rem;
  gap: 9rem;
  max-width: 480px;
  margin-inline: auto;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-head {
    max-width: none;
    width: 655rem;
    border-radius: 16rem 16rem 0 0;
    position: relative;
    padding-top: 11rem;
    padding-bottom: 16rem;
    padding-left: 52rem;
    gap: 20rem;
  }
}

.fv__campaign-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fv__campaign-now {
  margin-top: 10rem;
  margin-left: 11rem;
  color: #FFF;
  position: relative;
  font-size: 13rem;
  font-weight: 700;
  line-height: 1.2;
  padding-inline: 14rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-now {
    position: absolute;
    top: -40rem;
    left: -40rem;
    margin-top: 0;
    width: 130rem;
    height: auto;
    aspect-ratio: 1/1;
    display: grid;
    place-items: center;
    padding-inline: 0;
    background: url(../img/accent_star_blue.webp) no-repeat center/contain;
    font-size: 30rem;
    rotate: 0;
  }
  .fv__campaign-now span {
    rotate: -5.72deg;
  }
}
.fv__campaign-now::before {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  rotate: -38deg;
  left: 0;
  width: 1px;
  height: 18rem;
  background-color: #FFF;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-now::before {
    display: none;
  }
}
.fv__campaign-now::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  rotate: 35deg;
  right: 0;
  width: 1px;
  height: 18rem;
  background-color: #FFF;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-now::after {
    display: none;
  }
}

.fv__campaign-microcopy {
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
  padding: 2.4rem;
  border-radius: 76.618px;
  background: #FFFABF;
  color: #EC6C00;
  font-size: 15rem;
  font-weight: 700;
  line-height: 120%; /* 18rem */
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-microcopy {
    margin-top: 2.5rem;
    padding: 3rem;
    border-radius: 96rem;
    font-size: 18rem;
  }
}

.fv__campaign-trial {
  font-size: 23rem;
  font-weight: 700;
  color: #FFF;
  margin-top: -2rem;
  margin-left: 2rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-trial {
    font-size: 36rem;
  }
}
.fv__campaign-trial .is-num {
  font-size: 36rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-trial .is-num {
    font-size: 52rem;
  }
}

.fv__campaign-right-head {
  font-weight: 700;
  line-height: 1.2;
  font-size: 12rem;
  padding-right: 15rem;
  position: relative;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-right-head {
    font-size: 16rem;
    padding-right: 20rem;
  }
}
.fv__campaign-right-head .is-num {
  font-size: 20rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-right-head .is-num {
    font-size: 24rem;
  }
}
.fv__campaign-right-head .is-narrow {
  letter-spacing: -0.08em;
}

.fv__campaign-right-head::after {
  position: absolute;
  content: "";
  top: 54%;
  right: 0;
  translate: 0 -50%;
  width: 16rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/icon_arrow_down.svg") no-repeat center center/contain;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-right-head::after {
    width: 20rem;
    background-image: url("../img/icon_arrow_left.svg");
  }
}

.fv__campaign-right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 700;
}

.fv__campaign-discount {
  padding-left: 5px;
  border-radius: 3.192rem;
  background: #FFF;
  color: #EC6C00;
  padding-block: 4rem;
  padding-left: 5rem;
  font-size: 13rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: -2rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-discount {
    padding-left: 6rem;
    border-radius: 4rem;
    font-size: 18rem;
  }
}
.fv__campaign-discount .is-num {
  font-size: 18rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-discount .is-num {
    font-size: 24rem;
  }
}

.fv__campaign-price {
  margin-left: 5.5rem;
  font-size: 48rem;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  margin-bottom: -6rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-price {
    margin-left: 7rem;
    font-size: 60rem;
  }
}

.fv__campaign-currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  color: #FFF;
  margin-left: 2rem;
  font-size: 20rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-currency {
    font-size: 27rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fv__campaign-currency .is-tax {
  font-size: 8rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-currency .is-tax {
    font-size: 10rem;
    margin-bottom: 2rem;
  }
}

.fv__campaign-bottom {
  padding-inline: 16rem;
  padding-block: 16rem 15rem;
  width: 100%;
  background-color: #FFF;
  display: grid;
  place-items: center;
  border-inline: 3px solid #EC6C00;
  border-bottom: 3px solid #EC6C00;
  max-width: 480px;
  margin-inline: auto;
}
@media screen and (min-width: 1024.1px) {
  .fv__campaign-bottom {
    max-width: none;
    width: 655rem;
    border-radius: 0 0 16rem 16rem;
    padding-block: 12rem 12rem;
    padding-left: 30rem;
  }
}

/*****************************************
こんなお悩みありませんか？セクション
******************************************/
.worries {
  padding-top: 40rem;
  padding-bottom: 20rem;
  background-color: #F7F5EF;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1024.1px) {
  .worries {
    padding-top: 60rem;
    padding-bottom: 14rem;
  }
}

.worries::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  translate: 0 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 375/20;
  background-color: #F7F5EF;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (min-width: 1024.1px) {
  .worries::after {
    aspect-ratio: 1440/77;
  }
}

.worries__title {
  font-size: 24rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024.1px) {
  .worries__title {
    font-size: 40rem;
    letter-spacing: 0.03em;
  }
}
.worries__title .is-accent {
  color: #EC6C00;
  position: relative;
}
.worries__title .is-accent::after {
  position: absolute;
  content: "";
  bottom: -6rem;
  right: 0;
  width: 88rem;
  height: auto;
  aspect-ratio: 88/13;
  background: url("../img/title_accent.svg") no-repeat center center/contain;
}
@media screen and (min-width: 1024.1px) {
  .worries__title .is-accent::after {
    width: 145rem;
    bottom: -8rem;
  }
}

.worries__img {
  margin-top: 40rem;
  display: block;
  width: 100%;
  height: auto;
  max-width: 480px;
  margin-inline: auto;
}
@media screen and (min-width: 1024.1px) {
  .worries__img {
    margin-top: 31rem;
    max-width: 100%;
    width: 1061rem;
  }
}
.worries__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.worries__accent {
  display: inline-block;
  width: 8rem;
  height: auto;
  margin-top: 14rem;
}
@media screen and (min-width: 1024.1px) {
  .worries__accent {
    margin-top: 16rem;
    width: 16rem;
  }
}

.worries__message {
  margin-top: 8rem;
  font-size: 16rem;
  line-height: 1.47;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024.1px) {
  .worries__message {
    margin-top: 16rem;
    font-size: 32rem;
    letter-spacing: 0.03em;
  }
}
.worries__message .is-name {
  font-weight: 700;
  font-size: 20rem;
  background-color: #FFFABF;
}
@media screen and (min-width: 1024.1px) {
  .worries__message .is-name {
    font-size: 40rem;
    margin-right: 8rem;
  }
}
.worries__message .is-accent {
  font-size: 20rem;
  color: #EC6C00;
}
@media screen and (min-width: 1024.1px) {
  .worries__message .is-accent {
    font-size: 40rem;
  }
}
.worries__message .is-narrow {
  letter-spacing: -0.42em;
}
@media screen and (min-width: 1024.1px) {
  .worries__message .is-narrow {
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 1024.1px) {
  .worries__message .is-large {
    font-size: 38rem;
  }
}

/*****************************************
例えば～のセクション
******************************************/
.example {
  padding-top: 58rem;
  background-color: #FFFAE4;
}
@media screen and (min-width: 1024.1px) {
  .example {
    padding-top: 137rem;
  }
}

.example__title {
  color: #EC6C00;
  font-size: 14rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  padding-block: 5rem 5rem;
  padding-inline: 12rem;
  background-color: #FFF;
  border-radius: 47.564rem;
  border: 1px solid #EC6C00;
  position: relative;
}
@media screen and (min-width: 1024.1px) {
  .example__title {
    letter-spacing: 0;
    font-size: 20rem;
    padding-block: 10rem 10rem;
    padding-inline: 24rem;
  }
}

.example__title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  width: 1px;
  height: 12rem;
  background-color: #EC6C00;
}
@media screen and (min-width: 1024.1px) {
  .example__title::after {
    height: 24rem;
  }
}

.example__items {
  margin-top: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15rem;
  padding-inline: 3rem;
}
@media screen and (min-width: 1024.1px) {
  .example__items {
    margin-top: 27rem;
    gap: 30rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.example__item {
  width: calc(33.3333333333% - 10rem);
  overflow: hidden;
  border-radius: 3.964rem;
  background-color: #F5F3E9;
}
@media screen and (min-width: 1024.1px) {
  .example__item {
    width: 200rem;
    border-radius: 8rem;
  }
}

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

.example__item-title {
  text-align: center;
  display: grid;
  place-items: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: 100%;
  height: 29rem;
  font-size: 12rem;
}
@media screen and (min-width: 1024.1px) {
  .example__item-title {
    height: 50rem;
    font-size: 18rem;
  }
}
.example__item-title.is-narrow {
  letter-spacing: -0.01em;
}

/*****************************************
オレンジプードルなら～のセクション
******************************************/
.solution {
  padding-top: 28rem;
  padding-bottom: 112rem;
  background-color: #FFFAE4;
}
@media screen and (min-width: 1024.1px) {
  .solution {
    padding-top: 68rem;
    padding-bottom: 94rem;
  }
}

.solution__title {
  color: #EC6C00;
  font-weight: 700;
  font-size: 14rem;
  letter-spacing: 0.03em;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  position: relative;
  padding-right: 16rem;
}
@media screen and (min-width: 1024.1px) {
  .solution__title {
    font-size: 34rem;
  }
}
.solution__title .is-name {
  font-size: 18rem;
  display: inline-block;
}
@media screen and (min-width: 1024.1px) {
  .solution__title .is-name {
    font-size: 40rem;
    margin-right: -10rem;
  }
}

.solution__title::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 22rem;
  left: -2rem;
  top: 50%;
  translate: 0 -50%;
  background-color: #EC6C00;
  rotate: -21deg;
}
@media screen and (min-width: 1024.1px) {
  .solution__title::before {
    width: 3px;
    height: 62rem;
    rotate: -30deg;
  }
}

.solution__title::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 22rem;
  right: 8rem;
  top: 50%;
  translate: 0 -50%;
  background-color: #EC6C00;
  rotate: 21deg;
}
@media screen and (min-width: 1024.1px) {
  .solution__title::after {
    width: 3px;
    height: 62rem;
    right: -2rem;
    rotate: 30deg;
  }
}

.solution__list {
  margin-top: 12rem;
  width: 100%;
  padding-left: 23rem;
  background: url("../img/solution_bg.webp") no-repeat center center/cover;
  border-radius: 17rem;
  padding-top: 15rem;
  padding-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18rem;
  position: relative;
  max-width: 375px;
  margin-inline: auto;
}
@media screen and (min-width: calc(767.9px + 0.1px)) and (max-width: 1024px) {
  .solution__list {
    max-width: 600px;
    padding-bottom: 40rem;
  }
}
@media screen and (min-width: 1024.1px) {
  .solution__list {
    margin-top: 25rem;
    padding-left: 60rem;
    padding-right: 16rem;
    max-width: initial;
    width: 803rem;
    border-radius: 40rem;
    padding-top: 60rem;
    padding-bottom: 82rem;
    gap: 40rem;
  }
}

.solution__list::before {
  position: absolute;
  content: "";
  bottom: -106rem;
  left: 49%;
  translate: -50%;
  width: 360rem;
  height: auto;
  aspect-ratio: 375/153;
  background: url("../img/solution_accent_sp.webp") no-repeat center center/contain;
}
@media screen and (min-width: 1024.1px) {
  .solution__list::before {
    width: 281rem;
    aspect-ratio: 281/354;
    bottom: -62rem;
    left: -247rem;
    translate: 0;
    background-image: url("../img/solution_accent1.webp");
  }
}

@media screen and (min-width: 1024.1px) {
  .solution__list::after {
    position: absolute;
    content: "";
    background: url("../img/solution_accent2.webp") no-repeat center center/contain;
    width: 281rem;
    aspect-ratio: 281/354;
    bottom: -78rem;
    right: -256rem;
    translate: 0;
  }
}

.solution__list-item {
  padding-left: 30rem;
  font-size: 18rem;
  line-height: 1.34;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (min-width: 1024.1px) {
  .solution__list-item {
    padding-left: 42rem;
    font-size: 28rem;
    line-height: 1.4;
  }
}
.solution__list-item .is-accent {
  color: #EC6C00;
  background-color: #FFF;
  line-height: 1.2;
  clip-path: inset(2rem 0 0 0);
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1024.1px) {
  .solution__list-item .is-accent {
    line-height: 1.4;
    clip-path: inset(4rem 0 0 0);
  }
}
.solution__list-item .is-small {
  font-size: 12rem;
}
@media screen and (min-width: 1024.1px) {
  .solution__list-item .is-small {
    font-size: 21rem;
  }
}
.solution__list-item .is-remark {
  font-size: 10rem;
  translate: 0 -6rem;
  display: inline-block;
}
@media screen and (min-width: 1024.1px) {
  .solution__list-item .is-remark {
    translate: 0 4rem;
    font-size: 14rem;
  }
}
@media screen and (min-width: calc(767.9px + 0.1px)) and (max-width: 1024px) {
  .solution__list-item br.is-sp {
    display: none;
  }
}

.solution__list-item::before {
  position: absolute;
  content: "";
  top: 2rem;
  left: 0;
  width: 24rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/icon_good.svg") no-repeat center center/contain;
}
@media screen and (min-width: 1024.1px) {
  .solution__list-item::before {
    width: 32rem;
    top: 6rem;
    left: -2rem;
  }
}

/*****************************************
大歓迎～セクション
******************************************/
.welcome {
  background-color: #FFFAE4;
  padding-top: 20rem;
  padding-bottom: 20rem;
  position: relative;
}
@media screen and (min-width: 1024.1px) {
  .welcome {
    padding-bottom: 18rem;
  }
}

.welcome__title {
  padding-block: 4rem 6rem;
  padding-inline: 4rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  background-color: #FFF;
  font-size: 24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #EC6C00;
  border-top: 1px solid #EC6C00;
  border-bottom: 1px solid #EC6C00;
}
@media screen and (min-width: 1024.1px) {
  .welcome__title {
    padding-block: 6rem 8rem;
    padding-inline: 10rem;
    font-size: 40rem;
  }
}

.welcome__case {
  margin-top: 19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1024.1px) {
  .welcome__case {
    margin-top: 60rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 149rem;
  }
}

.welcome__case-item {
  width: 316rem;
}
@media screen and (min-width: 1024.1px) {
  .welcome__case-item {
    width: 390rem;
  }
}

.welcome__case-img {
  width: 100%;
  height: auto;
}

.welcome__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  translate: 0 100%;
}

/*****************************************
オレンジプードルの強みセクション
******************************************/
.strength {
  padding-top: 65rem;
  padding-bottom: 40rem;
}
@media screen and (min-width: 1024.1px) {
  .strength {
    padding-top: 178rem;
    padding-bottom: 61rem;
  }
}

.strength__title {
  text-align: center;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024.1px) {
  .strength__title {
    font-size: 40rem;
    padding-bottom: 10rem;
    background-image: radial-gradient(circle, #EC6C00 2.5px, transparent 2.5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 14px 5px;
  }
}
.strength__title .is-accent {
  display: inline-block;
  margin-top: 8rem;
  color: #EC6C00;
  background-image: radial-gradient(circle, #EC6C00 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 9px 4px;
  padding-bottom: 8rem;
  font-size: 24rem;
}
@media screen and (min-width: 1024.1px) {
  .strength__title .is-accent {
    background: none;
    font-size: 40rem;
  }
}

.strength__items {
  margin-top: 33rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39rem;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 1024.1px) {
  .strength__items {
    margin-top: 60px;
    max-width: 1440px;
    margin-inline: auto;
    gap: 60rem;
  }
}

.strength__item {
  padding-inline: 20rem 20rem;
  padding-block: 26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1024.1px) {
  .strength__item {
    padding-block: 30rem;
    gap: 64rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.strength__item:nth-child(odd) {
  margin-right: 15rem;
  position: relative;
}
@media screen and (min-width: 1024.1px) {
  .strength__item:nth-child(odd) {
    padding-left: 160rem;
    padding-right: 60rem;
    margin-right: 116rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.strength__item:nth-child(odd)::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #F7F5EF;
  z-index: -1;
  border-radius: 20rem;
}

.strength__item:nth-child(even) {
  margin-left: 15rem;
  position: relative;
}
@media screen and (min-width: 1024.1px) {
  .strength__item:nth-child(even) {
    padding-left: 60rem;
    padding-right: 160rem;
    margin-left: 116rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.strength__item:nth-child(even)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #F7F5EF;
  z-index: -1;
  border-radius: 20rem;
}

@media screen and (min-width: 1024.1px) {
  .strength__item-main {
    width: 540rem;
  }
}

.strength__item-title .is-count {
  font-size: 50rem;
  font-style: italic;
  color: #F3E4D4;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1024.1px) {
  .strength__item-title .is-count {
    font-size: 72rem;
    letter-spacing: -0.1em;
  }
}
.strength__item-title h3 {
  margin-top: 2rem;
  font-size: 24rem;
  line-height: 1.2;
  font-weight: 700;
  color: #EC6C00;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024.1px) {
  .strength__item-title h3 {
    margin-top: 10rem;
    font-size: 38rem;
  }
}

.strength__item-text {
  margin-top: 16rem;
  font-weight: 500;
  font-size: 14rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024.1px) {
  .strength__item-text {
    margin-top: 26rem;
    font-size: 16rem;
    line-height: 1.8;
  }
}
.strength__item-text .is-accent {
  color: #EC6C00;
  font-weight: 700;
}

.strength__item-link {
  display: block;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-left: auto;
  margin-top: 14rem;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  padding-right: 15rem;
  border-bottom: 1px solid #4B4133;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1024.1px) {
  .strength__item-link {
    margin-top: 26rem;
    font-size: 16rem;
    padding-right: 24rem;
  }
}

.strength__item-link::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 15rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/icon_triangle.svg") no-repeat center center/contain;
}
@media screen and (min-width: 1024.1px) {
  .strength__item-link::after {
    width: 24rem;
  }
}

.strength__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/200;
  border-radius: 6.7rem;
  overflow: hidden;
}
@media screen and (min-width: 1024.1px) {
  .strength__item-img {
    width: 500rem;
    aspect-ratio: 500/300;
  }
}
.strength__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*****************************************
サービス一覧セクション
******************************************/
.service {
  border-radius: 20rem;
  background: #FFFAE4;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  padding-inline: 24rem;
  padding-block: 19rem 20rem;
}
@media screen and (min-width: 1024.1px) {
  .service {
    padding-inline: 51rem;
    padding-block: 40rem 59rem;
    width: 1120rem;
    margin-inline: auto;
  }
}

.service__title {
  font-size: 20rem;
  font-weight: 500;
  line-height: 1.8;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  position: relative;
  padding-inline: 34rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024.1px) {
  .service__title {
    font-size: 24rem;
  }
}

.service__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 24rem;
  height: auto;
  aspect-ratio: 24/5;
  background: url("../img/accent_title_circle.svg") no-repeat center center/contain;
}

.service__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 24rem;
  height: auto;
  aspect-ratio: 24/5;
  background: url("../img/accent_title_circle.svg") no-repeat center center/contain;
}

.service__lists {
  margin-top: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40rem;
}
@media screen and (min-width: 1024.1px) {
  .service__lists {
    margin-top: 28rem;
  }
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
@media screen and (min-width: 1024.1px) {
  .service__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40rem;
  }
}

.service__list-head {
  width: 100%;
  text-align: center;
  border-radius: 96rem;
  padding-block: 0rem 3rem;
  padding-inline: 24rem;
  background: #EC6C00;
  color: #FFF;
  line-height: 1.5;
  font-weight: 700;
  max-width: 280rem;
}
@media screen and (min-width: 1024.1px) {
  .service__list-head {
    padding-block: 10rem;
    padding-inline: 10rem;
    width: 118rem;
    font-size: 20rem;
    letter-spacing: 0.03em;
  }
}

.service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024.1px) {
  .service__items {
    gap: 40rem;
  }
}

.service__item {
  width: 80rem;
  text-align: center;
}
@media screen and (min-width: 1024.1px) {
  .service__item {
    width: 110rem;
  }
}

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

.service__item-head {
  font-size: 13rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4rem;
  display: inline-block;
}
@media screen and (min-width: 1024.1px) {
  .service__item-head {
    font-size: 16rem;
    letter-spacing: 0.03em;
  }
}
.service__item-head.is-nowrap {
  white-space: nowrap;
  position: relative;
  left: 50%;
  translate: -50%;
}

/*****************************************
料金プランセクション
******************************************/
.price {
  background-color: #FFFAE4;
  padding-top: 37rem;
  padding-bottom: 40rem;
  margin-top: 40rem;
}
@media screen and (min-width: 1024.1px) {
  .price {
    margin-top: 92rem;
    padding-top: 90rem;
    padding-bottom: 91rem;
  }
}

.price__title {
  font-size: 24rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 10rem;
  background-image: radial-gradient(circle, #EC6C00 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 4px;
}
@media screen and (min-width: 1024.1px) {
  .price__title {
    font-size: 40rem;
    padding-bottom: 20rem;
    background-image: radial-gradient(circle, #EC6C00 2.5px, transparent 2.5px);
    background-size: 13px 5px;
  }
}

.price__top-text {
  margin-top: 32rem;
  text-align: center;
  font-size: 13rem;
  color: #EC6C00;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 1024.1px) {
  .price__top-text {
    margin-top: 60rem;
    font-size: 18rem;
  }
}

.price__table {
  margin-top: 16rem;
  display: grid;
  gap: 6rem;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (min-width: 1024.1px) {
  .price__table {
    margin-top: 58rem;
    grid-template-columns: 181rem 302fr 300fr 302fr;
    width: 1120rem;
    margin-inline: auto;
    gap: 11rem;
    max-width: initial;
  }
}

.price__table-headings {
  display: grid;
  grid-template-columns: 92fr 114fr 129fr;
  background-color: #F3E4D4;
  border-radius: 10rem 10rem 0 0;
  height: 40rem;
}
@media screen and (min-width: 1024.1px) {
  .price__table-headings {
    grid-template-columns: 1fr;
    grid-template-rows: 72fr 110fr 140fr;
    height: auto;
    border-radius: 8rem 8rem 0 0;
  }
}

.price__table-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #4B4133;
}
@media screen and (min-width: 1024.1px) {
  .price__table-heading {
    font-size: 20rem;
    line-height: 1.2;
  }
}

.price__table-heading:not(:last-child) {
  border-right: 1px solid #E9CFAC;
}
@media screen and (min-width: 1024.1px) {
  .price__table-heading:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #E9CFAC;
  }
}

.price__table-body {
  display: grid;
  grid-template-columns: 92fr 114fr 129fr;
  background-color: #FFF;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body {
    grid-template-columns: 1fr;
    grid-template-rows: 72fr 110fr 140fr;
  }
}

.price__table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price__table-item--head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 15rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024.1px) {
  .price__table-item--head {
    border-radius: 8px 8px 0 0;
  }
}

.price__table-item--price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
}

.price__table-item--detail {
  padding-inline: 8rem;
}
@media screen and (min-width: 1024.1px) {
  .price__table-item--detail {
    padding-inline: 25rem 2rem;
    padding-top: 28rem;
    padding-bottom: 32rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 1024.1px) {
  .price__table-item--detail:nth-child(n+3) {
    border-top: 1px solid #E9CFAC;
  }
}

.price__table-item--detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11rem;
}
@media screen and (min-width: 1024.1px) {
  .price__table-item--detail ul {
    gap: 10rem;
  }
}

.price__table-item--detail ul li {
  font-size: 12rem;
  line-height: 1.05;
  letter-spacing: 0.03em;
  font-weight: 500;
  padding-left: 14rem;
  position: relative;
}
@media screen and (min-width: 1024.1px) {
  .price__table-item--detail ul li {
    font-size: 16rem;
    line-height: 1.25;
    padding-left: 22rem;
  }
}

.price__table-item--detail ul li::before {
  content: "";
  position: absolute;
  width: 12rem;
  height: 14rem;
  top: 0;
  left: 0;
  background: url("../img/icon_check.svg") no-repeat center center/contain;
}
@media screen and (min-width: 1024.1px) {
  .price__table-item--detail ul li::before {
    width: 20rem;
    height: 20rem;
  }
}

.price__table-body--trial {
  height: 110rem;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--trial {
    height: auto;
  }
}

.price__table-body--trial .price__table-item--head {
  background-color: #FFC561;
  gap: 10rem;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--trial .price__table-item--head {
    gap: 0;
    font-size: 20rem;
  }
}
.price__table-body--trial .price__table-item--head .is-remark {
  font-size: 11rem;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--trial .price__table-item--head .is-remark {
    font-size: 16rem;
  }
}

.price__table-body--trial .price__table-item--price .is-discount {
  padding-block: 6rem;
  padding-inline: 6rem;
  font-size: 10rem;
  line-height: 1.1;
  color: #FFF;
  background-color: #EC6C00;
  border-radius: 62rem;
  letter-spacing: 0.04em;
  display: inline-block;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--trial .price__table-item--price .is-discount {
    padding-block: 4rem;
    padding-inline: 12rem;
    width: 226rem;
    border-radius: 96rem;
    font-size: 15rem;
  }
}
.price__table-body--trial .price__table-item--price .is-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--trial .price__table-item--price .is-prices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.price__table-body--trial .price__table-item--price .is-before-price {
  margin-top: 6rem;
  font-size: 10rem;
  padding-right: 11rem;
  position: relative;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--trial .price__table-item--price .is-before-price {
    margin-top: 0;
    font-size: 16rem;
    padding-right: 28rem;
  }
}
.price__table-body--trial .price__table-item--price .is-before-price::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 11rem;
  height: 13rem;
  background: url("../img/icon_arrow_down.svg") no-repeat center center/contain;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--trial .price__table-item--price .is-before-price::after {
    width: 24rem;
    height: 14rem;
    background-image: url("../img/icon_arrow_right.svg");
    top: auto;
    bottom: 3rem;
    translate: 0 0;
  }
}
.price__table-body--trial .price__table-item--price .is-before-price .is-num {
  font-size: 16rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--trial .price__table-item--price .is-before-price .is-num {
    font-size: 24rem;
  }
}
.price__table-body--trial .price__table-item--price .is-after-price {
  line-height: 1;
  font-size: 13rem;
  color: #EC6C00;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--trial .price__table-item--price .is-after-price {
    line-height: 1.1;
    font-size: 20rem;
    padding-left: 4rem;
  }
}
.price__table-body--trial .price__table-item--price .is-after-price .is-num {
  font-size: 28rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--trial .price__table-item--price .is-after-price .is-num {
    font-size: 40rem;
  }
}

.price__table-body--subscription {
  height: 130rem;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--subscription {
    height: auto;
  }
}

.price__table-body--subscription .price__table-item--head {
  background-color: #EC6C00;
  color: #FFF;
  position: relative;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--subscription .price__table-item--head {
    font-size: 23rem;
  }
}
.price__table-body--subscription .price__table-item--head .is-recommend {
  position: absolute;
  top: -8rem;
  left: -12rem;
  color: #EC6C00;
  font-size: 9.5rem;
  line-height: 1.2;
  letter-spacing: -0.07em;
  width: 50rem;
  height: 50rem;
  background: url("../img/accent_star.webp") no-repeat center center/contain;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--subscription .price__table-item--head .is-recommend {
    top: -38rem;
    left: -28rem;
    font-size: 15rem;
    width: 80rem;
    height: 80rem;
  }
}

.price__table-body--subscription .price__table-item--price {
  font-size: 14rem;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--subscription .price__table-item--price {
    font-size: 20rem;
    line-height: 1.1;
  }
}
.price__table-body--subscription .price__table-item--price .is-num {
  font-size: 28rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--subscription .price__table-item--price .is-num {
    font-size: 40rem;
  }
}
.price__table-body--subscription .price__table-item--price .is-remark {
  font-size: 12rem;
  line-height: 1.4;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--subscription .price__table-item--price .is-remark {
    font-size: 13rem;
  }
}

.price__table-body--spot {
  height: 130rem;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--spot {
    height: auto;
  }
}

.price__table-body--spot .price__table-item--head {
  background-color: #FFFABF;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--spot .price__table-item--head {
    font-size: 20rem;
  }
}

.price__table-body--spot .price__table-item--price {
  font-size: 14rem;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--spot .price__table-item--price {
    font-size: 20rem;
    line-height: 1.1;
  }
}
.price__table-body--spot .price__table-item--price .is-num {
  font-size: 28rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--spot .price__table-item--price .is-num {
    font-size: 40rem;
  }
}
.price__table-body--spot .price__table-item--price .is-remark {
  font-size: 12rem;
  line-height: 1.4;
}
@media screen and (min-width: 1024.1px) {
  .price__table-body--spot .price__table-item--price .is-remark {
    font-size: 13rem;
  }
}

.price__remarks {
  margin-top: 16rem;
  font-size: 13rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 1024.1px) {
  .price__remarks {
    margin-top: 22rem;
    width: 1120rem;
    margin-inline: auto;
    padding-left: 188rem;
    font-size: 16rem;
  }
}

/*****************************************
ご利用ステップセクション
******************************************/
.steps {
  padding-top: 40rem;
  padding-bottom: 39rem;
}
@media screen and (min-width: 1024.1px) {
  .steps {
    padding-top: 88rem;
    padding-bottom: 90rem;
  }
}

.steps__title {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: center;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 8rem;
  background-image: radial-gradient(circle, #EC6C00 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 4px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024.1px) {
  .steps__title {
    font-size: 40rem;
    line-height: 1;
    padding-bottom: 21rem;
    letter-spacing: 0.04em;
    background-image: radial-gradient(circle, #EC6C00 2.5px, transparent 2.5px);
    background-size: 14px 5px;
  }
}

.steps__title .is-accent {
  color: #EC6C00;
  font-size: 24rem;
}
@media screen and (min-width: 1024.1px) {
  .steps__title .is-accent {
    font-size: 40rem;
  }
}
.steps__title .is-accent .is-num {
  font-size: 32rem;
}
@media screen and (min-width: 1024.1px) {
  .steps__title .is-accent .is-num {
    font-size: 55rem;
  }
}

.steps__list {
  margin-top: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 39rem;
}
@media screen and (min-width: 1024.1px) {
  .steps__list {
    margin-top: 60rem;
  }
}

.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-block: 16rem;
  padding-inline: 16rem 15rem;
  background-color: #F7F5EF;
  border-radius: 10rem;
  position: relative;
  gap: 19rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  max-width: 335px;
}
@media screen and (min-width: 1024.1px) {
  .steps__item {
    max-width: 938px;
    padding-block: 30rem 31rem;
    padding-inline: 30rem;
    border-radius: 20rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 30rem;
  }
}

.steps__item:not(:last-child)::after {
  position: absolute;
  content: "";
  bottom: -13rem;
  left: 50%;
  translate: -50% 100%;
  width: 65rem;
  height: 24rem;
  background-color: #E9CFAC;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}

@media screen and (min-width: 1024.1px) {
  .steps__item-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.steps__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  gap: 9rem;
}
@media screen and (min-width: 1024.1px) {
  .steps__item-title {
    font-size: 28rem;
    gap: 18rem;
  }
}

.steps__item-title .is-count {
  width: 60rem;
  height: 26rem;
  background-color: #EC6C00;
  color: #FFF;
  font-size: 13rem;
  display: grid;
  place-items: center;
  border-radius: 2rem;
  font-family: "Roboto", sans-serif;
  margin-top: 0rem;
  padding-top: 4rem;
  position: relative;
}
@media screen and (min-width: 1024.1px) {
  .steps__item-title .is-count {
    width: 104rem;
    height: 32rem;
    font-size: 20rem;
  }
}
.steps__item-title .is-count .text {
  position: relative;
  z-index: 1;
}

.steps__item-title .is-count::after {
  position: absolute;
  content: "";
  top: 53%;
  right: -5rem;
  translate: 0 -50%;
  width: 11rem;
  height: 14rem;
  background-color: #EC6C00;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 1024.1px) {
  .steps__item-title .is-count::after {
    right: -7rem;
  }
}

.steps__item-text {
  margin-top: 20rem;
  font-size: 14rem;
  line-height: 1.58;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024.1px) {
  .steps__item-text {
    margin-top: 21rem;
    font-size: 16rem;
  }
}

.cta-btn--step {
  margin-top: 20rem;
  width: 303rem;
  font-size: 15rem;
  height: 49rem;
}
@media screen and (min-width: 1024.1px) {
  .cta-btn--step {
    padding-inline: 10rem;
    width: 224rem;
    font-size: 15rem;
  }
}

@media screen and (min-width: 1024.1px) {
  .cta-btn--step .cta-btn__main {
    font-size: 15rem;
  }
  .cta-btn--step .cta-btn__main .is-small {
    font-size: 12rem;
  }
}

.steps__item-img {
  width: 120rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1024.1px) {
  .steps__item-img {
    width: 160px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.steps__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*****************************************
お試しCTA部分のセクション
******************************************/
.trial {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-color: #EC6C00;
}
@media screen and (min-width: 1024.1px) {
  .trial {
    padding-top: 39rem;
    padding-bottom: 40rem;
  }
}

/*下部（フッター前）用スタイル*/
.trial--bottom {
  position: relative;
  padding-top: 41rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 1024.1px) {
  .trial--bottom {
    padding-top: 39rem;
    padding-bottom: 46rem;
  }
}
.trial--bottom::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 68rem;
  bottom: -1rem;
  left: 0;
  background-color: #FFFABF;
}
@media screen and (min-width: 1024.1px) {
  .trial--bottom::after {
    height: 120rem;
  }
}

.trial__top-text {
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #FFF;
}
@media screen and (min-width: 1024.1px) {
  .trial__top-text {
    font-size: 20rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
}

.trial--bottom .trial__top-text {
  line-height: 1.38;
}
@media screen and (min-width: 1024.1px) {
  .trial--bottom .trial__top-text {
    padding-bottom: 8rem;
  }
}

.trial__title {
  width: 315rem;
  margin-inline: auto;
  margin-top: 26rem;
  position: relative;
  z-index: 10;
  translate: -2rem;
}
@media screen and (min-width: 1024.1px) {
  .trial__title {
    margin-top: 23rem;
    translate: -8rem;
    width: 472rem;
  }
}

.trial__title-img {
  width: 100%;
  height: auto;
}
.trial__title-img img {
  width: 100%;
  height: auto;
}

.trial__contents {
  width: 347rem;
  margin-inline: auto;
  background-color: #FFF;
  border-radius: 10rem;
  margin-top: -36rem;
  padding-top: 39rem;
  padding-bottom: 19rem;
  padding-inline: 12rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024.1px) {
  .trial__contents {
    width: 1120rem;
    border-radius: 20rem;
    margin-top: -52rem;
    padding-top: 73rem;
    padding-bottom: 36rem;
  }
}

.trial__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (min-width: 1024.1px) {
  .trial__main {
    gap: 30rem;
  }
}

.trial__main-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trial__microcopy {
  width: 120rem;
  text-align: center;
  padding: 2rem;
  background-color: #FFFABF;
  border-radius: 68.85rem;
  font-size: 13rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #EC6C00;
  font-weight: 700;
}
@media screen and (min-width: 1024.1px) {
  .trial__microcopy {
    width: 197rem;
    padding: 4rem;
    border-radius: 114rem;
    font-size: 20rem;
  }
}

.trial__main-trial {
  font-weight: 700;
  font-size: 20rem;
}
@media screen and (min-width: 1024.1px) {
  .trial__main-trial {
    font-size: 34rem;
  }
}
.trial__main-trial .is-num {
  font-size: 30rem;
}
@media screen and (min-width: 1024.1px) {
  .trial__main-trial .is-num {
    font-size: 50rem;
  }
}

.trial__main-right-head {
  font-size: 12rem;
  font-weight: 700;
  line-height: 1.2;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  position: relative;
  padding-right: 14rem;
}
@media screen and (min-width: 1024.1px) {
  .trial__main-right-head {
    font-size: 20rem;
    padding-right: 24rem;
  }
}
.trial__main-right-head .is-num {
  font-size: 18rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1024.1px) {
  .trial__main-right-head .is-num {
    font-size: 28rem;
  }
}
.trial__main-right-head .is-narrow {
  letter-spacing: -0.08em;
}

.trial__main-right-head::after {
  position: absolute;
  content: "";
  width: 14rem;
  aspect-ratio: 1/1;
  height: auto;
  right: 0;
  top: 60%;
  translate: 0 -50%;
  background: url("../img/icon_arrow_down.svg") no-repeat center center/contain;
}
@media screen and (min-width: 1024.1px) {
  .trial__main-right-head::after {
    width: 24rem;
  }
}

.trial__main-right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: -4rem;
}
@media screen and (min-width: 1024.1px) {
  .trial__main-right-bottom {
    gap: 4rem;
  }
}

.trial__main-right-discount {
  display: grid;
  place-items: center;
  width: 42rem;
  height: auto;
  aspect-ratio: 1/1;
  font-size: 12rem;
  background-color: #EC6C00;
  color: #FFF;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  padding-left: 4rem;
}
@media screen and (min-width: 1024.1px) {
  .trial__main-right-discount {
    width: 70rem;
    font-size: 20rem;
    padding-left: 6rem;
  }
}
.trial__main-right-discount .is-num {
  font-size: 18rem;
}
@media screen and (min-width: 1024.1px) {
  .trial__main-right-discount .is-num {
    font-size: 28rem;
  }
}
.trial__main-right-discount .is-narrow {
  letter-spacing: -0.02em;
}

.trial__main-right-price {
  font-size: 48rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #EC6C00;
}
@media screen and (min-width: 1024.1px) {
  .trial__main-right-price {
    font-size: 85rem;
  }
}

.trial__main-right-currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20rem;
  color: #EC6C00;
  font-weight: 700;
}
@media screen and (min-width: 1024.1px) {
  .trial__main-right-currency {
    font-size: 38rem;
  }
}
.trial__main-right-currency .is-tax {
  font-size: 8rem;
}
@media screen and (min-width: 1024.1px) {
  .trial__main-right-currency .is-tax {
    font-size: 13rem;
  }
}

.trial__example {
  margin-top: 10rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-inline: 12rem;
  border-radius: 6.06rem;
  border: 1px dashed #FFC561;
}
@media screen and (min-width: 1024.1px) {
  .trial__example {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 20rem;
    padding-block: 6rem 8rem;
    padding-inline: 23rem;
    border-radius: 10rem;
  }
}

.trial__example-title {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  color: #EC6C00;
  font-size: 13rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #EC6C00;
}
@media screen and (min-width: 1024.1px) {
  .trial__example-title {
    font-size: 16rem;
  }
}

.trial__example-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024.1px) {
  .trial__example-items {
    gap: 8rem;
  }
}

.trial__example-img {
  width: 60rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1024.1px) {
  .trial__example-img {
    width: 90rem;
  }
}

.trial__example-head {
  margin-top: 4rem;
  text-align: center;
  font-size: 9rem;
  font-weight: 500;
  line-height: 1.5;
  color: #EC6C00;
}
@media screen and (min-width: 1024.1px) {
  .trial__example-head {
    margin-top: 4rem;
    font-size: 13rem;
  }
}

.cta-btn--trial {
  width: 323rem;
  margin-inline: auto;
  margin-top: 21rem;
  padding-block: 12rem;
  gap: 8rem;
  translate: -2rem 0;
}
@media screen and (min-width: 1024.1px) {
  .cta-btn--trial {
    width: 602rem;
    margin-top: 40rem;
  }
}

.cta-btn--trial .cta-btn__micro-copy {
  font-size: 15rem;
}
.cta-btn--trial .cta-btn__main {
  font-size: 18rem;
}
@media screen and (min-width: 1024.1px) {
  .cta-btn--trial .cta-btn__main {
    font-size: 24rem;
  }
}
.cta-btn--trial .cta-btn__main .is-small {
  font-size: 15rem;
}
@media screen and (min-width: 1024.1px) {
  .cta-btn--trial .cta-btn__main .is-small {
    font-size: 18rem;
  }
}
@media screen and (min-width: 1024.1px) {
  .cta-btn--trial .cta-btn__main img {
    width: 30rem;
  }
}

/*****************************************
お客様の声セクション
******************************************/
.voice {
  padding-top: 40rem;
  padding-bottom: 39rem;
  background-color: #FFFAE4;
}
@media screen and (min-width: 1024.1px) {
  .voice {
    padding-top: 90rem;
    padding-bottom: 90rem;
  }
}

.voice__title {
  font-size: 24rem;
  font-weight: 700;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  letter-spacing: 0.04em;
  padding-bottom: 10rem;
  background-image: radial-gradient(circle, #EC6C00 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 4px;
}
@media screen and (min-width: 1024.1px) {
  .voice__title {
    font-size: 40rem;
    padding-bottom: 20rem;
    background-image: radial-gradient(circle, #EC6C00 2.5px, transparent 2.5px);
    background-size: 13px 5px;
    padding-inline: 18rem;
  }
}

.voice__cards {
  margin-top: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36rem;
}
@media screen and (min-width: 1024.1px) {
  .voice__cards {
    margin-top: 60rem;
    display: grid;
    grid-template-columns: repeat(3, 350rem);
    gap: 36rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.voce__card {
  background-color: #FFF;
  border-radius: 20rem;
  padding-inline: 16rem;
  padding-block: 16rem;
  max-width: 400rem;
}
@media screen and (min-width: 1024.1px) {
  .voce__card {
    max-width: initial;
    width: 350rem;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: 0;
  }
}

.voice__card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
  padding-block: 10rem 8rem;
  border-bottom: 1px solid #F3E4D4;
}

.voice__card-heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #EC6C00;
}
@media screen and (min-width: 1024.1px) {
  .voice__card-heading {
    font-size: 26rem;
    letter-spacing: 0.03em;
  }
}

.voice__card-img {
  width: 90rem;
  height: auto;
  aspect-ratio: 1/1;
}

.voice__card-bottom {
  padding-top: 17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.voice__card-text {
  font-size: 14rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1024.1px) {
  .voice__card-text {
    font-size: 16rem;
    letter-spacing: 0.03em;
  }
}
.voice__card-text .is-accent {
  color: #EC6C00;
}

.voice__card-attribute {
  margin-top: 20rem;
  text-align: right;
  font-size: 14rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1024.1px) {
  .voice__card-attribute {
    font-size: 16rem;
    margin-top: 14rem;
  }
}

/*****************************************
よくある質問セクション
******************************************/
.faq {
  padding-top: 40rem;
  padding-bottom: 40rem;
}
@media screen and (min-width: 1024.1px) {
  .faq {
    padding-top: 90rem;
    padding-bottom: 90rem;
  }
}

.faq__title {
  font-size: 24rem;
  font-weight: 700;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  letter-spacing: 0.04em;
  padding-bottom: 10rem;
  background-image: radial-gradient(circle, #EC6C00 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 4px;
}
@media screen and (min-width: 1024.1px) {
  .faq__title {
    font-size: 40rem;
    padding-bottom: 20rem;
    background-image: radial-gradient(circle, #EC6C00 2.5px, transparent 2.5px);
    background-size: 13px 5px;
  }
}

.faq__list {
  margin-top: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24rem;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (min-width: 1024.1px) {
  .faq__list {
    width: 1120rem;
    max-width: initial;
    margin-inline: auto;
    margin-top: 60rem;
    gap: 54rem;
  }
}

.faq__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
@media screen and (min-width: 1024.1px) {
  .faq__list-item {
    gap: 18rem;
  }
}

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F7F5EF;
  border-radius: 96rem;
  padding-block: 10rem;
  padding-inline: 16rem;
  gap: 18rem;
}
@media screen and (min-width: 1024.1px) {
  .faq__question {
    padding-block: 15rem;
    padding-inline: 24rem;
    gap: 16rem;
  }
}
.faq__question .is-count {
  font-family: "Roboto", sans-serif;
  font-size: 24rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024.1px) {
  .faq__question .is-count {
    font-size: 36rem;
  }
}
.faq__question .is-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024.1px) {
  .faq__question .is-text {
    font-size: 24rem;
    line-height: 1;
  }
}

.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 29rem;
  padding-right: 10rem;
}
@media screen and (min-width: 1024.1px) {
  .faq__answer {
    padding-left: 46rem;
    padding-right: 38rem;
  }
}
.faq__answer .is-symbol {
  font-size: 24rem;
  line-height: 1.1;
  color: #EC6C00;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024.1px) {
  .faq__answer .is-symbol {
    font-size: 36rem;
  }
}
.faq__answer .is-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: justify;
}
@media screen and (min-width: 1024.1px) {
  .faq__answer .is-text {
    font-size: 20rem;
    text-align: left;
  }
}

/*****************************************
対応エリアセクション
******************************************/
.area {
  padding-top: 39rem;
  padding-bottom: 38rem;
  background-color: #FFFAE4;
}
@media screen and (min-width: 1024.1px) {
  .area {
    padding-top: 90rem;
    padding-bottom: 90rem;
  }
}

.area__title {
  font-size: 24rem;
  font-weight: 700;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  letter-spacing: 0.04em;
  padding-bottom: 10rem;
  background-image: radial-gradient(circle, #EC6C00 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 4px;
}
@media screen and (min-width: 1024.1px) {
  .area__title {
    font-size: 40rem;
    padding-bottom: 20rem;
    background-image: radial-gradient(circle, #EC6C00 2.5px, transparent 2.5px);
    background-size: 13px 5px;
  }
}

.area__map {
  margin-top: 32rem;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  display: block;
  border-radius: 10rem;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (min-width: 1024.1px) {
  .area__map {
    margin-top: 60rem;
    border-radius: 20rem;
  }
}
.area__map img {
  width: 100%;
  height: auto;
}

.area__detail {
  margin-top: 15rem;
  padding-inline: 9rem 10rem;
  padding-block: 8rem 10rem;
  border-radius: 8rem;
  border: 1px solid #EC6C00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1024.1px) {
  .area__detail {
    margin-top: 20rem;
    padding-inline: 16rem;
    padding-block: 16rem;
  }
}

.area__detail-title {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 1024.1px) {
  .area__detail-title {
    font-size: 21rem;
  }
}

.area__detail-text {
  margin-top: 11rem;
  font-size: 14rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (min-width: 1024.1px) {
  .area__detail-text {
    margin-top: 16rem;
    font-size: 18rem;
  }
}