@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 100%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1140px) {
  html {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "hiragino-kaku-gothic-pron", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ Ｐゴシック", "MS PGothic", "MS UI Gothic", "メイリオ", Meiryo, YuGothic, "Yu Gothic", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  z-index: 97;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
}

.l-header__inner {
  width: 100%;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 2.5rem 0rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding: 0rem 2.5rem 0rem 0.9375rem;
  }
}

.l-header__logo {
  display: inline-block;
  width: 100%;
  max-width: 13.75rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 8.75rem;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}

.l-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 1240px) {
  .l-header__box {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__box {
    display: none;
  }
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
}
@media screen and (max-width: 1240px) {
  .l-header-nav__lists {
    gap: 1.125rem;
  }
}

.l-header-nav__list {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1320px) {
  .l-header-nav__list {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .l-header-nav__list {
    font-size: 0.875rem;
  }
}

.l-header-nav__link {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1320px) {
  .l-header-nav__link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .l-header-nav__link {
    font-size: 0.875rem;
  }
}
.l-header-nav__link:hover {
  color: #E30076;
}

.l-header-btn {
  position: relative;
  width: 10rem;
  height: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  background: #E30076;
  border: 1px solid #E30076;
  border-radius: 6.25rem;
}
.l-header-btn:hover {
  color: #E30076;
  background: #fff;
}

.l-main {
  position: relative;
  width: 100%;
  padding-top: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 3.75rem;
  }
}

.l-footer {
  width: 100%;
  background: #F7F7F7;
}

.l-footer__inner {
  position: relative;
  padding: 2.25rem 0rem 2.375rem 0rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 1.625rem 0rem 1.75rem 0rem;
  }
}

.l-footer__img {
  width: 100%;
  max-width: 15.1875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__img {
    max-width: 11.25rem;
  }
}

.l-footer-item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.5rem;
  width: 8.3125rem;
  height: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .l-footer-item {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    margin: 1.25rem auto;
  }
}

.l-footer-small {
  font-size: 1rem;
  line-height: 1.125;
  text-align: center;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .l-footer-small {
    font-size: 0.75rem;
    margin-top: 1.125rem;
  }
}

.c-hamburger {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 99;
  top: 0.625rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 100%;
  background: #E30076;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0.625rem;
  width: 1.25rem;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 0.875rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 1.21875rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 1.5625rem;
}

.c-hamburger.active span:nth-of-type(1) {
  top: 1.25rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 1.25rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: 98;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 80%;
  height: 100%;
  background: #E30076;
  padding: 5rem 1.875rem 2.5rem 1.875rem;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__lists li {
  line-height: 1.5;
  margin-top: 1.5rem;
}
.c-hamburger-nav__lists li:first-of-type {
  margin-top: 0rem;
}
.c-hamburger-nav__lists li a {
  width: 100%;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.c-hamburger-nav__lists li a:hover {
  opacity: 0.7;
}

.c-hamburger-nav__btn {
  position: relative;
  width: 100%;
  height: 2.8125rem;
  margin: 1.875rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E30076;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  background: #fff;
  border-radius: 6.25rem;
}
.c-hamburger-nav__btn:hover {
  opacity: 0.7;
}

.c-hamburger-nav.active {
  right: 0rem;
}

@media screen and (min-width: 768px) {
  .c-aos-fade section:nth-of-type(2) {
    -webkit-transition-delay: 0.2s !important;
            transition-delay: 0.2s !important;
  }
  .c-aos-fade section:nth-of-type(3) {
    -webkit-transition-delay: 0.4s !important;
            transition-delay: 0.4s !important;
  }
  .c-aos-fade section:nth-of-type(4) {
    -webkit-transition-delay: 0.6s !important;
            transition-delay: 0.6s !important;
  }
}
.p-fv {
  width: 100%;
}

.p-what {
  width: 100%;
}

.p-what__inner {
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 6rem 0 5.8125rem 0;
}
@media screen and (max-width: 767px) {
  .p-what__inner {
    padding: 3.75rem 0.9375rem;
  }
}

.p-what__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625rem;
  font-size: 2.25rem;
  line-height: 1.1111111111;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-what__title {
    gap: 0.625rem;
    font-size: 1.25rem;
  }
}
.p-what__title img {
  width: 24.6875rem;
}
@media screen and (max-width: 767px) {
  .p-what__title img {
    width: 14.375rem;
  }
}

.p-what__text {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-what__text {
    font-size: 1.25rem;
    margin-top: 2.8125rem;
  }
}

.p-what__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.25rem;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-what__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.8125rem;
    margin-top: 2.8125rem;
  }
}

.p-what__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.9375rem 3.25rem;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-what__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 2.8125rem;
  }
}

.p-what__button {
  position: relative;
  width: 18.375rem;
  height: 3.375rem;
  margin: 3.375rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 6.25rem;
  padding-left: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-what__button {
    margin: 2.8125rem auto 0 auto;
  }
}
.p-what__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.5625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-what__button:hover {
  color: #000000;
  background: #ffffff;
}
.p-what__button:hover::before {
  right: 0.9375rem;
  border-top: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
}

.p-what-item {
  width: 100%;
}

.p-what-item__img {
  width: 100%;
}

.p-what-item__title {
  color: #E30076;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-what-item__title {
    font-size: 1.375rem;
    margin-top: 1.5rem;
  }
}

.p-what-item__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-what-item__text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-what-card {
  width: 100%;
  border-radius: 0.625rem;
  background: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.0625rem 1.75rem 1.0625rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-what-card {
    gap: 0.3125rem;
    padding: 1.0625rem 0.9375rem 1.0625rem 0.3125rem;
  }
}

.p-what-card__img {
  width: 100%;
  max-width: 9.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-what-card__img {
    max-width: 5.625rem;
  }
}

.p-what-card__box {
  width: 100%;
  max-width: 19.875rem;
}
@media screen and (max-width: 767px) {
  .p-what-card__box {
    max-width: 100%;
  }
}

.p-what-card__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-what-card__title {
    font-size: 1.125rem;
  }
}

.p-what-card__text {
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-what-card__text {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.p-case {
  width: 100%;
  background: #E30076;
}

.p-case__inner {
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 4.75rem 0rem 5.375rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-case__inner {
    padding: 3.75rem 0.9375rem;
  }
}

.p-case__title {
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 1.1111111111;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case__title {
    font-size: 1.75rem;
  }
}

.p-case__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.875rem;
  margin-top: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-case__wrapper {
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-case-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
  background: #fff;
  border-radius: 0.625rem;
  padding: 2.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    padding: 1.25rem 0.9375rem;
  }
}

.p-case-item__img {
  width: 100%;
  max-width: 9.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-case-item__img {
    max-width: 8.75rem;
  }
}

.p-case-item__box {
  width: 100%;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-item__box {
    padding-bottom: 0rem;
  }
}

.p-case-item__title {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-case-item__title {
    font-size: 1.5rem;
  }
}

.p-case-item__text {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-case-item__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-price {
  width: 100%;
}

.p-price__inner {
  width: 100%;
  max-width: 56.625rem;
  margin: 0 auto;
  padding: 6.0625rem 0rem 5.5625rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-price__inner {
    padding: 3.75rem 0.9375rem;
  }
}

.p-price__title {
  color: #E30076;
  font-size: 2.25rem;
  line-height: 1.1111111111;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__title {
    font-size: 1.75rem;
  }
}

.p-price__table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-price__table {
    gap: 0rem;
    margin-top: 2.5rem;
  }
}

.p-price__tableTitle {
  width: 28rem;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  padding: 1.625rem 2.3125rem;
  background: #E30076;
}
@media screen and (max-width: 767px) {
  .p-price__tableTitle {
    width: 100%;
    font-size: 1rem;
    padding: 1.25rem 0.9375rem;
  }
}

.p-price__tableText {
  width: 28rem;
  font-size: 1.125rem;
  line-height: 1;
  padding: 1.625rem 2.3125rem;
  background: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .p-price__tableText {
    width: 100%;
    font-size: 1rem;
    padding: 1.25rem 0.9375rem;
  }
}

.p-price__comment {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-price__comment {
    margin-top: 1.5rem;
  }
}

.p-flow {
  width: 100%;
  background: #E30076;
}

.p-flow__inner {
  width: 100%;
  max-width: 46.5625rem;
  margin: 0 auto;
  padding: 5.9375rem 0rem 5.875rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding: 3.75rem 0.9375rem;
  }
}

.p-flow__title {
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 1.1111111111;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 1.75rem;
  }
}

.p-flow__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2.875rem;
  margin-top: 5.5625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-flow__wrapper {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}
.p-flow__wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 1.8125rem;
  width: 0.1875rem;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow__wrapper::before {
    left: 1.1875rem;
  }
}

.p-flow__button {
  position: relative;
  width: 18.375rem;
  height: 3.375rem;
  margin: 5.125rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 6.25rem;
  padding-left: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__button {
    margin: 3.125rem auto 0 auto;
  }
}
.p-flow__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.5625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-flow__button:hover {
  color: #000000;
  background: #ffffff;
}
.p-flow__button:hover::before {
  right: 0.9375rem;
  border-top: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
}

.p-flow-item {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
}
.p-flow-item:last-of-type::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 1.8125rem;
  width: 0.1875rem;
  height: 100%;
  background: #E30076;
}
@media screen and (max-width: 767px) {
  .p-flow-item:last-of-type::before {
    left: 1.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-item {
    gap: 1.25rem;
  }
}

.p-flow-item__number {
  position: relative;
  z-index: 2;
  width: 3.8125rem;
  min-width: 3.8125rem;
  height: 3.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E30076;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 600;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow-item__number {
    width: 2.5625rem;
    min-width: 2.5625rem;
    height: 2.5625rem;
    font-size: 1.125rem;
  }
}

.p-flow-item__box {
  width: 100%;
  padding-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-flow-item__box {
    padding-top: 0.25rem;
  }
}

.p-flow-item__title {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-flow-item__title {
    font-size: 1.25rem;
  }
}

.p-flow-item__text {
  color: #ffffff;
  font-size: 1rem;
  line-height: 2.5;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-flow-item__text {
    line-height: 1.875;
  }
}

.p-faq {
  position: relative;
  width: 100%;
}

.p-faq__inner {
  width: 100%;
  max-width: 51.5625rem;
  margin: 0 auto;
  padding: 5.125rem 0rem 5.9375rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding: 3.75rem 0.9375rem;
  }
}

.p-faq__title {
  color: #E30076;
  font-size: 2.25rem;
  line-height: 1.1111111111;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 1.75rem;
  }
}

.p-faq__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.9375rem;
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__wrapper {
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}

.p-faq-item {
  width: 100%;
  background: #F7F7F7;
}

.p-faq-item__title {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 1.3125rem 4.25rem 1.3125rem 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-faq-item__title {
    font-size: 1rem;
    padding: 0.9375rem 3.125rem 0.9375rem 3rem;
  }
}
.p-faq-item__title::before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-faq-item__title::before {
    top: 0.875rem;
    left: 0.9375rem;
    font-size: 1.375rem;
  }
}
.p-faq-item__title span {
  position: absolute;
  top: 1.375rem;
  right: 1.625rem;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 100%;
  border: 1px solid #C8C8C8;
}
@media screen and (max-width: 767px) {
  .p-faq-item__title span {
    top: 0.875rem;
    right: 0.9375rem;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 100%;
    border: 1px solid #C8C8C8;
  }
}
.p-faq-item__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 1px;
  border: 1px solid #C8C8C8;
}
.p-faq-item__title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 0.75rem;
  border: 1px solid #C8C8C8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faq-item__title.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq-item__box {
  display: none;
  width: 100%;
}

.p-faq-item__text {
  font-size: 1.125rem;
  line-height: 1.5;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 1.625rem 4.25rem 1.375rem 4.625rem;
  border-top: 1px solid #C8C8C8;
}
@media screen and (max-width: 767px) {
  .p-faq-item__text {
    font-size: 1rem;
    padding: 0.9375rem 0.9375rem 0.9375rem 3rem;
  }
}
.p-faq-item__text::before {
  content: "A.";
  display: inline-block;
  position: absolute;
  top: 1.375rem;
  left: 1.25rem;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-faq-item__text::before {
    top: 0.875rem;
    left: 0.9375rem;
    font-size: 1.375rem;
  }
}

.p-company {
  width: 100%;
  background: #E30076;
}

.p-company__inner {
  width: 100%;
  max-width: 59.875rem;
  margin: 0 auto;
  padding: 4.875rem 0rem 5.375rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding: 3.75rem 0.9375rem;
  }
}

.p-company__title {
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 1.1111111111;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 1.75rem;
  }
}

.p-company__table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-company__table {
    gap: 0rem;
    margin-top: 2.5rem;
  }
}

.p-company__tableTitle {
  width: 16.6875rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  padding: 1.5rem 1.25rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-company__tableTitle {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    padding: 1.125rem 0.9375rem;
    background: #F6F6F6;
  }
}

.p-company__tableText {
  width: 42.25rem;
  font-size: 1rem;
  line-height: 1;
  padding: 1.5rem 1.625rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-company__tableText {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    padding: 1.125rem 0.9375rem;
  }
}

.p-contact {
  width: 100%;
  padding-top: 5.875rem;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 3.75rem 0.9375rem;
  }
}

.p-contact__band {
  color: #E30076;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__band {
    font-size: 1.5rem;
  }
}

.p-contact__img {
  width: 100%;
  max-width: 26.6875rem;
  margin: 2.3125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact__img {
    max-width: 17.5rem;
    margin: 1.875rem auto 0 auto;
  }
}

.p-contact-form {
  width: 100%;
  max-width: 58.25rem;
  margin: 3rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    margin: 1.875rem auto 0 auto;
  }
}

.p-contact-form__title {
  color: #E30076;
  font-size: 2.25rem;
  line-height: 1.1111111111;
  font-weight: 600;
  text-align: center;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__title {
    font-size: 1.625rem;
    padding-top: 1.875rem;
  }
}

.p-contact-form__inner {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__inner {
    margin-top: 2.5rem;
  }
}

.p-contact-form__box {
  width: 100%;
  padding: 3.75rem 2.875rem 3rem 2.625rem;
  border-radius: 0.625rem;
  border: 1px solid #E30076;
}
@media screen and (max-width: 767px) {
  .p-contact-form__box {
    padding: 3.125rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.p-contact-form__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.375rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
}
.p-contact-form__group:first-of-type {
  margin-top: 0rem;
}

.p-contact-form__name {
  position: relative;
  width: 14.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  line-height: 1;
  white-space: nowrap;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__name {
    width: auto;
    gap: 0.625rem;
    padding-top: 0rem;
  }
}
.p-contact-form__name_pt {
  padding-top: 0rem;
}

.p-contact-form__required {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 600;
  background: #E30076;
  padding: 0.375rem 1rem;
}

.p-contact-form__inputBox {
  position: relative;
  width: 100%;
}
.p-contact-form__inputBox input {
  cursor: pointer;
  width: 100%;
  height: 4.375rem;
  padding: 0rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .p-contact-form__inputBox input {
    height: 3.125rem;
    padding: 0rem 0.9375rem;
  }
}

.p-contact-form__radioBox {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radioBox {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.p-contact-form__radioBox .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radioBox .wpcf7-form-control {
    gap: 1.5rem;
  }
}
.p-contact-form__radioBox .wpcf7-list-item {
  margin: 0;
}
.p-contact-form__radioBox label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.375rem;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radioBox label {
    gap: 0.625rem;
  }
}
.p-contact-form__radioBox label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 1.9375rem;
  height: 1.9375rem;
  border-radius: 100%;
  border: 1px solid #E30076;
  background: #ffffff;
}
.p-contact-form__radioBox input {
  display: none;
}
.p-contact-form__radioBox input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.25rem;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 100%;
  background: #E30076;
}

.p-contact-form__textareaBox {
  position: relative;
  width: 100%;
}
.p-contact-form__textareaBox textarea {
  width: 100%;
  height: 11.9375rem;
  font-size: 1.125rem;
  line-height: 1.5;
  background: #F7F7F7;
  padding: 1.25rem;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}
@media screen and (max-width: 767px) {
  .p-contact-form__textareaBox textarea {
    height: 11.25rem;
  }
}

.p-contact-privacy {
  width: 100%;
  max-width: 58.25rem;
  margin: 2.3125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy {
    margin: 1.875rem auto 0 auto;
  }
}
.p-contact-privacy .wpcf7-list-item {
  margin: 0;
}

.p-contact-privacy__box {
  width: 100%;
  padding: 1.25rem 1.75rem 1.5625rem 2.75rem;
  border-radius: 0.625rem;
  border: 1px solid #E30076;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy__box {
    padding: 1.25rem 0.9375rem 1.5625rem 1.25rem;
  }
}

.p-contact-privacy__group {
  width: 100%;
  height: 9.5625rem;
  overflow-y: scroll;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy__group {
    height: 8.125rem;
    padding-right: 0.9375rem;
  }
}
.p-contact-privacy__group::-webkit-scrollbar {
  width: 0.625rem;
}
.p-contact-privacy__group::-webkit-scrollbar-thumb {
  background: #E30076;
  border-radius: 6.25rem;
}
.p-contact-privacy__group::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #E30076;
}

.p-contact-privacy__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy__title {
    font-size: 1rem;
  }
}

.p-contact-privacy__text {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy__text {
    font-size: 0.875rem;
  }
}

.p-contact-privacy__check {
  text-align: center;
  margin-top: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy__check {
    margin-top: 2.1875rem;
  }
}
.p-contact-privacy__check label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3125rem;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy__check label {
    gap: 0.625rem;
    font-size: 1rem;
  }
}
.p-contact-privacy__check label::before {
  content: "";
  position: relative;
  top: 0rem;
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #E30076;
  background: #ffffff;
  border-radius: 0.625rem;
}
.p-contact-privacy__check input {
  display: none;
}
.p-contact-privacy__check input:checked ~ span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #E30076;
  background: #E30076;
  border-radius: 0.625rem;
}
.p-contact-privacy__check input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.625rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.625rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 0.25rem 0.25rem 0;
}

.p-contact-form__button {
  position: relative;
  width: 18.375rem;
  height: 3.375rem;
  margin: 1.875rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  background: #E30076;
  border: 1px solid #E30076;
  border-radius: 6.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact-form__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.5625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact-form__button:hover {
  color: #E30076;
  background: #fff;
}
.p-contact-form__button:hover::before {
  border-top: 0.125rem solid #E30076;
  border-right: 0.125rem solid #E30076;
}

.p-contact-form__button input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */