@charset "UTF-8";
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  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 {
  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: 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 {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
    scroll-behavior: auto;
  }
}
html {
  font-size: 100%;
}
@media (max-width: 1074px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

html,
body {
  overflow-x: clip;
  max-width: 100%;
}

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

h1, h2, h3,
.c-section-header,
.c-section-header-ja,
.c-deco-heading__text,
.c-card-heading__ja,
[class$=__title],
[class$=__catch] {
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

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

.l-header .l-container {
  max-width: 100%;
}
.l-header .l-header__inner {
  display: block;
  padding-top: 0;
  padding-left: clamp(1.25rem, -3.0833333333rem + 9.0278vw, 7.75rem);
  padding-right: clamp(1.25rem, -3.0833333333rem + 9.0278vw, 7.75rem);
}
@media screen and (max-width: 767px) {
  .l-header .l-header__inner {
    padding-bottom: clamp(0.75rem, 0.4166666667rem + 0.6944vw, 1.25rem);
  }
}
.l-header .l-header__row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 0rem + 2.0833vw, 2.5rem);
}
@media (max-width: 959px) {
  .l-header .l-header__row {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.5rem;
  }
}
.l-header .l-header__logo {
  display: flex;
  flex-direction: column-reverse;
  flex: 0 1 auto;
  min-width: 0;
  padding: 0;
}
.l-header .w-header {
  flex: 0 0 auto;
}
.l-header .w-header .w-header__inner {
  display: flex;
  align-items: center;
}
.l-header.-parallel .l-header__logo {
  width: auto;
  text-align: left;
}
.l-header.-parallel .l-header__row .w-header {
  width: auto;
  order: initial;
}
.l-header.-parallel .l-header__gnav .c-gnav > li > a {
  padding-inline: 0;
}
.l-header #gnav.l-header__gnav {
  width: 100%;
}
.l-header .c-headLogo {
  margin-top: 0.625rem;
}
.l-header .c-headLogo__img {
  width: clamp(10rem, 6.9166666667rem + 6.4236vw, 14.625rem);
  height: auto;
}
.l-header .c-catchphrase {
  margin-top: 0.625rem;
  font-size: clamp(0.625rem, 0.5416666667rem + 0.1736vw, 0.75rem);
  font-weight: 500;
  color: #031a3c;
  text-align: center;
  white-space: nowrap;
}
.l-header.-parallel .l-header__logo .c-catchphrase {
  margin-top: 0;
}
.l-header .c-gnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1.5rem, -0.8333333333rem + 4.8611vw, 5rem);
}
.l-header .c-gnav > li > a {
  display: inline-block;
  padding: 0.1875rem 0;
  font-size: clamp(0.8125rem, 0.6875rem + 0.2604vw, 1rem);
  font-weight: bold;
  color: #222;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}
.l-header .c-gnav > li > a:hover {
  border-bottom-color: #2780c5;
}
.l-header .c-gnav > li.current-menu-item > a,
.l-header .c-gnav > li.current-menu-ancestor > a {
  border-bottom-color: #2780c5;
}
@media (max-width: 959px) {
  .l-header[data-spfix="1"] {
    top: 0;
  }
}

.l-fixHeader .l-fixHeader__inner {
  padding-left: clamp(1.25rem, -3.0833333333rem + 9.0278vw, 7.75rem);
  padding-right: clamp(1.25rem, -3.0833333333rem + 9.0278vw, 7.75rem);
}
.l-fixHeader .c-headLogo {
  margin-top: 0.625rem;
}

.p-spMenu.-right .p-spMenu__closeBtn {
  top: 12px;
  right: clamp(1.25rem, -3.0833333333rem + 9.0278vw, 7.75rem);
}

.p-spMenu__inner {
  padding-top: 6rem;
}

.c-widget__title.-spmenu {
  display: none;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1074px;
  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-container {
  padding-left: 0;
  padding-right: 0;
}

.home #content.l-content {
  max-width: 100%;
  margin: 0;
  padding-top: 0;
}

.c-btn {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: clamp(12.5rem, 7.0833333333rem + 11.2847vw, 20.625rem);
  height: clamp(3.75rem, 2.5833333333rem + 2.4306vw, 5.5rem);
  padding: clamp(0.375rem, 0.2083333333rem + 0.3472vw, 0.625rem) clamp(0.75rem, 0.4166666667rem + 0.6944vw, 1.25rem);
  border-radius: 3.125rem;
  box-shadow: 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.25);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 100%;
    height: auto;
    padding: 0.75rem 1rem;
  }
}

.c-btn:has(.c-btn__arrow) {
  padding-right: clamp(2rem, 1.3333333333rem + 1.3889vw, 3rem);
}
@media screen and (max-width: 767px) {
  .c-btn:has(.c-btn__arrow) {
    padding-right: 2.25rem;
  }
}

.c-btn--outline {
  background: #fff;
  border: 1px solid #03366d;
  color: #03366d;
}

.c-btn--fill {
  background: #03366d;
  color: #fff;
}

.c-btn__note {
  display: block;
  font-size: clamp(0.5625rem, 0.4375rem + 0.2604vw, 0.75rem);
  font-weight: bold;
  letter-spacing: 0.045rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-btn__note {
    font-size: 0.6875rem;
  }
}

.c-btn__label {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: clamp(0.875rem, 0.5416666667rem + 0.6944vw, 1.375rem);
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-btn__label {
    font-size: 1rem;
  }
}

.c-btn__arrow {
  position: absolute;
  top: 50%;
  right: clamp(1rem, 0.6666666667rem + 0.6944vw, 1.5rem);
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-radius: 1px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn__arrow {
    right: 1rem;
  }
}

.c-btn-group {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 0.2083333333rem + 0.8681vw, 1.25rem);
}

.p-top-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1919/880;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    aspect-ratio: auto;
    height: auto;
    padding-top: clamp(1rem, -0.2527964206rem + 6.264vw, 2.75rem);
    padding-bottom: clamp(1.25rem, 0.5341163311rem + 3.5794vw, 2.25rem);
  }
}

.p-top-mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-top-mv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg {
    display: none;
  }
}

.p-top-mv__deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-top-mv__deco img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-top-mv__deco {
    display: none;
  }
}

.p-top-mv__deco--shape {
  z-index: 1;
  left: 33.02%;
  top: 3.86%;
  width: 66.98%;
  height: 96.25%;
}

.p-top-mv__deco--navy-tr {
  z-index: 1;
  left: 81.93%;
  top: 3.86%;
  width: 10.26%;
  height: 8.84%;
}

.p-top-mv__deco--yellow-tl {
  z-index: 1;
  left: -3.07%;
  top: 7.95%;
  width: 10.31%;
  height: 8.88%;
  opacity: 0.4;
}

.p-top-mv__deco--dots-circle {
  z-index: 3;
  left: 85.26%;
  top: 86.02%;
  width: 11.67%;
  height: 25.45%;
}

.p-top-mv__deco--yellow-circle {
  z-index: 3;
  left: 92.19%;
  top: 11.48%;
  width: 2.08%;
  height: 4.55%;
  border-radius: 50%;
  background: #f4ce55;
}

.p-top-mv__deco--rhombus {
  z-index: 3;
  left: 96.56%;
  top: 10.57%;
  width: 1.47%;
  height: 3.21%;
  border: 2px solid #93c9ed;
  transform: rotate(45deg);
}

.p-top-mv__deco--blob {
  z-index: 3;
  left: -3.28%;
  top: 84.43%;
  width: 12.76%;
  height: 23.86%;
}

.p-top-mv__deco--sparkle {
  z-index: 5;
  left: 100%;
  top: 0;
  width: 1.75rem;
  height: 1.375rem;
  transform: translate(-230%, -80%);
}
@media screen and (max-width: 767px) {
  .p-top-mv__deco--sparkle {
    display: block;
    transform: translate(-185%, -80%);
  }
}

.p-top-mv__deco--piece {
  z-index: 5;
  left: 94.16%;
  top: 74.45%;
  width: 3.26%;
  height: 10.81%;
}

.p-top-mv__deco--dice {
  z-index: 5;
  left: 3.13%;
  top: 66.25%;
  width: 3.33%;
  height: 7.16%;
}

.p-top-mv__photo {
  position: absolute;
  z-index: 2;
  left: 48.02%;
  top: 0;
  width: 51.64%;
  height: 98.92%;
}
.p-top-mv__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-top-mv__photo {
    display: block;
    position: relative;
    z-index: 1;
    left: auto;
    top: auto;
    width: clamp(10rem, 3.7360178971rem + 31.3199vw, 18.75rem);
    height: auto;
    aspect-ratio: 992/871;
    margin: clamp(0.75rem, 0.2130872483rem + 2.6846vw, 1.5rem) auto 0;
  }
}

.p-top-mv__sp-visual {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-mv__sp-visual {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .p-top-mv__sp-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
}

.p-top-mv__inner {
  position: absolute;
  inset: 0;
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__inner {
    max-width: max(780px, 93%);
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__inner {
    position: relative;
    z-index: 1;
    max-width: 600px;
    padding-inline: 1.25rem;
  }
}

.p-top-mv__content {
  position: absolute;
  z-index: 4;
  left: 6.46%;
  top: 50%;
  transform: translateY(-50%);
  width: 54%;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__content {
    left: 3%;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-mv__content {
    left: calc(clamp(5.1875rem, 0.0625rem + 6.4062vw, 7.75rem) - (100vw - 1280px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__content {
    position: static;
    transform: none;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}

.p-top-mv__catch {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #031a3c;
}
@media screen and (max-width: 1440px) {
  .p-top-mv__catch {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch {
    font-size: clamp(1.625rem, 0.9091163311rem + 3.5794vw, 2.625rem);
    white-space: nowrap;
  }
}

.p-top-mv__catch-nanbo {
  position: relative;
  display: inline-block;
}

.p-top-mv__lead {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #0a274f;
}
@media screen and (max-width: 767px) {
  .p-top-mv__lead {
    margin-top: clamp(0.5rem, -0.3948545861rem + 4.4743vw, 1.75rem);
    font-size: clamp(0.875rem, 0.6065436242rem + 1.3423vw, 1.25rem);
  }
}

.p-top-mv__btns {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__btns {
    flex-direction: column;
    gap: clamp(0.5rem, -0.0369127517rem + 2.6846vw, 1.25rem);
    margin-top: clamp(0.5rem, -0.0369127517rem + 2.6846vw, 1.25rem);
  }
  .p-top-mv__btns .c-btn {
    padding: clamp(0.5rem, 0.3210290828rem + 0.8949vw, 0.75rem) 1rem;
  }
}

.p-top-logos {
  padding-top: clamp(2rem, 0.8333333333rem + 2.4306vw, 3.75rem);
  padding-bottom: clamp(2rem, 0.8333333333rem + 2.4306vw, 3.75rem);
  background: #fbfbfb;
}

.p-top-logos__marquee {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-logos__marquee {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.p-top-logos__list {
  display: flex;
  width: max-content;
  align-items: center;
  gap: clamp(1rem, -0.4166666667rem + 2.9514vw, 3.125rem);
  animation: p-top-logos-marquee 30s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-top-logos__list {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-top-logos__list {
    animation: none;
  }
}

.p-top-logos__item {
  flex: 0 0 auto;
  width: clamp(8.75rem, 4.5833333333rem + 8.6806vw, 15rem);
  height: clamp(4.375rem, 2.2916666667rem + 4.3403vw, 7.5rem);
  background: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-top-logos__item:nth-child(n+7) {
    display: none;
  }
}

@keyframes p-top-logos-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-top-about {
  position: relative;
  width: 100%;
  min-height: 56.875vw;
  background: #f3f8fd;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    min-height: 0;
    padding: 2.5rem 0;
  }
}

.p-top-about__inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .p-top-about__inner {
    max-width: max(780px, 93%);
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    padding-inline: 1.25rem;
  }
}

.p-top-about__badge {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1;
  container-type: inline-size;
}
@media screen and (max-width: 767px) {
  .p-top-about__badge {
    display: block;
    position: relative;
    z-index: auto;
    width: 62%;
  }
}

.p-top-about__badge--1 {
  left: 57.27%;
  top: 10.26%;
  width: 23.96%;
}
@media screen and (max-width: 767px) {
  .p-top-about__badge--1 {
    left: auto;
    top: auto;
    width: 62%;
    order: 2;
    margin: 2rem 0 0 0;
  }
}

.p-top-about__badge--2 {
  left: 66.67%;
  top: calc(10.26% + 20.05vw);
  width: 23.96%;
}
@media screen and (max-width: 767px) {
  .p-top-about__badge--2 {
    left: auto;
    top: auto;
    width: 62%;
    order: 3;
    margin: -18% 0 0 auto;
  }
}

.p-top-about__badge-photo {
  position: absolute;
  left: 1.09%;
  top: 1.09%;
  width: 97.83%;
  height: 97.83%;
  border-radius: 50%;
  overflow: hidden;
}
.p-top-about__badge-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-about__badge-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 4%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top-about__badge-text {
    display: flex;
    padding: 0 14%;
  }
}

.p-top-about__badge-note {
  font-size: clamp(0.875rem, 0.375rem + 1.0417vw, 1.625rem);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-about__badge-note {
    font-size: 5.7cqw;
  }
}

.p-top-about__badge-note-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-about__badge-note-br {
    display: inline;
  }
}

.p-top-about__badge-catch {
  margin-top: 0.5rem;
  font-size: clamp(1.5625rem, 0.3958333333rem + 2.4306vw, 3.3125rem);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-top-about__badge-catch {
    font-size: 11.5cqw;
  }
}

.p-top-about__deco {
  position: absolute;
  pointer-events: none;
}
.p-top-about__deco img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-top-about__deco {
    display: none;
  }
}

.p-top-about__deco--card {
  z-index: 2;
  left: 55.81%;
  top: 83.5%;
  width: 5.61%;
  aspect-ratio: 107.76/103.83;
}

.p-top-about__deco--dots {
  z-index: 2;
  left: -5.68%;
  top: 80.59%;
  width: 20.85%;
  aspect-ratio: 400.27/158;
  opacity: 0.3;
}

.p-top-about__deco--yellow-circle {
  z-index: 2;
  left: 8.05%;
  top: 25.27%;
  width: 2.08%;
  aspect-ratio: 1;
}

.p-top-about__deco--rhombus {
  z-index: 4;
  width: 1.47%;
  aspect-ratio: 1;
}

.p-top-about__deco--rhombus-1 {
  left: 6.13%;
  top: 32.05%;
}

.p-top-about__deco--rhombus-2 {
  left: 91.09%;
  top: 7.88%;
}

.p-top-about__panel {
  position: relative;
  z-index: 3;
  left: 8%;
  width: clamp(320px, 48.5%, 812px);
  padding: clamp(2.5rem, -0.8333333333rem + 6.9444vw, 7.5rem) clamp(1.5rem, -0.8333333333rem + 4.8611vw, 5rem);
  background: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1.25rem, 0.4166666667rem + 1.7361vw, 2.5rem);
}
@media screen and (min-width: 1280px) {
  .p-top-about__panel {
    left: calc(clamp(6.125rem, -9.5rem + 19.5313vw, 13.9375rem) - (100vw - 1280px) / 2);
    width: clamp(37.3125rem, 10.4375rem + 33.5938vw, 50.75rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__panel {
    position: static;
    left: auto;
    width: 100%;
    padding: 0;
    background: none;
    order: 1;
  }
}

.p-top-about__label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: clamp(0.875rem, 0.625rem + 0.5208vw, 1.25rem);
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #ff1d50;
}

.p-top-about__label-icon {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: #ff1d50;
  transform: rotate(45deg);
}

.p-top-about__heading {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.p-top-about__catch {
  display: block;
  margin-top: 1rem;
  font-size: clamp(1.125rem, 0.7916666667rem + 0.6944vw, 1.625rem);
  font-weight: bold;
  line-height: 1.4;
  color: #031a3c;
}

.p-top-about__name {
  display: block;
  margin-top: 0.5rem;
  font-size: clamp(1.5rem, 0.8333333333rem + 1.3889vw, 2.5rem);
  font-weight: bold;
  color: #031a3c;
}

.p-top-about__name-en {
  font-family: "Montserrat", sans-serif;
}

.p-top-about__text {
  font-size: clamp(0.8125rem, 0.6875rem + 0.2604vw, 1rem);
  line-height: 1.75;
  color: #222;
  font-weight: 700;
  font-style: normal;
}
.p-top-about__text p + p {
  margin-top: clamp(1rem, 0.6666666667rem + 0.6944vw, 1.5rem);
}

.p-top-about__text strong {
  font-weight: bold;
  color: #ff1d50;
}

.p-top-about__btn {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-top-about__btn {
    align-self: center;
    margin-top: 1.5rem;
  }
}

@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 */
