/*--------------------------------------------------------*/
/* _foundation-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _reset*/
/*--------------------------------------------------------*/
/*html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.comTwitter: @rich_clark*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*--------------------------------------------------------*/
/* _global-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _font*/
/*--------------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: normal;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: bold;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  src: url("../fonts/NotoSerifJP.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------*/
/*! _color*/
/*--------------------------------------------------------*/
:root {
  --c_base: #FFFAF2;
  --c_main-l: #B8D3E5;
  --c_main-d: #4D718C;
  --c_white: #FFF;
  --c_gray: #888;
  --c_gray-rgb: 136, 136, 136;
  --c_black: #5A595E;
  --txt_blue: var(--c_main-d);
  --txt_black: var(--c_black);
  --txt_white: var(--c_white);
  --bg_base: var(--c_main-l);
  --bg_body: var(--c_white);
  --bg_header: var(--c_base);
  --bg_menu: var(--c_main-l);
  --bg_footer: var(--c_white);
  --bg_sec: var(--c_base);
  --btn_gradient: linear-gradient(to bottom, #FDF7F0 0%, #FBEFEB 10%, #F4DADF 85%);
  --btn_txt: var(--c_main-d);
  --btn_border: var(--c_base);
  --btn_shadow: var(--shadow);
  --shadow: rgba(var(--c_gray-rgb),0.25);
}

/*--------------------------------------------------------*/
/* _mixin
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _variable*/
/*--------------------------------------------------------*/
:root {
  --hover_transition:0.3s;
  --hover_opacity:0.7;
}

/*--------------------------------------------------------*/
/*! _base*/
/*--------------------------------------------------------*/
:root {
  --fz: min(0.267vw, calc((23.040/16)/16 * 1rem));
  --val: min(0.267vw, 1.44px);
  --header_h: calc(var(--val)*72);
}
@media screen and (min-width: 768px) {
  :root {
    --body_w: 540px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --fz: min(0.256vw, calc((16/16)/16 * 1rem));
    --val: min(0.256vw, 1px);
    --body_w: 390px;
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --fz: min(0.267vw, calc((23.040/16)/16 * 1rem));
    --val: min(0.267vw, 1.44px);
    --body_w: 540px;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
  letter-spacing: 0em;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header_h);
}
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 0;
  }
}

body {
  width: 100%;
  min-height: 100vh;
  background-color: var(--bg_base);
  font-family: "ZenMaruGothic", "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: calc(var(--fz) * 16);
  color: var(--txt_black);
  text-spacing-trim: space-all;
  overflow-y: scroll;
}

ul,
ol {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
@media (any-hover: none) {
  a:active {
    text-decoration: none;
  }
}

span {
  display: inline-block;
  letter-spacing: inherit;
}

picture {
  display: block;
}

img,
video,
iframe {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  font: initial;
  font-style: italic;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
  font: inherit;
}

textarea {
  display: block;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  resize: none;
  field-sizing: content;
}

select {
  font: inherit;
  color: inherit;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
}

/*--------------------------------------------------------*/
/* _component-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _btn*/
/*--------------------------------------------------------*/
.c-btn {
  display: block;
  width: 100%;
  max-width: calc(var(--val) * 315);
  padding: calc(var(--val) * 12) 0;
  margin: 0 auto;
  background: var(--btn_gradient);
  border: calc(var(--val) * 2) solid var(--btn_border);
  border-radius: 100vh;
  box-shadow: calc(var(--val) * 2) calc(var(--val) * 2) calc(var(--val) * 4) 0 var(--btn_shadow);
  font-size: calc(var(--fz) * 20);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: var(--btn_txt);
  text-align: center;
  position: relative;
}
@media (any-hover: hover) {
  .c-btn:hover::before {
    transform: translateY(-50%) rotate(10deg);
  }
}
@media (any-hover: none) {
  .c-btn:active::before {
    transform: translateY(-50%) rotate(10deg);
  }
}
.c-btn .ls {
  letter-spacing: 0.1em;
}
.c-btn::before {
  content: "";
  width: calc(var(--val) * 30);
  aspect-ratio: 1/1;
  background-color: var(--c_base);
  background-image: url(../img/icon-shop.svg);
  background-size: calc(var(--val) * 24) auto;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: calc(var(--val) * 28);
  transform: translateY(-50%);
}

/*--------------------------------------------------------*/
/* _utility-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* _utility
/*--------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .u-dn--pc {
    display: none;
  }
}

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

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

.u-dn--tbsp {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-dn--tbsp {
    display: block;
  }
}

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

.u-ttu {
  text-transform: uppercase;
}

.u-ttc {
  text-transform: capitalize;
}

/*--------------------------------------------------------*/
/* _layout-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _body*/
/*--------------------------------------------------------*/
.l-body {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-body {
    display: grid;
    justify-content: center;
    grid-template-columns: var(--body_w);
  }
}
@media screen and (min-width: 1024px) {
  .l-body {
    grid-template-columns: 1fr var(--body_w) 1fr;
  }
  .l-body::before {
    content: "";
    width: 100%;
    height: 100vh;
    background-image: url(../img/bg-pc.webp);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

/*--------------------------------------------------------*/
/*! _left*/
/*--------------------------------------------------------*/
.l-left {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-left {
    --fz: min(0.052vw, calc((16/16)/16 * 1rem));
    --val: min(0.052vw, 1px);
    display: block;
    max-height: 100vh;
    position: sticky;
    top: 0;
  }
}
.l-left__inner {
  width: min(690px, 100%);
  max-height: 100vh;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  top: min(50%, 540px);
  transform: translateY(-50%);
  overflow: auto;
}
.l-left__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--val) * 35);
  padding: calc(var(--val) * 8) 0;
}
.l-left__logo {
  width: calc(var(--val) * 290);
}
.l-left__img {
  width: calc(var(--val) * 255);
}
.l-left__btn {
  zoom: 1.4;
}

/*--------------------------------------------------------*/
/*! _center*/
/*--------------------------------------------------------*/
.l-center {
  width: 100%;
  padding-top: var(--header_h);
  margin: 0 auto;
  background-color: var(--bg_body);
  box-shadow: 0 0 calc(var(--val) * 5) var(--shadow);
  min-height: 2500px;
}
@media screen and (min-width: 1024px) {
  .l-center {
    padding-top: 0;
  }
}

/*--------------------------------------------------------*/
/*! _header*/
/*--------------------------------------------------------*/
.l-header {
  width: 100%;
  max-width: var(--body_w);
  height: var(--header_h);
  margin: 0 auto;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .l-header {
    position: static;
  }
}
.l-header__inner {
  height: 100%;
  padding: 0 calc(var(--val) * 20);
  margin: 0 auto;
  background-color: var(--bg_header);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-header__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.l-header__logo {
  width: calc(var(--val) * 125);
}
.l-header__logo-link {
  display: inline-block;
  transition: opacity var(--hover_transition);
}
@media (any-hover: hover) {
  .l-header__logo-link:hover {
    opacity: var(--hover_opacity);
  }
}
@media (any-hover: none) {
  .l-header__logo-link:active {
    opacity: var(--hover_opacity);
  }
}

/*--------------------------------------------------------*/
/*! <hamburger>*/
/*--------------------------------------------------------*/
.l-header-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(var(--val) * 40);
  height: calc(var(--val) * 40);
  position: relative;
  z-index: 1;
  transition: transform 0.5s;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .l-header-hamburger {
    display: none;
  }
}
.l-header-hamburger__bar {
  content: "";
  width: 100%;
  height: calc(var(--val) * 1.5);
  background-color: var(--c_main-d);
  border-radius: 100vh;
  transition: transform 0.5s;
}
.l-header-hamburger__bar--top {
  transform: translateY(calc(var(--val) * -9));
}
.l-header-hamburger__bar--bot {
  transform: translateY(calc(var(--val) * 9));
}

.l-header-hamburger[aria-expanded=true] .l-header-hamburger__bar--mid {
  opacity: 0;
}
.l-header-hamburger[aria-expanded=true] .l-header-hamburger__bar--top {
  transform: translateY(100%) rotate(30deg);
}
.l-header-hamburger[aria-expanded=true] .l-header-hamburger__bar--bot {
  transform: translateY(-100%) rotate(-30deg);
}

/*--------------------------------------------------------*/
/*! <menu>*/
/*--------------------------------------------------------*/
.l-header-menu {
  display: none;
  width: 100%;
  max-height: 100vh;
  padding: calc(var(--val) * 40 + var(--header_h)) calc(var(--val) * 30) calc(var(--val) * 50);
  background-color: var(--bg_menu);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .l-header-menu {
    display: none;
  }
}
.l-header-menu__nav {
  position: relative;
  z-index: 0;
}
.l-header-menu__nav::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--c_base);
  border-radius: calc(var(--val) * 20);
  filter: blur(calc(var(--val) * 5));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-header-menu__list {
  display: flex;
  flex-direction: column;
  gap: calc(var(--val) * 25);
  padding: calc(var(--val) * 30);
}
.l-header-menu__li-link {
  display: flex;
  align-items: center;
  padding: calc(var(--val) * 4) 0;
  font-size: calc(var(--fz) * 18);
  font-weight: bold;
  color: var(--txt_blue);
}
.l-header-menu__li-link::before {
  content: "";
  width: calc(var(--val) * 15);
  aspect-ratio: 1/1;
  background-image: url(../img/icon-moon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: calc(var(--val) * 15);
}
.l-header-menu .c-btn {
  margin-top: calc(var(--val) * 40);
}

/*--------------------------------------------------------*/
/*! _main*/
/*--------------------------------------------------------*/
.l-main__inner {
  padding: 0 calc(var(--val) * 30);
}

/*--------------------------------------------------------*/
/*! _footer*/
/*--------------------------------------------------------*/
.l-footer__container {
  padding: calc(var(--val) * 30) 0 calc(var(--val) * 20);
}
.l-footer__logo {
  width: calc(var(--val) * 125);
  margin: 0 auto;
}
.l-footer__list {
  display: flex;
  justify-content: center;
  gap: calc(var(--val) * 20);
  margin-top: calc(var(--val) * 15);
}
.l-footer__li-link {
  display: inline-block;
  font-size: calc(var(--fz) * 14);
  line-height: 1.5;
  transition: opacity var(--hover_transition);
}
@media (any-hover: hover) {
  .l-footer__li-link:hover {
    opacity: var(--hover_opacity);
  }
}
@media (any-hover: none) {
  .l-footer__li-link:active {
    opacity: var(--hover_opacity);
  }
}
.l-footer__copyright {
  padding: calc(var(--val) * 6);
  background-color: var(--c_main-l);
  font-family: "NotoSerifJP", "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
  font-size: calc(var(--fz) * 12);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

/*--------------------------------------------------------*/
/*! _right*/
/*--------------------------------------------------------*/
.l-right {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-right {
    --fz: min(0.052vw, calc((16/16)/16 * 1rem));
    --val: min(0.052vw, 1px);
    order: 1;
    display: block;
    max-height: 100vh;
    position: sticky;
    top: 0;
  }
}
.l-right__inner {
  width: min(690px, 100%);
  max-height: 100vh;
  position: relative;
  top: min(50%, 540px);
  transform: translateY(-50%);
  overflow: auto;
}
.l-right__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-right__qr {
  margin-top: calc(var(--val) * 70);
}
.l-right__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--val) * 160);
  aspect-ratio: 1/1;
  background-color: var(--c_base);
  border-radius: 50%;
  box-shadow: calc(var(--val) * 5) calc(var(--val) * 5) calc(var(--val) * 5) var(--shadow);
}
.l-right__img img {
  width: calc(var(--val) * 80);
  aspect-ratio: 1/1;
}
.l-right__text {
  margin-top: calc(var(--val) * 15);
  font-size: calc(var(--fz) * 20);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.l-right-menu {
  width: calc(var(--val) * 480);
  margin: calc(var(--val) * 20) 0;
  position: relative;
  z-index: 0;
}
.l-right-menu::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--c_base);
  border-radius: calc(var(--val) * 40);
  filter: blur(calc(var(--val) * 10));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-right-menu__list {
  display: flex;
  flex-direction: column;
  gap: calc(var(--val) * 40);
  padding: calc(var(--val) * 70);
}
.l-right-menu__li-link {
  display: flex;
  align-items: center;
  padding: calc(var(--val) * 6) 0;
  font-size: calc(var(--fz) * 24);
  font-weight: bold;
  color: var(--txt_blue);
}
@media (any-hover: hover) {
  .l-right-menu__li-link:hover::before {
    rotate: 15deg;
  }
}
@media (any-hover: none) {
  .l-right-menu__li-link:active::before {
    rotate: 15deg;
  }
}
.l-right-menu__li-link::before {
  content: "";
  width: calc(var(--val) * 20);
  aspect-ratio: 1/1;
  background-image: url(../img/icon-moon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: calc(var(--val) * 20);
}

/*--------------------------------------------------------*/
/* _project-index
/*--------------------------------------------------------*/
/*!--------------------------------------------------------*/
/*! _top*/
/*!--------------------------------------------------------*/
.p-faq__sec-title, .p-howto__sec-title, .p-process__sec-title, .p-point__sec-title, .p-concept__sec-title {
  font-family: "NotoSerifJP", "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
  font-size: calc(var(--fz) * 24);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--txt_blue);
  text-align: center;
}

/*--------------------------------------------------------*/
/*! <fv>*/
/*--------------------------------------------------------*/
.p-fv {
  display: grid;
}
.p-fv__img {
  grid-area: 1/1;
}
.p-fv__container {
  grid-area: 1/1;
  padding: calc(var(--val) * 170) calc(var(--val) * 30) 0;
}
.p-fv__copy {
  font-family: "NotoSerifJP", "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
  font-size: calc(var(--fz) * 24);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/*--------------------------------------------------------*/
/*! <cta>*/
/*--------------------------------------------------------*/
.p-cta {
  padding-top: calc(var(--val) * 45);
  overflow: hidden;
  position: relative;
}
.p-cta:is(.p-fv + *) {
  margin-top: calc(var(--val) * -70);
}
.p-cta__img {
  width: calc(var(--val) * 205);
  position: absolute;
  top: 0;
  left: calc(var(--val) * 5);
  z-index: 1;
}
.p-cta__inner {
  padding: calc(var(--val) * 15) calc(var(--val) * 20) calc(var(--val) * 25);
  position: relative;
  z-index: 0;
}
.p-cta__inner::before {
  content: "";
  width: 120%;
  height: 100%;
  background-color: var(--c_main-l);
  box-shadow: 0 calc(var(--val) * -5) calc(var(--val) * 5) var(--c_main-l);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-cta__text {
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  font-size: calc(var(--fz) * 15);
  line-height: 1.5;
  color: var(--txt_white);
}
.p-cta .c-btn {
  margin-top: calc(var(--val) * 25);
}

/*--------------------------------------------------------*/
/*! <concept>*/
/*--------------------------------------------------------*/
.p-concept {
  padding-top: calc(var(--val) * 60);
}
.p-concept__textbox {
  margin-top: calc(var(--val) * 50);
}
.p-concept__text {
  font-size: calc(var(--fz) * 15);
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.p-concept__text + .p-concept__text {
  margin-top: calc(var(--val) * 30);
}
.p-concept__container {
  padding: calc(var(--val) * 75) 0;
  margin-top: calc(var(--val) * 60);
  filter: drop-shadow(0 0 calc(var(--val) * 5) var(--shadow));
  position: relative;
  z-index: 0;
}
.p-concept__container::before, .p-concept__container::after {
  --h: calc(var(--val)*75);
  --r: calc(var(--val)*280);
  content: "";
  width: 100%;
  height: var(--h);
  background: var(--c_base);
  mask: radial-gradient(var(--r) at 50% calc(100% + var(--r) - var(--h)), #000 100%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
}
.p-concept__container::before {
  top: 0;
  left: 0;
  z-index: -1;
}
.p-concept__container::after {
  bottom: 0;
  left: 0;
  rotate: 180deg;
  z-index: -1;
}
.p-concept__copy {
  padding-bottom: calc(var(--val) * 80);
  background-color: var(--bg_sec);
  font-family: "NotoSerifJP", "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
  font-size: calc(var(--fz) * 20);
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.15em;
  text-align: center;
}
.p-concept__flex {
  display: flex;
  justify-content: center;
  gap: calc(var(--val) * 35);
  margin: calc(var(--val) * 20) auto 0;
  position: absolute;
  bottom: calc(var(--val) * 30);
  left: 0;
  right: 0;
}
.p-concept__fl-img:nth-child(1 of .p-concept__fl-img) {
  width: calc(var(--val) * 47);
}
.p-concept__fl-img:nth-child(2 of .p-concept__fl-img) {
  width: calc(var(--val) * 120);
}

/*--------------------------------------------------------*/
/*! <point>*/
/*--------------------------------------------------------*/
.p-point {
  padding: calc(var(--val) * 60) 0;
}
.p-point__list {
  display: flex;
  flex-direction: column;
  gap: calc(var(--val) * 50);
  margin-top: calc(var(--val) * 30);
  counter-reset: num 0;
}
.p-point__li-cont {
  display: flex;
  align-items: center;
  gap: calc(var(--val) * 15);
}
.p-point__li-num {
  display: grid;
  width: calc(var(--val) * 60);
  aspect-ratio: 1/1;
  background-image: url(../img/point-num.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.p-point__li-num::before {
  content: "Point";
  font-size: calc(var(--fz) * 10);
  line-height: 1.2;
  position: relative;
  top: calc(var(--val) * 15);
  left: calc(var(--val) * 8);
}
.p-point__li-num::after {
  content: counter(num);
  counter-increment: num 1;
  font-size: calc(var(--fz) * 24);
  font-weight: bold;
  line-height: 1.2;
  color: var(--c_base);
  text-shadow: 0 0 calc(var(--val) * 4) var(--shadow);
  position: absolute;
  bottom: calc(var(--val) * 15);
  right: calc(var(--val) * 15);
}
.p-point__li-heading {
  font-size: calc(var(--fz) * 18);
  line-height: 1.5;
}
.p-point__li-text {
  margin-top: calc(var(--val) * 15);
  font-size: calc(var(--fz) * 15);
  line-height: 1.5;
}
.p-point__li-img {
  padding: 0 calc(var(--val) * 10);
  margin-top: calc(var(--val) * 20);
}
.p-point__li-img img {
  border-radius: calc(var(--val) * 20);
}

/*--------------------------------------------------------*/
/*! <process>*/
/*--------------------------------------------------------*/
.p-process {
  padding: calc(var(--val) * 45) 0 calc(var(--val) * 50);
  background-image: url(../img/process-bg.webp);
  background-size: cover;
}
.p-process__textbox {
  margin-top: calc(var(--val) * 30);
}
.p-process__text {
  font-size: calc(var(--fz) * 15);
  line-height: 1.75;
}
.p-process__text + .p-process__text {
  margin-top: 1lh;
}

/*--------------------------------------------------------*/
/*! <howto>*/
/*--------------------------------------------------------*/
.p-howto {
  padding: calc(var(--val) * 50) 0;
}
.p-howto__list {
  display: flex;
  flex-direction: column;
  gap: calc(var(--val) * 30);
  margin-top: calc(var(--val) * 30);
}
.p-howto__li-item {
  display: flex;
  gap: calc(var(--val) * 15);
  position: relative;
}
.p-howto__li-item:not(:last-child) {
  padding-bottom: calc(var(--val) * 40);
}
.p-howto__li-item:not(:last-child)::before {
  content: "";
  width: calc(var(--val) * 60);
  aspect-ratio: 60/10;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--c_main-l);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-howto__li-img {
  width: calc(var(--val) * 70);
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 0 calc(var(--val) * 4) var(--shadow);
  overflow: hidden;
}
.p-howto__li-text {
  flex: 1;
  font-size: calc(var(--fz) * 15);
  line-height: 1.5;
}

/*--------------------------------------------------------*/
/*! <faq>*/
/*--------------------------------------------------------*/
.p-faq {
  padding: calc(var(--val) * 50) 0 calc(var(--val) * 60);
  background-color: var(--bg_sec);
}
.p-faq__def-list {
  display: flex;
  flex-direction: column;
  gap: calc(var(--val) * 30);
  margin-top: calc(var(--val) * 30);
}
.p-faq__def-item {
  padding: calc(var(--val) * 15);
  background-color: var(--c_white);
  border: calc(var(--val) * 1) solid var(--c_main-l);
  border-radius: calc(var(--val) * 10);
}
.p-faq__def-term {
  display: flex;
  align-items: start;
  gap: calc(var(--val) * 10);
  padding-top: calc(var(--val) * 2);
  font-size: calc(var(--fz) * 16);
  line-height: 1.5;
}
.p-faq__def-term::before {
  display: inline-block;
  content: "Q";
  width: calc(var(--val) * 30);
  aspect-ratio: 1/1;
  padding-top: calc(var(--val) * 2);
  margin-top: calc(var(--val) * -2);
  background-color: var(--c_main-l);
  border-radius: 50%;
  font-size: calc(var(--fz) * 20);
  line-height: 1.2;
  color: var(--c_base);
  text-align: center;
  text-shadow: 0 0 calc(var(--val) * 4) var(--shadow);
}
.p-faq__def-data {
  padding: 0 calc(var(--val) * 5);
  margin-top: calc(var(--val) * 10);
  font-size: calc(var(--fz) * 15);
  line-height: 1.75;
}
.p-faq__def-link {
  color: var(--c_main-d);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: calc(var(--val) * 2);
  transition: opacity var(--hover_transition);
}
@media (any-hover: hover) {
  .p-faq__def-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    opacity: var(--hover_opacity);
  }
}
@media (any-hover: none) {
  .p-faq__def-link:active {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    opacity: var(--hover_opacity);
  }
}/*# sourceMappingURL=style.css.map */