@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media (min-width: 1150px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1E1E1E;
}

em {
  font-style: normal;
}

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

/*****************************
* 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;
  text-rendering: optimizeSpeed;
  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;
  }
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

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

.p-campaign {
  background: -webkit-gradient(linear, right top, left top, color-stop(0.67%, #FFF61B), color-stop(50.7%, #FFF8B7), color-stop(100.73%, #FFF807));
  background: linear-gradient(270deg, #FFF61B 0.67%, #FFF8B7 50.7%, #FFF807 100.73%);
  padding: 1.25rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-campaign {
    padding: 0;
  }
}

.p-campaign__inner {
  position: relative;
  padding: 0;
  max-width: 20rem;
  margin-inline: auto;
}
.p-campaign__inner::before {
  content: "";
  background: url(../images/sp_campaign_hero.png) no-repeat center/contain;
  width: 5.875rem;
  aspect-ratio: 188/162;
  display: inline-block;
  position: absolute;
  left: 0.3125rem;
  bottom: 1.5625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-campaign__inner {
    max-width: 44.8125rem;
    padding: 0.75rem 0 1.125rem;
  }
  .p-campaign__inner::before {
    background: url(../images/pc_campaign_hero.png) no-repeat center/contain;
    width: 13.125rem;
    aspect-ratio: 210/154;
    bottom: 0;
    right: 0;
    left: auto;
  }
}

.p-campaign__catch {
  color: #F40068;
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-campaign__catch {
    position: absolute;
    top: 1.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20.1875rem;
  }
}

.p-campaign__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-campaign__wrapper {
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-campaign__icon {
  background: url(../images/campaign_pop_bg.png) no-repeat center/contain;
  width: 6.1875rem;
  aspect-ratio: 1/1;
  -webkit-transform: rotate(-7.248deg);
          transform: rotate(-7.248deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FFF200;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  display: grid;
  place-items: center;
  position: relative;
  top: 0.625rem;
  margin-left: -0.625rem;
}
.p-campaign__icon::after {
  content: attr(data-en);
  display: contents;
  font-family: "Poppins", sans-serif;
  font-size: 0.6875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-campaign__icon {
    width: 8rem;
    font-size: 1.125rem;
    top: 0;
    margin-left: 0;
  }
  .p-campaign__icon::after {
    font-size: 0.875rem;
  }
}

.p-campaign__conts {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-campaign__conts {
    display: block;
    text-align: center;
  }
}

.p-campaign__title {
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1;
  width: 13.4375rem;
  letter-spacing: 0.03em;
  text-align: center;
}
.p-campaign__title em {
  font-family: "Poppins", sans-serif;
  font-size: 6.25rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-right: 0.03em;
}
.p-campaign__title span {
  font-size: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-campaign__title {
    width: auto;
    font-size: 3rem;
    letter-spacing: 0;
    text-align: left;
  }
  .p-campaign__title span {
    font-size: inherit;
  }
}

.p-campaign__label {
  background: #1E1E1E;
  color: #F6F6F6;
  padding: 0.3125rem 1.25rem;
  font-size: max(10px, 0.8125rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  border-radius: 100vmax;
  display: block;
  width: 20rem;
  margin-inline: auto;
  margin-top: 1.1875rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
}
.p-campaign__label span {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-campaign__label {
    width: auto;
    display: inline-block;
    margin-top: 0.25rem;
  }
}

.p-fixed {
  position: fixed;
  width: 35.4666666667%;
  max-width: 13.4375rem;
  right: 0.625rem;
  bottom: 2.1875rem;
  z-index: 90;
}
@media screen and (min-width: 768px) {
  .p-fixed {
    right: 1.5rem;
    width: 13.4375rem;
  }
}

.p-fixed__btn {
  display: block;
  aspect-ratio: 235/185;
}
.p-fixed__btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer {
  background: #0192DB;
  color: #fff;
  padding: 0.875rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer {
    text-align: left;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    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;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-footer__list li a {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 0 1em;
  display: inline-block;
}
.p-footer__list li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #fff;
}
.p-footer__list li:first-child::before {
  display: none;
}
.p-footer__list li:first-child a {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-footer__list li a {
    line-height: 2.5rem;
  }
}

.p-footer__copyright {
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-footer__copyright span {
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    line-height: 2.5rem;
  }
}

.p-form__body {
  overflow: hidden;
  border-radius: 0.625rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1.25rem 0px rgba(138, 211, 255, .4);
          box-shadow: 0px 0px 1.25rem 0px rgba(138, 211, 255, .4);
}
@media screen and (min-width: 768px) {
  .p-form__body {
    border-radius: 1.25rem;
    width: 50rem;
    margin-inline: auto;
  }
}

.p-form__title {
  background: #01479C;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-form__title {
    font-size: 1.5rem;
  }
}

.p-form__box {
  padding: 0.8125rem 0.75rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__box {
    padding: 1.4375rem 3rem 1.875rem 2.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2.8125rem;
       -moz-column-gap: 2.8125rem;
            column-gap: 2.8125rem;
  }
}

.p-form__image {
  width: 60.7717041801%;
  aspect-ratio: 189/150;
  max-width: 410px;
  margin-inline: auto;
}
.p-form__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-form__image {
    max-width: none;
    max-width: initial;
    width: 15.3125rem;
    margin-inline: 0;
    aspect-ratio: 245/205;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-form__conts {
  margin-top: 0.5625rem;
  max-width: 410px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-form__conts {
    margin: 0;
    max-width: none;
    max-width: initial;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-form__catch {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__catch {
    text-align: left;
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}

.p-form__text {
  margin-top: 0.9375rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__text {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

.p-form__main {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__main {
    margin-top: 1.25rem;
  }
}

.p-form__input {
  border-radius: 3px;
  background: #F7F7F7;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, .05) inset;
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, .05) inset;
  border: 2px solid #01479C;
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.875rem;
  padding: 0 0.625rem;
}
.p-form__input::-webkit-input-placeholder {
  color: #9E9E9E;
}
.p-form__input::-moz-placeholder {
  color: #9E9E9E;
}
.p-form__input::-ms-input-placeholder {
  color: #9E9E9E;
}
.p-form__input::placeholder {
  color: #9E9E9E;
}
.p-form__input:focus {
  outline: none;
  border-color: #01479C;
}
@media screen and (min-width: 768px) {
  .p-form__input {
    padding: 0 0.75rem;
    font-size: 16px;
    line-height: 2.25rem;
  }
}

.p-form__button {
  background: rgba(1, 71, 156, .6);
  -webkit-box-shadow: 0 1.125rem 0.5625rem 0 rgba(255, 255, 255, .1);
          box-shadow: 0 1.125rem 0.5625rem 0 rgba(255, 255, 255, .1);
  width: 77.1704180064%;
  margin-inline: auto;
  margin-top: 0.625rem;
  font-size: 1.125rem;
  border-radius: 100vmax;
  position: relative;
}
.p-form__button::before {
  content: "";
  background: url(../images/icon_dl.svg) no-repeat center/contain;
  width: 0.8125rem;
  height: 0.875rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form__button input[type=submit] {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4375;
  padding: 0.4375rem 4.125rem 0.5rem 2.875rem;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1.125rem 0.5625rem 0px rgba(255, 255, 255, .1) inset;
          box-shadow: 0px 1.125rem 0.5625rem 0px rgba(255, 255, 255, .1) inset;
}
@media screen and (min-width: 768px) {
  .p-form__button {
    margin-inline: 0;
    margin-top: 1.25rem;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-form__button:hover {
    opacity: 0.8;
  }
  .p-form__button::before {
    right: 1.875rem;
  }
  .p-form__button input[type=submit] {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    padding: 0.625rem 3.75rem 0.625rem 2.25rem;
  }
}

.p-modal {
  display: none;
}
.p-modal.is-open {
  display: block;
  position: fixed;
  z-index: 100;
  width: 85.3333333333%;
  max-height: 95%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-modal.is-open {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    width: 55rem;
    top: auto;
    bottom: 3.125rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    gap: 1.25rem;
  }
}

.p-modal__dl {
  border: solid 4px #0083FC;
  background: #fff;
  overflow: hidden;
  border-radius: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-modal__dl form {
    display: grid;
    height: 100%;
  }
}

.p-modal__dl-main {
  padding: 1.5rem 1.5rem 0.625rem;
}
.p-modal__dl-main::after {
  content: "";
  background: url(../images/contact_icon_document.png) no-repeat center/contain;
  display: block;
  width: 6.5625rem;
  aspect-ratio: 105/119;
  margin-inline: auto;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-modal__dl-main {
    position: relative;
    padding: 1.5rem;
    padding-left: 7.1875rem;
  }
  .p-modal__dl-main::after {
    width: 5.375rem;
    aspect-ratio: 86/97;
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    margin: 0;
  }
}

.p-modal__dl-title {
  color: #0083FC;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-modal__dl-title::after {
  content: "";
  background: url(../images/icon_dl-face.png) no-repeat center/contain;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  margin-left: 0.5rem;
}

.p-modal__dl-wrapper {
  margin-top: 0.75rem;
}

.p-modal__dl-input input {
  border-radius: 0.25rem;
  border: 1px solid #F2F2F2;
  -webkit-box-shadow: 0 0.25rem 0.3125rem 0 rgba(0, 0, 0, .05) inset;
          box-shadow: 0 0.25rem 0.3125rem 0 rgba(0, 0, 0, .05) inset;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  padding: 0.5625rem 1rem 0.4375rem;
  width: 100%;
}
.p-modal__dl-input input::-webkit-input-placeholder {
  color: #9E9E9E;
}
.p-modal__dl-input input::-moz-placeholder {
  color: #9E9E9E;
}
.p-modal__dl-input input::-ms-input-placeholder {
  color: #9E9E9E;
}
.p-modal__dl-input input::placeholder {
  color: #9E9E9E;
}

.p-modal__dl-button {
  border: none;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-15.09%, #23BDFF), color-stop(122.66%, #0062D8));
  background: linear-gradient(180deg, #23BDFF -15.09%, #0062D8 122.66%);
  -webkit-box-shadow: 0px 0.9375rem 0.4375rem 0px rgba(255, 255, 255, .1) inset;
          box-shadow: 0px 0.9375rem 0.4375rem 0px rgba(255, 255, 255, .1) inset;
  text-align: center;
}
.p-modal__dl-button::before {
  content: "今すぐ資料ダウンロード";
  color: #FFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, .2);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.875rem;
}
.p-modal__dl-button::after {
  content: "";
  background: url(../images/icon_dl.svg) no-repeat center/contain;
  width: 0.875rem;
  height: 1rem;
  display: inline-block;
  margin-left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-modal__dl-button {
    -ms-flex-item-align: end;
        align-self: end;
    justify-self: end;
  }
}

.p-modal__line {
  border: solid 4px #1EC412;
  color: #1EC412;
  background: #fff;
  overflow: hidden;
  border-radius: 0.75rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-modal__line {
    display: grid;
    margin-top: 0;
  }
}

.p-modal__line-main {
  padding: 1.75rem 1.25rem 1rem;
}
.p-modal__line-main::before {
  content: "";
  background: url(../images/qr_contact.png) no-repeat center/contain;
  width: 4.6875rem;
  aspect-ratio: 1/1;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-modal__line-main {
    position: relative;
    padding: 1.25rem;
    padding-left: 7.5rem;
  }
  .p-modal__line-main::before {
    width: 5rem;
    aspect-ratio: 1/1;
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    margin: 0;
  }
}

.p-modal__line-title {
  margin-top: 1rem;
}
.p-modal__line-title span {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
.p-modal__line-title::after {
  content: "";
  background: url(../images/icon_modal_hand.png) no-repeat center/contain;
  width: 1.625rem;
  aspect-ratio: 1/1;
  display: inline-block;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-modal__line-title {
    margin-top: 0;
  }
}

.p-modal__line-text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
}

.p-modal__line-button {
  width: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.43%, #59DE16), color-stop(99.57%, #10B804));
  background: linear-gradient(180deg, #59DE16 0.43%, #10B804 99.57%);
  -webkit-box-shadow: 0px 15px 7.5px 0px rgba(255, 255, 255, .1) inset;
          box-shadow: 0px 15px 7.5px 0px rgba(255, 255, 255, .1) inset;
}
.p-modal__line-button::before {
  content: "今すぐ友だち登録";
  color: #FFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, .2);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.875rem;
}
.p-modal__line-button::after {
  content: "";
  background: url(../images/icon_friend.svg) no-repeat center/contain;
  width: 0.875rem;
  aspect-ratio: 14/16;
  display: inline-block;
  margin-left: 0.1875rem;
  margin-bottom: -0.0625rem;
}
@media screen and (min-width: 768px) {
  .p-modal__line-button {
    -ms-flex-item-align: end;
        align-self: end;
    justify-self: end;
  }
}

.p-mv {
  /* padding-top: 4.875rem; */
  padding-bottom: 2.0625rem;
  background: url(../images/sp_mv_bg.jpg) no-repeat center/cover;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .p-mv {
    /* padding-top: 5.1875rem; */
    padding-bottom: 0;
    background: url(../images/pc_mv_bg.jpg) no-repeat center/100% 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    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;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    /* padding-bottom: 3.125rem; */
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
  .p-mv__inner::before {
    content: "";
    background: url(../images/icon_mv_star.png) no-repeat center/contain;
    width: 2.5625rem;
    aspect-ratio: 41/45;
    display: block;
    position: absolute;
    bottom: 8.75rem;
    left: 53%;
  }
}

.p-mv__title {
  /* color: #F6F6F6;
  text-align: center;
  font-size: 2.1875rem;
  line-height: 120%;
  font-weight: 900; */
  aspect-ratio: 1/1;
  margin-inline: calc(50% - 50vw);
}
.p-mv__title img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  /* display: inline-block;
  vertical-align: bottom;
  margin-bottom: -0.3125rem; */
}
/* .p-mv__title small {
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  display: inline-block;
  margin-left: 0.3125rem;
  margin-top: 0.625rem;
}
.p-mv__title em {
  font-size: 3rem;
  font-weight: 900;
  line-height: 3.625rem;
  display: inline-block;
  margin-top: 0.5625rem;
  word-break: break-all;
}
.p-mv__title em span {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1;
} */
@media screen and (min-width: 768px) {
  .p-mv__title {
    width: 36.375rem;
    margin-inline: 0;
    /* font-size: 3.5rem;
    font-weight: 900;
    text-align: left; */
  }
  /* .p-mv__title img {
    width: 24.1875rem;
  }
  .p-mv__title small {
    font-size: 2.875rem;
  }
  .p-mv__title em {
    font-size: 4.8125rem;
    line-height: 5.8125rem;
    display: inline;
  } */
}

.p-mv__text {
  display: block;
}

.p-mv__label {
  display: inline-block;
  background: #fff;
  color: #0083FC;
  font-size: 2.9375rem;
  font-weight: 900;
  line-height: 2.625rem;
  padding: 0 0.5rem 0.1875rem;
  letter-spacing: -0.05em;
  margin-right: 0.375rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv__label {
    font-size: 4.6875rem;
    line-height: 4.375rem;
    padding: 0 0.75rem;
    margin-right: 0.625rem;
    padding-bottom: 3px;
    margin-top: 1.125rem;
  }
}

.p-mv__list {
  text-align: center;
  margin-top: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.p-mv__list::after {
  content: "";
  background: url(../images/sp_mv_hero.png) no-repeat center/contain;
  width: 85.9701492537%;
  max-width: 36rem;
  aspect-ratio: 288/219;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-inline: auto;
  -webkit-transform: translateX(5.9%);
          transform: translateX(5.9%);
}
@media screen and (min-width: 768px) {
  .p-mv__list {
    display: block;
    text-align: left;
    margin-top: 2.375rem;
    max-width: 29.375rem;
  }
  .p-mv__list::after {
    display: none;
  }
  .p-mv__list li + li {
    margin-top: 0.875rem;
  }
}

.p-mv__list-label {
  border: solid 1px #fff;
  -webkit-box-shadow: 0px 0px 0.6875rem 0px rgba(138, 211, 255, .3);
          box-shadow: 0px 0px 0.6875rem 0px rgba(138, 211, 255, .3);
  border-radius: max(100vmax, 14.0625rem);
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.625rem;
  padding-left: 2.3125rem;
  padding-right: 0.75rem;
  display: inline-block;
  position: relative;
}
.p-mv__list-label em {
  color: #FFF716;
  font-weight: 900;
}
.p-mv__list-label::before {
  content: "";
  background: url(../images/icon_check.svg) no-repeat center/contain;
  width: 1.0625rem;
  aspect-ratio: 1/1;
  display: block;
  margin-right: 0.5rem;
  position: absolute;
  top: 0.3125rem;
  left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv__list-label {
    font-size: 1.25rem;
    line-height: 2.375rem;
    padding-left: 3rem;
    padding-right: 0.9375rem;
  }
  .p-mv__list-label::before {
    width: 1.375rem;
    top: 0.5rem;
  }
}

.p-mv__form {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__form {
    margin-top: 0.375rem;
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-mv__form-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-left: 0.3125rem;
}
.p-mv__form-title small {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__form-title {
    margin-left: 0.125rem;
  }
  .p-mv__form-title small {
    margin-top: 0.125rem;
  }
}

.p-mv__box {
  margin-top: 2.3125rem;
  -webkit-box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, .1);
  position: relative;
  z-index: 1;
}
.p-mv__box::before {
  content: "";
  background: url(../images/mv_form_heros.png) no-repeat center/contain;
  width: 38.5074626866%;
  max-width: 14.6875rem;
  aspect-ratio: 129/85;
  display: inline-block;
  position: absolute;
  top: max(-16.2666666667vw, -5.9375rem);
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-mv__box {
    margin-top: 0.625rem;
  }
  .p-mv__box::before {
    top: -3.8125rem;
    width: 8.0625rem;
  }
}

.p-mv__box-title {
  text-align: center;
  color: #fff;
  background: #01479C;
  line-height: 2.5625rem;
  border-radius: 0.625rem 0.625rem 0 0;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-mv__box-title {
    font-size: 1.125rem;
    line-height: 2.125rem;
  }
}

.p-mv__box-conts {
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 0.8125rem 0.75rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__box-conts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.0625rem 1.875rem 1.25rem;
  }
}

.p-mv__box-image {
  width: 60.7717041801%;
  aspect-ratio: 189/150;
  max-width: 410px;
  margin-inline: auto;
}
.p-mv__box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mv__box-image {
    width: 50.2659574468%;
    max-width: none;
    max-width: initial;
    margin-inline: 0;
  }
}

.p-mv__box-lead {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__box-lead {
    margin-top: 0;
  }
}

.p-mv__logo {
  width: 37.9421221865%;
  aspect-ratio: 118/23;
  margin-inline: auto;
}
.p-mv__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-mv__logo {
    width: 7rem;
    aspect-ratio: 283/66;
    margin-inline: 0;
  }
}

.p-mv__box-text {
  margin-top: 0.375rem;
  margin-inline: 1.25rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.05em;
  text-align: center;
}
.p-mv__box-text::after {
  content: "";
  background: url(../images/icon_hand.png) no-repeat center/contain;
  width: 1.4375rem;
  aspect-ratio: 23/22;
  display: inline-block;
  vertical-align: text-top;
}
@media screen and (min-width: 768px) {
  .p-mv__box-text {
    margin: 0.375rem;
    text-align: left;
  }
}

.p-mv__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: 13px;
  }
}

.p-mv__form-input {
  max-width: 410px;
  margin-inline: auto;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__form-input {
    max-width: none;
    max-width: initial;
    width: 96.5425531915%;
    margin-top: 0.1875rem;
  }
  .p-mv__form-input .p-form__main {
    margin-top: 0.75rem;
    text-align: center;
  }
  .p-mv__form-input .p-form__button {
    margin-top: 0.75rem;
  }
}

.p-overlay {
  display: none;
  background: rgba(0, 0, 0, .5);
  z-index: 5;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 95;
  opacity: 0.85;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-overlay.is-active {
  display: block;
}

.p-section {
  padding: 2.5625rem 0 5.1875rem;
  background: url(../images/bg_15.png) 0% 0%/1.25rem repeat, -webkit-gradient(linear, left top, left bottom, color-stop(-6.04%, #D4F6FF), color-stop(86.37%, rgba(249, 254, 255, .88)));
  background: url(../images/bg_15.png) 0% 0%/1.25rem repeat, linear-gradient(180deg, #D4F6FF -6.04%, rgba(249, 254, 255, .88) 86.37%);
  background-blend-mode: overlay, normal;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-section {
    padding: 4.75rem 0 9.375rem;
    background: url(../images/bg_15.png) 0% 0%/1.25rem repeat, -webkit-gradient(linear, left top, left bottom, color-stop(-6.04%, #D4F6FF), color-stop(85.28%, rgba(249, 254, 255, .5)));
    background: url(../images/bg_15.png) 0% 0%/1.25rem repeat, linear-gradient(180deg, #D4F6FF -6.04%, rgba(249, 254, 255, .5) 85.28%);
    position: relative;
  }
  .p-section::before, .p-section::after {
    content: "";
    display: inline-block;
    position: absolute;
  }
  .p-section::before {
    background: url(../images/solution_rainbow.png) no-repeat center/contain;
    width: 30.5rem;
    height: 19.8125rem;
    left: -7.75rem;
    top: 17.625rem;
  }
  .p-section::after {
    content: "";
    background: url(../images/solution_clouds.png) no-repeat center/contain;
    width: 20.6875rem;
    height: 30.0625rem;
    right: -3.75rem;
    top: 19.0625rem;
    -webkit-animation: clouds 1s ease-out forwards;
            animation: clouds 1s ease-out forwards;
  }
}
@-webkit-keyframes clouds {
  0% {
    top: 21.5625rem;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    top: 19.0625rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes clouds {
  0% {
    top: 21.5625rem;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    top: 19.0625rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.p-section__service {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-section__service {
    margin-top: 5.5rem;
  }
}

.p-section__form {
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .p-section__form {
    margin-top: 4.9375rem;
  }
}

.p-service {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-service:before {
  content: "";
  background: url(../images/sp_deco_cloud_sm.png) no-repeat center/contain;
  width: 20.2666666667%;
  aspect-ratio: 76/40;
  position: absolute;
  top: 0;
  left: -1.75rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-service:before {
    display: none;
  }
}

.p-service__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}
.p-service__title::before, .p-service__title::after {
  content: "";
  width: 1.6875rem;
  height: 1.25rem;
  display: inline-block;
}
.p-service__title::before {
  margin-right: 0.625rem;
  background: url(../images/icon_title_deco_l.svg) no-repeat center/contain;
}
.p-service__title::after {
  margin-left: 0.625rem;
  background: url(../images/icon_title_deco_r.svg) no-repeat center/contain;
}

.p-service__title-text {
  color: #2C2C2C;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-service__title-text {
    font-size: 1.8125rem;
  }
}

.p-service__title-blue {
  color: #0083FC;
}

.p-service__title-red {
  color: #F2350B;
}

.p-service__heros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.25rem;
  min-width: 585px;
  position: relative;
}
.p-service__heros li {
  width: 6.8125rem;
  min-width: 109px;
  aspect-ratio: 1/1;
  -webkit-box-shadow: 0px 0px 0.75rem 0px rgba(0, 70, 155, .15);
          box-shadow: 0px 0px 0.75rem 0px rgba(0, 70, 155, .15);
  border-radius: 50%;
}
.p-service__heros li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-service__heros {
    gap: 1.25rem;
    margin-top: 1.5625rem;
    min-width: 0;
    min-width: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-service__heros li {
    min-width: 0;
    min-width: initial;
    width: 8.125rem;
  }
}

.p-service__list {
  margin-top: 1.625rem;
}
.p-service__list li {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.p-service__list li span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.p-service__list li::before {
  content: "";
  background: url(../images/icon_star.png) no-repeat center/contain;
  width: 1.4375rem;
  height: 1.4375rem;
  display: block;
  margin-inline: auto;
  margin-bottom: 0.625rem;
}
.p-service__list li + li {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__list {
    margin-top: 3.6875rem;
    text-align: left;
    width: 45.1875rem;
    margin-inline: auto;
  }
  .p-service__list li {
    text-align: left;
    line-height: 1;
  }
  .p-service__list li::before {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
  .p-service__list li + li {
    margin-top: 1.5rem;
  }
}

.p-solution {
  position: relative;
  z-index: 1;
}
.p-solution::before {
  content: "";
  background: url(../images/sp_deco_cloud_sm.png) no-repeat center/contain;
  width: 32%;
  aspect-ratio: 92/48;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 6.5625rem;
  right: -1.5rem;
  z-index: -1;
}
.p-solution::after {
  content: "";
  background: url(../images/sp_deco_cloud.png) no-repeat center/contain;
  width: 39.2%;
  aspect-ratio: 147/78;
  position: absolute;
  bottom: 13.125rem;
  right: -4.625rem;
  z-index: -1;
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  .p-solution::before, .p-solution::after {
    display: none;
  }
}

.p-solution__title {
  margin-inline: auto;
  width: 62.6865671642%;
  max-width: 315px;
  aspect-ratio: 210/123;
}
.p-solution__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-solution__title {
    width: 30.1875rem;
    max-width: none;
    max-width: initial;
    aspect-ratio: 483/108;
  }
}

.p-solution__list {
  margin-top: 1.4375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  width: 82.3880597015%;
  margin-inline: auto;
}
.p-solution__list::before {
  content: "";
  background: url(../images/solution_image.png) no-repeat center/contain;
  width: 67.0289855072%;
  aspect-ratio: 149/103;
  display: inline-block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-inline: auto;
  margin-top: 1.5625rem;
  max-width: 278px;
}
.p-solution__list::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.875rem solid transparent;
  border-left: 1.875rem solid transparent;
  border-top: 1.875rem solid #0083fc;
  border-bottom: 0;
  display: block;
  margin-top: 1.125rem;
  margin-inline: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.p-solution__list li + li {
  margin-top: 1rem;
}
.p-solution__list li:nth-child(even) {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-solution__list {
    margin-top: 2.5rem;
    padding-bottom: 12.125rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125rem 11.25rem;
    max-width: none;
    max-width: initial;
  }
  .p-solution__list::before {
    content: "";
    background: url(../images/solution_image.png) no-repeat center/contain;
    width: 18.625rem;
    aspect-ratio: 149/103;
    display: inline-block;
    position: absolute;
    top: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    margin-inline: 0;
    margin-top: 0;
    max-width: none;
    max-width: initial;
  }
  .p-solution__list::after {
    border-right: 2.1875rem solid transparent;
    border-left: 2.1875rem solid transparent;
    border-top: 1.875rem solid #0083fc;
    margin-top: 0;
    margin-inline: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
  }
  .p-solution__list li:nth-child(even) {
    text-align: left;
  }
  .p-solution__list li:nth-child(odd) {
    text-align: right;
  }
  .p-solution__list li:nth-child(odd) span::before {
    left: auto;
    right: 3rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-solution__list li:nth-child(3) span {
    margin-right: 3.9375rem;
  }
  .p-solution__list li:nth-child(4) span {
    margin-left: 2.1875rem;
  }
  .p-solution__list li + li {
    margin-top: 0;
  }
}

.p-solution__ballon {
  min-width: 55%;
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 100vmax;
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.4375rem 0.9375rem;
  -webkit-box-shadow: 0 0 0.75rem 0 rgba(175, 175, 175, .2);
          box-shadow: 0 0 0.75rem 0 rgba(175, 175, 175, .2);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(171,171,171,0.05)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0.375rem 0.375rem rgba(171, 171, 171, .05));
          filter: drop-shadow(0px 0.375rem 0.375rem rgba(171, 171, 171, .05));
  position: relative;
}
.p-solution__ballon::before {
  content: "";
  background: url(../images/sp_ballon_tail.png) no-repeat center/contain;
  width: 1.9375rem;
  aspect-ratio: 31/12;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -0.625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-solution__ballon {
    min-width: auto;
    font-size: 1.3125rem;
    padding: 0.4375rem 1.375rem;
  }
  .p-solution__ballon::before {
    background: url(../images/pc_ballon_tail.png) no-repeat center/contain;
    width: 2.0625rem;
    aspect-ratio: 2/1;
    left: 3rem;
    bottom: -0.9375rem;
    -webkit-transform: rotate(0) scale(-1, 1);
            transform: rotate(0) scale(-1, 1);
  }
}

.p-solution__bottom {
  position: relative;
}
.p-solution__bottom::before {
  content: "";
  background: url(../images/sp_deco_cloud_sm.png) no-repeat center/contain;
  width: 33.0188679245%;
  aspect-ratio: 92/48;
  position: absolute;
  top: -5.625rem;
  left: -3.75rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-solution__bottom {
    margin-top: 4rem;
  }
  .p-solution__bottom::before {
    display: none;
  }
}

.p-solution__catch {
  max-width: 477px;
  width: 94.9253731343%;
  aspect-ratio: 318/290;
  margin-inline: auto;
  margin-top: 1.75rem;
}
.p-solution__catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-solution__catch {
    margin-left: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 39.4375rem;
    max-width: none;
    max-width: initial;
    aspect-ratio: 631/201;
    position: relative;
    z-index: 2;
  }
}

.p-solution__hero {
  -webkit-animation: hero 1s ease-out forwards;
          animation: hero 1s ease-out forwards;
  width: 89.552238806%;
  aspect-ratio: 300/220;
  margin-inline: auto;
  margin-top: 1.5625rem;
  max-width: 450px;
}
.p-solution__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-solution__hero {
    position: absolute;
    width: 33.125rem;
    aspect-ratio: 530/348;
    bottom: -3.75rem;
    right: -3.875rem;
    z-index: 1;
    margin-inline: 0;
    margin-top: 0;
    max-width: none;
    max-width: initial;
  }
}
@-webkit-keyframes hero {
  0% {
    bottom: -6.25rem;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    bottom: -3.75rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes hero {
  0% {
    bottom: -6.25rem;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    bottom: -3.75rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

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