@charset "UTF-8";
:root {
  --font-family-base: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-montserrat: "Montserrat", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-noto-sans-jp: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

:root {
  --font-weight-base: 400;
}

:root {
  --color-base: #222;
  --color-placeholder: #959595;
}

:root {
  --z-index-level-top: 2147483647;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* 言語が英語（ラテン系言語）の場合、cap-heightベースにする */
:root:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

/* もし lh が未対応のブラウザであれば fallback */
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
:root {
  --width-pc-design: 1920;
  --width-pc-design-content: 1200;
  --width-pc-design-content-percent: calc(var(--width-pc-design-content) / (--width-pc-design-content * 1.05) * 100%);
  --width-pc-design-content-vw: calc(var(--width-pc-design-content) / (--width-pc-design-content * 1.05) * 100vw);
  --width-pc-design-content-rem: calc((var(--width-pc-design-content) / 10) * 1rem);
  --width-sp-design: 414;
  --width-sp-design-content: 340;
  --width-sp-design-content-percent: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100%);
  --width-sp-design-content-vw: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100vw);
  --width-sp-design-content-rem: calc((var(--width-sp-design-content) / 10) * 1rem);
}

:root {
  --border-radius-infinity: calc(1px / 0);
}

:root {
  --opacity-base: .6;
}

:root {
  --transition-base: .4s;
  --transition-sub: .6s;
}

.c-section-fv__title-en:first-letter {
  color: #018839;
}

.p-guide-intro {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-guide-intro {
    container-type: inline-size;
    margin-top: 2rem;
  }
}
.p-guide-intro .c-wrap {
  max-width: 144rem;
}
@media screen and (max-width: 767px) {
  .p-guide-intro .c-wrap {
    width: calc(380 / var(--width-sp-design) * 100vw);
  }
}
.p-guide-intro__block {
  margin-top: 9.5rem;
  padding: 8rem 12rem;
  border-radius: 4rem;
  background: #F6F4ED;
}
@media screen and (max-width: 767px) {
  .p-guide-intro__block {
    margin: 8rem calc(50% - 50cqi) 0;
    padding: 5rem calc(37 / var(--width-sp-design) * 100vw);
  }
}
.p-guide-intro__block-title {
  font-size: 3rem;
  line-height: 1.8666666667;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-indent: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-guide-intro__block-title {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
.p-guide-intro__block-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
  margin-top: 7.4rem;
}
@media screen and (max-width: 767px) {
  .p-guide-intro__block-list {
    grid-template-columns: 1fr;
    margin-top: 6rem;
  }
}
.p-guide-intro__block-list-item {
  position: relative;
  padding-block: 13.8rem 3.7rem;
  border-radius: 1rem;
  background: #fff;
}
.p-guide-intro__block-list-icon {
  position: absolute;
  top: -2rem;
  left: 50%;
  z-index: 1;
  translate: -50% 0;
  width: 12rem;
}
.p-guide-intro__block-list-text {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-indent: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-guide-intro__block-list-text {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.p-guide-flow {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-guide-flow {
    margin-top: 8rem;
  }
}
.p-guide-flow .c-wrap {
  max-width: 103.2rem;
}
@media screen and (max-width: 767px) {
  .p-guide-flow .c-wrap {
    width: calc(380 / var(--width-sp-design) * 100vw);
  }
}
.p-guide-flow__title {
  text-align: center;
}
.p-guide-flow__title-en {
  font-size: 6.4rem;
  line-height: 1.21875;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: var(--font-family-montserrat);
  text-indent: 0.05em;
  color: #A7A7A7;
}
@media screen and (max-width: 767px) {
  .p-guide-flow__title-en {
    font-size: 5.6rem;
    line-height: 1.2142857143;
  }
}
.p-guide-flow__title-jp {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-indent: 0.12em;
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-guide-flow__title-jp {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    margin-top: 0;
  }
}
.p-guide-flow__text {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-guide-flow__text {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 4rem;
  }
}
.p-guide-flow__list {
  counter-reset: number 0;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-guide-flow__list {
    margin-top: 4rem;
  }
}
.p-guide-flow__list-item {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 17rem 1fr;
  column-gap: 8rem;
  padding: 4.2rem 8rem;
  border-radius: 4rem;
  background: #F6F4ED;
}
@media screen and (max-width: 767px) {
  .p-guide-flow__list-item {
    align-items: center;
    grid-template-columns: 11rem 1fr;
    column-gap: 2.5rem;
    padding: 3.7rem calc(20 / var(--width-sp-design) * 100vw) 4rem;
    border-radius: 2rem;
  }
}
.p-guide-flow__list-item:nth-child(n+2) {
  position: relative;
  margin-top: 4rem;
}
.p-guide-flow__list-item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: -2.7rem;
  left: 50%;
  translate: -50% 0;
  width: 3.4rem;
  height: 1.4rem;
  background: #B9B198;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-guide-flow__list-item:nth-child(n+2)::before {
    top: -2.4rem;
  }
}
.p-guide-flow__list-icon {
  grid-row: span 3;
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  .p-guide-flow__list-icon {
    grid-row: 1;
  }
}
.p-guide-flow__list-title {
  grid-row: 1;
  grid-column: 2;
}
@media screen and (min-width: 768px) {
  .p-guide-flow__list-title {
    margin-top: 0.7rem;
  }
}
.p-guide-flow__list-title-en {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: var(--font-family-montserrat);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-guide-flow__list-title-en {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}
.p-guide-flow__list-title-en::after {
  content: "." counter(number);
  counter-increment: number 1;
  display: inline-block;
}
.p-guide-flow__list-title-jp {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-guide-flow__list-title-jp {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-guide-flow__list-box {
  grid-row: 2;
  grid-column: 2;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-guide-flow__list-box {
    grid-column: span 2;
  }
}
.p-guide-flow__list-box-text {
  font-size: 1.6rem;
  line-height: 2.125;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-guide-flow__list-box-text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-guide-flow__list-box-dl {
  margin-top: 3rem;
  padding-block: 3rem;
  border-block: 1px solid #A8A8A8;
}
.p-guide-flow__list-box-dl-item:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-guide-flow__list-box-dl-item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}
.p-guide-flow__list-box-dl-theme, .p-guide-flow__list-box-dl-des {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.c-section-usage-guide {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .c-section-usage-guide {
    margin-top: 8rem;
  }
}

.c-section-faq {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .c-section-faq {
    margin-top: 8rem;
  }
}

.c-section-cta-01 {
  margin-top: 12rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .c-section-cta-01 {
    margin-top: 6rem;
    padding-bottom: 10rem;
  }
}

/*# sourceMappingURL=guide.css.map */
