@charset "UTF-8";
/*
  # =================================================================
  # Global selectors
  # =================================================================
*/
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

em {
  font-style: normal;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  appearance: none;
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  max-width: 100%;
  vertical-align: top;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ==========================================================================
 Base
========================================================================== */
html {
  overflow-y: scroll;
  font-size: 0.625em;
  box-sizing: border-box;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
}

body {
  overflow: hidden;
  color: #000;
  font-family: "Noto Sans", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "游ゴシック Medium", meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

ul {
  list-style: none;
}

sup {
  font-size: 0.6em;
}

img,
video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

em {
  font-style: normal;
}

* {
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}

a {
  color: inherit;
  text-underline-offset: 3px;
  cursor: pointer;
}
a:link, a:visited {
  color: inherit;
}
a:hover {
  opacity: 1;
}
a:active {
  opacity: 0.8;
}
a:focus {
  outline: 0;
}
a.textLink {
  display: inline;
}

a, button {
  outline: none;
}

@media screen and (max-width: 750px) {
  .is-hideSp {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .is-hidePc {
    display: none;
  }
}

.ib {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  sup {
    font-size: 0.6em;
  }
}
@keyframes shinyshiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes ctaClick {
  0% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
.l-contents__main {
  max-width: calc(100% - 320px);
}
@media screen and (min-width: 1281px) {
  .l-contents__main {
    max-width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .l-contents__main {
    max-width: 100%;
  }
}
.l-contents__form {
  width: 320px;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 9991;
  top: 0;
  right: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1281px) {
  .l-contents__form {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .l-contents__form {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-contents__form.is-visible {
    max-width: calc(100% - 30px);
    max-height: 680px;
    height: calc(100% - 100px);
    width: 680px;
    margin: auto;
    border-radius: 8px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1001;
    display: block;
  }
  .l-contents__form.is-visible + .p-form-modal-bg {
    display: block;
  }
}
.l-contents__working {
  padding: 14px 35px 24px;
  background: #F2F2F2;
}
@media screen and (max-width: 750px) {
  .l-contents__working {
    padding-top: 4.2666666667vw;
    padding-left: 6.8vw;
    padding-right: 6.8vw;
    padding-bottom: 5.3333333333vw;
  }
}
.l-contents__case {
  padding: 30px 35px 40px;
  background: #D3DDF1;
}
@media screen and (max-width: 750px) {
  .l-contents__case {
    padding-top: 10.6666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.l-contents__private {
  padding: 50px 35px;
  background: #22252A;
}
@media screen and (max-width: 750px) {
  .l-contents__private {
    padding-top: 10.6666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.l-contents__reason {
  padding: 60px 35px;
}
@media screen and (max-width: 750px) {
  .l-contents__reason {
    padding-top: 10.6666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.l-contents__guarantee {
  padding: 40px 35px 40px;
  background: #D3DDF1;
}
@media screen and (max-width: 750px) {
  .l-contents__guarantee {
    padding-top: 8vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    padding-bottom: 8vw;
  }
}
.l-contents__hearing {
  margin-top: 92px;
  padding: 90px 35px 40px;
  background: #EEEFF1;
}
@media screen and (max-width: 750px) {
  .l-contents__hearing {
    padding-top: 18.6666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.l-contents__voice {
  padding: 50px 0;
}
@media screen and (max-width: 750px) {
  .l-contents__voice {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.l-contents__flow {
  padding: 40px 35px;
}
@media screen and (max-width: 750px) {
  .l-contents__flow {
    padding-top: 10.6666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.l-contents__qa {
  padding: 40px 35px 40px;
}
@media screen and (max-width: 750px) {
  .l-contents__qa {
    padding-top: 10.6666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.l-contents__note {
  max-width: 680px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .l-contents__note {
    display: none;
  }
}
.l-contents__example {
  padding: 60px 35px;
}
@media screen and (max-width: 750px) {
  .l-contents__example {
    padding-top: 10.6666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    padding-bottom: 0vw;
  }
}

.l-footer {
  max-width: calc(100% - 320px);
  padding: 18px 35px 24px;
  background: #E0E2E5;
}
@media screen and (max-width: 1024px) {
  .l-footer {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding: 0;
    background: #EEEFF1;
  }
}
.l-footer__box {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 750px) {
  .l-footer__box {
    max-width: 100%;
    display: block;
  }
}
.l-footer__mark {
  max-width: 57px;
  margin-left: auto;
  order: 2;
}
@media screen and (max-width: 750px) {
  .l-footer__mark {
    max-width: 15.2vw;
    margin-right: auto;
    padding-bottom: 6.4vw;
  }
}
.l-footer__note {
  display: none;
}
@media screen and (max-width: 750px) {
  .l-footer__note {
    display: block;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    padding-bottom: 6.4vw;
  }
}
.l-footer__menus {
  order: 1;
}
@media screen and (max-width: 750px) {
  .l-footer__menus {
    padding-top: 4.2666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 26.6666666667vw;
    background: #E0E2E5;
  }
}
.l-footer__menus nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 20px;
}
@media screen and (max-width: 750px) {
  .l-footer__menus nav ul {
    flex-wrap: wrap;
    gap: 2.6666666667vw 5.3333333333vw;
  }
}
.l-footer__menus nav ul li {
  line-height: 1;
}
.l-footer__menus nav ul li a {
  color: var(--black-900, #22252A);
  font-family: Hiragino Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .l-footer__menus nav ul li a {
    font-size: 3.2vw;
  }
}
.l-footer__copyright {
  margin-top: 20px;
  color: var(--black-900, #22252A);
  font-family: Hiragino Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .l-footer__copyright {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}

.p-form {
  height: 100%;
  padding: 20px 14px 30px;
  overflow: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .p-form-footer {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .p-form-footer {
    display: none;
  }
  .p-form-footer.is-visible {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .p-form-footer {
    padding-top: 10.6666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    padding-bottom: 6.4vw;
    background: #EEEFF1;
  }
}
.p-form-footer .registation-formArea {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .p-form-footer.is-visible {
    max-width: calc(100% - 30px);
    max-height: 680px;
    height: calc(100% - 100px);
    width: 680px;
    margin: auto;
    display: block;
    border-radius: 8px;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-form-footer.is-visible::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .p-form-footer.is-visible + .p-form-modal-bg--pc {
    display: block;
    z-index: 10000;
  }
}
.p-form__ttl {
  margin-bottom: 9px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .p-form__ttl {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
.p-form #form_rev3_lp .google-recaptcha-policy-fv {
  width: auto;
}
.p-form-modal-bg {
  width: 100%;
  height: 100%;
  margin: auto;
  display: none;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.p-form-modal-clsoe {
  width: 17px;
  height: 17px;
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .p-form-modal-clsoe {
    display: block;
  }
}

.p-working__ttl {
  max-width: 281px;
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-working__ttl {
    max-width: 52.8vw;
  }
}
.p-working__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
}
@media screen and (max-width: 750px) {
  .p-working__list {
    gap: 6.4vw;
  }
}
.p-working__wrap {
  flex: 0 0 240px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 2.679px 8.037px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  .p-working__wrap {
    flex: 0 0 40vw;
  }
}
.p-working__wrap::before {
  width: 30px;
  max-width: calc(100% - 12px);
  height: calc(100% - 17px);
  max-height: calc(100% - 17px);
  border-radius: 4px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  content: "";
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 8px;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

.p-case {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-case {
    max-width: 100%;
  }
}
.p-case__ttl {
  max-width: 105.5px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 750px) {
  .p-case__ttl {
    max-width: 19.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-case__btnList {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3px 7px;
}
@media screen and (max-width: 750px) {
  .p-case__btnList {
    gap: 0;
  }
}
.p-case__btn {
  max-width: 222px;
  flex: 0 0 222px;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .p-case__btn {
    max-width: 33.333%;
    flex: 0 0 30.4vw;
  }
}
.p-case__btn input {
  width: 0;
  height: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  left: 0;
}
.p-case__btn input:checked + .p-case__btn__default {
  display: none;
}
.p-case__btn input:checked + .p-case__btn__default + .p-case__btn__active {
  display: block;
}
.p-case__btn__active {
  display: none;
}
.p-case__arrow {
  max-width: 80px;
  margin: 24px auto;
}
@media screen and (max-width: 750px) {
  .p-case__arrow {
    max-width: 26.8vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-case__selectTtl {
  margin: 0 auto 10px;
  display: none;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-case__selectTtl {
    margin-bottom: 2.1333333333vw;
  }
}
.p-case__selectTtl.is-visible {
  display: block;
}
.p-case__selectTtl img {
  max-width: none;
  width: auto;
  height: 54px;
}
@media screen and (max-width: 750px) {
  .p-case__selectTtl img {
    height: 8.8vw;
  }
}
.p-case__infoList {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 28px;
}
@media screen and (max-width: 750px) {
  .p-case__infoList {
    gap: 3.2vw;
  }
}
.p-case__info {
  max-width: 48.0882352941%;
  flex: 0 0 327px;
  display: none;
}
@media screen and (max-width: 750px) {
  .p-case__info {
    max-width: 44vw;
    flex: 0 0 44vw;
  }
}
.p-case__info.is-visible {
  display: block;
}
.p-case__small {
  max-width: 78.5px;
  margin: 10px 0 24px auto;
}
@media screen and (max-width: 750px) {
  .p-case__small {
    max-width: 21.3333333333vw;
    margin-top: 2.1333333333vw;
    margin-bottom: 3.2vw;
  }
}
.p-case__projectList {
  margin: 0 -6px 0;
  display: none;
}
.p-case__projectList.is-visible {
  display: block;
}
.p-case__project {
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .p-case__project {
    margin-bottom: 1.6vw;
  }
}
.p-case__project:last-child {
  margin-bottom: 0;
}
.p-case__project img {
  width: 100%;
}

.p-private {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-private {
    max-width: 100%;
  }
}
.p-private__img {
  margin-bottom: 35px;
}
.p-private__btn {
  max-width: 662px;
  margin: 0 auto;
}

.p-reason {
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-reason {
    max-width: 100%;
  }
}
.p-reason__ttl {
  max-width: 497.5px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 750px) {
  .p-reason__ttl {
    max-width: 91.4666666667vw;
  }
}
.p-reason__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .p-reason__list {
    display: block;
  }
}
.p-reason__wrap {
  max-width: 50%;
  flex: 0 0 420px;
}
@media screen and (max-width: 750px) {
  .p-reason__wrap {
    max-width: calc(100% + 5.3333333333vw);
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}

.p-guarantee {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-guarantee {
    max-width: 100%;
  }
}
.p-guarantee__ttl {
  max-width: 602px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 750px) {
  .p-guarantee__ttl {
    max-width: 100%;
  }
}
.p-guarantee__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 8px 1.1764705882%;
}
@media screen and (max-width: 750px) {
  .p-guarantee__list {
    display: block;
  }
}
.p-guarantee__wrap {
  max-width: 32.5%;
  flex: 0 0 221px;
}
@media screen and (max-width: 750px) {
  .p-guarantee__wrap {
    max-width: 100%;
    margin-bottom: 2.1333333333vw;
  }
  .p-guarantee__wrap:last-child {
    margin-bottom: 0;
  }
}
.p-guarantee__wrap:nth-child(1) {
  max-width: 100%;
  flex: 1 1 100%;
}

.p-hearing {
  max-width: 680px;
  margin: -154px auto 0;
}
@media screen and (max-width: 750px) {
  .p-hearing {
    max-width: 100%;
    margin-top: -29.8666666667vw;
  }
}
.p-hearing__ttl {
  max-width: 602px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 750px) {
  .p-hearing__ttl {
    max-width: 82.6666666667vw;
  }
}
.p-hearing__txt {
  max-width: 413.5px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 750px) {
  .p-hearing__txt {
    max-width: 76.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.p-hearing__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 8px;
}
.p-hearing__wrap {
  flex: 0 0 221px;
}
.p-hearing__wrap:nth-child(1) {
  flex: 1 1 100%;
}

.p-voice__ttl {
  max-width: 313.5px;
  margin: 0 auto 22px;
}
@media screen and (max-width: 750px) {
  .p-voice__ttl {
    max-width: 60.8vw;
    margin-bottom: 5.8666666667vw;
  }
}
.p-voice__list {
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-voice__list {
    margin-bottom: 8.5333333333vw;
  }
}
.p-voice__wrap {
  flex: 0 0 284px;
}
.p-voice .slick-slide {
  margin: 0 8px;
}
.p-voice .slick-dots {
  position: absolute;
  top: calc(100% + 32px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .p-voice .slick-dots {
    top: calc(100% + 24px);
  }
}
.p-voice .slick-dots li {
  width: 12px;
  height: 12px;
  list-style: none;
}
@media screen and (max-width: 750px) {
  .p-voice .slick-dots li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.p-voice .slick-dots li.slick-active button {
  background: #707A89;
}
.p-voice .slick-dots li button {
  width: 12px;
  height: 12px;
  display: block;
  background: #C4C8CE;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -99999px;
}
@media screen and (max-width: 750px) {
  .p-voice .slick-dots li button {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.p-voice .slick-arrow {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.p-voice .slick-arrow svg {
  opacity: 0.7;
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
}
.p-voice .slick-prev {
  padding-left: 15px;
  padding-right: 22px;
  left: 0;
  background: linear-gradient(-271deg, rgba(196, 200, 206, 0.5) 1.11%, rgba(196, 200, 206, 0.2) 122.16%);
}
.p-voice .slick-next {
  padding-left: 22px;
  padding-right: 15px;
  right: 0;
  background: linear-gradient(271deg, rgba(196, 200, 206, 0.5) 1.11%, rgba(196, 200, 206, 0.2) 122.16%);
}

.p-flow__ttl {
  max-width: 216px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 750px) {
  .p-flow__ttl {
    max-width: 51.2vw;
    margin-bottom: 8vw;
  }
}
.p-flow__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 29px;
}
@media screen and (max-width: 750px) {
  .p-flow__list {
    display: block;
  }
}
.p-flow__wrap {
  max-width: 20.2247191011%;
  flex: 0 0 180px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-flow__wrap {
    max-width: 86.9333333333vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.4vw;
    padding-left: 2.1333333333vw;
    padding-bottom: 4.2666666667vw;
    border-bottom: 1px solid #D9D9D9;
  }
  .p-flow__wrap:last-child {
    margin-bottom: 0;
  }
}
.p-flow__wrap::after {
  width: 0;
  height: 24px;
  margin: auto;
  display: block;
  border-top: 12px solid transparent;
  border-left: 18px solid #D9D9D9;
  border-bottom: 12px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 3px);
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .p-flow__wrap::after {
    top: 100%;
    bottom: auto;
    width: 0vw;
    height: 0vw;
    left: 8.5333333333vw;
    border-top-width: 2.1333333333vw;
    border-left-width: 2vw;
    border-right-width: 2vw;
    border-top-color: #d9d9d9;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: none;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
  }
}
.p-flow__wrap:last-child::after {
  content: none;
}
.p-flow__wrap img {
  max-width: 82.6666666667vw;
}

.p-qa {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-qa {
    max-width: 100%;
  }
}
.p-qa__ttl {
  max-width: 252.5px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 750px) {
  .p-qa__ttl {
    max-width: 59.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
.p-qa__q {
  width: auto;
  padding-top: 20px;
  padding-bottom: 6px;
  background: url(../img/img_plus.webp) right 6px bottom 9px/24px auto no-repeat;
  border-bottom: 1px solid #D9D9D9;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .p-qa__q {
    margin-top: 3.7333333333vw;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    background: url(../img/img_plus.webp) right 6px center/6.4vw auto no-repeat;
  }
}
.p-qa__q.is-open {
  background-image: url(../img/img_minus.webp);
}
.p-qa__q img {
  max-width: none;
  width: auto;
  height: 30.5px;
}
@media screen and (max-width: 750px) {
  .p-qa__q img {
    height: auto;
    width: 100%;
    max-width: 81.8666666667vw;
  }
}
.p-qa__a {
  margin: 10px -6px 0;
  display: none;
}

.p-datepicker {
  padding: 16px 34px 16px 16px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-datepicker {
    padding-top: 4.2666666667vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.p-datepicker__week {
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .p-datepicker__week {
    padding-bottom: 4.2666666667vw;
    font-size: 3.2vw;
  }
}
.p-datepicker__prev, .p-datepicker__next {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: var(--black-700, #4E545F);
  font-family: Hiragino Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 750px) {
  .p-datepicker__prev, .p-datepicker__next {
    font-size: 3.7333333333vw;
    gap: 1.6vw;
  }
}
.p-datepicker__prev svg, .p-datepicker__next svg {
  stroke: #4E545F;
}
@media screen and (max-width: 750px) {
  .p-datepicker__prev svg, .p-datepicker__next svg {
    width: 1.8666666667vw;
    height: auto;
  }
}
.p-datepicker__prev.is-active, .p-datepicker__next.is-active {
  color: #5F88E1;
}
.p-datepicker__prev.is-active svg, .p-datepicker__next.is-active svg {
  stroke: #5F88E1;
}
.p-datepicker__prev.is-hide, .p-datepicker__next.is-hide {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-datepicker__list {
  height: 525px;
  overflow-y: scroll;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-datepicker__list::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-datepicker__list {
    height: 140vw;
  }
}
.p-datepicker__col {
  flex: 0 0 20%;
  position: relative;
}
.p-datepicker__col:first-child .p-datepicker__date {
  border-radius: 2px 0 0 0;
}
.p-datepicker__col:last-child .p-datepicker__date {
  border-radius: 0 2px 0 0;
  border-right: 1px solid #8B94A0;
}
.p-datepicker__col:last-child .p-datepicker__time {
  border-right: 1px solid #9BB4EA;
}
.p-datepicker__date {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #E0E2E5;
  border-top: 1px solid #8B94A0;
  border-left: 1px solid #8B94A0;
  border-bottom: 1px solid #8B94A0;
  color: var(--Midworks-black, #22252A);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-datepicker__date {
    font-size: 3.2vw;
    height: 12.8vw;
  }
}
.p-datepicker__time {
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DCE5F8;
  border-top: 1px solid #9BB4EA;
  border-left: 1px solid #9BB4EA;
  text-align: center;
  color: var(--blue-900, #0B1A3C);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 750px) {
  .p-datepicker__time {
    font-size: 3.7333333333vw;
    height: 14.1333333333vw;
  }
}
.p-datepicker__time:nth-of-type(1) {
  border-top: none;
}
.p-datepicker__time:last-child {
  border-bottom: 1px solid #9BB4EA;
}
.p-datepicker__time.is-break {
  background: #fff;
  color: #A1A1A1;
  text-decoration: line-through;
  pointer-events: none;
  cursor: text;
}
.p-datepicker-scroll {
  width: 8px;
  height: 525px;
  background: #D9D9D9;
  border-radius: 4px;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
@media screen and (max-width: 750px) {
  .p-datepicker-scroll {
    display: none;
  }
}
.p-datepicker-scroll__thumb {
  width: 8px;
  border-radius: 4px;
  background: #8B94A0;
}

.p-modal {
  max-width: calc(100% - 320px);
  padding: 20px;
  height: 100vh;
  margin: auto 0;
  display: none;
  justify-content: center;
  align-items: flex-start;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (min-width: 1281px) {
  .p-modal {
    max-width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .p-modal {
    max-width: 100%;
  }
}
.p-modal.is-visible {
  display: flex;
}
.p-modal__bg {
  width: calc(100% - 320px);
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1281px) {
  .p-modal__bg {
    max-width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .p-modal__bg {
    width: 100%;
  }
}
.p-modal__imgbox {
  max-width: 680px;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  z-index: 1;
}
@media screen and (max-height: 680px) {
  .p-modal__imgbox {
    transform: translateY(0);
    top: 0;
  }
}
.p-modal__imgbox img {
  vertical-align: bottom;
}
.p-modal__link {
  width: 440px;
  height: 47px;
  margin: auto;
  display: block;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 54px;
}
@media screen and (max-width: 750px) {
  .p-modal__link {
    width: 80vw;
    height: 12vw;
    bottom: 12vw;
  }
}
.p-modal__close {
  width: 100px;
  height: 21px;
  margin: auto;
  display: block;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
}
@media screen and (max-width: 750px) {
  .p-modal__close {
    width: 10.6666666667vw;
    height: 5.3333333333vw;
    bottom: 4.8vw;
  }
}
.p-modal__img {
  display: none;
}
.p-modal__img.is-visible {
  display: block;
}
.p-modal__headClose {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  right: 6px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .p-modal__headClose {
    align-items: flex-start;
    padding-top: 5px;
    top: 0px;
    right: 0px;
  }
}
.p-modal__headClose img {
  width: 100%;
  height: auto;
}

.p-cta-sp {
  width: 100%;
  height: 24.2666666667vw;
  margin: auto;
  display: none;
  background: linear-gradient(181deg, rgba(255, 255, 255, 0) 1.1%, #FFF 98.89%);
  padding-top: 2.6666666667vw;
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
  padding-bottom: 4vw;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  .p-cta-sp {
    display: block;
  }
  .p-cta-sp.is-hidden {
    display: none;
  }
}
.p-cta-sp__btn {
  max-width: 90.6666666667vw;
  display: block;
  margin: 0 auto;
  position: relative;
}
.p-cta-sp__main {
  width: 90.6666666667vw;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  animation: ctaClick 1s ease 0s infinite;
}
.p-cta-sp__shadow {
  width: 100%;
}

.p-example {
  max-width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-example {
    max-width: 100%;
  }
}
.p-example__ttl {
  max-width: 673px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 750px) {
  .p-example__ttl {
    max-width: 53.3333333333vw;
  }
}
.p-example__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .p-example__list {
    display: block;
  }
}
.p-example__wrap {
  max-width: 47.9381443299%;
  flex: 0 0 475px;
}
@media screen and (max-width: 750px) {
  .p-example__wrap {
    max-width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    margin-bottom: 20px;
  }
  .p-example__wrap:last-child {
    margin-bottom: 0;
  }
}

.registration-title {
  background: url("../img/img_form_ttl_pc.svg") center/contain no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .registation-formArea .registration-title {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    line-height: 46px;
  }
}

@media screen and (min-width: 1025px) {
  .registration-text-remark {
    display: none;
  }
}

.MuiDialog-root {
  z-index: 10002 !important;
}

.rolldate-container .rolldate-panel.fadeIn {
  z-index: 10003;
}/*# sourceMappingURL=style.css.map */

.MuiPickersSlideTransition-transitionContainer .MuiTypography-body1,
.MuiPickersMonthSelection-container .MuiTypography-subtitle1,
.MuiPickersYearSelection-container .MuiTypography-subtitle1 {
  font-size: 16px;
}

.MuiPickersMonthSelection-container .MuiTypography-h5 ,
.MuiPickersYearSelection-container .MuiTypography-h5 {
  font-size: 24px;
}

.MuiButtonBase-root .MuiIconButton-label .MuiTypography-body2 ,
.MuiButtonBase-root .MuiButton-label {
  font-size: 14px;
}

.MuiIconButton-label .MuiSvgIcon-root {
  font-size: 24px;
}

.MuiPickersCalendarHeader-daysHeader .MuiTypography-caption {
  font-size: 12px;
}
