@charset "UTF-8";
/*--------------------------------------------------------*/
/* _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: "NotoSansJP";
  src: url("../fonts/NotoSansJP.woff") format("woff");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Barlow-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
/*--------------------------------------------------------*/
/*! _color*/
/*--------------------------------------------------------*/
:root {
  --c_ice_blue: #F4F8F9;
  --c_green01: #227901;
  --c_green02: #3CA700;
  --c_green03: #4BBC69;
  --c_green04: #DFF3E6;
  --c_yellow01: #FFEC67;
  --c_yellow02: #FFFF3C;
  --c_cream: #FFF7C2;
  --c_orange01: #FF7B02;
  --c_orange02: #FF9519;
  --c_black: #000;
  --txt_black: var(--c_black);
  --c_d-gray: #A3A3A3;
  --c_l-gray: #EAEAEA;
  --c_white: #FFF;
  --txt_white: var(--c_white);
  --bg_body: var(--c_white);
  --bg_header: var(--c_white);
  --bg_menu: var(--c_white);
  --bg_footer: var(--c_ice_blue);
  --shadow5: 0 3px 5px color-mix(in srgb, var(--c_black) 24%, transparent);
  --shadow10: 0 3px 10px color-mix(in srgb, var(--c_black) 24%, transparent);
  --grd_sec: linear-gradient(75deg, color-mix(in srgb, #70DBC3 39%, transparent), color-mix(in srgb, #83E5CF 39%, transparent) 15%, color-mix(in srgb, #34D5B0 39%, transparent) 45%, color-mix(in srgb, #34C9A7 39%, transparent));
}

/*--------------------------------------------------------*/
/* _mixin
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _variable*/
/*--------------------------------------------------------*/
:root {
  --hover_transition: 0.3s;
  --hover_opacity: 0.6;
}

/*--------------------------------------------------------*/
/*! _base*/
/*--------------------------------------------------------*/
:root {
  --header_h: 60px;
  --z_header:200;
  --z_modal:100;
}
@media screen and (min-width: 960px) {
  :root {
    --header_h: 80px;
  }
}

*,
*: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);
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  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: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 20px 18px;
  margin-top: 12px;
  border: 2px solid var(--c_white);
  border-radius: 5px;
  box-shadow: var(--shadow10);
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 1.47;
  letter-spacing: 0.05em;
  color: var(--txt_white);
  position: relative;
  transition: var(--hover_transition);
}
@media screen and (min-width: 960px) {
  .c-btn {
    font-size: 19px;
    font-size: 1.1875rem;
    padding: 18px;
  }
}
.c-btn::after {
  content: "";
  width: 9px;
  aspect-ratio: 9/15;
  background-color: var(--c_white);
  mask-image: url(../images/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media (any-hover: hover) {
  .c-btn:hover {
    opacity: var(--hover_opacity);
  }
}
@media (any-hover: none) {
  .c-btn:active {
    opacity: var(--hover_opacity);
  }
}
.c-btn.request {
  background-color: var(--c_green02);
}
.c-btn.trial {
  background-color: var(--c_orange02);
}
.c-btn__balloon {
  width: fit-content;
  padding: 2px 18px;
  margin: 0 auto;
  background-color: var(--c_white);
  border: 2px solid var(--c_white);
  border-radius: 100vh;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--c_black);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.c-btn__balloon:is(.c-btn.request *) {
  border-color: var(--c_green02);
  color: var(--c_green02);
}
.c-btn__balloon:is(.c-btn.trial *) {
  border-color: var(--c_orange01);
  color: var(--c_orange01);
}

/*--------------------------------------------------------*/
/*! _logo*/
/*--------------------------------------------------------*/
.c-logo {
  --w_sp: 100%;
  width: var(--w_sp);
}
@media screen and (min-width: 960px) {
  .c-logo {
    --w_pc: 100%;
    width: var(--w_pc);
  }
}
.c-logo__img {
  width: 100%;
  aspect-ratio: 249/88;
  mask-image: url(../images/talkz_logo_sp.webp);
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .c-logo__img {
    mask-image: url(../images/talkz_logo_pc.webp);
  }
}
.c-logo__img.green {
  background-color: var(--c_green01);
}
.c-logo__img.white {
  background-color: var(--c_white);
}
.c-logo.shadow {
  position: relative;
  z-index: 0;
}
.c-logo.shadow .c-logo__img.white {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(2px, 2px);
  z-index: -1;
}

/*--------------------------------------------------------*/
/*! _cta*/
/*--------------------------------------------------------*/
.c-cta {
  padding: 30px 0 40px;
  background-image: url(../images/cta_bg_sp.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .c-cta {
    padding-bottom: 35px;
    background-image: url(../images/cta_bg_pc.webp);
  }
}
.c-cta__balloon {
  width: fit-content;
  padding: 10px 28px 35px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-spacing-trim: normal;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .c-cta__balloon {
    padding: 15px 42px 35px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-cta__balloon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/cta_balloon_sp.webp);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .c-cta__balloon::before {
    background-image: url(../images/cta_balloon_pc.webp);
  }
}
.c-cta__balloon .txt_green {
  color: var(--c_green01);
}
.c-cta__sec_ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .c-cta__sec_ttl {
    margin-top: 10px;
    margin-left: 70px;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.45;
  }
}
@media screen and (min-width: 1280px) {
  .c-cta__sec_ttl {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.c-cta__logo {
  margin-right: 8px;
  vertical-align: text-top;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .c-cta__logo {
    vertical-align: middle;
    margin: 0 12px;
  }
}
.c-cta__flex {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 0 18px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .c-cta__flex {
    flex-direction: row;
    gap: 45px;
    max-width: 750px;
    padding: 0;
  }
}
.c-cta__fl_item {
  width: 100%;
}
.c-cta__fl_img {
  width: 228px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 960px) {
  .c-cta__fl_img {
    width: 288px;
  }
}
.c-cta .c-btn {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .c-cta .c-btn.request {
    padding-left: 35px;
  }
}

/*--------------------------------------------------------*/
/*! _form*/
/*--------------------------------------------------------*/
.contact_form_wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .contact_form_wrapper {
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
  }
}

.contact_form_label {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (min-width: 960px) {
  .contact_form_label {
    width: 31%;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.contact_form_label .required {
  padding: 0 8px;
  margin-left: 10px;
  background-color: var(--c_white);
  border: 1px solid currentColor;
  border-radius: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--c_orange01);
}
@media screen and (min-width: 960px) {
  .contact_form_label .required {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.contact_form_label .arbitrary {
  padding: 0 8px;
  margin-left: 10px;
  background-color: var(--c_white);
  border: 1px solid currentColor;
  border-radius: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #AFAFAF;
}
@media screen and (min-width: 960px) {
  .contact_form_label .arbitrary {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.contact_form_label .valid_message {
  display: none;
  color: var(--c_orange01);
  font-size: 0.8em;
  font-weight: 500;
}

.contact_form_wrapper p:is(.contact_form_label + *) {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .contact_form_wrapper p:is(.contact_form_label + *) {
    flex: 1;
  }
}

.contact_form_wrapper p .error {
  color: var(--c_orange01);
  font-size: 0.8em;
  padding: 0.5em;
}

.contact_form_select {
  width: 85%;
  padding: 13px;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .contact_form_select {
    width: 45%;
  }
}

.contact_form_input {
  width: 100%;
  padding: 13px;
  background-color: #F5F5F5;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.contact_form_input.u-none {
  display: none;
}

.contact_form_caution_area {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contact_form_caution_area {
    margin-top: 35px;
  }
}

.contact_form_consent_caution {
  padding: 10px 15px;
  background-color: var(--c_ice_blue);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.08;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .contact_form_consent_caution {
    padding: 15px 32px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2;
  }
}
.contact_form_consent_caution .link {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: var(--c_green03);
}

.contact_form_consent {
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .contact_form_consent {
    margin-top: 25px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.contact_form_consent input[name="agree[data][]"] {
  margin-right: 10px;
  accent-color: var(--c_green01);
  scale: 1.4;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .contact_form_consent input[name="agree[data][]"] {
    margin-right: 15px;
    scale: 1.7;
  }
}

.contact_form_submit {
  max-width: 400px;
  margin: 20px auto 0;
  text-align: center;
  position: relative;
  transition: opacity var(--hover_transition);
}
@media screen and (min-width: 960px) {
  .contact_form_submit {
    margin-top: 35px;
  }
}
.contact_form_submit::before {
  content: "";
  width: 7px;
  aspect-ratio: 9/15;
  background-color: var(--c_white);
  mask-image: url(../images/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .contact_form_submit::before {
    width: 9px;
    right: 25px;
  }
}
.contact_form_submit:is(:has(.contact_form_submit_btn.disabled))::before {
  background-color: #9D9D9D;
}
@media (any-hover: hover) {
  .contact_form_submit:is(:not(:has(.contact_form_submit_btn.disabled))):hover {
    opacity: var(--hover_opacity);
  }
}
@media (any-hover: none) {
  .contact_form_submit:is(:not(:has(.contact_form_submit_btn.disabled))):active {
    opacity: var(--hover_opacity);
  }
}

.contact_form_submit_btn {
  width: 100%;
  padding: 15px 0;
  background-color: var(--c_orange02);
  border-radius: 100vh;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--txt_white);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contact_form_submit_btn {
    padding: 20px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.contact_form_submit_btn.disabled {
  background-color: #EAEAEA;
  pointer-events: none;
  color: #9D9D9D;
}

/*--------------------------------------------------------*/
/* _utility-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* _utility
/*--------------------------------------------------------*/
.u-pc_only {
  display: none;
}
@media screen and (min-width: 960px) {
  .u-pc_only {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .u-sp_only {
    display: none;
  }
}

.u-ttu {
  text-transform: uppercase;
}

.u-ttc {
  text-transform: capitalize;
}

/*--------------------------------------------------------*/
/* _layout-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _header*/
/*--------------------------------------------------------*/
.l-header {
  width: 100%;
  height: var(--header_h);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z_header);
}
@media screen and (min-width: 960px) {
  .l-header {
    background-color: var(--bg_header);
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1366px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  background-color: var(--bg_header);
}
@media screen and (min-width: 960px) {
  .l-header__inner {
    padding: 0 20px 0 30px;
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__inner {
    gap: 40px;
  }
}
.l-header__logo {
  display: inline-block;
  width: 107px;
  margin-top: 5px;
  transition: opacity var(--hover_transition);
}
@media screen and (min-width: 960px) {
  .l-header__logo {
    width: 124px;
  }
}
@media (any-hover: hover) {
  .l-header__logo:hover {
    opacity: var(--hover_opacity);
  }
}
@media (any-hover: none) {
  .l-header__logo:active {
    opacity: var(--hover_opacity);
  }
}
@media screen and (max-width: 959px) {
  .l-header__menu {
    display: none;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    padding: var(--header_h) 20px 10px;
    background-color: var(--bg_menu);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: auto;
  }
}
@media screen and (min-width: 960px) {
  .l-header__menu {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.l-header__menu_list {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .l-header__menu_list {
    flex-direction: row;
    gap: 15px;
    max-width: none;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__menu_list {
    gap: 20px;
  }
}
.l-header__menu_item {
  border-bottom: 2px solid var(--c_l-gray);
}
@media screen and (min-width: 960px) {
  .l-header__menu_item {
    border: none;
  }
}
.l-header__menu_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 18px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
  transition: opacity var(--hover_transition);
}
.l-header__menu_link::after {
  display: inline-block;
  content: "";
  width: 9px;
  aspect-ratio: 9/15;
  background-color: var(--c_green01);
  mask-image: url(../images/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .l-header__menu_link {
    padding: 0;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .l-header__menu_link::after {
    content: none;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__menu_link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (any-hover: hover) {
  .l-header__menu_link:hover {
    opacity: var(--hover_opacity);
  }
}
@media (any-hover: none) {
  .l-header__menu_link:active {
    opacity: var(--hover_opacity);
  }
}
.l-header__btn_area_sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .l-header__btn_area_sp {
    display: none;
  }
}
.l-header__btn_area_pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-header__btn_area_pc {
    display: flex;
    gap: 8px;
    margin-top: 0;
  }
}
.l-header__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  padding: 15px;
  border: 1px solid var(--c_white);
  border-radius: 6px;
  box-shadow: var(--shadow10);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--txt_white);
  transition: opacity var(--hover_transition);
}
.l-header__btn::after {
  content: "";
  width: 8px;
  aspect-ratio: 9/15;
  background-color: var(--c_white);
  mask-image: url(../images/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media (any-hover: hover) {
  .l-header__btn:hover {
    opacity: var(--hover_opacity);
  }
}
@media (any-hover: none) {
  .l-header__btn:active {
    opacity: var(--hover_opacity);
  }
}
.l-header__btn.request {
  background-color: var(--c_green02);
}
@media screen and (min-width: 960px) {
  .l-header__btn.request {
    padding-left: 24px;
  }
}
.l-header__btn.trial {
  background-color: var(--c_orange02);
}
.l-header__hb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: var(--shadow10);
}
@media screen and (min-width: 960px) {
  .l-header__hb {
    display: none;
  }
}
.l-header__hb_line {
  width: 24px;
  height: 2px;
  background-color: var(--c_green01);
  border-radius: 100vh;
  transition: transform 0.5s;
}
.l-header__hb_line.top {
  transform: translateY(-6px);
}
.l-header__hb_line.top:is(.l-header_hb.is-open *) {
  transform: translateY(100%) rotate(45deg);
}
.l-header__hb_line.center:is(.l-header_hb.is-open *) {
  opacity: 0;
}
.l-header__hb_line.bottom {
  transform: translateY(6px);
}
.l-header__hb_line.bottom:is(.l-header_hb.is-open *) {
  transform: translateY(-100%) rotate(-45deg);
}

/*--------------------------------------------------------*/
/*! _main*/
/*--------------------------------------------------------*/
.l-main__inner {
  width: 100%;
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .l-main__inner {
    padding: 0 30px;
  }
}

/*--------------------------------------------------------*/
/*! _footer*/
/*--------------------------------------------------------*/
.l-footer {
  padding: 45px 0 10px;
  background-color: var(--c_ice_blue);
}
@media screen and (min-width: 960px) {
  .l-footer {
    padding: 45px 0 45px;
  }
}
.l-footer__inner {
  padding: 0 20px;
}
.l-footer__logo {
  width: 330px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .l-footer__logo {
    width: 490px;
  }
}
.l-footer__copyright {
  margin-top: 30px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
  color: #8E8E8E;
}
@media screen and (min-width: 960px) {
  .l-footer__copyright {
    margin-top: 15px;
  }
}

/*--------------------------------------------------------*/
/* _project-index
/*--------------------------------------------------------*/
/*!--------------------------------------------------------*/
/*! _top*/
/*!--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! <mv>*/
/*--------------------------------------------------------*/
.p-mv {
  --fz: 0.267vw;
  --val: 0.267vw;
}
@media screen and (min-width: 960px) {
  .p-mv {
    --fz: min(0.073vw, calc((22.486/16)/16 * 1rem));
    --val: min(0.073vw, 1.406px);
  }
}
@media screen and (min-width: 960px) {
  .p-mv {
    padding-top: var(--header_h);
    background: url(../images/mv_bg_pc.webp), var(--grd_sec);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
}
.p-mv__container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-mv__container {
    display: grid;
    grid-template-columns: calc(var(--val) * 617) 1fr;
    grid-template-areas: "text img" "btn img";
    max-width: 1920px;
    padding: calc(var(--val) * 85) calc(var(--val) * 83) calc(var(--val) * 95);
  }
}
.p-mv__bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: var(--header_h);
  background: url(../images/mv_bg_sp.webp), var(--grd_sec);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .p-mv__bg {
    display: contents;
  }
}
.p-mv__text_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc(var(--val) * 22);
}
@media screen and (min-width: 960px) {
  .p-mv__text_area {
    grid-area: text;
    align-items: start;
    margin-top: 0;
    text-align: left;
  }
}
.p-mv__balloon {
  width: fit-content;
  padding: calc(var(--val) * 10) calc(var(--val) * 15) calc(var(--val) * 24) calc(var(--val) * 20);
  margin-left: calc(var(--val) * 10);
  font-size: calc(var(--fz) * 14);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--c_green01);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .p-mv__balloon {
    padding: calc(var(--val) * 12) calc(var(--val) * 21) calc(var(--val) * 35);
    margin-left: 0;
    font-size: calc(var(--fz) * 20);
  }
}
.p-mv__balloon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/mv_balloon_sp.webp);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-mv__balloon::before {
    background-image: url(../images/mv_balloon_pc.webp);
  }
}
.p-mv__hgroup {
  margin-top: calc(var(--val) * 5);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-mv__hgroup {
    text-align: left;
  }
}
.p-mv__ttl_sub {
  font-size: calc(var(--fz) * 22);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .p-mv__ttl_sub {
    font-size: calc(var(--fz) * 30);
  }
}
.p-mv__ttl_list {
  display: flex;
  justify-content: center;
  gap: calc(var(--val) * 12);
  margin: calc(var(--val) * 8) 0 calc(var(--val) * 10);
}
@media screen and (min-width: 960px) {
  .p-mv__ttl_list {
    justify-content: start;
    gap: calc(var(--val) * 15);
    margin: calc(var(--val) * 20) 0 calc(var(--val) * 10);
  }
}
.p-mv__ttl_list li {
  padding: 0 calc(var(--val) * 5);
  background-color: var(--c_white);
  border-radius: calc(var(--val) * 5);
  box-shadow: var(--shadow5);
  font-size: calc(var(--fz) * 33);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--c_green01);
}
@media screen and (min-width: 960px) {
  .p-mv__ttl_list li {
    padding: 0 calc(var(--val) * 8) calc(var(--val) * 2);
    border-radius: calc(var(--val) * 10);
    font-size: calc(var(--fz) * 57);
    line-height: 1.3;
  }
}
.p-mv__ttl_main {
  display: flex;
  gap: calc(var(--val) * 5);
  font-size: calc(var(--fz) * 26);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .p-mv__ttl_main {
    font-size: calc(var(--fz) * 45);
  }
}
.p-mv__logo {
  width: calc(var(--val) * 100);
  margin-top: calc(var(--val) * 10);
}
@media screen and (min-width: 960px) {
  .p-mv__logo {
    width: calc(var(--val) * 165);
  }
}
.p-mv__logo.shadow {
  position: relative;
  z-index: 0;
}
.p-mv__logo.shadow .p-mv__logo_img.white {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(2px, 2px);
  transform: translate(calc(var(--val) * 2), calc(var(--val) * 2));
  z-index: -1;
}
.p-mv__logo_img {
  width: 100%;
  aspect-ratio: 249/88;
  mask-image: url(../images/talkz_logo_sp.webp);
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .p-mv__logo_img {
    mask-image: url(../images/talkz_logo_pc.webp);
  }
}
.p-mv__logo_img.green {
  background-color: var(--c_green01);
}
.p-mv__logo_img.white {
  background-color: var(--c_white);
}
.p-mv__text {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-mv__text {
    display: block;
    margin-top: calc(var(--val) * 12);
    font-size: calc(var(--fz) * 18);
    font-weight: bold;
    line-height: 2.22;
    letter-spacing: 0.05em;
  }
}
.p-mv__btn_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--val) * 10);
  padding: calc(var(--val) * 15) calc(var(--val) * 38) calc(var(--val) * 30);
  background-color: var(--c_yellow01);
}
@media screen and (min-width: 960px) {
  .p-mv__btn_area {
    grid-area: btn;
    flex-direction: row;
    align-items: start;
    gap: calc(var(--val) * 18);
    padding: 0;
    margin-top: calc(var(--val) * 25);
    background-color: transparent;
  }
}
.p-mv__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: calc(var(--val) * 20) calc(var(--val) * 18);
  margin-top: calc(var(--val) * 12);
  border: calc(var(--val) * 2) solid var(--c_white);
  border-radius: calc(var(--val) * 5);
  box-shadow: var(--shadow10);
  font-size: calc(var(--fz) * 17);
  font-weight: 900;
  line-height: 1.47;
  letter-spacing: 0.05em;
  color: var(--txt_white);
  position: relative;
  transition: var(--hover_transition);
}
@media screen and (min-width: 960px) {
  .p-mv__btn {
    font-size: calc(var(--fz) * 19);
    padding: calc(var(--val) * 18);
  }
}
.p-mv__btn::after {
  content: "";
  width: calc(var(--val) * 9);
  aspect-ratio: 9/15;
  background-color: var(--c_white);
  mask-image: url(../images/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media (any-hover: hover) {
  .p-mv__btn:hover {
    opacity: var(--hover_opacity);
  }
}
@media (any-hover: none) {
  .p-mv__btn:active {
    opacity: var(--hover_opacity);
  }
}
.p-mv__btn.request {
  background-color: var(--c_green02);
}
@media screen and (min-width: 960px) {
  .p-mv__btn.request {
    width: calc(var(--val) * 285);
    padding-left: calc(var(--val) * 35);
  }
}
.p-mv__btn.trial {
  background-color: var(--c_orange02);
}
@media screen and (min-width: 960px) {
  .p-mv__btn.trial {
    flex: 1;
  }
}
.p-mv__btn_balloon {
  width: fit-content;
  padding: calc(var(--val) * 2) calc(var(--val) * 18);
  margin: 0 auto;
  background-color: var(--c_white);
  border: calc(var(--val) * 2) solid var(--c_white);
  border-radius: 100vh;
  font-size: calc(var(--fz) * 12);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--c_black);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.p-mv__btn_balloon:is(.p-mv__btn.request *) {
  border-color: var(--c_green02);
  color: var(--c_green02);
}
.p-mv__btn_balloon:is(.p-mv__btn.trial *) {
  border-color: var(--c_orange01);
  color: var(--c_orange01);
}
.p-mv__img_area {
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-mv__img_area {
    width: 100%;
    aspect-ratio: 375/398;
    margin-top: calc(var(--val) * -20);
    background-image: url(../images/mv_img01_sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 960px) {
  .p-mv__img_area {
    grid-area: img;
  }
  .p-mv__img_area::before {
    content: "";
    width: calc(var(--val) * 667);
    aspect-ratio: 667/643;
    background-image: url(../images/mv_img01_pc.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(calc(var(--val) * -40));
  }
}
.p-mv__img_slide {
  width: calc(var(--val) * 290);
  margin: calc(var(--val) * 73) auto 0;
  left: 0;
  right: 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-mv__img_slide {
    width: calc(var(--val) * 406);
    margin: 0;
    margin-top: calc(var(--val) * 66);
    left: calc(var(--val) * 50);
    right: auto;
  }
}
.p-mv__img_balloon {
  width: calc(var(--val) * 310);
  padding: calc(var(--val) * 8) 0;
  margin: calc(var(--val) * 15) auto 0;
  background: linear-gradient(var(--c_white) 50%, color-mix(in srgb, var(--c_white) 70%, transparent) 100%);
  border-radius: 100vh;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-mv__img_balloon {
    width: calc(var(--val) * 340);
    padding: calc(var(--val) * 12) 0 calc(var(--val) * 10);
    margin: 0;
    margin-top: calc(var(--val) * 15);
    transform: translateX(calc(var(--val) * 80));
  }
}
.p-mv__img_balloon::before {
  content: "";
  width: calc(var(--val) * 16);
  aspect-ratio: 20/15;
  background-color: var(--c_white);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  position: absolute;
  bottom: 100%;
  left: calc(var(--val) * 55);
  transform: translateY(calc(var(--val) * 3));
}
@media screen and (min-width: 960px) {
  .p-mv__img_balloon::before {
    width: calc(var(--val) * 20);
    left: calc(var(--val) * 60);
  }
}
.p-mv__img_balloon img {
  width: calc(var(--val) * 250);
}
@media screen and (min-width: 960px) {
  .p-mv__img_balloon img {
    width: calc(var(--val) * 290);
  }
}

/*--------------------------------------------------------*/
/*! <marquee>*/
/*--------------------------------------------------------*/
.p-marquee {
  max-width: 1920px;
  padding: 24px 0;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-marquee {
    padding: 18px 0;
  }
}
.p-marquee__container {
  display: flex;
  flex-wrap: nowrap;
}
.p-marquee__list {
  flex-shrink: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  padding-left: 5px;
  animation: loop 44s linear infinite;
}
@media screen and (min-width: 960px) {
  .p-marquee__list {
    gap: 10px;
    padding-left: 10px;
  }
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-marquee__img {
  flex-shrink: 0;
  width: 108px;
  aspect-ratio: 178/53;
}
@media screen and (min-width: 960px) {
  .p-marquee__img {
    width: 178px;
  }
}

/*--------------------------------------------------------*/
/*! <problem>*/
/*--------------------------------------------------------*/
.p-problem {
  padding: 25px 0 65px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-problem {
    padding: 30px 0 84px;
  }
}
.p-problem::before {
  --tri_h: 38px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--c_ice_blue);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--tri_h)), 50% 100%, 0 calc(100% - var(--tri_h)));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-problem::before {
    --tri_h: 84px;
  }
}
.p-problem__sec_ttl {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-problem__sec_ttl {
    font-size: 38px;
    font-size: 2.375rem;
    letter-spacing: 0.1em;
  }
}
.p-problem__sec_ttl .fz_m {
  margin-left: 0.25em;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .p-problem__sec_ttl .fz_m {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}
.p-problem__sec_ttl .txt_bg {
  padding: 0 8px;
  margin: 0 5px;
  background-color: var(--c_green03);
  border-radius: 6px;
  letter-spacing: 0em;
  color: var(--txt_white);
}
@media screen and (min-width: 960px) {
  .p-problem__sec_ttl .txt_bg {
    padding: 0 12px;
    margin: 4px 6px 0;
  }
}
.p-problem__sec_ttl .hatena {
  display: inline-block;
  width: 20px;
  margin-left: 5px;
  transform: translateY(-5px);
}
@media screen and (min-width: 960px) {
  .p-problem__sec_ttl .hatena {
    width: 34px;
    margin-right: 15px;
  }
}
.p-problem__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 450px;
  margin: 22px auto 0;
}
@media screen and (min-width: 960px) {
  .p-problem__list {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    max-width: 1095px;
    margin-top: 35px;
  }
}
.p-problem__li_item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p-problem__li_item {
    flex: 1;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.p-problem__li_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 112px;
}
@media screen and (min-width: 960px) {
  .p-problem__li_cont {
    flex-direction: row;
    justify-content: center;
    align-items: start;
    width: auto;
  }
}
.p-problem__li_img {
  width: 83px;
}
@media screen and (min-width: 960px) {
  .p-problem__li_img {
    width: 121px;
    position: relative;
    z-index: 1;
  }
}
.p-problem__li_role {
  padding: 6px 8px;
  margin-top: -2px;
  background-color: var(--c_d-gray);
  border-radius: 6px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: var(--txt_white);
}
@media screen and (min-width: 960px) {
  .p-problem__li_role {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 170px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin-left: -34px;
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.p-problem__li_balloon_wrap {
  flex: 1;
  width: 240px;
  height: 106px;
  filter: drop-shadow(var(--shadow5));
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .p-problem__li_balloon_wrap {
    flex: initial;
    width: 100%;
    max-width: 345px;
    height: auto;
    min-height: 143px;
  }
}
.p-problem__li_balloon_wrap::before {
  content: "";
  width: 40px;
  height: 53px;
  background-color: var(--c_green03);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  z-index: -2;
}
@media screen and (min-width: 960px) {
  .p-problem__li_balloon_wrap::before {
    width: 64px;
    height: 36px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    top: 100%;
    left: 65px;
    transform: translateY(-60%);
  }
}
.p-problem__li_balloon_wrap::after {
  content: "";
  width: 36px;
  height: 49px;
  background-color: var(--c_white);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-problem__li_balloon_wrap::after {
    width: 58px;
    height: 32px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    top: 100%;
    left: 67px;
    transform: translateY(-65%);
  }
}
.p-problem__li_balloon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--c_white);
  border-radius: 100vh;
  border: 2px solid var(--c_green03);
}
.p-problem__li_text {
  padding-left: 5px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.625;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-problem__li_text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
.p-problem__li_text .txt_green {
  color: var(--c_green01);
}
.p-problem__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(25px);
}
@media screen and (min-width: 960px) {
  .p-problem__arrow {
    transform: translateY(35px);
  }
}
.p-problem__arrow::before, .p-problem__arrow::after {
  --p: 22px;
  content: "";
  display: block;
  width: 100px;
  height: 44px;
  clip-path: polygon(0 0, 50% var(--p), 100% 0, 100% calc(100% - var(--p)), 50% 100%, 0 calc(100% - var(--p)));
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-problem__arrow::before, .p-problem__arrow::after {
    --p: 26px;
    width: 120px;
    height: 55px;
  }
}
.p-problem__arrow::before {
  background-color: #DCF2E4;
}
.p-problem__arrow::after {
  margin-top: -15px;
  background-color: #A9E2B9;
}
@media screen and (min-width: 960px) {
  .p-problem__arrow::after {
    margin-top: -18px;
  }
}

/*--------------------------------------------------------*/
/*! <solution>*/
/*--------------------------------------------------------*/
.p-solution {
  --tri_h: 38px;
  padding: var(--tri_h) 0 60px;
  margin-top: calc(var(--tri_h) * -1);
  background-color: var(--c_green04);
  border-radius: 0 0 30px 30px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .p-solution {
    padding-bottom: 70px;
  }
}
.p-solution::before {
  content: "";
  width: 315px;
  aspect-ratio: 315/192;
  background-image: url(../images/solution_bg_img01_sp.webp);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-solution::before {
    width: 475px;
    background-image: url(../images/solution_bg_img01.webp);
  }
}
.p-solution::after {
  content: "";
  width: 330px;
  aspect-ratio: 330/190;
  background-image: url(../images/solution_bg_img02_sp.webp);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-solution::after {
    width: 500px;
    background-image: url(../images/solution_bg_img02.webp);
    bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-solution {
    --tri_h: 84px;
    border-radius: 0 0 50px 50px;
  }
}
.p-solution__sec_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: fit-content;
  margin: 20px auto 0;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--c_green01);
  transform: translateX(5px);
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-solution__sec_ttl {
    gap: 10px;
    padding: 0 50px;
    margin-top: 20px;
    font-size: 46px;
    font-size: 2.875rem;
    transform: translateX(15px);
  }
}
.p-solution__sec_ttl::before {
  content: "";
  width: 12px;
  aspect-ratio: 12/9;
  background-image: url(../images/solution_quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 100%;
  transform: translateX(-10px);
}
@media screen and (min-width: 960px) {
  .p-solution__sec_ttl::before {
    width: 25px;
    top: 25px;
    left: 0;
    right: auto;
    transform: translateX(0);
  }
}
.p-solution__sec_ttl .marker {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 20px;
  background: linear-gradient(transparent 75%, var(--c_yellow01) 0 95%, transparent 0 100%);
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0.05em;
  color: var(--txt_black);
  text-shadow: 2px 2px 8px var(--c_yellow01);
}
@media screen and (min-width: 960px) {
  .p-solution__sec_ttl .marker {
    padding: 0 15px;
    margin-bottom: 30px;
    font-size: 64px;
    font-size: 4rem;
  }
}
.p-solution__sec_ttl .excl {
  font-family: "Barlow", "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-style: italic;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: -0.1em;
  transform: translateY(5px);
}
@media screen and (min-width: 960px) {
  .p-solution__sec_ttl .excl {
    font-size: 87px;
    font-size: 5.4375rem;
  }
}
.p-solution__logo {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .p-solution__logo {
    margin-top: 35px;
  }
}
.p-solution__balloon {
  max-width: 450px;
  padding: 15px 25px 30px;
  margin: 10px auto 0;
  background-color: var(--c_green01);
  border-radius: 20px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-solution__balloon {
    max-width: none;
    padding: 25px 25px 30px;
    margin-top: 0;
    border-radius: 15px;
  }
}
.p-solution__balloon::before {
  content: "";
  width: 36px;
  aspect-ratio: 36/16;
  background-color: var(--c_green01);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-solution__balloon::before {
    width: 58px;
  }
}
.p-solution__balloon_text {
  --intv: 5px;
  --line_h: 1px;
  width: 100%;
  background: linear-gradient(var(--c_green01) calc(100% - var(--line_h)), transparent 0 100%), linear-gradient(to right, var(--c_white) var(--intv), transparent 0);
  background-size: calc(var(--intv) * 2) 1lh;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.95;
  text-align: center;
  color: var(--txt_white);
}
@media screen and (min-width: 960px) {
  .p-solution__balloon_text {
    --intv: 7px;
    --line_h: 2px;
    max-width: 920px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1280px) {
  .p-solution__balloon_text {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-solution__balloon_text .fz-s {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  .p-solution__balloon_text .fz-s {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-solution__balloon_text .txt_yellow {
  color: var(--c_yellow01);
}
.p-solution__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 450px;
  margin: 15px auto 0;
}
@media screen and (min-width: 960px) {
  .p-solution__list {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    max-width: 1100px;
  }
}
.p-solution__li_item {
  width: 100%;
  padding: 0 10px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .p-solution__li_item {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.p-solution__li_item::before {
  content: "";
  width: 40px;
  height: 100%;
  margin: 0 auto;
  background: linear-gradient(color-mix(in srgb, var(--c_green03) 24%, transparent) 3px, transparent 3px);
  background-size: 100% 6px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  transform-origin: top center;
}
@media screen and (min-width: 960px) {
  .p-solution__li_item::before {
    height: 80%;
  }
  .p-solution__li_item:nth-child(1)::before {
    top: 90%;
    rotate: -65deg;
  }
  .p-solution__li_item:nth-child(3)::before {
    top: 90%;
    rotate: 65deg;
  }
}
.p-solution__li_cont {
  display: flex;
  justify-content: center;
  align-items: start;
  padding-right: 10px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .p-solution__li_cont {
    align-items: end;
  }
}
.p-solution__li_img {
  width: 120px;
  margin-left: -25px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-solution__li_img {
    width: auto;
    max-width: 160px;
  }
}
.p-solution__li_role {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  aspect-ratio: 1/1;
  background-color: var(--c_orange01);
  border-radius: 50%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: var(--txt_white);
  transform: translateY(25px);
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-solution__li_role {
    width: 170px;
    font-size: 23px;
    font-size: 1.4375rem;
    transform: translateY(30px);
  }
}
.p-solution__li_box {
  padding: 15px 0;
  background-color: var(--c_white);
  border: 2px solid var(--c_orange01);
  border-radius: 20px;
  box-shadow: var(--shadow5);
  transform: translateY(-8px);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-solution__li_box {
    flex: 1;
    height: 100%;
    padding: 15px 0 30px;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1280px) {
  .p-solution__li_box {
    padding: 15px 16px 30px;
  }
}
.p-solution__li_text {
  padding-bottom: 16px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-solution__li_text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-solution__li_text {
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 22px;
  }
}
.p-solution__li_text::before {
  content: "";
  width: 280px;
  height: 2px;
  background: linear-gradient(to right, var(--c_orange01) 2px, transparent 0 4px);
  background-size: 6px 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-solution__li_text::before {
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 1280px) {
  .p-solution__li_text::before {
    width: 100%;
  }
}
.p-solution__li_text .txt_orange {
  color: var(--c_orange01);
}
.p-solution__sublist {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: fit-content;
  margin: 10px auto 0;
}
@media screen and (min-width: 960px) {
  .p-solution__sublist {
    gap: 6px;
    padding: 0 16px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-solution__sublist {
    padding: 0;
  }
}
.p-solution__subli_item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .p-solution__subli_item {
    gap: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-solution__subli_item::before {
  flex-shrink: 0;
  content: "";
  width: 25px;
  aspect-ratio: 1/1;
  background-image: url(../images/solution_chack.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .p-solution__subli_item::before {
    width: 30px;
  }
}
.p-solution__box {
  max-width: 450px;
  padding: 12px 0 15px;
  margin: 55px auto 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .p-solution__box {
    max-width: 690px;
    margin-top: 50px;
  }
}
.p-solution__box::before {
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background-color: var(--c_white);
  border: 4px solid var(--c_green03);
  border-radius: 18px;
  box-shadow: var(--shadow10);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-solution__box::before {
    width: calc(100% - 170px);
  }
}
.p-solution__box_img {
  max-width: 320px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-solution__box_img {
    width: 500px;
    max-width: none;
  }
}
.p-solution__box_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 8px 0;
  margin-top: -6px;
  background-color: var(--c_orange01);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: var(--txt_white);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .p-solution__box_heading {
    gap: 15px;
    padding: 15px 0;
    margin-top: -10px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-solution__box_heading::before, .p-solution__box_heading::after {
  content: "";
  width: 20px;
  aspect-ratio: 20/3;
  background-color: #A75102;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  position: absolute;
  bottom: 100%;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-solution__box_heading::before, .p-solution__box_heading::after {
    width: 85px;
    aspect-ratio: 85/12;
  }
}
.p-solution__box_heading::before {
  left: 0;
}
.p-solution__box_heading::after {
  right: 0;
  scale: -1 1;
}
.p-solution__box_heading .frame {
  padding: 0 5px;
  border: 1.5px solid currentColor;
}
@media screen and (min-width: 960px) {
  .p-solution__box_heading .frame {
    padding: 0 10px 5px;
    font-size: 32px;
    font-size: 2rem;
  }
}

/*--------------------------------------------------------*/
/*! <price>*/
/*--------------------------------------------------------*/
.p-price {
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  .p-price {
    padding: 65px 0 55px;
  }
}
@media screen and (max-width: 959px) {
  .p-price__inner {
    padding: 0;
  }
}
.p-price__container {
  max-width: 375px;
  padding: 25px 18px 40px;
  margin: 0 auto;
  background-color: var(--c_yellow01);
  border: 2px solid var(--c_black);
  border-radius: 30px;
  box-shadow: 0 0 12px var(--c_yellow01);
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-price__container {
    max-width: none;
    padding: 40px 20px 50px;
    border-radius: 50px;
  }
}
.p-price__point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 105px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--c_white);
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .p-price__point {
    width: 230px;
    top: -54px;
    right: -60px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1320px) {
  .p-price__point {
    top: -140px;
    right: -30px;
  }
}
.p-price__point::before {
  --s: 2px;
  content: "";
  width: 100%;
  height: 100%;
  margin: 0 var(--s) var(--s) 0;
  border: 2px solid var(--c_orange01);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-price__point::before {
    --s: 6px;
    border-width: 3px;
  }
}
.p-price__point_text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  color: var(--c_orange01);
}
@media screen and (min-width: 960px) {
  .p-price__point_text {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 1.3;
  }
}
.p-price__point_text .fz-m {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-price__point_text .fz-m {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-price__point_text .fz-m::before {
  content: "※";
  font-size: 8px;
  font-size: 0.5rem;
  font-weight: bold;
  color: var(--txt_black);
  position: absolute;
  top: 0;
  right: 100%;
}
@media screen and (min-width: 960px) {
  .p-price__point_text .fz-m::before {
    font-size: 14px;
    font-size: 0.875rem;
    top: 0;
    left: 0;
    right: auto;
    transform: translate(-50%, -50%);
  }
}
.p-price__point_notice {
  margin-top: 2px;
  font-size: 6px;
  font-size: 0.375rem;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .p-price__point_notice {
    margin-top: 10px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.p-price__sec_ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-price__sec_ttl {
    margin-left: 60px;
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}
.p-price__logo {
  line-height: 1;
  transform: translateY(12px);
}
@media screen and (min-width: 960px) {
  .p-price__logo {
    margin-right: 10px;
    transform: translateY(20px);
  }
}
.p-price__grid {
  display: grid;
  gap: 20px;
  margin: 20px auto 0;
}
@media screen and (min-width: 960px) {
  .p-price__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1000px;
    margin-top: 30px;
    gap: 10px 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-price__img:nth-child(1) {
    grid-area: 1/1/2/3;
  }
}
.p-price__text {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.55;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-price__text {
    margin-top: 35px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.45;
  }
}
.p-price__btn {
  padding: 0 18px;
  margin-top: 35px;
}
@media screen and (min-width: 960px) {
  .p-price__btn {
    padding: 0;
  }
}
.p-price__btn .c-btn {
  margin: 0 auto;
  background-color: var(--c_cream);
  border-color: var(--c_black);
  font-weight: bold;
  color: var(--txt_black);
}
@media screen and (min-width: 960px) {
  .p-price__btn .c-btn {
    padding-left: 35px;
  }
}
.p-price__btn .c-btn::after {
  background-color: var(--c_black);
}
.p-price__btn .c-btn__balloon {
  border-color: var(--c_black);
}
@media screen and (min-width: 960px) {
  .p-price__btn .c-btn__balloon {
    padding: 4px 18px;
  }
}

/*--------------------------------------------------------*/
/*! <function>*/
/*--------------------------------------------------------*/
.p-function {
  padding: 30px 0 40px;
  background-color: var(--c_green03);
}
@media screen and (min-width: 960px) {
  .p-function {
    padding: 35px 0 55px;
  }
}
.p-function__sec_ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--txt_white);
}
@media screen and (min-width: 960px) {
  .p-function__sec_ttl {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}
.p-function__logo {
  margin-top: 5px;
  margin-right: 5px;
  vertical-align: text-top;
}
@media screen and (min-width: 960px) {
  .p-function__logo {
    margin-top: 10px;
    margin-right: 10px;
  }
}
.p-function__container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 450px;
  margin: 5px auto 0;
}
@media screen and (min-width: 960px) {
  .p-function__container {
    flex-direction: row;
    max-width: none;
    margin-top: 15px;
  }
}
.p-function__box {
  padding: 0 16px 20px;
  background-color: var(--c_green04);
  border: 2px solid var(--c_black);
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  .p-function__box {
    flex: 1;
    padding: 0 30px 40px;
    border-radius: 30px;
  }
}
.p-function__heading {
  width: fit-content;
  padding: 6px 30px;
  margin: 0 auto;
  background-color: var(--c_white);
  border-radius: 0 0 15px 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-function__heading {
    width: 252px;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 12px 0;
  }
}
.p-function__modal_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 5px;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .p-function__modal_list {
    gap: 20px;
    margin-top: 20px;
  }
}
.p-function__modal_open {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 113px;
  padding: 14px 0;
  background-color: var(--c_white);
  border: 1px solid var(--c_green03);
  border-radius: 10px;
  box-shadow: var(--shadow5);
  text-align: center;
  position: relative;
  transition: scale var(--hover_transition);
}
@media screen and (min-width: 960px) {
  .p-function__modal_open {
    height: 124px;
    padding: 8px 0;
  }
}
@media (any-hover: hover) {
  .p-function__modal_open:hover {
    scale: 1.05;
  }
}
@media (any-hover: none) {
  .p-function__modal_open:active {
    scale: 1.05;
  }
}
.p-function__modal_open::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  background-image: url(../images/function_modal_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: 4px;
}
@media screen and (min-width: 960px) {
  .p-function__modal_open::before {
    width: 12px;
    top: 6px;
    right: 6px;
  }
}
.p-function__btn_heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 2lh;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.36;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-function__btn_heading {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-function__btn_heading {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-function__btn_img {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0;
}
@media screen and (min-width: 960px) {
  .p-function__btn_img:is([data-id=func_modal02] *) {
    transform: translateY(-8.5%);
  }
}
.p-function__btn_img:is([data-id=func_modal06] *) {
  transform: translateY(-7.5%);
}
@media screen and (min-width: 960px) {
  .p-function__btn_img:is([data-id=func_modal06] *) {
    transform: translateY(-17%);
  }
}
.p-function__btn_img:is([data-id=func_modal09] *) {
  transform: translateY(-8.5%);
}
.p-function__btn_img img {
  width: auto;
  zoom: 0.42;
  object-position: center;
}
@media screen and (min-width: 960px) {
  .p-function__btn_img img {
    zoom: 0.5;
  }
}
.p-function__modal {
  display: none;
  width: 100vw;
  height: calc(100% - var(--header_h));
  padding: 0 20px;
  position: fixed;
  inset: 0;
  top: var(--header_h);
  z-index: var(--z_modal);
  overflow: auto;
  animation: fade 0.3s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-function__modal.is-open {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-function__modal_inner {
  display: flex;
  flex-direction: column;
  align-items: start;
  min-height: 400px;
  max-height: calc(100vh - 40px);
  padding-top: 25px;
  padding-bottom: 40px;
  margin: auto;
  background-color: var(--c_white);
  outline: 12px solid var(--c_ice_blue);
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  .p-function__modal_inner {
    max-width: 660px;
    max-height: calc(100vh - 80px);
    padding-bottom: 25px;
  }
}
.p-function__modal_overlay {
  width: 100vw;
  height: 100%;
  background: linear-gradient(75deg, #70DBC3, #83E5CF 15%, #34D5B0 45%, #34C9A7);
  top: var(--header_h);
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-function__modal_cont {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 10px 12px;
  background-color: var(--c_ice_blue);
}
@media screen and (min-width: 960px) {
  .p-function__modal_cont {
    gap: 20px;
    padding: 8px 20px;
  }
}
.p-function__modal_img {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  aspect-ratio: 1/1;
  padding: 14px;
  background-color: var(--c_white);
  border: 1.5px solid var(--c_green03);
  border-radius: 50%;
}
@media screen and (min-width: 960px) {
  .p-function__modal_img {
    width: 84px;
    padding: 15px;
  }
}
.p-function__modal_heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .p-function__modal_heading {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-function__modal_text {
  padding: 0 18px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2;
  color: #5C5C5C;
}
@media screen and (min-width: 960px) {
  .p-function__modal_text {
    padding: 0 50px;
    margin-top: 35px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.2;
  }
}
.p-function__modal_close {
  padding-left: 25px;
  padding-bottom: 5px;
  margin-left: 25px;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-function__modal_close {
    margin-left: 40px;
  }
}
.p-function__modal_close::before {
  content: "";
  width: 100%;
  height: 10px;
  border-left: 2px solid var(--c_green03);
  border-bottom: 2px solid var(--c_green03);
  transform: skew(-45deg);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-function__text {
  margin-top: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: var(--txt_white);
}
@media screen and (min-width: 960px) {
  .p-function__text {
    margin-top: 40px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-function__text .wave {
  padding-bottom: 10px;
  background-image: url(../images/function_wave.svg);
  background-size: 100% 12px;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-function__text .wave {
    padding-bottom: 15px;
    background-size: 100% 18px;
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-function__text .txt_yellow {
  margin: 0 3px;
  font-size: 24px;
  font-size: 1.5rem;
  color: var(--c_yellow02);
}
@media screen and (min-width: 960px) {
  .p-function__text .txt_yellow {
    margin: 0 5px;
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.p-function__btn {
  padding: 0 18px;
  margin-top: 35px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-function__btn {
    padding: 0;
    margin-top: 25px;
  }
}
.p-function__btn .c-btn {
  margin: 0 auto;
  background-color: var(--c_yellow01);
  border-color: var(--c_black);
  font-weight: bold;
  color: var(--txt_black);
}
@media screen and (min-width: 960px) {
  .p-function__btn .c-btn {
    padding-left: 35px;
  }
}
.p-function__btn .c-btn::after {
  background-color: var(--c_black);
}
.p-function__btn .c-btn__balloon {
  border-color: var(--c_black);
  color: var(--txt_black);
}

/*--------------------------------------------------------*/
/*! <feature>*/
/*--------------------------------------------------------*/
.p-feature {
  padding-bottom: 12px;
  margin-bottom: 20px;
  background: linear-gradient(var(--c_white), #F4F8F9 50%, #FFFFFF 100%);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .p-feature {
    padding-bottom: 70px;
    margin-bottom: 0;
  }
}
.p-feature::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 12px solid var(--c_ice_blue);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*-----feature_top---------------------------------------------------*/
.p-feature_top {
  padding: 30px 0 0;
}
@media screen and (min-width: 960px) {
  .p-feature_top {
    padding: 60px 0 0;
  }
}
.p-feature_top__sec_ttl {
  max-width: 330px;
  margin: 0 auto;
  border-bottom: 2px solid var(--c_black);
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-feature_top__sec_ttl {
    max-width: 600px;
    padding-bottom: 10px;
    border-width: 4px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-feature_top__sec_ttl::before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background-color: var(--c_white);
  border-bottom: 2px solid var(--c_black);
  clip-path: polygon(0 100%, 50% 50%, 100% 100%);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 960px) {
  .p-feature_top__sec_ttl::before {
    width: 35px;
    border-width: 4px;
  }
}
.p-feature_top__sec_ttl .spcc {
  width: 72px;
  margin-right: 4px;
  vertical-align: text-bottom;
}
@media screen and (min-width: 960px) {
  .p-feature_top__sec_ttl .spcc {
    width: 110px;
    margin-bottom: 5px;
  }
}
.p-feature_top__sec_ttl .fz_m {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 960px) {
  .p-feature_top__sec_ttl .fz_m {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.p-feature_top__sec_ttl .marker {
  background: linear-gradient(transparent 70%, var(--c_yellow01) 0 90%, transparent 0 100%);
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 8px var(--c_yellow01);
}
@media screen and (min-width: 960px) {
  .p-feature_top__sec_ttl .marker {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.p-feature_top__logo {
  vertical-align: text-top;
  margin: 5px 5px 0;
}
.p-feature_top__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 450px;
  margin: 40px auto 0;
}
@media screen and (min-width: 960px) {
  .p-feature_top__list {
    max-width: none;
    margin-top: 20px;
    gap: 0;
  }
}
.p-feature_top__li_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .p-feature_top__li_item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-feature_top__li_item:nth-child(3) {
    margin-top: 70px;
  }
}
.p-feature_top__li_img_area {
  width: 100%;
  aspect-ratio: 335/180;
  background-size: cover;
  border-radius: 20px;
  box-shadow: var(--shadow10);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_img_area {
    width: 48%;
    aspect-ratio: 580/360;
  }
}
.p-feature_top__li_img_area:is(.p-feature_top__li_item:nth-child(1) *) {
  margin-top: 11.8%;
  margin-bottom: 4.4%;
  background-image: url(../images/feature_top_bg01_sp.webp);
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_img_area:is(.p-feature_top__li_item:nth-child(1) *) {
    margin-top: 6.3%;
    margin-bottom: 2%;
    background-image: url(../images/feature_top_bg01_pc.webp);
  }
}
.p-feature_top__li_img_area:is(.p-feature_top__li_item:nth-child(2) *) {
  margin-top: 11%;
  background-image: url(../images/feature_top_bg02_sp.webp);
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_img_area:is(.p-feature_top__li_item:nth-child(2) *) {
    margin-top: 5.9%;
    background-image: url(../images/feature_top_bg02_pc.webp);
  }
}
.p-feature_top__li_img_area:is(.p-feature_top__li_item:nth-child(3) *) {
  margin-top: 10%;
  margin-bottom: 4.9%;
  background-image: url(../images/feature_top_bg03_sp.webp);
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_img_area:is(.p-feature_top__li_item:nth-child(3) *) {
    margin-top: 5.3%;
    margin-bottom: 2.7%;
    background-image: url(../images/feature_top_bg03_pc.webp);
  }
}
.p-feature_top__li_num {
  position: absolute;
  top: 0;
  z-index: 2;
}
.p-feature_top__li_num:is(.p-feature_top__li_item:nth-child(1) *) {
  width: 14%;
  left: 1.4%;
  transform: translateY(-33.9%);
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_num:is(.p-feature_top__li_item:nth-child(1) *) {
    width: 91px;
  }
}
.p-feature_top__li_num:is(.p-feature_top__li_item:nth-child(2) *) {
  width: 25%;
  right: 5.4%;
  transform: translateY(-31%);
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_num:is(.p-feature_top__li_item:nth-child(2) *) {
    width: 156px;
    right: 11.5%;
  }
}
.p-feature_top__li_num:is(.p-feature_top__li_item:nth-child(3) *) {
  width: 26.7%;
  left: 5.4%;
  transform: translateY(-28.5%);
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_num:is(.p-feature_top__li_item:nth-child(3) *) {
    width: 170px;
    left: auto;
    right: 3.4%;
  }
}
.p-feature_top__li_img {
  position: absolute;
  top: 0;
  z-index: 1;
}
.p-feature_top__li_img:is(.p-feature_top__li_item:nth-child(1) *) {
  width: 60.6%;
  left: 19.6%;
  transform: translateY(2.3%);
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_img:is(.p-feature_top__li_item:nth-child(1) *) {
    width: 67.2%;
    left: 14.5%;
    transform: translateY(5.5%);
  }
}
.p-feature_top__li_img:is(.p-feature_top__li_item:nth-child(2) *) {
  width: 60.6%;
  left: 20.9%;
  transform: translateY(-10%);
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_img:is(.p-feature_top__li_item:nth-child(2) *) {
    width: 67.7%;
    left: 19.1%;
  }
}
.p-feature_top__li_img:is(.p-feature_top__li_item:nth-child(3) *) {
  width: 65.6%;
  left: 15.3%;
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_img:is(.p-feature_top__li_item:nth-child(3) *) {
    width: 76.5%;
    left: -2.5%;
    transform: translateY(-1.9%);
  }
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_text_area {
    width: 48%;
    margin-top: 60px;
  }
  .p-feature_top__li_text_area:is(.p-feature_top__li_item:nth-child(1) *) {
    margin-top: 85px;
  }
  .p-feature_top__li_text_area:is(.p-feature_top__li_item:nth-child(2) *) {
    margin-top: 65px;
  }
  .p-feature_top__li_text_area:is(.p-feature_top__li_item:nth-child(3) *) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-feature_top__li_text_area {
    width: 46.6%;
  }
}
.p-feature_top__li_heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.58;
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_heading {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1280px) {
  .p-feature_top__li_heading {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.p-feature_top__li_heading.notice {
  position: relative;
}
.p-feature_top__li_heading.notice::before {
  content: "※";
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 100%;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_heading.notice::before {
    font-size: 14px;
    font-size: 0.875rem;
    transform: none;
  }
}
.p-feature_top__li_text {
  margin-top: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.85;
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_text {
    max-width: 480px;
    margin-top: 25px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1280px) {
  .p-feature_top__li_text {
    margin-top: 35px;
  }
}
.p-feature_top__li_notice {
  margin-top: 15px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #8E8E8E;
}
@media screen and (min-width: 960px) {
  .p-feature_top__li_notice {
    margin-top: 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-feature_top__box {
  max-width: 450px;
  padding: 20px 10px;
  margin: 35px auto 0;
  background-color: var(--c_white);
  border-radius: 20px;
  box-shadow: 0 3px 30px var(--c_green04);
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-feature_top__box {
    max-width: 1000px;
    margin-top: 40px;
    padding: 25px 10px 35px;
  }
}
.p-feature_top__box::before, .p-feature_top__box::after {
  content: "";
  width: 42px;
  aspect-ratio: 42/120;
  background-image: url(../images/feature_top_laurel_sp.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
}
@media screen and (min-width: 960px) {
  .p-feature_top__box::before, .p-feature_top__box::after {
    width: 124px;
    aspect-ratio: 124/245;
    background-image: url(../images/feature_top_laurel_pc.webp);
  }
}
.p-feature_top__box::before {
  left: 5px;
}
@media screen and (min-width: 960px) {
  .p-feature_top__box::before {
    left: 50px;
  }
}
.p-feature_top__box::after {
  right: 5px;
  scale: -1 1;
}
@media screen and (min-width: 960px) {
  .p-feature_top__box::after {
    right: 50px;
  }
}
.p-feature_top__box_text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-feature_top__box_text {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.p-feature_top__box_text:is(.p-feature_top__box_text + *) {
  margin-top: 3px;
}
@media screen and (min-width: 960px) {
  .p-feature_top__box_text:is(.p-feature_top__box_text + *) {
    margin-top: 10px;
  }
}
.p-feature_top__box_text .txt_green {
  font-size: 15px;
  font-size: 0.9375rem;
  color: var(--c_green01);
}
@media screen and (min-width: 960px) {
  .p-feature_top__box_text .txt_green {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-feature_top__box_img {
  width: 220px;
  padding-top: 15px;
  margin: 5px auto 0;
  filter: drop-shadow(0 3px 6px color-mix(in srgb, var(--c_black) 16%, transparent));
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-feature_top__box_img {
    width: 575px;
    margin-top: 20px;
    padding-top: 35px;
  }
}
.p-feature_top__box_img::before {
  content: "";
  width: 250px;
  height: 8px;
  margin: 0 auto;
  border: 2px dotted #D1BC26;
  clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 5px 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .p-feature_top__box_img::before {
    width: 535px;
    height: 12px;
  }
}
.p-feature_top__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-feature_top__arrow {
    padding: 8px 0;
  }
}
.p-feature_top__arrow::before, .p-feature_top__arrow::after {
  --p: 22px;
  content: "";
  display: block;
  width: 100px;
  height: 44px;
  clip-path: polygon(0 0, 50% var(--p), 100% 0, 100% calc(100% - var(--p)), 50% 100%, 0 calc(100% - var(--p)));
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-feature_top__arrow::before, .p-feature_top__arrow::after {
    --p: 26px;
    width: 120px;
    height: 55px;
  }
}
.p-feature_top__arrow::before {
  background-color: #DCF2E4;
}
.p-feature_top__arrow::after {
  margin-top: -15px;
  background-color: #A9E2B9;
}
@media screen and (min-width: 960px) {
  .p-feature_top__arrow::after {
    margin-top: -18px;
  }
}
@media screen and (max-width: 959px) {
  .p-feature_top__btn_area {
    padding: 20px 0 30px;
    margin: 15px auto 0;
    background-color: var(--c_green04);
    border-radius: 20px;
    position: relative;
  }
  .p-feature_top__btn_area::before {
    content: "";
    width: 100%;
    height: 50px;
    border-radius: 20px;
    background: repeating-linear-gradient(-45deg, var(--c_green03), var(--c_green03) 2px, transparent 2px, transparent 5.5px);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-14px);
    z-index: -1;
  }
}
.p-feature_top__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
}
@media screen and (min-width: 960px) {
  .p-feature_top__btn {
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 45px;
    margin-top: 20px;
    padding: 35px 0 45px;
    background-color: var(--c_green04);
    border-radius: 20px;
    position: relative;
  }
  .p-feature_top__btn::before {
    content: "";
    width: 100%;
    height: 50px;
    border-radius: 20px;
    background: repeating-linear-gradient(-45deg, var(--c_green03), var(--c_green03) 2px, transparent 2px, transparent 5.5px);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-14px);
    z-index: -1;
  }
}
@media screen and (min-width: 960px) {
  .p-feature_top__btn .c-btn.request {
    padding-left: 35px;
  }
}
@media screen and (min-width: 960px) {
  .p-feature_top__btn .c-btn.trial {
    padding-left: 25px;
  }
}

/*-----feature_bottom---------------------------------------------------*/
@media screen and (max-width: 959px) {
  .p-feature_bottom__container_sp {
    padding: 20px 0 85px;
    border-radius: 30px 30px 0 0;
    background-color: var(--c_green03);
  }
}
.p-feature_bottom__container_pc {
  display: contents;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__container_pc {
    display: block;
    padding: 40px 0 105px;
    margin-top: 75px;
    background-color: var(--c_green03);
    border-radius: 50px 50px 0 0;
  }
}
.p-feature_bottom__sec_ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--txt_white);
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__sec_ttl {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: 0.1em;
  }
}
.p-feature_bottom__logo {
  vertical-align: text-top;
  margin: 5px 5px 0;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__logo {
    margin: 5px 10px -5px;
  }
}
.p-feature_bottom__list01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    max-width: 1040px;
    padding: 0 20px;
    margin-top: 25px;
  }
}
.p-feature_bottom__list01 .p-feature_bottom__li_item {
  width: 48.5%;
  padding: 10px 5px 15px;
  background-color: var(--c_white);
  border: 2px solid var(--c_black);
  border-radius: 10px;
  box-shadow: var(--shadow5);
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_item {
    width: auto;
    padding: 20px 15px 15px;
  }
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_item:nth-child(1) {
    grid-area: 1/1/2/4;
  }
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_item:nth-child(2) {
    grid-area: 1/4/2/7;
  }
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_item:nth-child(3) {
    grid-area: 2/1/3/3;
  }
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_item:nth-child(4) {
    grid-area: 2/3/3/5;
  }
}
.p-feature_bottom__list01 .p-feature_bottom__li_item:nth-child(5) {
  width: 58.8%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_item:nth-child(5) {
    width: auto;
    margin: 0;
    grid-area: 2/5/3/7;
  }
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_cont {
    padding-left: 20px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_cont.wide {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-bottom: 0;
  }
}
.p-feature_bottom__list01 .p-feature_bottom__li_heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.375;
  color: var(--c_green01);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-feature_bottom__list01 .p-feature_bottom__li_text {
  margin-top: 5px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_text {
    margin-top: -5px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_text {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_text:is(.p-feature_bottom__li_cont.wide *) {
    margin: 0;
  }
}
.p-feature_bottom__list01 .p-feature_bottom__li_text .marker {
  padding: 0 2px;
  margin-right: 5px;
  background: linear-gradient(transparent 85%, var(--c_yellow01) 0 100%);
  font-size: 25px;
  font-size: 1.5625rem;
  text-shadow: 2px 2px 8px var(--c_yellow01);
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_text .marker {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_text .marker {
    padding: 0 10px;
    margin-right: 10px;
  }
}
.p-feature_bottom__list01 .p-feature_bottom__li_text .marker .num {
  font-family: "Barlow", "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_text .marker .num {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_text .marker .num {
    font-size: 83px;
    font-size: 5.1875rem;
  }
}
.p-feature_bottom__list01 .p-feature_bottom__li_text .marker .per {
  font-family: "Barlow", "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 800;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_text .marker .per {
    font-size: 47px;
    font-size: 2.9375rem;
  }
}
.p-feature_bottom__list01 .p-feature_bottom__li_img {
  width: 125px;
  margin: 10px auto 0;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list01 .p-feature_bottom__li_img:is(.p-feature_bottom__li_cont.wide *) {
    margin: 0;
    margin-top: 10px;
  }
}
.p-feature_bottom__notice {
  max-width: 600px;
  margin: 20px auto 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--txt_white);
  text-align: right;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__notice {
    max-width: 1040px;
    padding: 0 20px;
    margin-top: 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 959px) {
  .p-feature_bottom__box_sp {
    max-width: 600px;
    padding: 50px 0 0;
    margin: -50px auto 0;
    background-color: var(--c_yellow01);
    border: 2px solid var(--c_black);
    border-radius: 30px;
    box-shadow: 0 0 12px var(--c_yellow01);
    position: relative;
  }
}
.p-feature_bottom__box_pc {
  display: contents;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__box_pc {
    display: block;
    padding: 60px 45px 0;
    margin-top: -60px;
    background-color: var(--c_yellow01);
    border: 2px solid var(--c_black);
    border-radius: 50px;
    box-shadow: 0 0 12px var(--c_yellow01);
    position: relative;
  }
}
.p-feature_bottom__also {
  --h: 22px;
  width: fit-content;
  padding: 5px 45px 20px;
  margin: 0 auto;
  background-color: var(--c_green01);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--h)), 50% 100%, 0 calc(100% - var(--h)));
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.1em;
  color: var(--txt_white);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-30%);
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__also {
    --h: 35px;
    padding: 5px 70px 30px;
    font-size: 32px;
    font-size: 2rem;
    transform: translateY(-50%);
  }
}
.p-feature_bottom__list02 {
  display: flex;
  flex-direction: column;
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list02 {
    flex-direction: row;
    justify-content: center;
    align-items: end;
    gap: 20px;
    max-width: none;
  }
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list02 .p-feature_bottom__li_item {
    flex: 1;
  }
}
.p-feature_bottom__list02 .p-feature_bottom__li_balloon {
  padding: 10px 0 28px;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list02 .p-feature_bottom__li_balloon {
    padding: 15px 0 28px;
  }
}
.p-feature_bottom__list02 .p-feature_bottom__li_balloon::before {
  content: "";
  display: block;
  width: 35px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background-image: url(../images/feature_bottom_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list02 .p-feature_bottom__li_balloon::before {
    width: 45px;
  }
}
.p-feature_bottom__list02 .p-feature_bottom__li_balloon::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url(../images/feature_bottom_balloon_sp.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list02 .p-feature_bottom__li_balloon::after {
    background-image: url(../images/feature_bottom_balloon_pc.webp);
  }
}
.p-feature_bottom__list02 .p-feature_bottom__li_heading {
  width: fit-content;
  padding-left: 5px;
  margin: 5px auto 0;
  background: linear-gradient(transparent 65%, var(--c_yellow01) 0 95%, transparent 0 100%);
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 2px 2px 8px var(--c_yellow01);
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list02 .p-feature_bottom__li_heading {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-feature_bottom__list02 .p-feature_bottom__li_heading {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.p-feature_bottom__list02 .p-feature_bottom__li_text {
  margin-top: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--c_orange01);
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p-feature_bottom__list02 .p-feature_bottom__li_text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-feature_bottom__list02 .p-feature_bottom__li_cont {
  display: flex;
  align-items: start;
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list02 .p-feature_bottom__li_cont {
    align-items: end;
    margin-top: 15px;
  }
}
.p-feature_bottom__list02 .p-feature_bottom__li_img {
  width: 125px;
  margin-left: -20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list02 .p-feature_bottom__li_img {
    width: auto;
    max-width: 160px;
    margin-left: -30px;
  }
}
.p-feature_bottom__list02 .p-feature_bottom__li_role {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 135px;
  aspect-ratio: 1/1;
  background-color: var(--c_orange01);
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--txt_white);
}
@media screen and (min-width: 960px) {
  .p-feature_bottom__list02 .p-feature_bottom__li_role {
    width: 170px;
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-feature_bottom__list02 .p-feature_bottom__li_role {
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------*/
/*! <case>*/
/*--------------------------------------------------------*/
.p-case {
  padding: 25px 0 35px;
  background-color: var(--c_cream);
}
@media screen and (min-width: 960px) {
  .p-case {
    padding: 40px 0 60px;
  }
}
.p-case__sec_ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-case__sec_ttl {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}
.p-case__logo {
  margin-top: 5px;
  vertical-align: text-top;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .p-case__logo {
    margin-right: 5px;
  }
}
.p-case__container {
  max-width: 450px;
  padding: 20px 0 30px;
  margin: 10px auto 0;
  background-color: var(--c_white);
  border: 2px solid var(--c_black);
  border-radius: 20px;
  box-shadow: var(--shadow10);
}
@media screen and (min-width: 960px) {
  .p-case__container {
    max-width: none;
    padding: 40px 40px 30px;
    margin-top: 25px;
  }
}
.p-case__cont_top {
  padding: 0 15px;
}
@media screen and (min-width: 960px) {
  .p-case__cont_top {
    display: grid;
    grid-template-columns: 345px 1fr;
    grid-template-areas: "img heading" "img text";
    align-items: start;
    gap: 10px 30px;
    padding: 0;
  }
}
.p-case__cont_img {
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-case__cont_img {
    grid-area: img;
    margin-top: 0;
  }
}
.p-case__heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .p-case__heading {
    grid-area: heading;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.7;
  }
}
.p-case__text_area {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .p-case__text_area {
    grid-area: text;
    margin-top: 0;
  }
}
.p-case__company {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .p-case__company {
    gap: 8px;
    margin-top: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-case__company img {
  width: 90px;
}
@media screen and (min-width: 960px) {
  .p-case__company img {
    width: 120px;
  }
}
.p-case__desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .p-case__desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-case__desc .heading {
  padding: 0 8px;
  margin-right: 10px;
  border: 1px solid currentColor;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0em;
  color: var(--c_green03);
}
@media screen and (min-width: 960px) {
  .p-case__desc .heading {
    padding: 2px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-case__desc:is(.p-case__desc + *) {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .p-case__desc:is(.p-case__desc + *) {
    margin-top: 10px;
  }
}
.p-case__cont_bfaf {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .p-case__cont_bfaf {
    flex-direction: row;
    gap: 15px;
    padding-right: 10px;
  }
}
.p-case__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}
@media screen and (min-width: 960px) {
  .p-case__arrow {
    rotate: -90deg;
  }
}
.p-case__arrow::before, .p-case__arrow::after {
  --p: 10px;
  content: "";
  display: block;
  width: 45px;
  height: 20px;
  clip-path: polygon(0 0, 50% var(--p), 100% 0, 100% calc(100% - var(--p)), 50% 100%, 0 calc(100% - var(--p)));
  position: relative;
}
.p-case__arrow::before {
  background-color: #DCF2E4;
}
.p-case__arrow::after {
  margin-top: -6px;
  background-color: #A9E2B9;
}
.p-case__box {
  padding: 15px 15px 20px;
}
@media screen and (min-width: 960px) {
  .p-case__box {
    flex: 1;
    padding: 15px 20px 20px;
  }
}
.p-case__box.before {
  background-color: var(--c_ice_blue);
  position: relative;
}
.p-case__box.after {
  background-color: var(--c_green04);
}
.p-case__box_heading {
  font-family: "Barlow", "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: underline;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-case__box_heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-case__box_heading:is(.p-case__box.after *) {
  color: var(--c_green01);
}
.p-case__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .p-case__list {
    margin-top: 20px;
    gap: 12px;
  }
}
.p-case__li_item {
  display: flex;
  align-items: start;
  gap: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.65;
}
@media screen and (min-width: 960px) {
  .p-case__li_item {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-case__li_item::before {
  content: "";
  flex-shrink: 0;
  width: 10px;
  aspect-ratio: 1/1;
  margin-top: 8px;
  border-radius: 50%;
}
.p-case__li_item:is(.p-case__box.before *)::before {
  background-color: #A0A0A0;
}
.p-case__li_item:is(.p-case__box.after *)::before {
  background-color: var(--c_green03);
}
.p-case__modal_open {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  padding: 12px 15px 12px 25px;
  margin: 30px auto 0;
  border: 2px solid var(--c_green03);
  border-radius: 6px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition: opacity var(--hover_transition);
}
@media screen and (min-width: 960px) {
  .p-case__modal_open {
    padding: 18px 15px 18px 25px;
    margin-top: 25px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-case__modal_open::after {
  content: "";
  width: 8px;
  aspect-ratio: 9/15;
  background-color: var(--c_green03);
  mask-image: url(../images/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media (any-hover: hover) {
  .p-case__modal_open:hover {
    opacity: var(--hover_opacity);
  }
}
@media (any-hover: none) {
  .p-case__modal_open:active {
    opacity: var(--hover_opacity);
  }
}
.p-case__modal {
  display: none;
  width: 100vw;
  height: calc(100vh - var(--header_h));
  padding: 0 12px;
  position: fixed;
  inset: 0;
  top: var(--header_h);
  z-index: var(--z_modal);
  animation: fade 0.3s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-case__modal.is-open {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-case__modal_inner {
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  height: 100%;
  overflow: auto;
}
@media screen and (min-width: 960px) {
  .p-case__modal_inner {
    max-width: 1024px;
  }
}
.p-case__modal_container {
  margin: 15px 0;
  background-color: var(--c_white);
  border: 8px solid var(--c_ice_blue);
  border-radius: 28px;
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .p-case__modal_container {
    border-width: 12px;
    border-radius: 32px;
    padding-bottom: 45px;
  }
}
.p-case__art_company {
  padding: 10px 18px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (min-width: 960px) {
  .p-case__art_company {
    padding: 10px 40px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-case__art_company img {
  width: 80px;
  margin-right: 5px;
}
@media screen and (min-width: 960px) {
  .p-case__art_company img {
    width: 95px;
  }
}
.p-case__art_ttl {
  padding: 10px 0;
  background-color: var(--c_ice_blue);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-case__art_ttl {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.53;
  }
}
.p-case__art_sec {
  padding: 0 18px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .p-case__art_sec {
    padding: 0 40px;
    margin-top: 40px;
  }
  .p-case__art_sec:nth-child(1 of .p-case__art_sec) {
    margin-top: 35px;
  }
}
.p-case__art_sec_ttl {
  padding-left: 18px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-case__art_sec_ttl {
    padding-left: 23px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-case__art_sec_ttl::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  background-color: var(--c_green03);
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .p-case__art_sec_ttl::before {
    width: 13px;
    top: 10px;
  }
}
.p-case__art_sub_sec_ttl {
  padding-left: 40px;
  margin-top: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.57;
  color: var(--c_green03);
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-case__art_sub_sec_ttl {
    margin-bottom: 10px;
    padding-left: 50px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-case__art_sub_sec_ttl::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--c_green03);
  position: absolute;
  top: 13px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .p-case__art_sub_sec_ttl::before {
    width: 40px;
  }
}
.p-case__art_cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .p-case__art_cont {
    flex-direction: row;
    gap: 40px;
  }
  .p-case__art_cont:is(.p-case__art_sec_ttl + *) {
    margin-top: 15px;
  }
}
.p-case__art_text {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.66;
  color: #5C5C5C;
}
@media screen and (min-width: 960px) {
  .p-case__art_text {
    flex: 1;
    margin-top: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-case__art_img {
  width: 86.6%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-case__art_img {
    width: 28%;
  }
}
.p-case__art_img img {
  border: 2px solid var(--c_green01);
  border-radius: 10px;
}
.p-case__art_img_capt {
  margin-top: 8px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  color: #5C5C5C;
}
.p-case__modal_cta {
  padding: 0 18px;
  margin-top: 40px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .p-case__modal_cta {
    padding: 0 40px;
    margin-top: 45px;
  }
}
.p-case__modal_btn_area {
  padding: 15px 30px 30px;
  margin: 10px auto 0;
  background-color: var(--c_green04);
  border-radius: 20px;
  position: relative;
}
.p-case__modal_btn_area::before {
  content: "";
  width: 100%;
  height: 50px;
  border-radius: 20px;
  background: repeating-linear-gradient(-45deg, var(--c_green03), var(--c_green03) 2px, transparent 2px, transparent 5.5px);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-10px);
  z-index: -1;
}
.p-case__modal_btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .p-case__modal_btn {
    flex-direction: row;
    justify-content: center;
    gap: 35px;
    max-width: 615px;
    margin: 0 auto;
  }
}
.p-case__modal_btn .c-btn {
  padding: 15px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .p-case__modal_btn .c-btn {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-case__modal_btn .c-btn__balloon {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 960px) {
  .p-case__modal_btn .c-btn.request {
    padding-left: 30px;
  }
}
@media screen and (min-width: 960px) {
  .p-case__modal_btn .c-btn.trial {
    padding-left: 20px;
  }
}
.p-case__modal_close {
  display: block;
  width: fit-content;
  padding-left: 25px;
  padding-bottom: 5px;
  margin: 25px auto 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-case__modal_close {
    margin-top: 65px;
  }
}
.p-case__modal_close::before {
  content: "";
  width: 100%;
  height: 10px;
  border-left: 2px solid var(--c_green03);
  border-bottom: 2px solid var(--c_green03);
  transform: skew(-45deg);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-case__modal_overlay {
  width: 100vw;
  height: 100%;
  background: linear-gradient(75deg, #70DBC3, #83E5CF 15%, #34D5B0 45%, #34C9A7);
  top: var(--header_h);
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*--------------------------------------------------------*/
/*! <flow>*/
/*--------------------------------------------------------*/
.p-flow {
  padding: 30px 0;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-flow {
    padding: 55px 0 70px;
  }
}
@media screen and (max-width: 959px) {
  .p-flow__container_sp {
    padding: 30px 0 38px;
    background-color: var(--c_green03);
    border-radius: 30px;
  }
}
@media screen and (min-width: 960px) {
  .p-flow__container_sp {
    display: contents;
  }
}
.p-flow__container_pc {
  display: contents;
}
@media screen and (min-width: 960px) {
  .p-flow__container_pc {
    display: block;
    padding: 35px 40px 60px;
    background-color: var(--c_green03);
    border-radius: 50px;
  }
}
.p-flow__sec_ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--txt_white);
}
@media screen and (min-width: 960px) {
  .p-flow__sec_ttl {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}
.p-flow__logo {
  margin-top: 5px;
  margin-right: 5px;
  vertical-align: text-top;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .p-flow__logo {
    margin-top: 10px;
    margin-right: 10px;
  }
}
.p-flow__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 450px;
  margin: 25px auto 0;
  counter-reset: num 0;
}
@media screen and (min-width: 960px) {
  .p-flow__list {
    flex-direction: row;
    gap: 20px;
    max-width: none;
    margin-top: 35px;
  }
}
.p-flow__li_item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 18px;
  background-color: var(--c_white);
  border: 2px solid var(--c_black);
  border-radius: 10px;
  box-shadow: var(--shadow10);
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-flow__li_item {
    flex: 1;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0 35px;
  }
}
.p-flow__li_item:not(:last-child)::before {
  content: "";
  width: 38px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background-image: url(../images/flow_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-flow__li_item:not(:last-child)::before {
    width: 44px;
    margin: 0;
    top: 50%;
    left: auto;
    right: -12px;
    transform: translate(50%, -50%) rotate(0);
  }
}
.p-flow__li_num {
  font-family: "Barlow", "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-style: italic;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--c_green03);
  position: absolute;
  top: 4px;
  right: 18px;
}
@media screen and (min-width: 960px) {
  .p-flow__li_num {
    font-size: 25px;
    font-size: 1.5625rem;
    right: px;
  }
}
@media screen and (min-width: 1280px) {
  .p-flow__li_num {
    right: 5px;
  }
}
.p-flow__li_num::after {
  content: counter(num);
  counter-increment: num 1;
  display: inline-block;
  font-size: 65px;
  font-size: 4.0625rem;
  letter-spacing: -0.03em;
  vertical-align: text-top;
  transform: translateY(-10px);
}
@media screen and (min-width: 1280px) {
  .p-flow__li_num::after {
    font-size: 80px;
    font-size: 5rem;
    transform: translateY(-12px);
  }
}
.p-flow__li_img {
  width: 85px;
}
@media screen and (min-width: 960px) {
  .p-flow__li_img {
    width: 100%;
    padding: 0 30px;
  }
}
.p-flow__li_text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .p-flow__li_text {
    text-align: center;
  }
}
.p-flow__box {
  max-width: 450px;
  padding: 10px 60px 10px 0;
  margin: 20px auto 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-flow__box {
    max-width: 1000px;
    padding: 10px 75px;
    margin-top: 50px;
    background-color: var(--c_white);
    border: 1px solid var(--c_green04);
    border-radius: 100vh;
  }
}
.p-flow__box::before {
  content: "";
  width: 115px;
  aspect-ratio: 116/101;
  background-image: url(../images/flow_img06_sp.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(25px, 42%);
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-flow__box::before {
    width: 235px;
    aspect-ratio: 237/194;
    background-image: url(../images/flow_img06_pc.webp);
    right: 10px;
    transform: translateY(8px);
  }
}
@media screen and (max-width: 959px) {
  .p-flow__box {
    z-index: 0;
  }
  .p-flow__box::after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--c_white);
    border: 1px solid var(--c_green04);
    border-radius: 0 100vh 100vh 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
.p-flow__text {
  --intv: 3px;
  --line_h: 1px;
  width: 100%;
  background: linear-gradient(to right, var(--c_white) var(--intv), transparent 0), linear-gradient(transparent calc(100% - var(--line_h)), #D6D6D6 0 100%);
  background-size: calc(var(--intv) * 2) 1lh;
  padding-bottom: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.93;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .p-flow__text {
    width: 76%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.1;
  }
}
.p-flow__text .txt_green {
  display: inline;
  color: var(--c_green01);
}
.p-flow__text .txt_orange {
  display: inline;
  color: var(--c_orange01);
}

/*--------------------------------------------------------*/
/*! <contact>*/
/*--------------------------------------------------------*/
.p-contact {
  padding: 20px 0 45px;
  background-image: url(../images/contact_bg_sp.webp);
  background-size: cover;
  background-position: top center;
  /*フォームの中身のスタイリングはcomponent内*/
}
@media screen and (min-width: 960px) {
  .p-contact {
    padding: 35px 0 60px;
    background-image: url(../images/contact_bg_pc.webp);
  }
}
.p-contact__sec_ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-contact__sec_ttl {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}
.p-contact__box {
  max-width: 450px;
  padding-bottom: 30px;
  margin: 20px auto 0;
  background-color: var(--c_white);
  border: 2px solid var(--c_black);
  border-radius: 20px;
  box-shadow: var(--shadow10);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-contact__box {
    max-width: 850px;
    padding: 35px 0 40px;
    margin-top: 35px;
    border-radius: 30px;
  }
}
.p-contact__box_bg {
  padding: 25px 15px 5px;
  background-color: var(--c_cream);
}
@media screen and (min-width: 960px) {
  .p-contact__box_bg {
    padding: 15px 25px 10px 0;
  }
}
.p-contact__box_heading {
  width: fit-content;
  padding-bottom: 10px;
  margin: 0 auto;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-contact__box_heading {
    padding-bottom: 12px;
    margin: 0 0 0 auto;
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 0.1em;
  }
}
.p-contact__box_heading::before {
  content: "";
  width: 145px;
  height: 12px;
  border-top: 2px solid var(--c_black);
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (min-width: 960px) {
  .p-contact__box_heading::before {
    width: 245px;
    height: 15px;
    border-width: 3px;
  }
}
.p-contact__box_heading::after {
  content: "";
  width: 145px;
  height: 12px;
  border-top: 2px solid var(--c_black);
  border-left: 2px solid var(--c_black);
  transform: skew(-45deg);
  position: absolute;
  top: 100%;
  right: 0;
}
@media screen and (min-width: 960px) {
  .p-contact__box_heading::after {
    width: 260px;
    height: 18px;
    border-width: 3px;
  }
}
.p-contact__box_heading .marker {
  padding-right: 5px;
  margin-top: -5px;
  background: linear-gradient(transparent 70%, var(--c_yellow01) 0 100%, transparent 0 100%);
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 900;
  letter-spacing: 0em;
  text-shadow: 2px 2px 8px var(--c_yellow01);
}
@media screen and (min-width: 960px) {
  .p-contact__box_heading .marker {
    padding: 0 3px;
    margin-top: -10px;
    font-size: 31px;
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 959px) {
  .p-contact__box_heading .fz-m {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0em;
  }
}
.p-contact__box_logo {
  margin: 0 5px;
  vertical-align: text-top;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .p-contact__box_logo {
    margin-bottom: -5px;
  }
}
.p-contact__box_img {
  width: 220px;
  margin: 30px auto 0;
  filter: drop-shadow(0 10px 16px color-mix(in srgb, var(--c_black) 16%, transparent));
}
@media screen and (min-width: 960px) {
  .p-contact__box_img {
    width: 290px;
    margin: 0;
    position: absolute;
    top: 70px;
    left: 25px;
  }
}
.p-contact__btn_area {
  padding: 0 28px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .p-contact__btn_area {
    width: 530px;
    padding-right: 35px;
    padding-left: 0;
    margin-top: 35px;
    margin-right: 0;
    margin-left: auto;
  }
}
.p-contact__btn_area .c-btn {
  padding: 18px;
  margin: 0 auto;
  background-color: var(--c_yellow01);
  border-color: var(--c_black);
  color: var(--txt_black);
}
@media screen and (max-width: 959px) {
  .p-contact__btn_area .c-btn {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .p-contact__btn_area .c-btn {
    padding-left: 35px;
    font-weight: bold;
  }
}
.p-contact__btn_area .c-btn::after {
  background-color: var(--c_black);
}
@media screen and (max-width: 959px) {
  .p-contact__btn_area .c-btn::after {
    width: 7px;
  }
}
.p-contact__btn_area .c-btn__balloon {
  border-color: var(--c_black);
  color: var(--txt_black);
}
@media screen and (max-width: 959px) {
  .p-contact__btn_area .c-btn__balloon {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.p-contact__form_box {
  max-width: 600px;
  padding: 25px 15px 30px;
  margin: 20px auto 0;
  background-color: var(--c_white);
  border: 2px solid var(--c_green01);
  border-radius: 20px;
  box-shadow: var(--shadow10);
}
@media screen and (min-width: 960px) {
  .p-contact__form_box {
    max-width: 1000px;
    padding: 35px 75px 40px;
    margin-top: 30px;
    border-radius: 30px;
  }
}
.p-contact__form_heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: var(--c_green01);
}
@media screen and (min-width: 960px) {
  .p-contact__form_heading {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__form_heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-contact__form_logo {
  vertical-align: text-top;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .p-contact__form_logo {
    margin-top: 10px;
    margin-right: 5px;
  }
}
.p-contact__form_area {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .p-contact__form_area {
    margin-top: 35px;
  }
}

/*--------------------------------------------------------*/
/*! <faq>*/
/*--------------------------------------------------------*/
.p-faq {
  padding: 30px 0 50px;
}
@media screen and (min-width: 960px) {
  .p-faq {
    padding: 70px 0 75px;
  }
}
@media screen and (max-width: 959px) {
  .p-faq__container_sp {
    padding: 20px 0 40px;
    background-color: var(--c_ice_blue);
    border-radius: 30px;
  }
}
.p-faq__container_pc {
  display: contents;
}
@media screen and (min-width: 960px) {
  .p-faq__container_pc {
    display: block;
    padding: 30px 100px 60px;
    background-color: var(--c_ice_blue);
    border-radius: 50px;
  }
}
.p-faq__sec_ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-faq__sec_ttl {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 450px;
  margin: 20px auto 0;
}
@media screen and (min-width: 960px) {
  .p-faq__list {
    gap: 15px;
    max-width: none;
  }
}
.p-faq__li_item {
  background-color: var(--c_white);
  border: 2px solid var(--c_black);
  border-radius: 10px;
}
.p-faq__question {
  display: grid;
  grid-template-columns: 35px 1fr 15px;
  align-items: center;
  gap: 5px;
  padding: 12px 15px;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .p-faq__question {
    grid-template-columns: 46px 1fr 24px;
    gap: 15px;
    padding: 15px 25px;
  }
}
.p-faq__question_q {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  padding-bottom: 3px;
  background-color: var(--c_green03);
  border-radius: 50%;
  font-family: "Barlow", "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--txt_white);
}
@media screen and (min-width: 960px) {
  .p-faq__question_q {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-faq__question_heading {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.54;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .p-faq__question_heading {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-faq__question_icon {
  display: grid;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
}
.p-faq__question_icon::before, .p-faq__question_icon::after {
  content: "";
  grid-area: 1/1;
  width: 100%;
  height: 2px;
  background-color: var(--c_green03);
  border-radius: 100vh;
}
@media screen and (min-width: 960px) {
  .p-faq__question_icon::before, .p-faq__question_icon::after {
    height: 3px;
  }
}
.p-faq__question_icon::after {
  rotate: 90deg;
}
.p-faq__question_icon:is(.p-faq__question.is-open *)::after {
  display: none;
}
.p-faq__answer {
  display: none;
  grid-template-columns: 35px 1fr;
  gap: 5px;
  padding: 0 15px 5px;
}
@media screen and (min-width: 960px) {
  .p-faq__answer {
    grid-template-columns: 46px 1fr;
    gap: 12px;
    padding: 0 25px 14px;
    margin-top: 9px;
  }
}
.p-faq__answer.is-open {
  display: grid;
}
.p-faq__answer_a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  padding-bottom: 3px;
  background-color: var(--c_black);
  border-radius: 50%;
  font-family: "Barlow", "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--txt_white);
}
@media screen and (min-width: 960px) {
  .p-faq__answer_a {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-faq__answer_text {
  padding: 8px 0 15px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.66;
}
@media screen and (min-width: 960px) {
  .p-faq__answer_text {
    padding-right: 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.56;
  }
}/*# sourceMappingURL=style.css.map */