@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1050px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
  .p-feature__title-box{
    height: 34rem !important;
  }
  .p-feature__card{
    height: 34rem !important;

  }
  .p-step__title-box{
    height: 26rem !important; 
  }
  .c-card-title {
    font-size: 0.875rem !important;
    line-height: 1.7em;
    font-weight: 400;
}

}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
  
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  background-color: #fffdf1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body.chage {
  background-color: #fff4b3;
  color: #434343;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body.chage1 {
  background-color: #fff4b3;
  color: #434343;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body.chage2 {
  background-color: #919191;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

.background {
  background-color: #f0f0f0;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-about {
  padding: 26.25rem 10rem 19.5rem;
}
@media screen and (max-width: 767px) {
  .l-about {
    padding: 7.125rem 1.25rem 5.25rem 1.875rem;
  }
}

.l-case-contents {
  padding-top: 11.1875rem;
  padding-bottom: 4.6875rem;
}

.l-case-other {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .l-case-other {
    padding: 4rem 0;
  }
}

.l-case {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .l-case {
    padding-bottom: 7.5rem;
  }
}

.l-faq {
  padding-top: 17.75rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .l-faq {
    padding-top: 11.5rem;
    padding-bottom: 4rem;
  }
}

.l-function {
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .l-function {
    padding-bottom: 7.5rem;
  }
}

.l-fv {
  width: 100%;
  height: 45rem;
}
@media screen and (max-width: 767px) {
  .l-fv {
    height: 100vh;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1050px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-mypage {
  padding-bottom: 5rem;
}

.l-price-block {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-price-block {
    padding-top: 5.625rem;
  }
}

.c-back-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;
  gap: 0.5rem;
  padding: 1.125rem 1.375rem;
  font-size: 1.125rem;
  border-radius: 3.75rem;
  border: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .c-back-btn {
    padding: 2px 1.125rem;
    font-size: 0.75rem;
    border-radius: 2.5rem;
  }
}

.c-back-btn::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/arrow.svg) no-repeat center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-btn {
  min-width: 17.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.75rem;
  font-size: 1.125rem;
  border-radius: 3.75rem;
  border: 2px solid #000;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 0.875rem;
    height: 2.5rem;
  }
}

.c-btn::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.75rem;
}

.c-btn--white {
  border: 2px solid #fff;
}

.c-btn--white::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.c-btn--download,
.c-btn--contact {
 
}

.c-btn--download::after,
.c-btn--contact::after {
  display: none;
}

.c-btn--download::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/8666778_download_down_save_icon.svg) no-repeat center/contain;
  margin-right: 0.625rem;
}

.c-btn--contact::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/2124415_app_bubble_communication_essential_speech_icon.svg) no-repeat center/contain;
  margin-right: 0.625rem;
}

.c-btn--download--white::before {
  background: url(../images/download-icon_white.svg) no-repeat center/contain;
}

.c-btn--contact--white::before {
  background: url(../images/file-icon_white.svg) no-repeat center/contain;
}

.c-card-title {
  font-size: 1.875rem;
  line-height: 1.7em;
  font-weight: 400;
}

.c-card-title__index {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.c-card-title__index::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1px;
  background-color: #000;
  margin: 0 1.25rem 0 0.75rem;
}

.c-card-title__index--white::after {
  background-color: #fff;
}

.c-card-title__subtitle {
  font-size: 1.125rem;
}

.c-card__title {
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.25rem;
  }
}

.c-card__title::after {
  content: "";
  width: 1.25rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -1.375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-card__title::after {
    bottom: -0.875rem;
    width: 0.625rem;
  }
}

.c-card__text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-card__text {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-card__img {
    margin-top: 1rem;
  }
}

.c-case-card__body {
  padding: 2.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-case-card__body {
    padding: 1.875rem;
  }
}

.c-case-card__logo {
  height: 5rem;
}

.c-case-card__logo img {
  height: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-case-card__title {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  opacity: 0.5;
}

.c-case-card__text {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  line-height: 2em;
}

.c-case-card__category {
  display: inline-block;
  margin-top: 2.5rem;
  padding: 0.125rem 0.75rem;
  margin-right: 0.25rem;
  font-size: 0.875rem;
  border: 1px solid #000;
  border-radius: 1.5rem;
}

.c-case-card__img img {
  aspect-ratio: 293/195;
  -o-object-fit: cover;
     object-fit: cover;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.c-contents-card {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-contents-card {
    padding: 4rem 1.875rem;
  }
}

.c-contents-card__body {
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .c-contents-card__body {
    padding: 0;
  }
}

.c-contents-card__logo {
  height: 5rem;
}

.c-contents-card__logo img {
  width: 40%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-contents-card__name {
  margin-top: 1rem;
  font-size: 0.875rem;
  opacity: 0.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-contents-card__name {
    font-size: 0.625rem;
    margin-top: 0.25rem;
  }
}

.c-contents-card__title {
  line-height: 1.5em;
  margin-top: 4.5rem;
  font-size: 1.875rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-contents-card__title {
    margin-top: 3.5rem;
    font-size: 1.5625rem;
  }
}

.c-contents-card__category {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-contents-card__category {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-contents-card__img {
    margin-top: 4rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.c-contents-card__textarea {
  padding: 5rem;
  line-height: 2em;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-contents-card__textarea {
    padding: 4rem 0 2.5rem;
    font-size: 0.875rem;
  }
}

.c-contents-card__lead {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-contents-card__lead {
    font-size: 1.625rem;
  }
}

.c-contents-card__lead:nth-of-type(n+2) {
  margin-top: 4.5rem;
}

.c-contents-card__text {
  margin-top: 2.25rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .c-contents-card__text {
    margin-top: 1.5rem;
  }
}

.c-contents-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.75rem;
  font-size: 1.125rem;
  border-radius: 3.75rem;
  border: 2px solid #000;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-contents-card__btn {
    font-size: 0.875rem;
    min-height: 2.5rem;
  }
}

.c-contents-card__btn--white {
  color: #fff;
  border: 2px solid #fff;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-contents-card__btn--white {
    margin-top: 4rem;
  }
}

.c-contents-card__company {
  padding: 4.6875rem 4.6875rem 5rem;
  border-top: 2px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .c-contents-card__company {
    padding: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.c-contents-card__meta {
  margin-top: 2rem;
  line-height: 1.8em;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-contents-card__meta {
    line-height: 2em;
    margin-top: 1.25rem;
    font-size: 0.625rem;
  }
}

.c-contents-card__meta a {
  text-decoration: underline;
  word-break: break-all;
}

.c-function-card {
  padding: 2.5rem;
  background-color: #fff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-function-card {
    padding: 1.5625rem;
  }
}

.c-function-card__title {
  line-height: 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-function-card__title {
    font-size: 0.875rem;
  }
}

.c-function-card__title::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/arrow.svg) no-repeat center/contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .c-function-card__title::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.c-function-card__text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .c-function-card__text {
    margin-top: 0.375rem;
    font-size: 0.625rem;
  }
}

.c-function-title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .c-function-title {
    font-size: 1.875rem;
  }
}

.c-price-card {
  padding: 2.5rem;
  background-color: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-price-card {
    padding: 2rem 1.75rem;
  }
}

.c-price-card__title {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-bottom: 2.5rem;
}

.c-price-card__price {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-price-card__price {
    font-size: 0.625rem;
  }
}

.c-price-card__price strong {
  display: inline-block;
  line-height: 1.3em;
  padding: 0 1rem;
  font-size: 1.875rem;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-price-card__price strong {
    font-size: 1.5625rem;
    padding: 0 0.5rem;
  }
}

.c-price-card__price:nth-of-type(n+2) {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-price-card__price:nth-of-type(n+2) {
    margin-top: 1.25rem;
  }
}

.c-price-card__box {
  line-height: 2em;
  margin-top: 2.5rem;
  padding: 1.25rem;
  font-size: 0.875rem;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .c-price-card__box {
    margin-top: 1.75rem;
    padding: 0.75rem;
    font-size: 0.625rem;
  }
}

.c-sec-title {
  font-size: 4.375rem;
  line-height: 1.3em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-sec-title {
    font-size: 2.1875rem;
    line-height: 1.2em;
    letter-spacing: 0.02em;
  }
}

.c-sec-title span {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-sec-title span {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
  }
}

.p-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about__body {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about__body {
    width: 100%;
  }
}

.p-about__text {
  margin-top: 1.75rem;
  font-size: 1.125rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin-top: 1.5rem;
    font-size: 0.75rem;
    letter-spacing: -0.02em;
  }
}

.p-about__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    width: 100%;
    margin-top: 4rem;
  }
}

.p-about__img img {
  width: 15.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-about__img img {
    width: 11.5rem;
  }
}

.p-about__list {
  margin-top: 30rem;
}
@media screen and (max-width: 767px) {
  .p-about__list {
    margin-top: 6.75rem;
  }
}

.p-about__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-about__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-accordion {
  padding: 2.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-accordion {
    padding: 1.875rem;
  }
}

.p-accordion__title {
  font-size: 1.5rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-accordion__title {
    font-size: 1.25rem;
  }
}

.p-accordion__title span {
  width: 1.125rem;
  height: 1.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-accordion__title span {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.p-accordion__title span::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-accordion__title span::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-accordion__title.close span::before {
  opacity: 0;
}

.p-accordion__title.close span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-accordion__toggle {
  padding-bottom: 3rem;
  padding-right: 7.75rem;
  padding-left: 7.75rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-accordion__toggle {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

.p-accordion__box {
  padding: 4rem 0;
  font-size: 1.125rem;
  border-bottom: 2px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .p-accordion__box {
    padding: 2.5rem 0 2rem;
    font-size: 0.875rem;
  }
}

.p-accordion__q,
.p-accordion__a {
  position: relative;
  line-height: 1.8em;
  padding: 0.375rem 0 0.375rem 2.25rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-accordion__q,
  .p-accordion__a {
    line-height: 1.5em;
    padding: 1rem 0 1rem 1.5rem;
  }
}

.p-accordion__q::before {
  content: "Q";
  position: absolute;
  top: 0.375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-accordion__q::before {
    top: 1rem;
  }
}

.p-accordion__a::before {
  content: "A";
  position: absolute;
  top: 0.375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-accordion__a::before {
    top: 1rem;
  }
}

.p-accordion__a small {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-accordion__a small {
    font-size: 0.625rem;
  }
}

.p-case-contents {
  max-width: 40rem;
  margin: 0 auto;
}

.p-case-other {
  background-color: #919191;
}

.p-case-other__title {
  padding-top: 4.6875rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-case-other__title {
    padding-top: 3.5rem;
  }
}

.p-case-other__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-case-other__cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 6.75rem;
  }
}

.p-case-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 9.5rem;
}

.p-case-page__item {
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 2.5rem;
  border: 2px solid #000;
}

.p-case-page__item.is-active {
  color: #fff;
  background-color: #000;
}

.p-case-page__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-case-page__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 3.75rem;
  }
}

@-webkit-keyframes test {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes test {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
.p-case__title {
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  .p-case__title {
    padding-top: 7.25rem;
  }
}

.p-case__cards {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-case__cards {
    margin-top: 6.875rem;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;
  }
}
.swiper{
  display: none;
}
.p-case__btn {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-case__btn {
    margin-top: 5rem;
  }
}

.p-case__btn a {
  margin-left: auto;
  margin-right: auto;
}

.p-faq__accordion:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-feature-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-feature-card__img {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .p-feature-card__img {
    width: 100%;
  }
}

.p-feature-card__body {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .p-feature-card__body {
    width: 100%;
  }
}

.p-feature__title-box {
  height: 94rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-feature__title-box--page {
  height: auto;
  padding-top: 15.3125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-feature__title-box--page {
    height: 100vh;
    padding-top: 10.5rem;
  }
}

.p-feature__title-box--function {
  height: auto;
  padding-top: 15.3125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-feature__title-box--function {
    padding-top: 10.5rem;
  }
}

.p-feature__title-box--future {
  height: auto;
  padding-top: 15.3125rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__title-box--future {
    padding-top: 10.5rem;
  }
}

.p-feature__title {
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-feature__title {
    font-size: 1.5625rem;
  }
}

.p-feature__lead {
  line-height: 1.5em;
  font-size: 1.875rem;
}

.p-feature__text {
  margin-top: 4rem;
  font-size: 1.125rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .p-feature__text {
    margin-top: 1.25rem;
    font-size: 0.75rem;
  }
}

.p-feature__text a {
  text-decoration: underline;
}

.p-feature__card {
  max-width: 80rem;
  height: 94rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-feature__card {
    width: 100%;
    padding: 0 3.75rem;
  }
}

.p-feature__card--page {
  margin-top: -81.25rem;
}

.p-footer {
  padding: 8.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 3.75rem 0 4.5rem;
  }
}

.p-footer--page {
  background-color: #919191;
  color: #fff;
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-footer__body {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-footer__body {
    width: 100%;
  }
}

.p-footer__body--fv {
  width: 100%;
  margin-top: 4rem;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__list:nth-child(1) {
    padding-top: 2rem;
  }
}

.p-footer__item {
  padding: 0.625rem 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__item {
    padding: 0.3125rem 0;
    font-size: 0.9375rem;
  }
}

.p-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__link a:nth-child(n+2) {
    margin-top: 0.625rem;
  }
}

.p-footer__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__sub-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-footer__sub-item {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sub-item {
    font-size: 0.625rem;
    line-height: 1.5em;
  }
}

.p-footer__sub-item:not(:first-child) {
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sub-item:not(:first-child) {
    margin-left: 0;
  }
}

.p-footer__sub-list:nth-of-type(1) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sub-list:nth-of-type(1) {
    margin-top: 2.25rem;
  }
}

.p-footer__sub-list:nth-of-type(2) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sub-list:nth-of-type(2) {
    margin-top: 0.3125rem;
  }
}

.p-footer__sns {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.3125rem;
    margin-top: 2.25rem;
  }
}

.p-footer__sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-footer__sns a {
    width: 1.875rem;
    height: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__sns a svg {
    width: 0.875rem;
  }
}

.p-footer__sns--page a {
  border: 2px solid #fff;
}

.p-footer__copy {
  font-size: 0.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    margin-top: 4.75rem;
    font-size: 0.625rem;
  }
}

.p-footer__logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    display: none;
  }
}

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

.p-footer__logo--sp--fv {
  display: block;
}

.p-form__form {
  max-width: 40rem;
  margin: 0 auto;
}

.p-form__box {
  padding: 1rem 0;
}

.p-form__box label {
  font-size: 0.875rem;
}

.p-form__box label span {
  color: #b62a20;
  margin-left: 0.75rem;
}

.p-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__check input[type=radio] {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.625rem;
}

.p-form__inputbox input,
.p-form__inputbox select,
.p-form__inputbox textarea {
  width: 100%;
  padding: 1.25rem 1.5rem;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  background-color: rgba(0, 0, 0, .05);
  border: none;
}

.p-form__box--name {
  display: inline-block;
  width: 49%;
}

.p-form__checkbox {
  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;
  padding: 1.5rem 0 2.5rem;
}

.p-form__checkbox a {
  text-decoration: underline;
}

.p-form__checkbox input {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.75rem;
  border-radius: 0.375rem;
  background-color: #dadada;
}

.p-form__submit input {
  width: 100%;
  height: 3.75rem;
  font-size: 1.125rem;
  border-radius: 3.75rem;
  border: 2px solid #000;
  background-color: #fff;
}

.p-form__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #919191;
  z-index: 1000;
  color: #fff;
  display: none;
}

.p-form__modal-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5rem;
  text-align: center;
}

.p-form__modal-textbox p {
  margin-bottom: 1.25rem;
}

.p-function-page__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 9.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-function-page__list {
    grid-template-columns: repeat(1, 1fr);
    padding: 5rem 0;
  }
}

.p-function-page__item {
  position: relative;
  padding: 0.875rem 0 0.875rem 3.125rem;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-function-page__item {
    padding: 0.625rem 0;
    font-size: 0.75rem;
    gap: 0.5rem;
  }
}

.p-function-page__item::before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  border: 2px solid #000;
  border-radius: 50%;
  display: block;
  background: url(../images/arrow.svg) no-repeat center/contain;
}

.p-function__title {
  padding-top: 19.375rem;
}

.p-function__text {
  margin-top: 4.5rem;
  font-size: 1.125rem;
  line-height: 2em;
}

.p-function__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-function__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5rem;
  }
}

.p-function__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-function__item {
    padding: 1.75rem 0;
    font-size: 1.25rem;
  }
}

.p-function__item::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-function__item::after {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-function__btn {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-function__btn {
    margin-top: 6rem;
  }
}

.p-function__btn a {
  margin-left: auto;
  margin-right: auto;
}

.p-future-block {
  max-width: 40rem;
  margin: 0 auto;
  padding: 7.5rem 5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-future-block {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-future-block:nth-of-type(n+2) {
  margin-top: 5rem;
}

.p-future-block__img {
  width: 15rem;
  height: 15rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-future-block__img {
    width: 15.5rem;
    height: 15.5rem;
  }
}

.p-future-block__title {
  line-height: 1.8em;
  margin-top: 5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-future-block__title {
    margin-top: 3.75rem;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
  }
}

.p-future-block__textarea {
  line-height: 2em;
  margin-top: 5rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-future-block__textarea {
    margin-top: 3.75rem;
    font-size: 0.875rem;
  }
}

.p-future-block__text:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-future-block__text:nth-child(n+2) {
    margin-top: 1.75rem;
  }
}

.p-future-page__lead {
  padding: 20rem 2rem 10.625rem;
  font-weight: 400;
  text-align: center;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-future-page__lead {
    font-size: 1.25rem;
    padding-top: 13.125rem;
    padding-bottom: 7.5rem;
  }
}

.p-future {
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  .p-future {
    padding: 8.75rem 0;
  }
}

.p-feature__card {
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.p-future__text {
  font-size: 1.125rem;
  margin-top: 4.5rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .p-future__text {
    margin-top: 1.25rem;
    font-size: 0.75rem;
  }
}

.p-future__btn {
  margin-top: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-future__btn {
    margin-top: 1.75rem;
  }
}

.current-section {
 
}

.p-fv {
  background: url(../images/firstview_picture.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background: url(../images/firstview_picture.sp.jpg) no-repeat center/cover;
    padding: 3.125rem 1.875rem 0;
  }
}

.p-fv__humbergar {
  position: fixed;
  top: 4.75rem;
  left: 3.25rem;
  width: 2.5rem;
  height: 0.75rem;
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .p-fv__humbergar {
    top: 1.5rem;
    left: 1rem;
  }
}

.p-fv__humbergar span {
  width: 1.25rem;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  position: absolute;
}

.p-fv__humbergar span:nth-child(1) {
  top: 0;
}

.p-fv__humbergar span:nth-child(2) {
  bottom: 0;
}

.p-fv__humbergar.show span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-fv__humbergar.show span:nth-child(2) {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-fv__nav-box {
  padding: 5rem 10rem;
  max-width: 55rem;
  height: 100vh;
  background-color: #f0f0f0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv__nav-box {
    width: 100%;
    padding: 5.625rem 1.875rem 4.5rem;
  }
}

.p-fv__inner {
  position: relative;
  height: 100%;
}

.p-fv__title-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  position: absolute;
  top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title-bread {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__title-bread--page {
    position: absolute;
    top: 5.625rem;
  }
}

.p-fv__title-bread--page span {
  display: inline-block;
  margin-top: 0.5rem;
}

.p-fv__bread-list {
  margin-top: 0.5rem;
}

.p-fv__text-box {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv__text-box {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 2.5rem;
  }
}

.p-fv__text {
  margin-top: 2.5rem;
  margin-left: 0.5rem;
  line-height: 2em;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    margin-left: 0;
  }
}

.p-fv__swiper-contain {
  width: 9.375rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__swiper-contain {
    width: 100vw;
    height: auto;
    top: auto;
    bottom: 1.25rem;
  }
}

.p-fv__swiper {
  width: 100%;
  height: 100%;
}

.p-fv__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (max-width: 767px) {
  .p-fv__img img {
    width: 6.25rem;
  }
}

.p-link-box {
  padding: 10rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-link-box {
    padding: 5.625rem 0;
  }
}

.p-link-box__text {
  font-size: 1.5rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .p-link-box__text {
    font-size: 1.25rem;
  }
}

.p-link-box__btn {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-link-box__btn {
    margin-top: 1.5rem;
  }
}

.p-mypage__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 5.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-mypage__cards {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem;
    padding-bottom: 3.75rem;
  }
}

.p-price-block__cards {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-price-block__cards {
    margin-top: 1.75rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-price__list {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__list {
    margin-top: 1.75rem;
  }
}

.p-price__list li {
  font-size: 0.875rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .p-price__list li {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-price__list li:nth-child(n+2) {
    margin-top: 0.625rem;
  }
}

.p-price__list li::before {
  content: "※";
}

.p-step__title-box {
  height: 94rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-step__tab-box {
  position: sticky;
  top: 2.5rem;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  height: 2.5rem;
  font-size: 0.875rem;
  border-radius: 3.125rem;
  border: 1px solid #fff;
  margin: 2.5rem auto 75.25rem;
  z-index: 100;
}

.p-step__tab {
  width: 50%;
}

.p-step__tab a {
  height: 100%;
  border-radius: 3.125rem;
  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;
}

.p-step__tab.active a {
  color: #969696;
  background-color: #fff;
}

.p-step__cards-tab {
  display: none;
  opacity: 0;
}

.p-step__cards-tab.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
