*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img,
svg {
  width: 100%;
  vertical-align: bottom;
}

label,
input,
select,
option,
textarea,
button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::placeholder {
  color: rgba(34, 34, 34, 0.4);
}

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

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

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

del {
  text-decoration: line-through;
}

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

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

html {
  font-size: 62.5%;
}

body {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
ul,
li,
dt,
dd,
dl,
th,
td,
time,
label,
input,
textarea {
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
}

a {
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

a:hover {
  opacity: 0.6;
}

.l-inner {
  padding: 0 2rem;
}

.l-container {
  max-width: 128rem;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.l-header.is_active {
  background-color: #fff;
}

.l-header__inner {
  padding: 1.5rem 4rem;
}

.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 192rem;
  margin: 0 auto;
}

.l-header__logo {
  display: block;
  width: 24rem;
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.l-header__link {
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
}

.l-header__link.is_active {
  color: #222222;
}

.l-header__burger-btn {
  display: none;
}

.l-menu {
  display: none;
}

.l-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 2rem;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 500;
}

.l-fixed__btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.l-fixed__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4rem;
  height: 5rem;
  border: 0.1rem solid #fff;
  border-radius: 2.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.fixed-contact-btn {
  background: -webkit-gradient(linear, left top, right top, from(#F5AE25), to(#C62459));
  background: linear-gradient(90deg, #F5AE25 0%, #C62459 100%);
}

.fixed-line-btn {
  background: -webkit-gradient(linear, left top, right top, from(#77BC10), to(#0DBC6A));
  background: linear-gradient(90deg, #77BC10 0%, #0DBC6A 100%);
}

.l-footer {
  padding: 4rem 0;
  background-color: #09202F;
}

.l-footer__inner {
  padding: 0 12rem;
}

.l-footer__container {
  max-width: 120rem;
  margin: 0 auto;
}

.l-footer__logo {
  width: 17.5rem;
  margin-bottom: 1.5rem;
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: 4rem;
}

.l-footer__link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.l-footer__copy {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}
.p-fv {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_fv-bg.png?20251226);
  aspect-ratio: 1920/1080;
  max-height: 108rem;
}

.p-fv__container {
  position: relative;
  max-width: 192rem;
  height: 108rem;
  margin: 0 auto;
}

.p-fv__content {
  position: absolute;
  bottom: 30rem;
  left: 21rem;
}

.p-fv__copy {
  width: 49.5rem;
  margin-bottom: 10rem;
}

.p-fv__human {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90rem;
}

.fv-cta__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.fv-cta__title::before, .fv-cta__title::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #fff;
}
.fv-cta__title::before {
  margin-right: 1rem;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.fv-cta__title::after {
  margin-left: 1rem;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.fv-cta__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.fv-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4rem;
  height: 7.2rem;
  border: 0.1rem solid #fff;
  -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
  border-radius: 5rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.fv-cta__contact-btn {
  background: -webkit-gradient(linear, left top, right top, from(#F5AE25), to(#C62459));
  background: linear-gradient(90deg, #F5AE25 0%, #C62459 100%);
}
.fv-cta__contact-btn .fv-cta__btn-icon {
  width: 3.4rem;
}
.fv-cta__contact-btn:hover .fv-cta__btn-arrow {
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
}

.fv-cta__line-btn {
  background: -webkit-gradient(linear, left top, right top, from(#77BC10), to(#0DBC6A));
  background: linear-gradient(90deg, #77BC10 0%, #0DBC6A 100%);
}
.fv-cta__line-btn .fv-cta__btn-icon {
  width: 2.3rem;
}
.fv-cta__line-btn .fv-cta__btn-arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-bottom: 0;
}
.fv-cta__line-btn:hover .fv-cta__btn-arrow {
  -webkit-transform: translateX(0.6rem) rotate(-90deg);
          transform: translateX(0.6rem) rotate(-90deg);
}

.fv-cta__btn-text {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.fv-cta__btn-arrow {
  display: block;
  width: 1.5rem;
  margin-bottom: 0.5rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.yureru-s {
  -webkit-animation: yureru-s 2s infinite;
          animation: yureru-s 2s infinite;
}

@-webkit-keyframes yureru-s {
  0% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  5% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  10% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  15% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  25% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes yureru-s {
  0% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  5% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  10% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  15% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  25% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.p-frow {
  padding: 8rem 0;
  background-color: #fff;
}

.p-frow__header {
  text-align: center;
  margin-bottom: 6.5rem;
}

.frow-header__mini-title {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-family: "Albert Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#21E0DF), to(#3A58CE));
  background: linear-gradient(90deg, #21E0DF 0%, #3A58CE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.frow-header__title {
  font-size: 4.8rem;
  color: #222222;
}
.frow-header__title span {
  color: #3A58CE;
  line-height: 1;
}
.frow-header__title span:first-of-type {
  font-size: 6.4rem;
}

.p-frow__body {
  padding: 6.5rem 4rem;
  border-radius: 2.5rem;
  background-color: #F5F6FA;
}

.p-frow__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

.frow-box__arrow {
  width: 1.5rem;
}

.frow-box__figure-wrap {
  position: relative;
  margin-bottom: 1.5rem;
}

.frow-box__number {
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 5.5rem;
}

.frow-box__figure {
  width: 26rem;
  margin: 0 auto;
}

.frow-box-content__title {
  text-align: center;
  font-size: 2rem;
  color: #3A58CE;
  margin-bottom: 0.5rem;
}

.frow-box-content__text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}

.p-reason {
  padding: 12rem;
  background-size: cover;
  background-image: url(../images/image_reason-bg.png);
  border-radius: 2.5rem;
}

.p-reason__container {
  padding: 6.5rem 4rem;
  background-color: #fff;
  border-radius: 2.5rem;
}

.p-reason__header {
  text-align: center;
  margin-bottom: 6.5rem;
}

.reason-header__title {
  font-size: 4.4rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.reason-header__title span {
  font-size: 4.4rem;
  line-height: 1;
}

.reason-header__title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.reason-header__title-flex .reason-header__title-logo {
  display: inline-block;
  width: 40rem;
  margin: 0 1rem;
}

.reason-header__text-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem;
  border: 0.2rem solid #76C8CB;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  margin: 0 auto;
}

.reason-header__text {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 500;
}
.reason-header__text .reason-header__text-color:first-of-type {
  color: #25A1A8;
}
.reason-header__text .reason-header__text-color:nth-of-type(2) {
  color: #2C87A3;
}
.reason-header__text .reason-header__text-color:nth-of-type(3) {
  color: #3B559B;
}
.reason-header__text .reason-header__text-large {
  font-size: 3.2rem;
  line-height: 1;
  color: #3A58CE;
}

.reason-header__text-robot {
  position: absolute;
  bottom: 0;
  right: -6rem;
  display: block;
  width: 5.2rem;
}

.p-reason__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-bottom: 6.5rem;
}
.p-reason__box:last-of-type {
  margin-bottom: 0;
}

.reason-box__figure {
  width: 32rem;
}

.reason-box-content__flex {
  margin-bottom: 1.5rem;
}

.reason-box-content__mini-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.reason-box-content__mini-title-ball {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#21E0DF), to(#3A58CE));
  background: linear-gradient(90deg, #21E0DF 0%, #3A58CE 100%);
}

.reason-box-content__mini-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  color: #A7A7A7;
  text-transform: uppercase;
}

.reason-box-content__title {
  font-size: 3.2rem;
  color: #3A58CE;
}

.reason-box-content__sp-figure {
  display: none;
}

.reason-box-content__text {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.reason-box-content__summary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1BA4A9;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  background-color: #F3FAFA;
}

.p-pattern {
  padding: 8rem 0;
  background-color: #fff;
}

.p-pattern__header {
  text-align: center;
  margin-bottom: 6.5rem;
}

.pattern-header__title {
  font-size: 4.4rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.pattern-header__title span {
  font-size: 4.4rem;
  line-height: 1;
}

.pattern-header__title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.pattern-header__title-flex .pattern-header__title-logo {
  display: inline-block;
  width: 40rem;
  margin: 0 1rem;
}

.p-pattern__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6.5rem;
}
.p-pattern__box:first-of-type .pattern-box-content__title {
  left: 0;
}
.p-pattern__box:nth-of-type(2) .pattern-box-content__title {
  left: -15rem;
}
.p-pattern__box:nth-of-type(2) .pattern-box__figure {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.p-pattern__box:last-of-type {
  margin-bottom: 0;
}
.p-pattern__box:last-of-type .pattern-box-content__title {
  left: 0;
}
.p-pattern__box:last-of-type .pattern-box-content__accent-text {
  display: block !important;
}

.pattern-box__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 13rem 4rem 0;
}

.pattern-box-content__title {
  position: absolute;
  top: 2.5rem;
  font-size: 3.2rem;
  white-space: nowrap;
  color: #fff;
  width: 85rem;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background-color: #222222;
}
.pattern-box-content__title span {
  color: #F9CE7C;
}

.pattern-box-content__text {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
.pattern-box-content__text .pattern-box-content__accent-text {
  color: #3C4999;
}

.pattern-box-content__sp-accent-text {
  display: none;
}

.pattern-box-content__sp-figure {
  display: none;
}

.pattern-box-content__usage-scene-wrap {
  padding: 1.5rem 2.5rem;
  background-color: #F4F4F4;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  margin-bottom: 4rem;
}

.pattern-box-content__usage-scene-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.pattern-box-content__usage-scene-text-wrap {
  display: inline-block;
  margin-right: 2rem;
}

.pattern-box-content__usage-scene-text-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.pattern-box-content__usage-scene-border {
  width: 0.8rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#21E0DF), to(#3A58CE));
  background: linear-gradient(90deg, #21E0DF 0%, #3A58CE 100%);
}

.pattern-box-content__usage-scene-text {
  font-size: 1.4rem;
  font-weight: 400;
}

.pattern-box-content__reason-wrap {
  padding: 1.5rem 2.5rem;
  background-color: #F3FAFA;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
}

.pattern-box-content__reason-title {
  color: #1BA4A9;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.pattern-box-content__reason-text-wrap {
  display: inline-block;
  margin-right: 2rem;
}

.pattern-box-content__reason-text-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.pattern-box-content__reason-border {
  width: 0.8rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#21E0DF), to(#3A58CE));
  background: linear-gradient(90deg, #21E0DF 0%, #3A58CE 100%);
}

.pattern-box-content__reason-text {
  font-size: 1.4rem;
  font-weight: 400;
}

.pattern-box-content__reason-summary {
  color: #1BA4A9;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
.pattern-box-content__reason-summary span {
  font-weight: 500;
}

.pattern-box__figure {
  width: 50rem;
}

.p-cta {
  padding: 8rem 0;
  background-size: cover;
  background-image: url(../images/image_cta-bg.png);
}

.p-cta__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 3rem;
}
.p-cta__title::before, .p-cta__title::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.4rem;
  background-color: #fff;
}
.p-cta__title::before {
  margin-right: 1rem;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.p-cta__title::after {
  margin-left: 1rem;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.p-cta__text {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 3rem;
}

.p-cta__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.p-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4rem;
  height: 7.2rem;
  border: 0.1rem solid #fff;
  -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
  border-radius: 5rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.cta-contact-btn {
  background: -webkit-gradient(linear, left top, right top, from(#F5AE25), to(#C62459));
  background: linear-gradient(90deg, #F5AE25 0%, #C62459 100%);
}
.cta-contact-btn .cta-btn__icon {
  width: 3.4rem;
}
.cta-contact-btn:hover .cta-btn__arrow {
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
}

.cta-line-btn {
  background: -webkit-gradient(linear, left top, right top, from(#77BC10), to(#0DBC6A));
  background: linear-gradient(90deg, #77BC10 0%, #0DBC6A 100%);
}
.cta-line-btn .cta-btn__icon {
  width: 2.3rem;
}
.cta-line-btn .cta-btn__arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-bottom: 0;
}
.cta-line-btn:hover .cta-btn__arrow {
  -webkit-transform: translateX(0.6rem) rotate(-90deg);
          transform: translateX(0.6rem) rotate(-90deg);
}

.cta-btn__text {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.cta-btn__arrow {
  display: block;
  width: 1.5rem;
  margin-bottom: 0.5rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.p-case {
  padding: 8rem 0;
  background-color: #fff;
}

.p-case__container {
  max-width: 144rem;
  margin: 0 auto;
}

.p-case__header {
  text-align: center;
  margin-bottom: 6.5rem;
}

.case-header__mini-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#21E0DF), to(#3A58CE));
  background: linear-gradient(90deg, #21E0DF 0%, #3A58CE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.case-header__title {
  font-size: 4.8rem;
  color: #222222;
  margin-bottom: 1rem;
}

.case-header__text-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  border: 0.2rem solid #76C8CB;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  margin: 0 auto;
}

.case-header__text {
  font-size: 2.4rem;
  font-weight: 500;
}

.case-header__text-robot {
  position: absolute;
  bottom: -2rem;
  right: -7rem;
  display: block;
  width: 5.2rem;
}

.p-case__box {
  position: relative;
  padding: 4rem 12rem;
  margin-bottom: 6.5rem;
}
.p-case__box::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
}
.p-case__box:first-of-type::after {
  width: 115rem;
  height: 75rem;
  background-color: #F3FAFA;
}
.p-case__box:first-of-type .case-box-heading__number {
  color: #1BA4A9;
}
.p-case__box:first-of-type .case-box-heading__title {
  color: #1BA4A9;
}
.p-case__box:first-of-type .case-box-comment__bubble {
  border-color: #76C8CB;
}
.p-case__box:first-of-type .case-box-comment__bubble-title {
  color: #1BA4A9;
}
.p-case__box:last-of-type::after {
  width: 115rem;
  height: 90rem;
  background-color: #F5F6FA;
}
.p-case__box:last-of-type .case-box-heading__number {
  color: #636DAD;
}
.p-case__box:last-of-type .case-box-heading__title {
  color: #636DAD;
}
.p-case__box:last-of-type .case-box-comment__bubble {
  border-color: #636DAD;
}
.p-case__box:last-of-type .case-box-comment__bubble-title {
  color: #636DAD;
}

.case-box__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin-bottom: 4rem;
  z-index: 10;
}

.case-box-heading__number {
  font-size: 4.8rem;
  font-family: "Albert Sans", sans-serif;
}

.case-box-heading__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.case-box-heading__title {
  font-size: 3.2rem;
}

.case-box-heading__text {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #7A7A7A;
}

.case-box__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 120rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin-bottom: 4rem;
  z-index: 10;
}

.case-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.case-box-content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 2.5rem;
}
.case-box-content__block:first-of-type {
  padding-left: 3rem;
}
.case-box-content__block:first-of-type .case-box-content-block__caption {
  background-color: #656565;
}
.case-box-content__block:nth-of-type(2) {
  padding-left: 6rem;
}
.case-box-content__block:nth-of-type(2) .case-box-content-block__caption {
  background-color: #1BA4A9;
}
.case-box-content__block:last-of-type {
  padding-left: 9rem;
  margin-bottom: 0;
}
.case-box-content__block:last-of-type .case-box-content-block__caption {
  background-color: #3C4999;
}

.case-box-content-block__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 2.5rem;
  padding: 0.3rem;
  border-radius: 0.4rem;
}

.case-box-content-block__title {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.case-box-content-block__text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #7A7A7A;
}

.case-box__figure {
  width: 48rem;
}

.case-box-content-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
}

.case-box-content-block__item-border {
  width: 0.8rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#21E0DF), to(#3A58CE));
  background: linear-gradient(90deg, #21E0DF 0%, #3A58CE 100%);
}

.case-box-content-block__item-text {
  font-size: 1.8rem;
}
.case-box-content-block__item-text span {
  color: #3C4999;
  font-size: 1.8rem;
}

.case-box__comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  z-index: 10;
}

.case-box-comment__bubble {
  width: 59rem;
  padding: 1.5rem 2.5rem;
  border: 0.2rem solid transparent;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  background-color: #fff;
}

.case-box-comment__bubble-title {
  font-size: 2rem;
  line-height: 1.4;
  color: #1BA4A9;
  margin-bottom: 0.5rem;
}

.case-box-comment__bubble-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.case-box-comment__bubble-text-border {
  display: block;
  width: 2.5rem;
  height: 0.1rem;
  background-color: #909090;
}

.case-box-comment__bubble-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #909090;
}

.case-box-comment__icon {
  width: 9.6rem;
}

.p-chat {
  padding: 12rem;
  background-size: cover;
  background-image: url(../images/image_chat-bg.png);
  border-radius: 2.5rem;
  margin-bottom: 8rem;
}

.p-chat__container {
  max-width: 120rem;
  padding: 6.5rem 4rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2.5rem;
}

.p-chat__header {
  text-align: center;
  margin-bottom: 6.5rem;
}

.chat-header__mini-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#21E0DF), to(#3A58CE));
  background: linear-gradient(90deg, #21E0DF 0%, #3A58CE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.chat-header__title {
  font-size: 4.8rem;
  color: #222222;
  margin-bottom: 1rem;
}

.chat-header__text-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  border: 0.2rem solid #76C8CB;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  margin: 0 auto;
}

.chat-header__text {
  font-size: 2.4rem;
  font-weight: 500;
}

.chat-header__text-robot {
  position: absolute;
  bottom: -2rem;
  right: -7rem;
  display: block;
  width: 5.2rem;
}

.p-chat__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 4rem;
}

.p-chat__box {
  padding: 1.5rem 2.5rem;
  border: 0.2rem solid #D3D3D3;
  border-radius: 1.5rem;
}

.chat-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.2rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.chat-box__title::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#21E0DF), to(#3A58CE));
  background: linear-gradient(90deg, #21E0DF 0%, #3A58CE 100%);
}

.chat-box__human {
  margin-bottom: 2.5rem;
}

.chat-box-human__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.chat-box-human__comment {
  padding: 1.5rem;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  background-color: #1BA4A9;
}

.chat-box-human__comment-text {
  color: #fff;
  font-size: 1.6rem;
}

.chat-box-human__icon {
  width: 5.5rem;
}

.chat-box-robot__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.chat-box-robot__comment {
  padding: 1.5rem;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 1.6rem;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  background-color: #F3FAFA;
}

.chat-box-robot__comment-text {
  color: #1BA4A9;
  font-size: 1.6rem;
}

.chat-box-robot__icon {
  width: 6rem;
}

.chat-box-robot__comment-item {
  color: #1BA4A9;
  font-size: 1.6rem;
}

.p-price {
  padding: 8rem 0;
  background-color: #fff;
}

.p-price__container {
  max-width: 144rem;
  margin: 0 auto;
}

.p-price__header {
  text-align: center;
  margin-bottom: 7.5rem;
}

.price-header__mini-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#21E0DF), to(#3A58CE));
  background: linear-gradient(90deg, #21E0DF 0%, #3A58CE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.price-header__title {
  font-size: 4.8rem;
  color: #222222;
}

.p-price__table-title {
  font-size: 3.2rem;
  text-align: center;
  color: #222222;
  margin-bottom: 2rem;
}

.p-price__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.04);
  border-radius: 0.8rem;
  overflow: hidden;
  border: 0.1rem solid #eaedf0;
  margin-bottom: 4rem;
}

.price-table__th,
.price-table__td {
  padding: 2.5rem 0;
  border-bottom: 0.1rem solid #eaedf0;
  text-align: center;
  vertical-align: middle;
}

.price-table__row:last-child .price-table__th,
.price-table__row:last-child .price-table__td {
  border-bottom: none;
}

.price-table__head .price-table__th {
  background-color: #31b3a3;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  font-size: 2rem;
  line-height: 1.3;
  border: none;
}

.price-table__body .price-table__row:nth-child(even) {
  background-color: #fafbfc;
}

.price-table__body .price-table__th {
  font-weight: bold;
  color: #333333;
  font-size: 2rem;
  line-height: 1.3;
  border-right: 0.1rem solid #eaedf0;
}

.price-table__body .price-table__td {
  font-size: 2rem;
  line-height: 1.3;
  color: #555555;
}

.price-table__item:first-child {
  width: 30%;
}

.price-table__item:nth-child(2) {
  width: 35%;
}

.price-table__item:nth-child(3) {
  width: 35%;
}

.price-table__body .price-table__td:nth-child(2) {
  border-right: 0.1rem solid #eaedf0;
  text-align: center;
}

.p-price__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.p-price__box:first-of-type .price-box__title {
  background-color: #0DBC6A;
}
.p-price__box:nth-of-type(2) .price-box__title {
  background-color: #1BA4A9;
}
.p-price__box:last-of-type .price-box__title {
  background-color: #3A58CE;
}

.price-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  color: #fff;
  height: 8rem;
}

.price-box__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 9rem;
  background-color: #393939;
}
.price-box__amount span {
  color: #fff;
  line-height: 1.3;
}
.price-box__amount span:first-of-type {
  font-size: 2.4rem;
  margin-bottom: 0.3rem;
}
.price-box__amount span:last-of-type {
  font-size: 1.4rem;
}

.price-box__accordion-btn {
  display: block;
  width: 100%;
  background-color: #f4f6f9;
  border: none;
  border-bottom: 1px solid #eaedf0;
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  color: #555555;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-left: 0.1rem solid #393939;
  border-right: 0.1rem solid #393939;
}

.price-box__accordion-btn:hover {
  background-color: #e2e8f0;
}

.price-box__block-wrap {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  border-left: 0.1rem solid #393939;
  border-right: 0.1rem solid #393939;
  border-bottom: 0.1rem solid #393939;
}

.price-box__block {
  padding: 2.5rem 1.5rem;
}
.price-box__block:first-of-type {
  height: 27rem;
}
.price-box__block:nth-of-type(2) {
  height: 26rem;
}
.price-box__block:nth-of-type(3) {
  height: 27rem;
}
.price-box__block:nth-of-type(4) {
  height: 23rem;
}

.price-box-gray-block {
  background-color: #F4F4F4;
}

.price-box-block__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 1.5rem;
}

.price-box-block-heading__ball {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#21E0DF), to(#3A58CE));
  background: linear-gradient(90deg, #21E0DF 0%, #3A58CE 100%);
}

.price-box-block-heading__title {
  font-size: 1.8rem;
}

.price-box-block__content {
  padding: 1.5rem 1.5rem;
  background-color: #F3FAFA;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
}

.price-box-block-content__title {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  color: #1BA4A9;
}

.price-box-block-content__note {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.price-box-block-content__text {
  font-size: 1.4rem;
  font-weight: 400;
}

.price-box-block__amount {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.price-box-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 1rem;
}
.price-box-block__item:last-of-type {
  margin-bottom: 0;
}

.price-box-block__item-border {
  display: block;
  width: 1rem;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#21E0DF), to(#3A58CE));
  background: linear-gradient(90deg, #21E0DF 0%, #3A58CE 100%);
}

.price-box-block__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: 400;
}

.price-box__cta-block {
  padding: 2.5rem 2rem;
}

.price-box-cta-block__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26rem;
  padding: 0 4rem;
  margin: 0 auto;
  height: 5.2rem;
  border-radius: 5rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#F5AE25), to(#C62459));
  background: linear-gradient(90deg, #F5AE25 0%, #C62459 100%);
}
.price-box-cta-block__btn:hover .price-box-cta-block__btn-arrow {
  -webkit-transform: translateX(0.6rem);
          transform: translateX(0.6rem);
}

.price-box-cta-block__btn-text {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.price-box-cta-block__btn-arrow {
  display: block;
  width: 1rem;
  margin-bottom: 0.2rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.p-security {
  padding: 8rem 0;
  background-color: #F5F6FA;
}

.p-security__container {
  max-width: 144rem;
  margin: 0 auto;
}

.p-security__header {
  text-align: center;
  margin-bottom: 3rem;
}

.security-header__mini-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#21E0DF), to(#3A58CE));
  background: linear-gradient(90deg, #21E0DF 0%, #3A58CE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.security-header__title {
  font-size: 4.8rem;
}

.p-security__main-copy {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.p-security__summary {
  font-size: 1.6rem;
  max-width: 74rem;
  margin: 0 auto 4rem;
}

.p-security__figure {
  max-width: 110rem;
  margin: 0 auto;
}

.p-faq {
  padding: 8rem 0;
  background-color: #fff;
}

.p-faq__header {
  text-align: center;
  margin-bottom: 6.5rem;
}

.faq-header__mini-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#21E0DF), to(#3A58CE));
  background: linear-gradient(90deg, #21E0DF 0%, #3A58CE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.faq-header__title {
  font-size: 4.8rem;
  color: #222222;
}
.faq-header__title span {
  color: #3A58CE;
  line-height: 1;
}
.faq-header__title span:first-of-type {
  font-size: 6.4rem;
}

.p-faq__accordion {
  margin-bottom: 4rem;
}
.p-faq__accordion:last-of-type {
  margin-bottom: 0;
}

.faq-accordion__question {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  padding: 1.5rem 8rem 1.5rem 2.5rem;
  margin-bottom: 1rem;
  background-color: #F3FAFA;
  border-radius: 2rem;
}

.faq-accordion-question__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #1BA4A9;
  border-radius: 50%;
  margin-top: 0.5rem;
}

.faq-accordion-question__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
}

.faq-accordion-question__arrow {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 1.5rem;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.faq-accordion-question__arrow.is_active {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.faq-accordion__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  padding: 1.5rem 8rem 1.5rem 2.5rem;
}

.faq-accordion-answer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #F5AE25;
  border-radius: 50%;
}

.faq-accordion-answer__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
}

.p-present {
  padding: 8rem 0;
}

.p-present__inner {
  padding: 0 2rem;
}

.p-present__header {
  text-align: center;
  margin-bottom: 6.5rem;
}

.present-header__title {
  font-size: 4.4rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.present-header__title span {
  color: #3A58CE;
  line-height: 1;
}

.present-header__large-title {
  font-size: 6.4rem;
  color: #3A58CE;
  line-height: 1;
}

.present-header__text-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem;
  border: 0.2rem solid #76C8CB;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  margin: 0 auto;
}

.present-header__text {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
}

.present-header__text-robot {
  position: absolute;
  bottom: -1rem;
  right: -7rem;
  display: block;
  width: 5.2rem;
}

.p-present__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  row-gap: 7.5rem;
  padding: 6.5rem 7rem;
  background-color: #F5F6FA;
}

.p-present__box {
  position: relative;
}

.present-box__number {
  position: absolute;
  top: -4rem;
  left: -4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  font-size: 3.2rem;
  color: #fff;
  border-bottom-left-radius: 2.4rem;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
  background-color: #76C8CB;
}

.present-box__figure {
  margin-bottom: 1.5rem;
}

.p-present__box:last-of-type .present-box__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  aspect-ratio: 340/224;
}

.present-box-content__title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  color: #3A58CE;
  margin-bottom: 0.5rem;
}

.present-box-content__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}

a.present-box-content__text {
  display: block;
  text-decoration: underline;
}

.p-contact {
  padding: 12rem;
  background-size: cover;
  background-image: url(../images/image_contact-bg.png);
  border-radius: 2.5rem;
  margin-bottom: 8rem;
}

.p-contact__container {
  max-width: 120rem;
  padding: 6.5rem 8rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2.5rem;
}

.p-contact__header {
  text-align: center;
  margin-bottom: 6.5rem;
}

.contact-header__mini-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#21E0DF), to(#3A58CE));
  background: linear-gradient(90deg, #21E0DF 0%, #3A58CE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.contact-header__title {
  font-size: 4.8rem;
  color: #222222;
}
.contact-header__title span {
  color: #3A58CE;
  line-height: 1;
}
.contact-header__title span:first-of-type {
  font-size: 6.4rem;
}

.p-contact__body {
  margin: 0 auto;
}

.contact-required {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 0.8rem;
  border-radius: 0.4rem;
  background-color: #1BA4A9;
}

::-webkit-input-placeholder {
  color: #656565;
}

::-moz-placeholder {
  color: #656565;
}

:-ms-input-placeholder {
  color: #656565;
}

::-ms-input-placeholder {
  color: #656565;
}

::placeholder {
  color: #656565;
}

::-ms-input-placeholder {
  color: #656565;
}

:-ms-input-placeholder {
  color: #656565;
}

.p-contact__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-bottom: 5rem;
}
.p-contact__radio .error {
  color: red;
  font-size: 1.6rem;
}
.p-contact__radio.p-contact__last-radio {
  margin-bottom: 4rem;
}

.contact-radio__text-wrap {
  width: 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.contact-radio__text {
  font-size: 1.6rem;
  font-weight: 400;
}

.contact-radio__box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 1rem;
}
.contact-radio__box label:last-of-type {
  margin-bottom: 0;
}
.contact-radio__box label span {
  font-size: 1.6rem;
  font-weight: 400;
}
.contact-radio__box input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
  width: 1.6rem;
  height: 1.6rem;
  background-color: transparent;
  border-radius: 50%;
  border: 0.1rem solid #000;
  accent-color: #000;
}
.contact-radio__box input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #3C4999;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0;
}

.mwform-radio-field input {
  margin: 0;
}

.p-contact__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-bottom: 4rem;
}
.p-contact__input .error {
  color: red;
  font-size: 1.6rem;
}

.contact-input__label-wrap {
  width: 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.contact-input__label {
  font-size: 1.6rem;
  font-weight: 400;
}

.contact-input__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-contact__input input[type=text] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
  height: 4.2rem;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  border: 0.1rem solid #909090;
}

.p-contact__day-wrap {
  margin-bottom: 4rem;
}

.p-contact__day-title {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.p-contact__day-one {
  margin-bottom: 2rem;
}

.p-contact__day-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  padding: 0.5rem 1.5rem;
  margin-left: 1rem;
  margin-bottom: 0.8rem;
  background-color: #4E4E4E;
}

.p-contact__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-bottom: 0.8rem;
}
.p-contact__day:last-of-type {
  margin-bottom: 0;
}
.p-contact__day .error {
  color: red;
  font-size: 1.6rem;
}

.contact-day__label-wrap {
  width: 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding-left: 6.5rem;
}

.contact-day__label {
  font-size: 1.6rem;
  font-weight: 400;
}

.contact-day__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-contact__day input[type=text] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
  height: 4.2rem;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  border: 0.1rem solid #909090;
}

.p-contact__day select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
  height: 4.2rem;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  border: 0.1rem solid #909090;
}

.p-contact__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-bottom: 4rem;
}
.p-contact__textarea .error {
  color: red;
  font-size: 1.6rem;
}

.contact-textarea__label-wrap {
  width: 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.contact-textarea__label {
  font-size: 1.6rem;
  font-weight: 400;
}

.contact-textarea__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-contact__textarea textarea {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
  height: 30rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #fff;
  border: 0.1rem solid #909090;
}

.p-contact__radio-consent {
  margin-bottom: 4rem;
}
.p-contact__radio-consent .error {
  color: red;
  font-size: 1.6rem;
}

.contact-radio-consent__box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact-radio-consent__box label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.contact-radio-consent-box__check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

input[type=checkbox] {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  opacity: 0;
  margin: 0;
  margin-top: 0.5rem;
  z-index: 10;
}

.contact-radio-consent-box__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact-radio-consent-box__check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: flex-center;
      -ms-flex-pack: flex-center;
          justify-content: flex-center;
}
.contact-radio-consent-box__check-wrap .mwform-checkbox-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: flex-center;
      -ms-flex-pack: flex-center;
          justify-content: flex-center;
  margin: initial;
}
.contact-radio-consent-box__check-wrap .mwform-checkbox-field-text {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.contact-radio-consent-box__check {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #222222;
}
.contact-radio-consent-box__check::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1.2rem;
  position: absolute;
  top: 0.8rem;
  left: 0;
  -webkit-transform: rotate(35deg) skewY(16deg) translateY(-50%);
          transform: rotate(35deg) skewY(16deg) translateY(-50%);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  border-right: 2px solid #3C4999;
  border-bottom: 2px solid #3C4999;
  opacity: 0;
}

.contact-radio-consent-box__check.is_active::after {
  opacity: 1;
}

.contact-radio-consent-box__check-text {
  font-size: 1.6rem;
  font-weight: 400;
}
.contact-radio-consent-box__check-text a {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: underline;
}

.contact-btn__back {
  display: none;
}

.contact-btn__submit {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30rem;
  height: 7rem;
  border-radius: 5rem;
  background-color: transparent;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#F5AE25), to(#C62459));
  background: linear-gradient(90deg, #F5AE25 0%, #C62459 100%);
}
.contact-btn__submit input {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2.8rem;
  font-size: 2rem;
  color: #fff;
  z-index: 10;
}
.contact-btn__submit .contact-btn-submit__text {
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
.contact-btn__submit .contact-btn-submit__arrow {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  width: 1rem;
}

.contact-confirm .p-contact {
  padding: 18rem 12rem 12rem;
}
.contact-confirm .l-fixed {
  display: none !important;
}
.contact-confirm .p-contact__radio,
.contact-confirm .p-contact__input,
.contact-confirm .p-contact__day-wrap,
.contact-confirm .p-contact__textarea {
  margin-bottom: 4.5rem;
}
.contact-confirm .contact-input__box,
.contact-confirm .contact-radio__box,
.contact-confirm .contact-day__box,
.contact-confirm .contact-textarea__box {
  font-size: 1.6rem;
  font-weight: 400;
}
.contact-confirm .p-contact__radio-consent {
  display: none;
}
.contact-confirm .contact-btn__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.contact-confirm .contact-btn__back {
  cursor: pointer;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30rem;
  height: 7rem;
  border-radius: 5rem;
  background-color: transparent;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background-color: #fff;
  border: 0.1rem solid #222222;
}
.contact-confirm .contact-btn__back input {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2.8rem;
  font-size: 2rem;
  color: #222222;
  z-index: 10;
}
.contact-confirm .contact-btn__back .contact-btn-submit__text {
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
.contact-confirm .contact-btn__back .contact-btn-submit__arrow {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  width: 1rem;
}
.contact-confirm .contact-btn__submit {
  margin: initial;
}
.contact-confirm input[type=submit] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.contact-confirm input[type=submit]:hover {
  opacity: 0.5;
}

.p-contact-thanks {
  padding: 18rem 12rem 12rem;
  background-size: cover;
  background-image: url(../images/image_contact-bg.png);
  border-radius: 2.5rem;
  margin-bottom: 8rem;
}

.p-contact-thanks__container {
  max-width: 120rem;
  padding: 6.5rem 8rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2.5rem;
}

.p-contact-thanks__header {
  text-align: center;
  margin-bottom: 6.5rem;
}

.contact-thanks-header__mini-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#21E0DF), to(#3A58CE));
  background: linear-gradient(90deg, #21E0DF 0%, #3A58CE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.contact-thanks-header__title {
  font-size: 4.8rem;
  color: #222222;
}
.contact-thanks-header__title span {
  color: #3A58CE;
  line-height: 1;
}
.contact-thanks-header__title span:first-of-type {
  font-size: 6.4rem;
}

.p-contact-thanks__body {
  margin: 0 auto;
}

.p-contact-thanks__text {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.p-contact-thanks__tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  text-decoration: underline;
  margin: 0 auto 3rem;
}

.p-contact-thanks__flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.p-contact-thanks__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32rem;
  height: 7.2rem;
  padding: 0 4rem;
  -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
  border-radius: 5rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-size: 1.6rem;
}

.p-contact-thanks__reservation-btn {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#F5AE25), to(#C62459));
  background: linear-gradient(90deg, #F5AE25 0%, #C62459 100%);
}

.p-contact-thanks__back-btn {
  border: #222 0.1rem solid;
}

@media screen and (max-width:1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}

@media screen and (max-width:1280px) {
  html {
    font-size: 0.78125vw;
  }
  .l-header__logo {
    width: 17rem;
  }
  .l-header__link {
    font-size: 1.6rem;
  }
  .p-fv {
    aspect-ratio: 1280/720;
    max-height: 72rem;
  }
  .p-fv__container {
    max-width: 100%;
    height: 72rem;
  }
  .p-fv__content {
    bottom: 10rem;
    left: 9rem;
  }
  .p-fv__human {
    width: 60rem;
  }
  .p-case__box:first-of-type::after {
    width: 104rem;
    height: 75rem;
  }
  .p-case__box:last-of-type::after {
    width: 104rem;
    height: 90rem;
  }
  .case-box__flex {
    width: 104rem;
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: 2.3529411765vw;
  }
  .l-inner {
    padding: 0 1.5rem;
  }
  .l-container {
    max-width: 100%;
  }
  .l-header.is_active {
    background-color: transparent;
  }
  .l-header__inner {
    padding: 1.5rem;
  }
  .l-header__list {
    display: none;
  }
  .l-header__burger-btn {
    position: relative;
    display: block;
    width: 4rem;
    height: 4rem;
    background-color: #F5AE25;
    border-radius: 50%;
    z-index: 999;
  }
  .l-header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 2rem;
    height: 1.5rem;
    margin: 0 auto;
  }
  .l-header__burger > span {
    display: block;
    width: 100%;
    height: 0.2rem;
    background-color: #fff;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    height: 0.2rem;
    border-radius: 0.5rem;
  }
  .l-header__burger > span:nth-of-type(2).is_active {
    opacity: 0;
  }
  .l-header__burger > span:first-of-type.is_active {
    -webkit-transform: translateY(0.7rem) rotate(-40deg);
            transform: translateY(0.7rem) rotate(-40deg);
  }
  .l-header__burger > span:last-of-type.is_active {
    -webkit-transform: translateY(-0.6rem) rotate(40deg);
            transform: translateY(-0.6rem) rotate(40deg);
  }
  .l-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    z-index: 900;
    overflow-y: scroll;
    height: 100%;
    background-color: #f3fafa;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .l-menu.is_active {
    top: 0;
    opacity: 1;
    visibility: initial;
  }
  .l-menu__inner {
    padding: 2rem 2rem 6rem;
  }
  .l-menu__container {
    max-width: 100%;
  }
  .l-menu__logo {
    display: block;
    width: 20rem;
    margin: 0 auto 5rem;
  }
  .l-menu__item {
    margin-bottom: 3rem;
  }
  .l-menu__item:last-of-type {
    margin-bottom: 0;
  }
  .l-menu__link {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #222222;
  }
  .l-fixed {
    padding: 0;
    background-color: transparent;
  }
  .l-fixed__btn-flex {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .l-fixed__btn {
    width: 50%;
    padding: 0 2rem;
    height: 5rem;
    border: 0.1rem solid #fff;
    border-radius: 0;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .l-footer {
    padding: 4rem 0;
  }
  .l-footer__inner {
    padding: 0 3rem;
  }
  .l-footer__container {
    max-width: 100%;
  }
  .l-footer__logo {
    width: 17.5rem;
    margin: 0 auto 3rem;
  }
  .l-footer__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .l-footer__link {
    font-size: 1.4rem;
  }
  .l-footer__copy {
    font-size: 1.2rem;
  }
  .p-fv__copy {
    width: 36rem;
    margin-bottom: 18rem;
  }
  .fv-cta__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
  .fv-cta__title::before, .fv-cta__title::after {
    width: 4rem;
    height: 0.2rem;
  }
  .fv-cta__title::before {
    margin-right: 0;
  }
  .fv-cta__title::after {
    margin-left: 0;
  }
  .fv-cta__flex {
    display: block;
  }
  .fv-cta__btn {
    padding: 0 2.5rem;
    height: 4.8rem;
    border: 0.1rem solid #fff;
    -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
    border-radius: 5rem;
  }
  .fv-cta__contact-btn {
    margin-bottom: 1.5rem;
  }
  .fv-cta__contact-btn .fv-cta__btn-icon {
    width: 2.7rem;
  }
  .fv-cta__line-btn .fv-cta__btn-icon {
    width: 1.8rem;
  }
  .fv-cta__btn-text {
    font-size: 1.6rem;
  }
  .fv-cta__btn-arrow {
    width: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .p-frow {
    padding: 6.5rem 0;
  }
  .p-frow__header {
    margin-bottom: 4rem;
  }
  .frow-header__mini-title {
    font-size: 2rem;
  }
  .frow-header__title {
    font-size: 2.6rem;
  }
  .frow-header__title span:first-of-type {
    font-size: 3.8rem;
  }
  .p-frow__body {
    padding: 4rem 1.5rem;
    border-radius: 2.5rem;
  }
  .p-frow__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
  .frow-box__arrow {
    width: 2.5rem;
    margin: 2rem auto -2rem;
  }
  .p-frow__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-frow__box:first-of-type .frow-box__figure-wrap, .p-frow__box:last-of-type .frow-box__figure-wrap {
    margin-right: -2rem;
  }
  .p-frow__box:nth-of-type(3) .frow-box__figure-wrap {
    margin-left: -2rem;
  }
  .p-frow__box:nth-of-type(3) .frow-box__content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  }
  .frow-box__figure-wrap {
    margin-bottom: 1.5rem;
  }
  .frow-box__number {
    top: -1rem;
    left: -1rem;
    width: 3.5rem;
  }
  .frow-box__figure {
    width: 12rem;
  }
  .frow-box__content {
    width: 27rem;
    padding: 1.5rem 1rem 1.5rem 3rem;
    border-radius: 1.5rem;
    background-color: #E6E8F3;
  }
  .frow-box-content__title {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .frow-box-content__text {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .p-reason {
    padding: 8rem 1.5rem;
    background-image: url(../images/image_reason-bg@sp.png);
    border-radius: 1.5rem;
  }
  .p-reason__container {
    padding: 4rem 1.5rem;
    border-radius: 1.5rem;
  }
  .p-reason__header {
    margin-bottom: 4rem;
  }
  .reason-header__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .reason-header__title span {
    font-size: 2.4rem;
  }
  .reason-header__title-flex .reason-header__title-logo {
    width: 22.5rem;
    margin: 0 1rem;
  }
  .reason-header__text-wrap {
    width: 100%;
    padding: 1rem 0.5rem;
    border: 0.2rem solid #76C8CB;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
  }
  .reason-header__text {
    font-size: 1.5rem;
  }
  .reason-header__text .reason-header__text-large {
    font-size: 2.4rem;
    margin: 0 0.3rem;
  }
  .reason-header__text-robot {
    display: none;
  }
  .p-reason__box {
    display: block;
    margin-bottom: 3.5rem;
  }
  .reason-box__figure {
    display: none;
  }
  .reason-box-content__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .reason-box-content__mini-title-wrap {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .reason-box-content__mini-title-ball {
    width: 1rem;
    height: 1rem;
  }
  .reason-box-content__mini-title {
    font-size: 1.2rem;
  }
  .reason-box-content__title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .reason-box-content__sp-figure {
    display: block;
    width: 15rem;
  }
  .reason-box-content__text {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .reason-box-content__summary {
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
    border-bottom-left-radius: 1.6rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
  .p-pattern {
    padding: 6.5rem 0;
  }
  .p-pattern__header {
    margin-bottom: 4rem;
  }
  .pattern-header__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .pattern-header__title span {
    font-size: 2.4rem;
  }
  .pattern-header__title-flex .pattern-header__title-logo {
    width: 22.5rem;
    margin: 0 1rem;
  }
  .p-pattern__box:nth-of-type(2) .pattern-box-content__sp-figure {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .pattern-box__content {
    padding: 0;
  }
  .pattern-box-content__title {
    position: initial;
    top: initial;
    left: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 2.5rem;
  }
  .pattern-box-content__sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 2rem;
  }
  .pattern-box-content__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .pattern-box-content__text .pattern-box-content__accent-text {
    display: none;
  }
  .pattern-box-content__sp-accent-text {
    display: block;
    font-size: 1.4rem;
    color: #3C4999;
    margin-bottom: 2.5rem;
  }
  .pattern-box-content__sp-figure {
    display: block;
    width: 16rem;
  }
  .pattern-box-content__usage-scene-wrap {
    padding: 1.5rem 1rem;
    border-bottom-left-radius: 1.6rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
    margin-bottom: 2.5rem;
  }
  .pattern-box-content__usage-scene-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .pattern-box-content__usage-scene-text-wrap {
    margin-right: 1rem;
  }
  .pattern-box-content__usage-scene-text-flex {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .pattern-box-content__usage-scene-border {
    width: 0.8rem;
    height: 0.2rem;
    border-radius: 0.2rem;
  }
  .pattern-box-content__usage-scene-text {
    font-size: 1.4rem;
  }
  .pattern-box-content__reason-wrap {
    padding: 1.5rem;
    border-bottom-left-radius: 1.6rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
  .pattern-box-content__reason-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .pattern-box-content__reason-text-wrap {
    margin-right: 1.5rem;
  }
  .pattern-box-content__reason-text-flex {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .pattern-box-content__reason-border {
    width: 0.8rem;
    height: 0.2rem;
    border-radius: 0.2rem;
  }
  .pattern-box-content__reason-text {
    font-size: 1.4rem;
  }
  .pattern-box-content__reason-summary {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
  .pattern-box__figure {
    display: none;
  }
  .p-cta {
    padding: 4rem 0;
    background-image: url(../images/image_cta-bg.png);
  }
  .p-cta__title {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
  .p-cta__title::before, .p-cta__title::after {
    width: 4rem;
    height: 0.2rem;
    margin-top: 1rem;
  }
  .p-cta__title::before {
    margin-right: 0;
  }
  .p-cta__title::after {
    margin-left: 0;
  }
  .p-cta__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .p-cta__flex {
    display: block;
  }
  .p-cta__btn {
    padding: 0 2.5rem;
    height: 4.8rem;
    border: 0.1rem solid #fff;
    -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
    border-radius: 5rem;
    margin: 0 auto;
  }
  .cta-contact-btn {
    margin-bottom: 1.5rem;
  }
  .cta-contact-btn .cta-btn__icon {
    width: 2.7rem;
  }
  .cta-line-btn .cta-btn__icon {
    width: 1.8rem;
  }
  .cta-btn__text {
    font-size: 1.6rem;
  }
  .cta-btn__arrow {
    width: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .p-case {
    padding: 6.5rem 0;
  }
  .p-case__header {
    margin-bottom: 4rem;
  }
  .case-header__mini-title {
    font-size: 2rem;
  }
  .case-header__title {
    font-size: 2.6rem;
  }
  .case-header__text-wrap {
    padding: 1rem;
    border: 0.2rem solid #76C8CB;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
  }
  .case-header__text {
    font-size: 1.7rem;
  }
  .case-header__text-robot {
    bottom: -2rem;
    right: -4rem;
    width: 4.8rem;
  }
  .p-case__box {
    padding: 4rem 1.5rem;
  }
  .p-case__box::after {
    display: none;
  }
  .p-case__box:first-of-type {
    background-color: #F3FAFA;
  }
  .p-case__box:last-of-type {
    margin-bottom: 0;
    background-color: #F5F6FA;
  }
  .case-box__heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .case-box-heading__number {
    font-size: 3.2rem;
  }
  .case-box-heading__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .case-box-heading__title {
    font-size: 2.4rem;
  }
  .case-box-heading__text {
    font-size: 1.4rem;
  }
  .case-box-content__block {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 2.5rem;
  }
  .case-box-content__block:first-of-type {
    padding-left: 0;
  }
  .case-box-content__block:nth-of-type(2) {
    padding-left: 0;
  }
  .case-box-content__block:last-of-type {
    padding-left: 0;
  }
  .case-box-content-block__caption {
    font-size: 1.6rem;
    width: 2.5rem;
    padding: 1.5rem 0.3rem;
    border-radius: 0.4rem;
  }
  .case-box-content-block__title {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .case-box-content-block__text {
    font-size: 1.6rem;
  }
  .case-box__figure {
    width: 28rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: auto;
    margin-bottom: 2.5rem;
  }
  .case-box-content-block__item {
    -webkit-column-gap: 0.3rem;
       -moz-column-gap: 0.3rem;
            column-gap: 0.3rem;
  }
  .case-box-content-block__item-border {
    width: 0.8rem;
    height: 0.2rem;
    border-radius: 0.2rem;
  }
  .case-box-content-block__item-text {
    font-size: 1.6rem;
  }
  .case-box-content-block__item-text span {
    font-size: 1.6rem;
  }
  .case-box__comment {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .case-box-comment__bubble {
    width: 26rem;
    padding: 1.5rem;
    border: 0.2rem solid transparent;
    border-bottom-left-radius: 1.6rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
  .case-box-comment__bubble-title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .case-box-comment__bubble-text-wrap {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .case-box-comment__bubble-text-border {
    width: 2.5rem;
    height: 0.1rem;
  }
  .case-box-comment__bubble-text {
    font-size: 1.2rem;
  }
  .case-box-comment__icon {
    width: 9.6rem;
  }
  .p-chat {
    padding: 8rem 1.5rem;
    background-image: url(../images/image_chat-bg@sp.png);
    border-radius: 1.5rem;
    margin-bottom: 4rem;
  }
  .p-chat__container {
    padding: 4rem 1.5rem;
    border-radius: 1.5rem;
  }
  .p-chat__header {
    margin-bottom: 5.5rem;
  }
  .chat-header__mini-title {
    font-size: 2rem;
  }
  .chat-header__title {
    font-size: 2.8rem;
  }
  .chat-header__text-wrap {
    padding: 0.5rem 1rem;
    border: 0.2rem solid #76C8CB;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
  }
  .chat-header__text {
    font-size: 1.4rem;
  }
  .chat-header__text-robot {
    bottom: -5rem;
    right: -2rem;
    width: 4.8rem;
  }
  .p-chat__body {
    display: block;
  }
  .p-chat__box {
    padding: 1.5rem 1rem;
    border: 0.2rem solid #D3D3D3;
    border-radius: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .p-chat__box:last-of-type {
    margin-bottom: 0;
  }
  .chat-box__title {
    font-size: 2.4rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .chat-box__title::before {
    width: 0.8rem;
    height: 0.8rem;
  }
  .chat-box__human {
    margin-bottom: 2.5rem;
  }
  .chat-box-human__flex {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .chat-box-human__comment {
    padding: 1rem;
    border-bottom-left-radius: 1.6rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
  .chat-box-human__comment-text {
    font-size: 1.4rem;
  }
  .chat-box-human__icon {
    width: 3.5rem;
  }
  .chat-box-robot__flex {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .chat-box-robot__comment {
    padding: 1rem;
    border-bottom-left-radius: 1.6rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
  .chat-box-robot__comment-text {
    font-size: 1.4rem;
  }
  .chat-box-robot__icon {
    width: 4rem;
  }
  .chat-box-robot__comment-item {
    font-size: 1.4rem;
  }
  .p-price {
    padding: 6.5rem 0;
  }
  .p-price__header {
    margin-bottom: 5rem;
  }
  .price-header__mini-title {
    font-size: 2rem;
  }
  .price-header__title {
    font-size: 2.6rem;
  }
  .p-price__table-title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .p-price__table {
    -webkit-box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.04);
            box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.04);
    border-radius: 0.8rem;
    border: 0.1rem solid #eaedf0;
    margin-bottom: 3rem;
  }
  .price-table__th,
.price-table__td {
    padding: 2rem 0;
    border-bottom: 0.1rem solid #eaedf0;
  }
  .price-table__head .price-table__th {
    font-size: 1.6rem;
  }
  .price-table__body .price-table__th {
    font-size: 1.5rem;
    border-right: 0.1rem solid #eaedf0;
  }
  .price-table__body .price-table__td {
    font-size: 1.5rem;
  }
  .price-table__item:first-child {
    width: 28%;
  }
  .price-table__item:nth-child(2) {
    width: 32%;
  }
  .price-table__item:nth-child(3) {
    width: 40%;
  }
  .price-table__body .price-table__td:nth-child(2) {
    border-right: 0.1rem solid #eaedf0;
  }
  .p-price__body {
    display: block;
  }
  .p-price__box {
    margin-bottom: 3rem;
  }
  .p-price__box:last-of-type {
    margin-bottom: 0;
  }
  .price-box__title {
    font-size: 2.4rem;
    height: 8rem;
  }
  .price-box__amount {
    height: 9rem;
  }
  .price-box__amount span:first-of-type {
    font-size: 2.4rem;
    margin-bottom: 0.3rem;
  }
  .price-box__amount span:last-of-type {
    font-size: 1.4rem;
  }
  .price-box__accordion-btn {
    border-left: 0.1rem solid #393939;
    border-right: 0.1rem solid #393939;
  }
  .price-box__block-wrap {
    border-left: 0.1rem solid #393939;
    border-right: 0.1rem solid #393939;
    border-bottom: 0.1rem solid #393939;
  }
  .price-box__block {
    padding: 2.5rem 1rem;
  }
  .price-box__block:first-of-type {
    height: auto;
  }
  .price-box__block:nth-of-type(2) {
    height: auto;
  }
  .price-box__block:nth-of-type(3) {
    height: auto;
  }
  .price-box__block:nth-of-type(4) {
    height: auto;
  }
  .price-box-block__heading {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 1rem;
  }
  .price-box-block-heading__ball {
    width: 1rem;
    height: 1rem;
  }
  .price-box-block-heading__title {
    font-size: 1.8rem;
  }
  .price-box-block__content {
    padding: 1rem;
    border-bottom-left-radius: 1.6rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
  .price-box-block-content__title {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .price-box-block-content__note {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .price-box-block-content__text {
    font-size: 1.4rem;
    font-weight: 400;
    width: 70%;
    margin: 0 auto;
  }
  .price-box-block__amount {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .price-box-block__list {
    width: 85%;
    margin: 0 auto;
  }
  .price-box-block__item {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .price-box-block__item-border {
    width: 0.8rem;
    height: 0.2rem;
  }
  .price-box-block__item-text {
    font-size: 1.4rem;
  }
  .price-box__cta-block {
    padding: 2.5rem 2rem;
  }
  .price-box-cta-block__btn {
    padding: 0 2.5rem;
    height: 4.8rem;
    border: 0.1rem solid #fff;
    -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
    border-radius: 5rem;
    margin: 0 auto;
  }
  .price-box-cta-block__btn-text {
    font-size: 1.6rem;
  }
  .price-box-cta-block__btn-arrow {
    width: 1rem;
  }
  .p-security {
    padding: 6.5rem 0;
  }
  .p-security__header {
    margin-bottom: 3rem;
  }
  .security-header__mini-title {
    font-size: 2rem;
  }
  .security-header__title {
    font-size: 2.6rem;
  }
  .p-security__main-copy {
    font-size: 2.4rem;
  }
  .p-security__summary {
    font-size: 1.6rem;
    max-width: 100%;
    margin: 0 auto 3rem;
  }
  .p-security__figure {
    max-width: 100%;
  }
  .p-security__figure img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 348/255;
  }
  .p-faq {
    padding: 6.5rem 0;
  }
  .p-faq__header {
    margin-bottom: 4rem;
  }
  .faq-header__mini-title {
    font-size: 2rem;
  }
  .faq-header__title {
    font-size: 2.6rem;
  }
  .faq-header__title span:first-of-type {
    font-size: 3.8rem;
  }
  .p-faq__accordion {
    margin-bottom: 3rem;
  }
  .faq-accordion__question {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
  }
  .faq-accordion-question__title {
    font-size: 1.4rem;
  }
  .faq-accordion-question__arrow {
    top: 3rem;
    right: 2rem;
    width: 1.2rem;
  }
  .faq-accordion__answer {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  }
  .faq-accordion-answer__text {
    font-size: 1.4rem;
  }
  .p-present {
    padding: 8rem 0;
  }
  .p-present__inner {
    padding: 0 1.5rem;
  }
  .p-present__header {
    margin-bottom: 4rem;
  }
  .present-header__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .present-header__large-title {
    font-size: 2.4rem;
  }
  .present-header__text-wrap {
    padding: 1rem;
    border: 0.2rem solid #76C8CB;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
  }
  .present-header__text {
    font-size: 1.7rem;
  }
  .present-header__text-robot {
    display: none;
  }
  .p-present__body {
    display: block;
    padding: 4rem 1.5rem;
    border-radius: 2.4rem;
  }
  .p-present__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 3rem;
  }
  .p-present__box:last-of-type {
    margin-bottom: 0;
  }
  .present-box__number {
    top: -1.5rem;
    left: -1.5rem;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
    border-bottom-left-radius: 2.4rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
  }
  .present-box__figure {
    width: 12rem;
  }
  .p-present__box:last-of-type .present-box__figure img {
    -o-object-position: initial;
       object-position: initial;
    aspect-ratio: initial;
  }
  .present-box__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .present-box-content__title {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .present-box-content__text {
    text-align: left;
    font-size: 1.3rem;
  }
  .p-contact {
    padding: 8rem 1.5rem;
    background-image: url(../images/image_contact-bg@sp.png);
    border-radius: 1.5rem;
    margin-bottom: 4rem;
  }
  .p-contact__container {
    max-width: 100%;
    padding: 4rem 1.5rem;
    border-radius: 1.5rem;
  }
  .p-contact__header {
    margin-bottom: 4rem;
  }
  .contact-header__mini-title {
    font-size: 2rem;
  }
  .contact-header__title {
    font-size: 2.6rem;
  }
  .contact-header__title span:first-of-type {
    font-size: 3.8rem;
  }
  .contact-required {
    font-size: 1.2rem;
    padding: 0.5rem 0.8rem;
    border-radius: 0.4rem;
  }
  .p-contact__radio {
    display: block;
    margin-bottom: 3rem;
  }
  .p-contact__radio .error {
    font-size: 1.3rem;
  }
  .p-contact__radio.p-contact__last-radio {
    margin-bottom: 3rem;
  }
  .contact-radio__text-wrap {
    width: 100%;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 1rem;
  }
  .contact-radio__text {
    font-size: 1.6rem;
  }
  .contact-radio__box label {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 1rem;
  }
  .contact-radio__box label span {
    font-size: 1.4rem;
  }
  .contact-radio__box input[type=radio] {
    width: 1.6rem;
    height: 1.6rem;
    border: 0.1rem solid #000;
  }
  .contact-radio__box input[type=radio]:checked::after {
    width: 0.8rem;
    height: 0.8rem;
  }
  .p-contact__input {
    display: block;
    margin-bottom: 3rem;
  }
  .p-contact__input .error {
    font-size: 1.3rem;
  }
  .contact-input__label-wrap {
    width: 100%;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 0.5rem;
  }
  .contact-input__label {
    font-size: 1.6rem;
  }
  .contact-input__box {
    width: 100%;
  }
  .p-contact__input input[type=text] {
    height: 3.8rem;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .p-contact__day-wrap {
    margin-bottom: 3rem;
  }
  .p-contact__day-title {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .p-contact__day-one {
    margin-bottom: 0.8rem;
  }
  .p-contact__day-text {
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem;
    margin-left: 0;
    margin-bottom: 0.8rem;
  }
  .p-contact__day {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .p-contact__day .error {
    font-size: 1.3rem;
  }
  .contact-day__label-wrap {
    width: 12rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding-left: 0;
  }
  .contact-day__label {
    font-size: 1.4rem;
  }
  .contact-day__box {
    width: 100%;
  }
  .p-contact__day input[type=text] {
    height: 3.8rem;
    padding: 0 1rem;
    font-size: 1.6rem;
  }
  .p-contact__day select {
    height: 3.8rem;
    padding: 0 1rem;
    font-size: 1.6rem;
  }
  .p-contact__textarea {
    display: block;
    margin-bottom: 3rem;
  }
  .p-contact__textarea .error {
    font-size: 1.3rem;
  }
  .contact-textarea__label-wrap {
    width: 100%;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 0.5rem;
  }
  .contact-textarea__label {
    font-size: 1.6rem;
  }
  .contact-textarea__box {
    width: 100%;
  }
  .p-contact__textarea textarea {
    height: 24rem;
    padding: 1rem;
    font-size: 1.4rem;
  }
  .p-contact__radio-consent {
    margin-bottom: 3rem;
  }
  .p-contact__radio-consent .error {
    font-size: 1.3rem;
  }
  .contact-radio-consent-box__check-wrap {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .contact-radio-consent-box__check-text {
    font-size: 1.6rem;
  }
  .contact-radio-consent-box__check-text a {
    font-size: 1.6rem;
  }
  .contact-btn__submit {
    width: 26.5rem;
    height: 5rem;
    border-radius: 2.5rem;
  }
  .contact-btn__submit input {
    border-radius: 2.8rem;
    font-size: 1.8rem;
  }
  .contact-btn__submit .contact-btn-submit__text {
    font-size: 1.6rem;
  }
  .contact-btn__submit .contact-btn-submit__arrow {
    top: 1.3rem;
    right: 2rem;
    width: 0.7rem;
  }
  .contact-confirm .p-contact {
    padding: 12rem 1.5rem;
  }
  .contact-confirm .p-contact__radio,
.contact-confirm .p-contact__input,
.contact-confirm .p-contact__day-wrap,
.contact-confirm .p-contact__textarea {
    width: 100%;
  }
  .contact-confirm .p-contact__day-one {
    margin-bottom: 1.5rem;
  }
  .contact-confirm .contact-input__box,
.contact-confirm .contact-radio__box,
.contact-confirm .contact-day__box,
.contact-confirm .contact-textarea__box {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .contact-confirm .contact-btn__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 2rem;
  }
  .contact-confirm .contact-btn__back {
    width: 26.5rem;
    height: 5rem;
    border-radius: 2.5rem;
  }
  .contact-confirm .contact-btn__back input {
    border-radius: 2.8rem;
    font-size: 1.8rem;
  }
  .contact-confirm .contact-btn__back .contact-btn-submit__text {
    font-size: 1.6rem;
  }
  .contact-confirm .contact-btn__back .contact-btn-submit__arrow {
    top: 1.3rem;
    right: 2rem;
    width: 0.7rem;
  }
  .p-contact-thanks {
    padding: 12rem 1.5rem;
    background-image: url(../images/image_contact-bg@sp.png);
    border-radius: 1.5rem;
    margin-bottom: 4rem;
  }
  .p-contact-thanks__container {
    max-width: 100%;
    padding: 4rem 1.5rem;
    border-radius: 1.5rem;
  }
  .p-contact-thanks__header {
    margin-bottom: 4rem;
  }
  .contact-thanks-header__mini-title {
    font-size: 2rem;
  }
  .contact-thanks-header__title {
    font-size: 2.6rem;
  }
  .contact-thanks-header__title span:first-of-type {
    font-size: 3.8rem;
  }
  .p-contact-thanks__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .p-contact-thanks__tel {
    font-size: 1.6rem;
    margin: 0 auto 3rem;
  }
  .p-contact-thanks__flex-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
  .p-contact-thanks__btn {
    width: 80%;
    padding: 0 2.5rem;
    height: 4.8rem;
    -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
    border-radius: 5rem;
    margin: 0 auto;
  }
}

@media screen and (max-width:1280px) and (max-width:768px) {
  .l-header__logo {
    width: 14rem;
  }
  .p-fv {
    aspect-ratio: 425/667;
    max-height: 66.7rem;
    background-image: url(../images/image_fv-bg@sp.png?20251226);
  }
  .p-fv__container {
    height: 66.7rem;
  }
  .p-fv__content {
    bottom: 2.5rem;
    left: 1.5rem;
  }
  .p-fv__human {
    width: 31rem;
  }
  .case-box__flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

@media screen and (min-width: 769px) {
  .u-over__none {
    display: none !important;
  }
}