@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap);
.l-wrapper {
  width: calc(100% - 3.8rem);
  max-width: 108rem;
  margin: auto;
  position: relative;
}
div.c-pageTitle h1,
div.c-pageTitle p,
div.c-basket__box h1,
div.c-basket__box h2 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  div.c-pageTitle h1,
  div.c-pageTitle p,
  div.c-basket__box h1,
  div.c-basket__box h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 568px) {
  div.c-pageTitle h1,
  div.c-pageTitle p,
  div.c-basket__box h1,
  div.c-basket__box h2 {
    font-size: 2.4rem;
  }
}
.c-sidebarBlock__ttl {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-sidebarBlock__ttl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 568px) {
  .c-sidebarBlock__ttl {
    font-size: 1.5rem;
  }
}
div.c-basket__box p,
button,
p#fm_ajax_message {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  div.c-basket__box p,
  button,
  p#fm_ajax_message {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 568px) {
  div.c-basket__box p,
  button,
  p#fm_ajax_message {
    font-size: 1.4rem;
  }
}
.c-faq span,
div.c-breadcrumbs {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-faq span,
  div.c-breadcrumbs {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 568px) {
  .c-faq span,
  div.c-breadcrumbs {
    font-size: 1.1rem;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  vertical-align: baseline;
}
img {
  display: inherit;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
* {
  box-sizing: border-box;
  word-break: normal;
  background-repeat: no-repeat;
}
div#ie_container {
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
}
div#ie_container div.cover {
  width: 100%;
  height: 100%;
  max-width: none;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  margin: auto;
}
div#ie_container div.cover p {
  width: 100%;
  position: absolute;
  font-size: 12px;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
.ie7 body {
  overflow: hidden;
  background: #fff;
}
.ie7 div#container {
  display: none;
}
.ie8 body {
  overflow: hidden;
  background: #fff;
}
.ie8 div#container {
  display: none;
}
.ie8 div#ie_container {
  display: inherit;
}
body {
  background: #ecebf0;
}
html,
body {
  width: 100%;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: inherit;
  }
}
@media screen and (min-width: 569px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 568px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #191a2e;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
div#container {
  width: 100%;
  height: 100%;
}
::selection {
  background: #d4a958;
  color: #fff;
}
::-moz-selection {
  background: #d4a958;
  color: #fff;
}
a {
  transition:
    background-color 0.4s ease,
    color 0.4s ease,
    opacity 0.4s ease;
}
a,
a:hover,
a:visited,
a:link {
  color: #191a2e;
  text-decoration: none;
}
a img {
  transition: opacity 0.4s ease;
}
a:hover {
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
picture {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
br {
  line-height: inherit;
}
hr {
  height: 0.1rem;
  clear: both;
  border: none;
  border-top: #ccc 0.1rem solid;
  color: #fff;
}
.unselectable {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  max-width: 100%;
}
img {
  width: 100%;
  height: auto;
}
input,
select,
textarea,
search {
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  background: #f4f5f7;
  -webkit-appearance: none;
  font-size: 1.6rem;
  border-radius: 0;
}
button {
  font-family: "Noto Sans JP", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #191a2e;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
  border-color: #d4a958;
}
:-ms-input-placeholder {
  color: #ddd;
}
::placeholder {
  color: #ddd;
}
::selection {
  color: #fff;
  background: #d4a958;
}
input::selection,
textarea::selection {
  color: #fff;
  background: #d4a958;
}
input {
  width: 100%;
  padding: 1rem 1.6rem;
}
input.wth_80 {
  width: 80%;
}
@media screen and (max-width: 768px) {
  input.wth_80 {
    width: 100%;
  }
}
input.wth_70 {
  width: 70%;
}
@media screen and (max-width: 768px) {
  input.wth_70 {
    width: 100%;
  }
}
input.wth_48 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  input.wth_48 {
    width: 100%;
  }
}
input.wth_50 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  input.wth_50 {
    width: 100%;
  }
}
input.wth_30 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  input.wth_30 {
    width: 100%;
  }
}
input.wth_20 {
  width: 20%;
}
@media screen and (max-width: 768px) {
  input.wth_20 {
    width: 50%;
  }
}
textarea {
  width: 100%;
  height: 10em;
  padding: 1rem;
  resize: vertical;
}
select {
  width: auto;
  padding: 1rem 6rem 1rem 1rem;
  background-image: url(../img/arrow/input_select.svg);
  background-position: right 0.5rem center;
  background-size: 2.5rem 2.5rem;
  vertical-align: middle;
  border: #ccc 0.1rem solid;
  margin: 0.5rem 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #191a2e;
}
select::-ms-expand {
  display: none;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + label,
input[type="radio"] + span {
  padding: 0.7rem 0rem 0.7rem 2.5rem;
  margin: 0.2rem 2rem 0.2rem 0rem;
  display: inline-block;
  background-image: url(../img/arrow/input_check_off.svg);
  background-position: left 50%;
  background-size: 1.8rem 1.8rem;
  cursor: pointer;
  position: relative;
}
input[type="radio"] + label::before,
input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #c7c7c7;
  background: #fff;
}
input[type="radio"]:checked + label::before,
input[type="radio"]:checked + span::before {
  background: url(../img/check_01.svg) center center/contain no-repeat;
}
input[type="checkbox"] + label,
input[type="checkbox"] + span {
  padding: 0.7rem 0rem 0.7rem 2.5rem;
  margin: 0.2rem 2rem 0.2rem 0rem;
  background-position: left 50%;
  background-size: 1.8rem 1.8rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
input[type="checkbox"] + label::before,
input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #c7c7c7;
  background: #fff;
}
input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:checked + span::before {
  background: url(../img/check_01.svg) center center/contain no-repeat;
}
input[type="file"] {
  border: none;
  padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"],
button[type="button"] {
  margin-top: 2.4rem;
  width: 100%;
  height: 5rem;
  border-radius: 999rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d4a958;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  transition: opacity 0.3s;
}
p#fm_ajax_message {
  font-weight: bold;
  color: #d4a958;
  letter-spacing: 0.1rem;
}
.c-cta {
  background: linear-gradient(91deg, #e81a4e 0.19%, #fd4d79 99.78%);
  padding: 1.6rem 0;
}
.c-cta__container {
  gap: 4.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-cta__container {
    gap: 1.4rem;
    flex-direction: column;
  }
}
.c-cta__image {
  width: 24rem;
  flex-shrink: 0;
}
.c-cta__textWrap {
  width: fit-content;
}
.c-cta__text01 {
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.7;
  width: fit-content;
  position: relative;
  padding: 0 2.7rem;
}
@media screen and (max-width: 768px) {
  .c-cta__text01 {
    font-size: 2rem;
    width: fit-content;
    margin-inline: auto;
  }
}
.c-cta__text01::before,
.c-cta__text01::after {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 1.4rem;
}
.c-cta__text01::before {
  left: 0;
  transform: rotate(60deg);
}
.c-cta__text01::after {
  right: 0;
  transform: rotate(-60deg);
}
.c-cta__btn {
  margin-top: 1.3rem;
  width: 37.4rem;
  height: 7.4rem;
  display: flex;
  align-items: center;
  gap: 2.8rem;
  font-size: 2.4rem;
  font-weight: 900;
  background: #fff;
  border-radius: 999rem;
  padding: 1rem 1.3rem;
}
.c-cta__btn,
.c-cta__btn:hover,
.c-cta__btn:visited,
.c-cta__btn:link {
  color: #e81a4e;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-cta__btn {
    height: 6rem;
    font-size: 2rem;
  }
}
.c-cta__btn__free {
  width: 5.4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e81a4e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
}
div.c-basket__box {
  max-width: 70rem;
  height: auto;
  margin: auto;
  text-align: center;
  padding: 10rem 0;
}
@media screen and (max-width: 568px) {
  div.c-basket__box {
    padding: 5rem 0;
  }
}
div.c-basket__box h1,
div.c-basket__box h2 {
  padding: 0 0 2rem;
  margin: 0 0 2rem 0;
  text-align: center;
  font-weight: bold;
  border-bottom: #dadada 0.1rem solid;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}
div.c-basket__box p {
  padding: 0 0 3rem 0;
  font-weight: bold;
}
div.c-breadcrumbs {
  width: 100%;
  height: 3.7em;
  margin: 0;
  padding: 1em 0;
  background-color: #fff;
  border-top: #ccc 0.1rem solid;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
div.c-breadcrumbs::-webkit-scrollbar {
  display: none;
}
div.c-breadcrumbs #breadcrumbs {
  margin: auto;
  white-space: nowrap;
}
div.c-breadcrumbs #breadcrumbs a {
  color: #d4a958;
  background-image: url(../img/arrow/arrow_right_c.svg);
  background-position: center right 0.5rem;
  background-size: 1.3rem 1.3rem;
  padding: 0 2.2rem 0 0;
  font-weight: bold;
}
div.c-breadcrumbs #breadcrumbs img {
  margin: 0.1rem 0.5rem;
  vertical-align: text-bottom;
  width: 1.4rem;
  height: 1.3rem;
}
.c-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 7.2rem;
  padding: 0 2.4rem;
  font-weight: bold;
  border-radius: 999rem;
  line-height: 1.7;
  font-size: 2.4rem;
  flex-shrink: 0;
  box-shadow: 0 4px 14px 0 rgba(23, 35, 102, 0.3);
  width: 34.3rem;
  gap: 1.3rem;
  position: relative;
}
.c-btn01,
.c-btn01:hover,
.c-btn01:visited,
.c-btn01:link {
  color: #fff;
  text-decoration: none;
}
.c-btn01:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    font-size: 2rem;
    height: 6rem;
  }
}
.c-btn01--contact {
  background: #fa4674;
  border: 4px solid #fa4674;
}
.c-btn01--contact .c-btn01__icon {
  width: 4.5rem;
}
@media screen and (max-width: 768px) {
  .c-btn01--contact .c-btn01__icon {
    width: 3.7rem;
  }
}
.c-btn01--download {
  background: #fff;
  border: 4px solid #fa4674;
}
.c-btn01--download,
.c-btn01--download:hover,
.c-btn01--download:visited,
.c-btn01--download:link {
  color: #fa4674;
  text-decoration: none;
}
.c-btn01--download .c-btn01__icon {
  width: 2.8rem;
}
@media screen and (max-width: 768px) {
  .c-btn01--download .c-btn01__icon {
    width: 2.4rem;
  }
}
.c-btn01__ballon {
  height: 3rem;
  padding-inline: 2rem;
  background: #fc4b78;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-feature-settings: "palt" on;
  font-size: 16.381px;
  font-weight: 700;
  line-height: 1.7;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: -0.3rem;
  transform: translate(-50%, -50%);
  border-radius: 999rem;
}
@media screen and (max-width: 768px) {
  .c-btn01__ballon {
    font-size: 1.3rem;
    height: 2.4rem;
  }
}
.c-btn01__ballon::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #fc4b78 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translate(-50%);
}
.c-cookiebox {
  z-index: 100;
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.c-cookiebox .c-cookiebox__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2rem;
  color: #fff;
  width: 100rem;
}
@media screen and (max-width: 768px) {
  .c-cookiebox .c-cookiebox__inner {
    width: 90%;
    padding: 1.5rem 0;
  }
}
.c-cookiebox .c-cookiebox__inner p {
  width: 85rem;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-cookiebox .c-cookiebox__inner p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.c-cookiebox .c-cookiebox__inner p a {
  color: #fff;
  text-decoration: underline;
}
.c-cookiebox .c-cookiebox__inner .cookiebox__inner-btn {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 1.5rem 2rem;
  background: #fff;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  cursor: pointer;
  border: 0.2rem solid #333;
}
@media screen and (max-width: 768px) {
  .c-cookiebox .c-cookiebox__inner .cookiebox__inner-btn {
    width: 50vw;
    margin: 0.5rem auto 0;
    padding: 0.5rem 2rem;
  }
}
.c-faq {
  text-align: left;
}
.c-faq p {
  display: inline;
}
@media screen and (max-width: 768px) {
  .c-faq p {
    display: block;
  }
}
.c-faq span {
  display: inline-block;
  text-align: center;
  background-color: #d4a958;
  color: #fff;
  padding: 0.2rem 1.5rem;
  margin: 0 1rem 0 0;
  font-weight: bold;
  border-radius: 10rem;
}
@media screen and (max-width: 768px) {
  .c-faq span {
    margin: 0 0 0.5rem 0;
  }
}
.c-faq dt {
  cursor: pointer;
  font-weight: bold;
  padding: 2rem 0;
  border-bottom: #ccc 0.1rem solid;
}
.c-faq dt p {
  padding: 0 3.5rem 0 0;
  background-image: url(../img/arrow/arrow_open.svg);
  background-position: right center;
  background-size: 2rem 2rem;
}
.c-faq dt:hover p {
  text-decoration: underline;
}
.c-faq dt.open p {
  background-image: url(../img/arrow/arrow_close.svg);
  background-position: right center;
  background-size: 2rem 2rem;
}
.c-faq dd {
  display: none;
  line-height: 1.5em;
}
.c-faq dd div.detail {
  padding: 3rem 0 3rem 6rem;
}
@media screen and (max-width: 568px) {
  .c-faq dd div.detail {
    padding: 1rem 0 2rem 1rem;
  }
}
.c-faq dd div.detail img {
  width: 90%;
  max-width: 65rem;
  margin: 2rem auto 1.5rem auto;
}
.c-faq dd div.detail p span {
  color: #ccc;
}
div.c-pageTitle {
  width: 100%;
  background-color: #d4a958;
  background-position: center center;
  background-size: cover;
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  div.c-pageTitle {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 568px) {
  div.c-pageTitle {
    padding: 3rem 0;
  }
}
div.c-pageTitle h1,
div.c-pageTitle p {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.c-pageup {
  width: 7rem;
  height: 7rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .c-pageup {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 568px) {
  .c-pageup {
    width: 4rem;
    height: 4rem;
  }
}
.c-pageup a .c-pageup__img {
  width: 100%;
  height: 100%;
}
.c-policyBox__content {
  padding: 2rem;
  text-align: left;
}
.c-policyBox__content h2 {
  font-weight: 700;
  margin-bottom: 1em;
}
.c-policyBox__content h3 {
  font-weight: 700;
  font-size: 1.4rem;
}
.c-policyBox__content p {
  margin-bottom: 1em;
  font-size: 1.2rem;
}
.c-policyBox__content p.mb_0 {
  margin-bottom: 0;
}
.c-policyBox__content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 1em;
  font-size: 1.2rem;
}
.c-policyBox__content ol li ol {
  padding-left: 2em;
  margin-bottom: 0;
}
.c-policyBox__content ol.pl_25 {
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .c-policyBox {
    width: 100%;
    margin: 2rem 0;
  }
  .c-policyBox .policy_content {
    padding: 2rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 568px) {
  .c-policyBox {
    height: 12rem;
    margin: 2rem auto;
  }
  .c-policyBox .policy_content {
    padding: 1rem;
  }
}
.c-slidein--left,
.c-slidein--right {
  opacity: 1;
  transition:
    transform 1s ease,
    opacity 1s ease-in;
}
.c-slidein--left.init {
  opacity: 0;
  transform: translate(-10%, 0);
}
.c-slidein--right.init {
  opacity: 0;
  transform: translate(10%, 0);
}
.c-slideup {
  opacity: 1;
  transition:
    opacity 0.7s ease-in-out,
    transform 1.5s cubic-bezier(0.35, 0.34, 0.22, 0.99);
  transform: translate(0, 0);
  will-change: transform, opacity;
}
.c-slideup.init {
  opacity: 0;
  transform: translate(0, 10rem);
}
@media screen and (max-width: 768px) {
  .c-slideup.init {
    transform: translate(0, 8rem);
  }
}
.c-slideup--js {
  opacity: 0;
  transform: translate(0, 15rem);
  will-change: transform, opacity;
}
.c-rotate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
  transition:
    opacity 4s,
    transform 4s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.c-rotate.init {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -36deg) translate3d(0, 5rem, 13rem);
}
.c-fadein {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.c-fadein.init {
  opacity: 0;
}
@media screen and (min-width: 569px) {
  .delay_100 {
    transition-delay: 100ms;
  }
  .delay_200 {
    transition-delay: 200ms;
  }
  .delay_300 {
    transition-delay: 300ms;
  }
  .delay_400 {
    transition-delay: 400ms;
  }
  .delay_400_0 {
    transition-delay: 400ms;
  }
}
@media screen and (min-width: 569px) and (max-width: 568px) {
  .delay_400_0 {
    transition-delay: 0;
  }
}
@media screen and (max-width: 568px) {
  .c-clear_effect_sp {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
@media screen and (min-width: 569px) {
  .c-clear_effect_up_sp {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
.c-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-table--tbBlock,
  .c-table--tbBlock thead,
  .c-table--tbBlock tbody,
  .c-table--tbBlock tfoot,
  .c-table--tbBlock tr {
    display: block;
    width: 100%;
  }
  .c-table--tbBlock tr th,
  .c-table--tbBlock tr td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .c-table--spBlock,
  .c-table--spBlock thead,
  .c-table--spBlock tbody,
  .c-table--spBlock tfoot,
  .c-table--spBlock tr {
    display: block;
    width: 100%;
  }
  .c-table--spBlock tr th,
  .c-table--spBlock tr td {
    display: block;
    width: 100%;
  }
}
.c-sectionTitle {
  text-align: center;
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-sectionTitle {
    font-size: 2rem;
  }
}
.c-sectionTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48.4%;
  transform: translate(-50%, -50%);
  width: 9.8rem;
  aspect-ratio: 98/65;
  background: url(../img/title_bg_01-01.webp) no-repeat center center/cover;
  z-index: -1;
}
.local-theme .c-sectionTitle::before {
  background: url(../img/title_bg_01-02.webp) no-repeat center center/cover;
}
.c-sidebarBlock {
  padding: 3rem 0;
  border-bottom: #ccc 0.2rem solid;
}
@media screen and (max-width: 568px) {
  .c-sidebarBlock {
    padding: 2rem 0;
  }
}
.c-sidebarBlock:first-child {
  padding: 0 0 3rem 0;
}
@media screen and (max-width: 568px) {
  .c-sidebarBlock:first-child {
    padding: 0 0 2rem 0;
  }
}
.c-sidebarBlock:last-child {
  border-bottom: none;
}
.c-sidebarBlock__ttl {
  margin: 0 auto 1rem auto;
  font-weight: bold;
}
.c-tab__btnWrap {
  display: flex;
  gap: 2rem;
  padding: 0 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-tab__btnWrap {
    padding: 0;
    gap: 0.6rem;
    flex-wrap: wrap;
  }
}
.c-tab__btn {
  cursor: pointer;
  padding: 1.6rem 4.8rem;
  border-radius: 1rem 1rem 0 0;
  background: #d1cfdb;
  color: #5a4c9e;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-tab__btn {
    border-radius: 0.6rem;
    padding: 0.8rem 0.8rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.c-tab__btn.is-active {
  color: #fff;
  background: #5a4c9e;
}
.c-tab__contents {
  border-radius: 5px 5px 0 0;
  border: 2px solid #5a4c9e;
  border-top: 9px solid #5a4c9e;
}
@media screen and (max-width: 768px) {
  .c-tab__contents {
    margin-top: 0.9rem;
    border-top: 8px solid #5a4c9e;
  }
}
.c-tab__content {
  display: none;
  background: #fff;
}
.c-tab__content.is-active {
  display: block;
}
.l-header {
  width: 100%;
  position: fixed;
  top: 3.8rem;
  left: 0;
  z-index: 100;
  padding: 1.6rem 1.6rem 1.6rem 6.4rem;
}
.l-header::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 12rem;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s linear;
}
@media screen and (max-width: 1280px) {
  .l-header::before {
    height: 9rem;
  }
}
.l-header.is-scroll-compact::before {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .l-header {
    padding: 0.6rem 1rem 0.6rem 2rem;
    top: 4.2rem;
    transition: top 0.2s linear;
  }
  .l-header.is-scroll-compact {
    top: 0;
  }
}
.l-header__inner {
  margin: auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .l-header__inner {
    min-width: inherit;
  }
}
.l-header__logo {
  z-index: 2000;
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  width: 28.7rem;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .l-header__logo a img {
    width: 17.7rem;
  }
}
header.fixed {
  background: hsla(0, 0%, 100%, 0.7);
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .l-header-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url(../img/header_bg_01.webp) top center/cover no-repeat;
    overflow: auto;
    z-index: 1000;
    transform: none;
    padding: 8rem 2rem 3rem;
  }
}
.l-header-nav__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .l-header-nav__list {
    flex-direction: column;
    width: 100%;
    padding: 2rem 0;
  }
}
.l-header-nav__item + .l-header-nav__item {
  margin-left: 3.2rem;
}
@media screen and (max-width: 1280px) {
  .l-header-nav__item + .l-header-nav__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .l-header-nav__item {
    width: 100%;
  }
}
.l-header-nav__item.l-header-nav__item--btn01 {
  margin-left: 2.5rem;
}
@media screen and (max-width: 1280px) {
  .l-header-nav__item.l-header-nav__item--btn01 {
    margin-left: 0;
    margin-top: 4.8rem;
  }
}
.l-header-nav__link {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  display: block;
}
.l-header-nav__link,
.l-header-nav__link:hover,
.l-header-nav__link:visited,
.l-header-nav__link:link {
  color: #221248;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .l-header-nav__link {
    padding: 1.2rem 0.8rem 1.1rem;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
}
.l-header-nav__btn01 {
  width: 19.7rem;
  border: 2px solid #fa4674;
  background: #fa4674;
  font-size: 1.6rem;
  height: 5.4rem;
}
.l-header-nav__btn01:hover {
  opacity: 1;
  background: #fff;
  color: #fa4674;
}
@media screen and (max-width: 1280px) {
  .l-header-nav__btn01 {
    width: 30rem;
    margin-inline: auto;
    height: 6.4rem;
  }
}
.l-header-spBtn {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-header-spBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.9rem;
    height: 3.5rem;
    border-radius: 999rem;
    background: #fa4674;
    box-shadow: 0 4px 14px 0 rgba(23, 35, 102, 0.3);
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.7;
  }
  .l-header-spBtn,
  .l-header-spBtn:hover,
  .l-header-spBtn:visited,
  .l-header-spBtn:link {
    color: #fff;
    text-decoration: none;
  }
}
body.drawer_open {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.l-headerToggle {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-headerToggle {
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    display: block;
    box-sizing: content-box;
    width: 6.7rem;
    height: 6.7rem;
    background: #d4a958;
    transform: translateZ(0);
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.l-headerToggle__bar {
  background-color: #fff;
  display: block;
  width: 2.2rem;
  height: 0.2rem;
  border: 0;
  transition:
    background-color 0.35s ease,
    transform 0.35s ease;
}
.l-headerToggle__bar + .l-headerToggle__bar {
  margin-top: 0.5rem;
}
.l-headerToggle.toggle_active .top {
  transform: translateY(0.7rem) translateX(0) rotate(45deg);
}
.l-headerToggle.toggle_active .middle {
  opacity: 0;
}
.l-headerToggle.toggle_active .bottom {
  transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
  margin-left: 0;
}
.drawer_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.5);
}
@media screen and (max-width: 1280px) {
  .l-header-nav {
    display: none;
    opacity: 0;
    backface-visibility: hidden;
  }
  .l-header-nav.is_open {
    display: block;
    top: 0;
    opacity: 1;
    animation-duration: 0.4s;
    animation-name: fadeInRight;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOutScale {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
.l-footer {
  background: #2f2f2f;
  padding-top: 3.4rem;
}
.l-footer__container {
  display: flex;
  gap: 10.6rem;
}
@media screen and (max-width: 768px) {
  .l-footer__container {
    flex-direction: column;
    gap: 4rem;
  }
}
.l-footer__info {
  flex-shrink: 0;
}
.l-footer__info__text01 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .l-footer__info__text01 {
    font-size: 1.2rem;
  }
}
.l-footer__info__logoWrap {
  margin-top: 0.4rem;
  display: flex;
  gap: 1.6rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer__info__logoWrap {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-footer__info__companytext {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
}
.l-footer__info__logo {
  width: 17.6rem;
  flex-shrink: 0;
}
.l-footer__info__text02 {
  margin-top: 0.3rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
}
.l-footer__about {
  flex: 1;
}
.l-footer__about__text01 {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.7;
}
.l-footer__about__text01:not(:first-child) {
  margin-top: 4rem;
}
.l-footer__about__text02 {
  margin-top: 0.6rem;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.7;
}
.l-footer__about__link {
  margin-top: 1.2rem;
  display: flex;
  width: fit-content;
  text-decoration: underline !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}
.l-footer__about__link,
.l-footer__about__link:hover,
.l-footer__about__link:visited,
.l-footer__about__link:link {
  color: #fff;
  text-decoration: none;
}
.l-footer__bottom {
  background: #111;
  padding: 2.1rem 0 10rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    padding-bottom: 12rem;
  }
}
.l-footer__copyright {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.7;
}
.l-page {
  padding-top: 8rem;
  margin-top: -8rem;
}
@media screen and (max-width: 768px) {
  .l-page {
    padding-top: 5.5rem;
    margin-top: -5.5rem;
  }
}
.l-page--column_2 {
  padding-top: 5rem;
}
@media screen and (min-width: 769px) {
  .l-page--column_2 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .l-page--column_2 {
    padding-top: 2rem;
  }
}
.l-page--column_2 .l-page__main {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .l-page--column_2 .l-page__main {
    width: 100%;
  }
}
.l-page--column_2 .l-sidebar {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .l-page--column_2 .l-sidebar {
    width: 100%;
  }
}
.l-wrapper--800 {
  max-width: 80rem;
}
.l-wrapper--1120 {
  max-width: 112rem;
}
.l-wrapper--1160 {
  max-width: 116rem;
}
.l-sec {
  padding-block: 8rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding-block: 6.4rem 6.4rem;
  }
}
.p-headTab {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 8.2rem;
  background: #fff;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  width: calc(100% - 6rem);
  border-radius: 999rem;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0px 0px 0px 1px #afa2e5;
  z-index: 200;
}
@media screen and (max-width: 1280px) {
  .p-headTab {
    width: calc(100% - 0.4rem);
    position: relative;
  }
}
.p-headTab__btn {
  flex: 1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
  height: 100%;
  padding-bottom: 0.9rem;
  justify-content: center;
  display: flex;
  align-items: flex-end;
  color: #5a4c9e;
}
@media screen and (max-width: 768px) {
  .p-headTab__btn {
    font-size: 1.3rem;
    padding-bottom: 0.6rem;
  }
}
.p-headTab__btn.is-current {
  background: linear-gradient(81deg, #9182d3 21.17%, #c6bcf4 89.62%);
  color: #fff;
  pointer-events: none;
}
.p-fvBg {
  background: url(../img/fv_bg_01-01.webp) no-repeat top left/cover;
}
@media screen and (max-width: 768px) {
  .p-fvBg {
    background: url(../img/fv_bg_01-01_sp.webp) no-repeat top center/cover;
  }
}
.p-fv {
  overflow: hidden;
  padding-top: 13.6rem;
}
@media screen and (max-width: 1280px) {
  .p-fv {
    padding-top: 4rem;
  }
}
.p-fv__inner {
  max-width: 144rem;
  margin-inline: auto;
}
.p-fv__container {
  display: flex;
  position: relative;
  padding-left: 6.5rem;
  padding-bottom: 5.8rem;
}
@media screen and (max-width: 1280px) {
  .p-fv__container {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__container {
    padding-left: 0;
    flex-direction: column;
  }
}
.p-fv__textWrap {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-fv__textWrap {
    display: contents;
  }
}
.p-fv__title {
  margin-left: 2.1rem;
  position: relative;
  z-index: 2;
}
.p-fv__title::before {
  content: "";
  position: absolute;
  top: 48%;
  right: -6%;
  transform: translate(-50%, -50%);
  width: 14.6rem;
  background: url(./../img/fv_bg_03.webp) no-repeat center center/contain;
  aspect-ratio: 292/248;
}
@media screen and (max-width: 768px) {
  .p-fv__title::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__title {
    margin-inline: auto;
  }
}
.p-fv__text01 {
  margin-top: 1.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 1.8rem;
  line-height: 1.8;
  letter-spacing: -0.05em;
}
.p-fv__text02 {
  width: 50rem;
  max-width: 100%;
  margin: 2.9rem 0 0 3.7rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-fv__text02 {
    position: relative;
    z-index: 2;
  }
  .p-fv__text02::before {
    content: "";
    position: absolute;
    bottom: -7rem;
    right: -4.4rem;
    transform: translate(-50%, -50%);
    width: 6.5rem;
    background: url(./../img/fv_bg_03.webp) no-repeat center center/contain;
    aspect-ratio: 292/248;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__text02 {
    width: 34.5rem;
    margin: 1.7rem auto 0;
    z-index: 10;
    gap: 1.6rem;
    justify-content: center;
  }
}
.p-fv__text02 .-item {
  flex: 1;
  display: flex;
  gap: 0.2rem;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 0.8rem 1rem 0;
}
@media screen and (max-width: 768px) {
  .p-fv__text02 .-item {
    padding: 0.8rem 0.5rem 0.8rem 0.5rem;
  }
}
.p-fv__text02 .-item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(2.7rem 0%, 100% 0%, calc(100% - 2.7rem) 100%, 0% 100%);
  background: #172366;
  width: calc(100% + 6.1rem);
  max-width: calc(100% + 6.1rem);
  height: 100%;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-fv__text02 .-item::before {
    width: calc(100% + 2.7rem);
    max-width: calc(100% + 2.7rem);
    clip-path: polygon(1.8rem 0%, 100% 0%, calc(100% - 1.8rem) 100%, 0% 100%);
  }
}
.p-fv__text02 .-item01 .-icon01 {
  width: 4.7rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-fv__text02 .-item01 .-icon01 {
    width: 3.2rem;
  }
}
.p-fv__text02 .-item01 .-text {
  flex: 1;
}
.p-fv__text02 .-item01 .-text01 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-fv__text02 .-item01 .-text01 {
    font-size: 1rem;
  }
}
.p-fv__text02 .-item01 .-numWrap {
  display: flex;
  align-items: baseline;
}
.p-fv__text02 .-item01 .-num {
  background: var(--y, linear-gradient(90deg, #f2ca15 0%, #fff7d4 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.11;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .p-fv__text02 .-item01 .-num {
    font-size: 3.2rem;
  }
}
.p-fv__text02 .-item01 .-unit {
  background: var(--y, linear-gradient(90deg, #f2ca15 0%, #fff7d4 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.11;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .p-fv__text02 .-item01 .-unit {
    font-size: 1.8rem;
  }
}
.p-fv__text02 .-item01 .-text02 {
  color: #fff;
  font-family: Lato;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: -0.015em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-fv__text02 .-item01 .-text02 {
    font-size: 1rem;
  }
}
.p-fv__text02 .-item02 .-icon01 {
  width: 5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-fv__text02 .-item02 .-icon01 {
    width: 3.2rem;
  }
}
.p-fv__text02 .-item02 .-text {
  flex: 1;
}
.p-fv__text02 .-item02 .-text01 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.04em;
  margin-left: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-fv__text02 .-item02 .-text01 {
    font-size: 1rem;
  }
}
.p-fv__text02 .-item02 .-numWrap {
  display: flex;
  align-items: baseline;
}
.p-fv__text02 .-item02 .-num {
  background: var(--y, linear-gradient(90deg, #f2ca15 0%, #fff7d4 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 4.3rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-fv__text02 .-item02 .-num {
    font-size: 3.2rem;
  }
}
.p-fv__text02 .-item02 .-unit {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.11;
  letter-spacing: -0.03em;
  background: var(--y, linear-gradient(90deg, #f2ca15 0%, #fff7d4 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .p-fv__text02 .-item02 .-unit {
    font-size: 2.4rem;
  }
}
.p-fv__text02 .-item03 {
  padding-left: 1rem;
}
.p-fv__text02 .-item03 .-text01 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-left: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-fv__text02 .-item03 .-text01 {
    font-size: 1rem;
  }
}
.p-fv__text02 .-item03 .-num {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.11;
  letter-spacing: -0.04em;
  background: var(--y, linear-gradient(90deg, #f2ca15 0%, #fff7d4 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .p-fv__text02 .-item03 .-num {
    font-size: 3.2rem;
  }
}
.p-fv__text02 .-item03 .-text02 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-fv__text02 .-item03 .-text02 {
    font-size: 1.1rem;
  }
}
.p-fv__btnWrap {
  margin: 3.5rem auto 0;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-fv__btnWrap {
    order: 2;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    margin-top: -18.2rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-fv__btn01 {
    width: 26rem;
  }
  .p-fv__btn01 .c-btn01__ballon {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__btn01 {
    width: 31.8rem;
  }
}
.p-fv__btn03 {
  margin-top: 1.6rem;
  width: 35.6rem;
  height: 5.4rem;
  padding: 0 3rem;
  border-radius: 999rem;
  box-shadow: 0 2.73px 13.651px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  background: #fff url(../img/purple_r_01.svg) no-repeat right 3rem center/3rem;
  cursor: pointer;
}
.p-fv__btn03,
.p-fv__btn03:hover,
.p-fv__btn03:visited,
.p-fv__btn03:link {
  color: #5a4c9e;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-fv__btn03 {
    order: 3;
    margin: 2rem auto 0;
  }
}
.p-fv__imageWrap {
  width: 74%;
  flex-shrink: 0;
  position: absolute;
  top: -20.6rem;
  right: -12.1rem;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .p-fv__imageWrap {
    width: 65%;
    top: -13.6rem;
    right: -7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__imageWrap {
    position: relative;
    max-width: 80rem;
    width: 123.8%;
    left: 47%;
    transform: translateX(-50%);
    top: -13.7rem;
  }
}
.p-fv__ballon {
  position: absolute;
  left: calc(50% + 13.4rem);
  transform: translate(-50%, 0);
  bottom: 14rem;
  border-radius: 1rem;
  border: 2px solid #a4c7e7;
  background: #fff;
  padding: 1.2rem 0.9rem 1.6rem 2.1rem;
  width: 35rem;
}
@media screen and (max-width: 1280px) {
  .p-fv__ballon {
    left: calc(50% + 9vw);
    bottom: 6rem;
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__ballon {
    padding: 1.1rem 0.6rem 1.1rem 0.8rem;
    left: calc(50% + 16.4vw);
    bottom: 18vw;
    width: 66vw;
  }
}
.p-fv__ballon__text01 {
  padding-inline: 0.5rem;
  background: linear-gradient(90deg, #f2cb1a 0%, #fff7d2 100%);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7;
  align-items: center;
  width: fit-content;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-fv__ballon__text01 {
    padding: 0 0.4rem;
    font-size: 1rem;
  }
}
.p-fv__ballon__text01--small {
  font-size: 1rem;
}
.p-fv__ballon__text02 {
  margin-top: 1.2rem;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-fv__ballon__text02 {
    font-size: 1rem;
    margin-top: 0.4rem;
  }
}
.p-fv--comppany .p-fv__title__text01 {
  color: #5a4c9e;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .p-fv--comppany .p-fv__title__text01 {
    font-size: 2.1rem;
  }
}
.p-fv--comppany .p-fv__title__text01::before {
  position: absolute;
  z-index: -1;
  bottom: 0.2rem;
  content: "";
  left: 0;
  background: linear-gradient(90deg, #f2ca15 0%, #fff7d4 100%);
  width: 100%;
  height: 2.1rem;
}
.p-fv--comppany .p-fv__title__text02 {
  color: #221248;
  font-feature-settings: "palt" on;
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-right: 0.4rem;
}
@media screen and (max-width: 768px) {
  .p-fv--comppany .p-fv__title__text02 {
    font-size: 3.8rem;
  }
}
.p-fv--comppany .p-fv__title__text03 {
  letter-spacing: -0.02em;
  color: #221248;
  font-feature-settings: "palt" on;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .p-fv--comppany .p-fv__title__text03 {
    font-size: 2.8rem;
  }
}
.p-fv--comppany .p-fv__title__text04 {
  letter-spacing: -0.02em;
  margin-top: 0.2rem;
  color: #221248;
  font-feature-settings: "palt" on;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .p-fv--comppany .p-fv__title__text04 {
    font-size: 4.4rem;
  }
}
.p-fv--comppany .p-fv__title__text05 {
  letter-spacing: -0.02em;
  margin-top: 0.2rem;
  color: #221248;
  font-feature-settings: "palt" on;
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1.1;
  margin-right: 0.4rem;
}
@media screen and (max-width: 768px) {
  .p-fv--comppany .p-fv__title__text05 {
    font-size: 3.8rem;
  }
}
.p-fv--comppany .p-fv__title__text06 {
  color: #221248;
  font-feature-settings: "palt" on;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.11;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .p-fv--comppany .p-fv__title__text06 {
    font-size: 2.8rem;
  }
}
.p-fv--comppany .p-fv__title__text07 {
  margin-top: 0.3rem;
  color: #221248;
  font-feature-settings: "palt" on;
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1.11;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .p-fv--comppany .p-fv__title__text07 {
    font-size: 3.2rem;
  }
}
.p-fv--local .p-fv__title__text01 {
  color: #2569b2;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
  margin-bottom: 0.6rem;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-fv--local .p-fv__title__text01 {
    font-size: 2.1rem;
  }
}
.p-fv--local .p-fv__title__text01::before {
  position: absolute;
  z-index: -1;
  bottom: 0.2rem;
  content: "";
  left: 0;
  background: linear-gradient(90deg, #f2ca15 0%, #fff7d4 100%);
  width: 100%;
  height: 2.1rem;
}
.p-fv--local .p-fv__title__text02 {
  color: #111e47;
  font-feature-settings: "palt" on;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.11;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .p-fv--local .p-fv__title__text02 {
    font-size: 1.8rem;
  }
}
.p-fv--local .p-fv__title__text03 {
  color: #111e47;
  font-feature-settings: "palt" on;
  font-size: 5.2rem;
  font-weight: 900;
  line-height: 1.11;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .p-fv--local .p-fv__title__text03 {
    font-size: 2.7rem;
  }
}
.p-logo {
  background: #fff;
  position: relative;
  padding: 2.2rem 0;
}
.p-logo__title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  padding: 0.1rem 1.7rem;
  border-radius: 5px 5px 0 0;
  white-space: nowrap;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #221248;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7;
}
.p-logo__title--small {
  font-size: 16px;
}
.p-front__partner__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-front__partner__slider .swiper-slide {
  width: 13.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__partner__slider .swiper-slide {
    width: 13rem;
  }
}
.p-trouble {
  padding: 16.2rem 0 14.2rem;
  background: url(./../img/reason_bg_01-01.webp) center center/100% no-repeat;
  margin-top: -6.4rem;
}
@media screen and (min-width: 1440px) {
  .p-trouble {
    background-position: bottom center;
  }
}
@media screen and (max-width: 1280px) {
  .p-trouble {
    background-size: 150%;
  }
}
@media screen and (max-width: 768px) {
  .p-trouble {
    padding-top: 15rem;
    padding-bottom: 13rem;
    background: url(./../img/reason_bg_01-01_sp.webp) center center/100% no-repeat;
  }
}
.p-trouble__title {
  color: #fff;
  text-align: center;
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-trouble__title {
    font-size: 2rem;
  }
}
.p-trouble__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .p-trouble__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.2rem;
    gap: 3.4rem;
  }
}
.p-trouble__item {
  border-radius: 0.5rem;
  background: #fff;
  padding: 1.8rem 1.8rem 2.4rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-trouble__item {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    padding: 3rem 1.8rem 2.4rem;
  }
}
.p-trouble__num {
  border-radius: 50%;
  background: #fb4976;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
  width: 8.2rem;
  aspect-ratio: 1;
  position: absolute;
  left: 2rem;
  top: -2.4rem;
}
@media screen and (max-width: 768px) {
  .p-trouble__num {
    font-size: 0.7rem;
    left: 50%;
    width: 5.1rem;
    top: 0;
    transform: translate(-50%, -50%);
  }
}
.p-trouble__num--strong {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-trouble__num--strong {
    font-size: 1.9rem;
  }
}
.p-trouble__item-image {
  width: 7.2rem;
  height: 7.2rem;
  margin-inline: auto;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-trouble__item-image {
    width: 6.4rem;
    height: 6.4rem;
    margin: 0;
  }
}
.p-trouble__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-trouble__item-text01 {
  color: #1357a1;
  margin-top: auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-trouble__item-text01 {
    text-align: left;
    margin-top: 0;
  }
}
.p-problem {
  padding: 1.8rem 0 8.4rem;
}
@media screen and (max-width: 768px) {
  .p-problem {
    padding-top: 0;
    margin-top: -4rem;
  }
}
.p-problem__list {
  margin-top: 3.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-problem__list {
    gap: 1.4rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-problem__item {
  border-radius: 0.8rem;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 2.5rem 1.2rem 2.9rem 2.2rem;
  position: relative;
}
.p-problem__item-textWrap {
  flex: 1;
}
.p-problem__item-text01 {
  color: #5a4c9e;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.65;
}
.p-problem__item-text02 {
  color: #e81a4e;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
}
.p-problem__item-text02--strong {
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1;
}
.p-problem__item-text03 {
  color: #e81a4e;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.65;
}
.p-problem__item-text03--strong {
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1.65;
}
.p-problem__item-image {
  width: 43%;
  flex-shrink: 0;
  position: absolute;
  bottom: 0.4rem;
  right: 1.2rem;
  height: 11.4rem;
}
@media screen and (max-width: 1280px) {
  .p-problem__item-image {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .p-problem__item-image {
    width: 43%;
  }
}
.p-problem__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}
.p-reason {
  padding: 5.7rem 0 7rem;
}
.p-reason__text01 {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
.p-reason__list {
  margin-top: 2.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-reason__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-reason__item {
  padding: 2.4rem 3.2rem 2.8rem 3.2rem;
  border-radius: 0.5rem;
  border: 1px solid #e2dbff;
  background: #fff;
}
.p-reason__item-head {
  display: contents;
}
@media screen and (max-width: 768px) {
  .p-reason__item-head {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
}
.p-reason__item-title {
  margin-top: 0.8rem;
  color: #5a4c9e;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-reason__item-title {
    text-align: left;
    font-size: 1.8rem;
  }
}
.p-reason__item-image {
  width: 17.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-reason__item-image {
    width: 8.3rem;
    flex-shrink: 0;
    margin: 0;
  }
}
.p-reason__item-text01 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.8rem;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .p-reason__item-text01 {
    margin-top: 1rem;
  }
}
.p-case {
  background: #e0dbec;
  padding: 7.2rem 0 4.6rem;
}
.p-case__slider {
  margin-top: 3.5rem;
}
.p-case__item {
  height: auto;
  width: 33.5rem;
  border-radius: 0.5rem;
  background: #fff;
  padding: 2.2rem 2.4rem 2.4rem 2.4rem;
  position: relative;
  cursor: pointer;
}
.p-case__item-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.p-case__item-image {
  width: 18.3rem;
  margin-inline: auto;
}
.p-case__text01 {
  margin-top: 1.2rem;
  color: #3b3b3b;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.65;
}
.p-case__text02 {
  margin-top: 0.4rem;
  color: #1a4b8b;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 2.4rem;
}
.p-case__btn {
  margin-top: auto;
  height: 3.9rem;
  border-radius: 999rem;
  background: #172366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.65;
}
.p-case__slider__controls {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.p-case__slider__prev,
.p-case__slider__next {
  background: url(../img/navy_left_01.svg) no-repeat center center/contain;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.p-case__slider__prev:hover,
.p-case__slider__next:hover {
  opacity: 0.8;
}
.p-case__slider__next {
  transform: rotate(180deg);
}
.p-case__slider-dots {
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: fit-content !important;
}
.p-case__slider-dots .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1;
  width: 0.9rem;
  height: 0.9rem;
  background: none;
  border: 1px solid #172366;
}
.p-case__slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #172366;
}
.p-case__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.p-case__modal__bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-case__modal__contents {
  position: absolute;
  z-index: 2;
  width: 108rem;
  max-width: calc(100% - 3.8rem);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  overflow: auto;
  max-height: 80vh;
}
.p-case__modal__contents::-webkit-scrollbar {
  display: none;
}
.p-case__modal__contents {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-case__modal__head {
  background: linear-gradient(149deg, #5d4ea0 26.89%, #9a8dd2 102.28%), #d9d9d9;
  padding: 2.8rem 9rem 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-case__modal__head {
    padding: 2.4rem;
  }
}
.p-case__modal__close {
  background: url(../img/close_icon_01.svg) no-repeat center center/contain;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  position: absolute;
  top: 2.6rem;
  right: 2.6rem;
}
.p-case__modal__close:hover {
  opacity: 0.8;
}
.p-case__modal__logo {
  width: 7.2rem;
  height: 3.6rem;
  margin: 0;
}
.p-case__modal__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.p-case__modal__text01 {
  margin-top: 1rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-case__modal__text01 {
    font-size: 1.8rem;
  }
}
.p-case__modal__text02 {
  margin-top: 0.6rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.65;
}
.p-case__modal__body {
  background: #fff;
  padding: 3.2rem 9rem 5.2rem;
}
@media screen and (max-width: 768px) {
  .p-case__modal__body {
    padding: 2.4rem;
  }
}
.p-case__modal__text03 {
  color: #5a4c9e;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.7;
  padding-left: 1.2rem;
  position: relative;
}
.p-case__modal__text03::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 2rem;
  background: #5a4c9e;
  content: "";
}
.p-case__modal__text04 {
  margin-top: 0.6rem;
  color: #221248;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-case__modal__text04 + .p-case__modal__text03 {
  margin-top: 2rem;
}
.p-case__modal__text05 {
  background: #f8f8f8;
  border-radius: 0.8rem;
  padding: 1.4rem;
  margin-top: 0.6rem;
  color: #221248;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  font-style: italic;
}
.p-case__modal__text05 + .p-case__modal__text03 {
  margin-top: 2rem;
}
.p-effect {
  background: #e0dbec;
  padding-bottom: 7rem;
}
.p-effect__title::before {
  content: none;
}
.p-effect__list {
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .p-effect__list {
    margin-top: 2rem;
  }
}
.p-effect__item {
  position: relative;
  padding: 2rem 0 1.4rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-effect__item {
    padding: 1.3rem 0 1rem;
    width: 19rem;
  }
}
.p-effect__item::before {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(5rem 0%, 100% 0%, calc(100% - 5rem) 100%, 0% 100%);
  background: #172366;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-effect__item::before {
    clip-path: polygon(3rem 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
    left: 1rem;
    width: 89%;
  }
}
.p-effect__item:nth-child(1) {
  margin-right: -2rem;
}
.p-effect__item:nth-child(2) {
  margin-left: -2rem;
}
.p-effect__item-text01 {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .p-effect__item-text01 {
    font-size: 1.4rem;
  }
}
.p-effect__item-text01--strong {
  background: linear-gradient(90deg, #f2ca15 0%, #fff7d4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 6.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-effect__item-text01--strong {
    font-size: 4rem;
  }
}
.p-effect__btnWrap {
  margin: 2.6rem auto 0;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-effect__btnWrap {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.p-news {
  background: #fff;
  padding-block: 6rem 7rem;
}
.p-news__title {
  color: #221248;
  text-align: center;
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .p-news__title {
    font-size: 2rem;
  }
}
.p-news__list {
  margin-top: 1.7rem;
}
.p-news__article {
  padding: 1.9rem 0.8rem;
  display: flex;
  gap: 0.9rem;
  align-items: center;
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
}
@media screen and (max-width: 768px) {
  .p-news__article {
    flex-wrap: wrap;
  }
}
.p-news__article-date {
  font-size: 1.3rem;
  flex-shrink: 0;
  letter-spacing: 0.065em;
}
.p-news__article-category {
  min-width: 10rem;
  height: 2.5rem;
  flex-shrink: 0;
  border: 1px solid #4169e1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4169e1;
  font-size: 1.2rem;
  letter-spacing: 0.065em;
}
.p-news__article-category--case {
  color: #676767;
  background: rgba(117, 117, 117, 0.1);
  border-color: rgba(0, 0, 0, 0);
}
.p-news__article-title {
  color: #222;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 768px) {
  .p-news__article-title {
    font-size: 1.4rem;
    width: 100%;
  }
}
.p-function {
  padding: 7.5rem 0 8rem;
}
.p-function__sec--pro {
  margin-top: 5rem;
  padding-top: 1rem;
  border-top: 1px dashed #5a4c9e;
}
.p-function__sec--pro .p-function__item-label {
  background: #5a4c9e;
  color: #fff;
}
.p-function__text01 {
  margin-top: 3.6rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.7;
}
.p-function__list {
  margin-top: 1.9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-function__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 568px) {
  .p-function__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-function__item {
  padding: 1.6rem;
  position: relative;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #bcb5dc;
}
.p-function__item-label {
  top: 1.6rem;
  left: 1.6rem;
  width: 6.2rem;
  border-radius: 9999rem;
  background: #ecebf0;
  color: #5a4c9e;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.3rem 1.2rem;
  text-align: center;
  position: absolute;
}
.p-function__item-image {
  width: 19rem;
  height: 9.6rem;
  margin-inline: auto;
}
.p-function__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-function__item-text01 {
  color: #5a4c9e;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.04em;
  margin-top: 0.4rem;
}
.p-function__item-text02 {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}
.p-price {
  background: #fff;
  padding: 6.4rem 0 7rem;
}
.p-price__text01 {
  width: fit-content;
  margin: 2.6rem auto 0;
  color: #e81a4e;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.65;
  padding: 1rem 2.6rem;
  border-radius: 999rem;
  background: #ffe4e5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-price__text01 {
    font-size: 1.6rem;
  }
}
.p-price__text01::before {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 14.5px 0 14.5px;
  border-color: #ffe4e5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  content: "";
}
.p-price__container {
  display: flex;
  gap: 3rem;
  width: 80rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-price__container {
    flex-direction: column;
  }
}
.p-price__item {
  border-radius: 0.8rem;
  padding: 1rem 3rem 3rem;
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-price__item {
    width: 100%;
    padding: 1.6rem;
  }
}
.p-price__item--basic {
  background: linear-gradient(29deg, #5d4ea0 13.66%, #9a8dd2 70.52%);
}
.p-price__item--pro {
  border: 1px solid #7668b5;
  background: #fff;
}
.p-price__item--pro .p-price__item-btn {
  background: #5a4c9e;
  color: #fff;
}
.p-price__item--pro .p-price__item-text02 {
  background: #ecebf0;
}
.p-price__item--pro .p-price__item-text03 {
  background: #5a4c9e;
  color: #fff;
}
.p-price__item-title {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.65;
}
.p-price__item-text01 {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.65;
}
.p-price__item-text02 {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  color: #5a4c9e;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .p-price__item-text02 {
    font-size: 1.4rem;
  }
}
.p-price__item-text02__num {
  font-size: 4.4rem;
  font-weight: 700;
  margin-left: 0.2rem;
  line-height: 1.3;
}
.p-price__item-text02__unit {
  font-size: 1.8rem;
  font-weight: 900;
  margin-right: 0.6rem;
}
.p-price__item-text03 {
  width: fit-content;
  margin: 1.1rem auto 0;
  border-radius: 999rem;
  height: 2.4rem;
  background: #fff;
  padding-inline: 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-price__item-text04 {
  margin-top: 0.8rem;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-price__item-text04 {
    font-size: 1.2rem;
  }
}
.p-price__item-btn {
  width: 22.6rem;
  height: 4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.65;
  border-radius: 999rem;
  background: #fbd703;
  margin: auto auto 0;
}
.p-price__item-text04__icon {
  display: flex;
  justify-content: center;
}
.p-price__btn {
  width: 25rem;
  height: 6rem;
  margin: 3rem auto 0;
  border-radius: 999rem;
  background: linear-gradient(91deg, #e81a4e 0.19%, #fd4d79 99.78%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.65;
}
.p-price__btn,
.p-price__btn:hover,
.p-price__btn:visited,
.p-price__btn:link {
  color: #fff;
  text-decoration: none;
}
.p-flow {
  background: #e0dbec;
  padding: 6.2rem 0 6rem;
}
.p-flow__list {
  margin-top: 3.8rem;
  gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-flow__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-flow__item {
  border-radius: 5px;
  background: #fff;
  padding: 1.6rem 1.6rem 2.4rem;
  display: flex;
  gap: 0.9rem;
}
.p-flow__item:not(:last-child) {
  position: relative;
}
.p-flow__item:not(:last-child)::before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 97%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 27px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}
@media screen and (max-width: 768px) {
  .p-flow__item:not(:last-child)::before {
    left: 50%;
    top: calc(100% - 39px);
    transform: translate(-50%, 0%) rotate(90deg);
  }
}
.p-flow__item-num {
  width: 3.9rem;
  flex-shrink: 0;
  height: 3.9rem;
  background: #eb3374;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-flow__item-contents {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-flow__item-text01 {
  color: #221248;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}
.p-flow__item-text02 {
  color: #221248;
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}
.p-flow__item-text03Wrap {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-left: 1rem;
}
.p-flow__item-text03 {
  color: #eb3374;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  padding-left: 2.5rem;
  line-height: 1.6;
  background: url(../img/flow_icon_01.webp) no-repeat top left/2rem;
}
.p-trial {
  padding: 5.7rem 0 8rem;
  background: linear-gradient(149deg, #5d4ea0 26.89%, #9a8dd2 102.28%), #d9d9d9;
}
.p-trial__text01 {
  margin-top: 2.6rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-trial__text01 {
    font-size: 1.6rem;
  }
}
.p-trial__list {
  margin-top: 5rem;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-trial__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-trial__item {
  border-radius: 5px;
  background: #fff;
}
.p-trial__item-link {
  display: flex;
  padding: 3.2rem 3.2rem 4rem;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .p-trial__item-link {
    padding-inline: 1.6rem;
  }
}
.p-trial__item-title {
  color: #eb3374;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.7;
}
.p-trial__item-text01 {
  margin-top: 1.2rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.p-trial__item-image {
  margin-top: 2rem;
  height: 16.9rem;
  margin-bottom: 1.6rem;
}
.p-trial__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-trial__item-btn {
  margin: auto auto 0;
  display: flex;
  width: 26.9rem;
  height: 5.5rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  justify-content: center;
  align-items: center;
  border-radius: 999rem;
  background: linear-gradient(91deg, #e81a4e 0.19%, #fd4d79 99.78%);
}
.p-faq {
  padding: 7.4rem 0 8rem;
}
.p-faq__tab {
  margin-top: 3.5rem;
}
.p-faq__list {
  padding: 5.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-faq__list {
    padding: 2.4rem 1.2rem 2rem;
  }
}
.p-faq__question {
  display: flex;
  gap: 1rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  cursor: pointer;
  padding-right: 3.2rem;
}
.p-faq__q {
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #5a4c9e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.p-faq__question-text {
  color: #221248;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-faq__question-text {
    font-size: 1.6rem;
  }
}
.p-faq__toggle {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  top: 0;
  right: 0;
  border-radius: 0.2rem;
  background: #5a4c9e;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-faq__toggle {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-faq__toggle::before,
.p-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  border-radius: 999rem;
  height: 1px;
  background: #dfdfdf;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-faq__toggle::before,
  .p-faq__toggle::after {
    width: 1.2rem;
  }
}
.p-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq__toggle.is-active {
  background: #dfdfdf;
}
.p-faq__toggle.is-active::before,
.p-faq__toggle.is-active::after {
  background: #5a4c9e;
}
.p-faq__toggle.is-active::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-faq__answer {
  background: #f5f5f5;
  display: none;
}
.p-faq__answer__inner {
  display: flex;
  gap: 2.5rem;
  padding: 1.6rem 2.4rem 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-faq__answer__inner {
    gap: 1rem;
    padding: 1.6rem 1.2rem 1.2rem;
  }
}
.p-faq__a {
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #5a4c9e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
.p-faq__answer-text {
  color: #221248;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-faq__answer-text a {
  text-decoration: underline;
}
.p-chatbot {
  background: #e9f0ff;
  padding: 6rem 0 7rem;
}
.p-chatbot__tab {
  margin-top: 3rem;
}
.p-chatbot__contents {
  padding: 2rem 4.5rem;
  background: #fff;
}
@media screen and (max-width: 1280px) {
  .p-chatbot__contents {
    padding: 2rem;
  }
}
.p-chatbot__item {
  padding-right: 36%;
}
@media screen and (max-width: 1280px) {
  .p-chatbot__item {
    padding-right: 24%;
  }
}
@media screen and (max-width: 768px) {
  .p-chatbot__item {
    padding-right: 0;
  }
}
.p-chatbot__item:nth-child(1) {
  background: url(../img/chatbot_bg_01.webp) no-repeat right center/30%;
}
@media screen and (max-width: 1280px) {
  .p-chatbot__item:nth-child(1) {
    background-size: 20%;
  }
}
@media screen and (max-width: 768px) {
  .p-chatbot__item:nth-child(1) {
    background-size: 10rem;
    background-position: top right;
  }
}
.p-chatbot__item:nth-child(2) {
  background: url(../img/chatbot_bg_02.webp) no-repeat right top 8rem/30%;
}
@media screen and (max-width: 1280px) {
  .p-chatbot__item:nth-child(2) {
    background-size: 20%;
  }
}
@media screen and (max-width: 768px) {
  .p-chatbot__item:nth-child(2) {
    background-size: 10rem;
    background-position: top 4rem right;
  }
}
.p-chatbot__item:nth-child(3) {
  background: url(../img/chatbot_bg_02.webp) no-repeat right top 8rem/30%;
}
@media screen and (max-width: 1280px) {
  .p-chatbot__item:nth-child(3) {
    background-size: 20%;
  }
}
@media screen and (max-width: 768px) {
  .p-chatbot__item:nth-child(3) {
    background-size: 10rem;
    background-position: top 4rem right;
  }
}
.p-chatbot__item-labelWrap {
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-chatbot__item-labelWrap {
    gap: 0.6rem;
    margin-bottom: 0.8rem;
  }
}
.p-chatbot__item-label {
  display: flex;
  padding: 0.6rem 2rem;
  justify-content: center;
  align-items: center;
  border-radius: 999rem;
  border: 1px solid #1357a1;
  background: #fff;
  color: #1357a1;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-chatbot__item-label {
    font-size: 1.1rem;
    padding: 0.5rem 0.8rem;
  }
}
.p-chatbot__item-label:first-child {
  background: #1357a1;
  color: #fff;
}
.p-chatbot__item-text01 {
  color: #111e47;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.6;
  position: relative;
  width: fit-content;
  display: inline;
  z-index: 1;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-chatbot__item-text01 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.p-chatbot__item-text01::before {
  position: absolute;
  z-index: -1;
  bottom: -0.5rem;
  content: "";
  left: 0;
  background: linear-gradient(90deg, #f2ca15 0%, #fff7d4 100%);
  width: 100%;
  height: 0.9em;
}
@media screen and (max-width: 768px) {
  .p-chatbot__item-text01::before {
    content: none;
  }
}
.p-chatbot__item-text01--spBg {
  display: contents;
}
@media screen and (max-width: 768px) {
  .p-chatbot__item-text01--spBg {
    display: block;
    width: fit-content;
    position: relative;
    z-index: 1;
  }
  .p-chatbot__item-text01--spBg::before {
    position: absolute;
    z-index: -1;
    bottom: 0rem;
    content: "";
    left: 0;
    background: linear-gradient(90deg, #f2ca15 0%, #fff7d4 100%);
    width: 100%;
    height: 0.9em;
  }
}
.p-chatbot__item-text01--strong {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-chatbot__item-text01--strong {
    font-size: 3rem;
  }
}
.p-chatbot__item-ballon {
  margin-top: 1.6rem;
  border-radius: 5px;
  background: #1357a1;
  padding: 1.6rem 2.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-chatbot__item-ballon {
    padding: 1.6rem;
  }
}
.p-chatbot__item-ballon::before {
  position: absolute;
  left: 50%;
  z-index: -1;
  top: calc(100% - 2.4rem);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 45px 45.5px 0 45.5px;
  border-color: #1357a1 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.p-chatbot__item-text02 {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.7;
}
.p-chatbot__item-text03 {
  margin-top: 0.8rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-chatbot__item-ballon--ballon02 {
  background: #fff;
  border: 1px solid #1357a1;
  margin-top: 2.5rem;
}
.p-chatbot__item-ballon--ballon02::before {
  content: none;
}
.p-chatbot__item-ballon--ballon02 .p-chatbot__item-text02 {
  color: #1357a1;
}
.p-chatbot__item-ballon--ballon02 .p-chatbot__item-text03 {
  color: #111e47;
}
.p-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 50;
  padding: 2rem 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-fixed {
    padding: 1rem 0 0.8rem;
  }
}
.p-fixed__container {
  display: flex;
  align-items: center;
  gap: 5rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-fixed__container {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-fixed__text01 {
  color: #2f2f2f;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .p-fixed__text01 {
    font-size: 1.2rem;
  }
}
.p-fixed__text01--strong {
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  .p-fixed__text01--strong {
    font-size: 1.4rem;
  }
}
.p-fixed__btnWrap {
  display: flex;
  gap: 0.7rem;
}
.p-fixed__btn01,
.p-fixed__btn02 {
  font-size: 1.7rem;
  height: 5rem;
  width: 23.8rem;
}
@media screen and (max-width: 1000px) {
  .p-fixed__btn01,
  .p-fixed__btn02 {
    font-size: 1.4rem;
    height: 4rem;
    width: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fixed__btn01,
  .p-fixed__btn02 {
    font-size: 1.2rem;
    height: 4rem;
    width: 15rem;
    padding-inline: 1rem;
  }
}
.p-fixed__btn01 .c-btn01__icon {
  width: 3rem;
}
.p-fixed__btn02 .c-btn01__icon {
  width: 2rem;
}
.p-fixed__btn02 .c-btn01__ballon {
  font-size: 1.1rem;
  top: -0.5rem;
  height: 2rem;
}
.c-form__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-form__nav {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  align-items: center;
}
.c-form__nav--text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-form__navNum {
  gap: 0.6rem;
  display: flex;
  align-items: center;
}
.c-form__navNum--item {
  width: 3.4rem;
  aspect-ratio: 1;
  font-size: 1.6rem;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  background: #ced6d9;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-form__navNum--item.is-current {
  color: #fff;
  background: #28354a;
}
.form_list-wrap > div[class*="tab"] {
  display: none;
}
.form_list-wrap > div[class*="tab"].is-active {
  display: block;
}
.p-fv__tab {
  display: none;
}
.p-fv__tab.is-active {
  display: block;
}
.questionnaire_box_ h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  line-height: 1.5;
}
.questionnaire_box_ + .questionnaire_box_ {
  margin-top: 1.6rem;
}
.required {
  display: inline-block;
  margin-left: 0.8rem;
  padding: 0.5rem;
  background: #28354a;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
}
.c-form__nextBtn {
  margin-top: 2.4rem;
  width: 100%;
  height: 5rem;
  border-radius: 999rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d4a958;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-form__nextBtn:hover {
  opacity: 0.8;
}
.u-border--corners {
  border-radius: 10px;
}
.u-border {
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .u-hide_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .u-hide_pc {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .u-hide_less_pc {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .u-hide_more_pc {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .u-hide_less_spc {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .u-hide_more_spc {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .u-hide_less_sp {
    display: none;
  }
}
@media screen and (min-width: 569px) {
  .u-hide_more_sp {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .u-hide_less_ssp {
    display: none;
  }
}
@media screen and (min-width: 415px) {
  .u-hide_more_ssp {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .u-hide_less_sssp {
    display: none;
  }
}
@media screen and (min-width: 375px) {
  .u-hide_more_sssp {
    display: none;
  }
}
.u-hide {
  display: none;
}
.company-theme .u-hide_company {
  display: none;
}
.company-theme .u-hide_local {
  display: block;
}
.local-theme .u-hide_local {
  display: none;
}
.local-theme .u-hide_company {
  display: block;
}
.u-link_sp {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .u-link_sp {
    pointer-events: inherit;
  }
}
.u-mt_10 {
  margin-top: 1rem;
}
.u-mt_20 {
  margin-top: 2rem;
}
.u-mt_30 {
  margin-top: 3rem;
}
.u-mt_50 {
  margin-top: 5rem;
}
.u-mt_100 {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .u-mt_20 {
    margin-top: 1.5rem;
  }
  .u-mt_30 {
    margin-top: 2rem;
  }
  .u-mt_50 {
    margin-top: 3rem;
  }
  .u-mt_100 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 568px) {
  .u-mt_20 {
    margin-top: 1.5rem;
  }
  .u-mt_50 {
    margin-top: 2.5rem;
  }
}
.u-mb_10 {
  margin-bottom: 1rem;
}
.u-mb_20 {
  margin-bottom: 2rem;
}
.u-mb_30 {
  margin-bottom: 3rem;
}
.u-mb_50 {
  margin-bottom: 5rem;
}
.u-mb_100 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .u-mb_20 {
    margin-bottom: 1.5rem;
  }
  .u-mb_30 {
    margin-bottom: 2rem;
  }
  .u-mb_50 {
    margin-bottom: 3rem;
  }
  .u-mb_100 {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 568px) {
  .u-mb_20 {
    margin-bottom: 1.5rem;
  }
  .u-mb_50 {
    margin-bottom: 2.5rem;
  }
}
.u-mr_05 {
  margin-right: 0.5rem;
}
.u-mr_10 {
  margin-right: 1rem;
}
.u-mr_15 {
  margin-right: 1.5rem;
}
.u-mr_20 {
  margin-right: 2rem;
}
.u-mr_30 {
  margin-right: 3rem;
}
.u-ml_05 {
  margin-left: 0.5rem;
}
.u-ml_10 {
  margin-left: 1rem;
}
.u-ml_15 {
  margin-left: 1.5rem;
}
.u-ml_20 {
  margin-left: 2rem;
}
.u-ml_30 {
  margin-left: 3rem;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
.u-text-center_left {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-text-center_left {
    text-align: left;
  }
}
.u-text_center {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .u-text_center {
    text-align: center;
  }
}
.u-en {
  font-family: "Lato", sans-serif;
}
.u-lato {
  font-family: "Lato", sans-serif;
}
.u-white {
  color: #fff;
}
.u-pink {
  color: #fb4976;
}
.u-text-medium {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.u-swithing-color {
  color: #5a4c9e;
}
.local-theme .u-swithing-color {
  color: #1357a1;
}
.u-wth_100 {
  width: 100%;
  height: auto;
}
.local-theme .p-headTab {
  box-shadow: 0px 0px 0px 1px #a4c7e7;
}
.local-theme .p-headTab__btn {
  color: #5095df;
}
.local-theme .p-headTab__btn.is-current {
  color: #fff;
  background: linear-gradient(29deg, #2e7dd1 12.73%, #94c7fd 70.2%);
}
.local-theme .p-fvBg {
  background: url(../img/fv_bg_02-01.webp) no-repeat top left/cover;
}
@media screen and (max-width: 768px) {
  .local-theme .p-fvBg {
    background: url(../img/fv_bg_02-01_sp.webp) no-repeat top -17rem center/cover;
  }
}
.local-theme .p-fv__title::before {
  content: none;
}
.local-theme .p-fv__text02 {
  width: 32rem;
  margin: 3.8rem 0 0 4.6rem;
  max-width: 50vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .local-theme .p-fv__text02 {
    width: 36.8rem;
    max-width: 100%;
    margin-top: 0rem;
    margin-inline: auto;
  }
}
.local-theme .p-fv__text02::before {
  content: "";
  position: absolute;
  bottom: -7rem;
  transform: translate(-50%, -50%);
  width: 14.6rem;
  background: url(./../img/fv_bg_03.webp) no-repeat center center/contain;
  aspect-ratio: 292/248;
  right: -22rem;
}
.local-theme .p-fv__text02 .-item02 .-text01 {
  white-space: nowrap;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .local-theme .p-fv__text02 .-item01 .-icon01 {
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .local-theme .p-fv__text02 {
    width: 25rem;
    margin-top: 1.5rem;
    margin-inline: auto;
    transform: translateX(-30px);
  }
  .local-theme .p-fv__text02::before {
    right: -6rem;
    width: 6.5rem;
    bottom: 3rem;
    transform: none;
  }
}
.local-theme .p-fv__text02 .-item02 .-icon01 {
  width: 4.3rem;
  transform: translate(-4px, -5px);
}
@media screen and (max-width: 768px) {
  .local-theme .p-fv__text02 .-item02 .-icon01 {
    width: 3.5rem;
  }
}
.local-theme .p-fv__btnWrap {
  margin: 3.5rem auto 0;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .local-theme .p-fv__btnWrap {
    order: 2;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    margin-top: -15rem;
  }
}
@media screen and (max-width: 1280px) {
  .local-theme .p-fv__btn01 {
    width: 26rem;
  }
  .local-theme .p-fv__btn01 .c-btn01__ballon {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .local-theme .p-fv__btn01 {
    width: 31.8rem;
  }
}
.local-theme .p-fv__btn03 {
  margin-top: 1.6rem;
  width: 35.6rem;
  height: 5.4rem;
  padding: 0 3rem;
  border-radius: 999rem;
  box-shadow: 0 2.73px 13.651px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  background: #fff url(../img/purple_r_01.svg) no-repeat right 3rem center/3rem;
}
.local-theme .p-fv__btn03,
.local-theme .p-fv__btn03:hover,
.local-theme .p-fv__btn03:visited,
.local-theme .p-fv__btn03:link {
  color: #5a4c9e;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .local-theme .p-fv__btn03 {
    order: 3;
    margin: 2rem auto 0;
  }
}
.local-theme .p-fv__imageWrap {
  width: 74%;
  flex-shrink: 0;
  position: absolute;
  top: -20.6rem;
  right: -12.1rem;
}
@media screen and (max-width: 1280px) {
  .local-theme .p-fv__imageWrap {
    width: 65%;
    top: -13.6rem;
    right: -7vw;
  }
}
@media screen and (max-width: 768px) {
  .local-theme .p-fv__imageWrap {
    position: relative;
    max-width: 80rem;
    width: 123.8%;
    left: 47%;
    transform: translateX(-50%);
    top: -9.5rem;
  }
}
.local-theme .p-fv__ballon {
  position: absolute;
  left: calc(50% + 13.4rem);
  transform: translate(-50%, 0);
  bottom: 14rem;
  border-radius: 1rem;
  border: 2px solid #a4c7e7;
  background: #fff;
  padding: 1.2rem 0.9rem 1.6rem 2.1rem;
  width: 35rem;
}
@media screen and (max-width: 1280px) {
  .local-theme .p-fv__ballon {
    left: calc(50% + 9vw);
    bottom: 6rem;
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .local-theme .p-fv__ballon {
    padding: 1.1rem 0.6rem 1.1rem 0.8rem;
    left: calc(50% + 16.4vw);
    bottom: 18vw;
    width: 66vw;
  }
}
.local-theme .p-fv__ballon__text01 {
  padding-inline: 0.5rem;
  background: linear-gradient(90deg, #f2cb1a 0%, #fff7d2 100%);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7;
  align-items: center;
  width: fit-content;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .local-theme .p-fv__ballon__text01 {
    padding: 0 0.4rem;
    font-size: 1rem;
  }
}
.local-theme .p-fv__ballon__text01--small {
  font-size: 1rem;
}
.local-theme .p-fv__ballon__text02 {
  margin-top: 1.2rem;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .local-theme .p-fv__ballon__text02 {
    font-size: 1rem;
    margin-top: 0.4rem;
  }
}
.local-theme .p-logo {
  background: #fff;
  position: relative;
  padding: 2.2rem 0;
}
.local-theme .p-logo__title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  padding: 0.1rem 1.7rem;
  border-radius: 5px 5px 0 0;
  white-space: nowrap;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #221248;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7;
}
.local-theme .p-logo__title--small {
  font-size: 16px;
}
.local-theme .p-case,
.local-theme .p-effect {
  background: #dbdeec;
}
.local-theme .p-trouble {
  background: url(./../img/reason_bg_02-01.webp) center center/100% no-repeat;
}
@media screen and (min-width: 1440px) {
  .local-theme .p-trouble {
    background-position: bottom center;
  }
}
@media screen and (max-width: 1280px) {
  .local-theme .p-trouble {
    background-size: 150%;
  }
}
@media screen and (max-width: 768px) {
  .local-theme .p-trouble {
    background: url(./../img/reason_bg_02-01_sp.webp) center center/100% no-repeat;
  }
}
.local-theme .p-function {
  background: #e9f0ff;
}
.local-theme .p-price__item.p-price__item--basic {
  background: linear-gradient(29deg, #2e7dd1 12.73%, #94c7fd 70.2%);
}
.local-theme .p-function__sec--pro .p-function__item-label,
.local-theme .p-price__item--pro .p-price__item-text03,
.local-theme .p-price__item--pro .p-price__item-btn {
  background: #1357a1;
}
.local-theme .p-case__slider {
  margin-inline: auto;
}
.local-theme .p-case__slider .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.local-theme .p-flow {
  background: #dbdeec;
}
.local-theme .p-trial {
  background: linear-gradient(142deg, #2e7dd1 21.61%, #94c7fd 78.25%);
}
.local-theme .p-faq {
  background: #dbdeec;
}
.local-theme .c-tab__btn {
  background: #d9e5fa;
  color: #1357a1;
}
.local-theme .c-tab__btn.is-active {
  background: #1357a1;
  color: #fff;
}
.local-theme .c-tab__contents {
  border-color: #1357a1;
}
.local-theme .p-faq__q,
.local-theme .p-faq__a {
  background: #1357a1;
}
.local-theme .p-faq__toggle {
  background: #1357a1;
}
.local-theme .p-faq__toggle.is-active {
  background: #dfdfdf;
}
.local-theme .p-faq__toggle.is-active::before,
.local-theme .p-faq__toggle.is-active::after {
  background: #1357a1;
}
