@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
html {
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3B3B3B;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  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;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-search {
  padding-bottom: 10.5rem;
  background: #FEEDE7;
  position: relative;
  overflow-x: clip;
}
@media (min-width: 512px) {
  .l-search {
    padding-bottom: 10.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-search {
    padding-bottom: 21.25rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 2001px) {
  .l-search {
    padding-bottom: 25rem;
  }
}

.l-search::after {
  content: "";
  width: 100%;
  height: 12.5rem;
  background: transparent url(../images/top/bg_search_sp.png) no-repeat 52% top/31.9375rem 9.375rem;
  background: transparent url(../images/top/bg_search_sp.webp) no-repeat 52% top/31.9375rem 9.375rem;
  position: absolute;
  bottom: -5rem;
  bottom: -4.2%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1;
}
@media (min-width: 512px) {
  .l-search::after {
    background: transparent url(../images/top/bg_search_sp.png) no-repeat 52% top/100%;
    background: transparent url(../images/top/bg_search_sp.webp) no-repeat 52% top/100%;
    bottom: -3.5%;
  }
}
@media (min-width: 650px) {
  .l-search::after {
    bottom: -2.5%;
  }
}
@media screen and (min-width: 768px) {
  .l-search::after {
    width: 100%;
    height: 18.75rem;
    height: 25rem;
    background: transparent url(../images/top/bg_search.png) no-repeat center bottom/100%;
    background: transparent url(../images/top/bg_search.webp) no-repeat center bottom/100%;
    bottom: -1.875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1701px) {
  .l-search::after {
    bottom: -7.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 2001px) {
  .l-search::after {
    height: 31.25rem;
    bottom: -7.5rem;
  }
}

.c-arrow01 {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  background: url(../images/common/icon-arrow-card.svg) no-repeat center center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-arrow01 {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-arrow02 {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  background: url(../images/common/icon-arrow-btn.svg) no-repeat center center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-arrow02 {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-breadcrumb {
  padding: 0.3125rem 1.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.448;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    padding: 0.625rem 4.375rem;
  }
}

.p-breadcrumb a {
  color: inherit;
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(#3B3B3B), to(#3B3B3B)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#3B3B3B, #3B3B3B) 100% 100%/0 1px no-repeat;
  background-size: 100% 1px;
}

.p-breadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-breadcrumb__inner li {
  position: relative;
}

.p-breadcrumb__inner li:nth-child(n+2) {
  padding-left: 0.875rem;
}

.p-breadcrumb__inner li:nth-child(n+2)::before {
  content: "/";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.448;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0.25rem;
}

.p-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 4rem;
  padding: 1.125rem 1.125rem 1.25rem 2.9375rem;
  background: #FFBDA7;
  border-radius: 0.625rem;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-btn01 {
    min-height: 5.125rem;
    padding: 1.625rem 1.375rem 1.625rem 3.5rem;
    border-radius: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  a.p-btn01:hover {
    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="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}

div.p-btn01 {
  color: #B9B9B9;
  background: #E0E0E0;
  cursor: default;
}

@media screen and (min-width: 768px) {
  div.p-btn01:hover {
    pointer-events: none;
  }
}

.p-btn01__text {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.448;
  letter-spacing: 0.07em;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-btn01__text {
    font-size: 1.125rem;
    line-height: 1.448;
    letter-spacing: 0.07em;
  }
}

.p-btn01 .c-arrow02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.75rem;
}

div.p-btn01 .c-arrow02 {
  background: url(../images/common/icon-arrow-btn_gray.svg) no-repeat center center/contain;
}

a.p-btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 4.875rem;
  padding: 0.875rem 1rem 0.875rem 1.25rem;
  background: #FFF1ED;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.375rem 0 0 #FFBDA7;
          box-shadow: 0 0.375rem 0 0 #FFBDA7;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media screen and (min-width: 768px) {
  a.p-btn02 {
    padding: 0.875rem 1.125rem 0.875rem 1.25rem;
    border-radius: 0.9375rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  a.p-btn02:hover {
    opacity: 1;
    translate: 0 0.375rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.p-btn02__wrap {
  width: 84%;
}
@media screen and (min-width: 768px) {
  .p-btn02__wrap {
    width: 84%;
  }
}

.p-btn02__text {
  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;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-btn02__text {
    font-size: 1.125rem;
  }
}

.p-btn02.pdf .p-btn02__text::after {
  content: "PDF";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 2.125rem;
  min-height: 1.1875rem;
  margin-left: 0.3125rem;
  padding: 0 0.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 700;
  background: #FF5353;
  border-radius: 0.59375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-btn02.pdf .p-btn02__text::after {
    font-size: 0.75rem;
  }
}

.p-btn02__ageList {
  margin-top: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-btn02__ageList {
    margin-top: 0.1875rem;
  }
}

.p-btn02__ageItem {
  font-size: 0.875rem;
  color: #F5845D;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-btn02__ageItem {
    font-size: 0.875rem;
  }
}

.p-btn02__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-btn02__icon img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-card01 {
  height: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 11.9375rem;
  padding: 0 0 0.75rem;
  background: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.3125rem 0 0 #FFBDA7;
          box-shadow: 0 0.3125rem 0 0 #FFBDA7;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-card01 {
    height: 17.1875rem;
    padding: 1.625rem 0 1.25rem;
    border-radius: 0.9375rem;
    -webkit-box-shadow: 0 0.375rem 0 0 #FFBDA7;
            box-shadow: 0 0.375rem 0 0 #FFBDA7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-card01:hover {
    opacity: 1;
    translate: 0 0.375rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.p-card01__top {
  width: 100%;
  min-height: 9.125rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-card01__top {
    min-height: 11.4375rem;
  }
}

.p-card01__figure {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-top-objective__item:nth-child(1) .p-card01__figure {
  width: 56.3953488372%;
  max-width: 9rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-objective__item:nth-child(1) .p-card01__figure {
    width: 41.3793103448%;
    margin-top: 0.375rem;
  }
}

.p-top-objective__item:nth-child(2) .p-card01__figure {
  width: 54.0697674419%;
  max-width: 8.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-objective__item:nth-child(2) .p-card01__figure {
    width: 39.0804597701%;
    margin-top: 0.1875rem;
  }
}

.p-top-objective__item:nth-child(3) .p-card01__figure {
  width: 58.1395348837%;
  max-width: 9.75rem;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-top-objective__item:nth-child(3) .p-card01__figure {
    width: 44.8275862069%;
    margin-top: 0.625rem;
  }
}

.p-top-objective__item:nth-child(4) .p-card01__figure {
  width: 62.7906976744%;
  max-width: 10rem;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-objective__item:nth-child(4) .p-card01__figure {
    width: 45.9770114943%;
    margin-top: 0.625rem;
  }
}

.p-top-objective__item:nth-child(5) .p-card01__figure {
  width: 69.7674418605%;
  max-width: 10.25rem;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-objective__item:nth-child(5) .p-card01__figure {
    width: 47.1264367816%;
    margin-top: 1.0625rem;
  }
}

.p-top-objective__item:nth-child(6) .p-card01__figure {
  width: 55.8139534884%;
  max-width: 9.125rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-objective__item:nth-child(6) .p-card01__figure {
    width: 41.9540229885%;
    margin-top: 0.375rem;
  }
}

.p-top-objective__item:nth-child(7) .p-card01__figure {
  width: 50%;
  max-width: 7.6875rem;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-objective__item:nth-child(7) .p-card01__figure {
    width: 35.3448275862%;
    margin-top: 0.3125rem;
  }
}

.p-top-objective__item:nth-child(8) .p-card01__figure {
  width: 73.2558139535%;
  max-width: 10.5625rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-objective__item:nth-child(8) .p-card01__figure {
    width: 48.5632183908%;
    margin-top: 0.875rem;
  }
}

.p-top-objective__item:nth-child(9) .p-card01__figure {
  width: 61.0465116279%;
  max-width: 9.6875rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-objective__item:nth-child(9) .p-card01__figure {
    width: 44.5402298851%;
    margin-top: 0.9375rem;
  }
}

.p-card01__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-card01__label {
  min-height: 2.5rem;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  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;
}
@media screen and (min-width: 768px) {
  .p-card01__label {
    min-height: auto;
    margin-top: 1.125rem;
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

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

.p-card02 {
  height: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 10.75rem;
  padding: 0 0 0.75rem;
  background: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.3125rem 0 0 #FFBDA7;
          box-shadow: 0 0.3125rem 0 0 #FFBDA7;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-card02 {
    height: 14.375rem;
    padding: 0 0 1.25rem;
    border-radius: 0.9375rem;
    -webkit-box-shadow: 0 0.375rem 0 0 #FFBDA7;
            box-shadow: 0 0.375rem 0 0 #FFBDA7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-card02:hover {
    opacity: 1;
    translate: 0 0.375rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.p-card02__top {
  width: 100%;
  min-height: 6.3125rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-card02__top {
    min-height: 8.25rem;
  }
}

.p-card02__figure {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-top-age__item:nth-child(1) .p-card02__figure {
  width: 30.8139534884%;
  max-width: 3.75rem;
  margin-top: -0.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-age__item:nth-child(1) .p-card02__figure {
    width: 23.6220472441%;
    margin-top: 0;
  }
}

.p-top-age__item:nth-child(2) .p-card02__figure {
  width: 66.2790697674%;
  max-width: 7.9375rem;
  margin-top: -0.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-age__item:nth-child(2) .p-card02__figure {
    width: 50%;
    margin-top: 0;
  }
}

.p-top-age__item:nth-child(3) .p-card02__figure {
  width: 51.1627906977%;
  max-width: 6.4375rem;
  margin-top: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-age__item:nth-child(3) .p-card02__figure {
    width: 40.5511811024%;
    margin-top: -0.3125rem;
  }
}

.p-top-age__item:nth-child(4) .p-card02__figure {
  width: 62.7906976744%;
  max-width: 7.8125rem;
  margin-top: -0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-top-age__item:nth-child(4) .p-card02__figure {
    width: 49.2125984252%;
    margin-top: -0.375rem;
  }
}

.p-card02__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-card02__label {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  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;
}
@media screen and (min-width: 768px) {
  .p-card02__label {
    margin-top: 1.125rem;
    margin-top: 0;
    font-size: 1.375rem;
    line-height: 1.4545454545;
    letter-spacing: 0.07em;
  }
}

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

.p-card03 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.3125rem 0;
  background: #ECEC99;
  border-radius: 0.625rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-card03 {
    padding: 1.9375rem 0 1.875rem;
    border-radius: 0.9375rem;
    pointer-events: none;
  }
}

.p-card03__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-card03__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.8125rem;
  }
}

.p-card03__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-card03__head {
    width: 10rem;
    text-align: left;
    -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;
    gap: 0.3125rem;
  }
}

.p-card03__title {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.448;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-card03__title {
    font-size: 1.375rem;
    line-height: 1.448;
    letter-spacing: 0.07em;
  }
}

.p-card03__sub {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.448;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-card03__sub {
    font-size: 1rem;
    line-height: 1.448;
    letter-spacing: 0.07em;
  }
}

.p-card03__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-card03__tel {
    width: 18.125rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-card03__icon {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../images/common/icon-tel.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-card03__icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.p-card03__number {
  font-family: "Outfit", sans-serif;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-card03__number {
    font-size: 2.3125rem;
    line-height: 1.26;
    letter-spacing: 0.05em;
  }
}

.p-childcare {
  padding-top: 2.25rem;
  padding-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-childcare {
    padding-top: 4.375rem;
    padding-bottom: 6.5rem;
  }
}

.p-childcare__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-childcare__inner {
    max-width: 71.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-childcare__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-childcare__article {
    width: 47rem;
    row-gap: 3.75rem;
  }
}

.p-childcare__content-title {
  padding-bottom: 0.875rem;
  font-size: 1.625rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 3px solid #FFBDA7;
}
@media screen and (min-width: 768px) {
  .p-childcare__content-title {
    padding-bottom: 0.8125rem;
    font-size: 2rem;
  }
}

.p-childcare__content-list {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-childcare__content-list {
    margin-top: 1.625rem;
    display: grid;
    grid-template-columns: repeat(2, 22.875rem);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-childcare__aside {
    width: 16.625rem;
  }
}

.p-childcare__sort-read {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-childcare__sort-read {
    font-size: 1.125rem;
  }
}

.p-childcare__sort-btn {
  max-width: 26.625rem;
  margin-inline: auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-childcare__sort-btn {
    margin-top: 3.75rem;
  }
}
.p-childcare__sort-btn .p-search {
  width: 100%;
}

a.p-foot-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.3125rem 1rem;
  background: #FFBDA7;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  a.p-foot-btn {
    display: none !important;
  }
}

.p-foot-btn__inner {
  width: 88.4210526316%;
  margin-inline: auto;
  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-foot-btn__icon {
  display: block;
  width: 13.0952380952%;
  margin-right: 3.2738095238%;
  aspect-ratio: 44/41;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-foot-btn__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-foot-btn__text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.448;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}
@media (max-width: 340px) {
  .p-foot-btn__text {
    font-size: 1rem;
  }
}

a.p-foot-btn .c-arrow02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 3.2738095238%;
}

.p-footer {
  padding-top: 3.25rem;
  padding-bottom: 9.1875rem;
  background: #FEEDE7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-width: 78.125rem;
  }
}

.p-footer__wrap {
  padding-inline: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__wrap {
    padding-inline: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__top {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    display: block;
    width: 28.125rem;
  }
}

.p-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }
}

.p-footer__logo {
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 1.265;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    font-size: 2.125rem;
    line-height: 1.265;
    letter-spacing: 0.05em;
  }
}

.p-footer__org {
  margin-top: 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.448;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-footer__org {
    margin-top: 1.625rem;
    font-size: 1.125rem;
    line-height: 1.448;
    letter-spacing: 0.05em;
  }
}

.p-footer__contact {
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__contact {
    margin-top: 0.8125rem;
    gap: 0.625rem;
  }
}

.p-footer__contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__contact-row {
    min-height: 1.375rem;
  }
}

.p-footer__contact-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.5rem;
  min-width: 4.5rem;
  height: 1.375rem;
  padding-left: 0.875rem;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.448;
  letter-spacing: 0.05em;
  background: #fff;
  border-radius: 0.96875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-footer__contact-label {
    height: 1.375rem;
  }
}

.p-footer__contact-value {
  margin-top: 0.0625rem;
  padding-left: 0.4375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-footer__contact-value {
    width: 41.875rem;
    margin-top: 0;
    padding-left: 0.4375rem;
  }
}

.p-footer__contact-value_break {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__contact-value_break {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__contact-row_tel .p-footer__contact-value a {
    pointer-events: none;
  }
}

.p-footer__policy {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-footer__policy {
    margin-top: 1.375rem;
    gap: 0.75rem;
  }
}

.p-footer__policy-link {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.448;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-footer__policy-link {
    font-size: 0.75rem;
  }
}

.p-footer__links {
  margin-top: 1.625rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.0625rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-footer__links {
    margin-top: 0;
    grid-column: 2;
    grid-row: 1/-1;
    grid-template-columns: repeat(2, 20.5rem);
    grid-template-rows: repeat(2, 6.75rem);
    gap: 0.875rem 0.875rem;
    -ms-flex-item-align: start;
        align-self: start;
    justify-self: end;
  }
}

.p-footer__link-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 5.3125rem;
  padding: 1.125rem 1.6875rem 1.125rem 1.875rem;
  background: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.3125rem 0 0 #FFBDA7;
          box-shadow: 0 0.3125rem 0 0 #FFBDA7;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__link-card {
    min-height: 6.75rem;
    padding: 1.6875rem 1.6875rem 1.6875rem 1.875rem;
    border-radius: 0.9375rem;
    -webkit-box-shadow: 0 0.375rem 0 0 #FFBDA7;
            box-shadow: 0 0.375rem 0 0 #FFBDA7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__link-card:hover {
    opacity: 1;
    translate: 0 0.375rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

span.p-footer__link-card {
  color: #B9B9B9;
  background: #E0E0E0;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
  cursor: default;
}

.p-footer__link-card-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.448;
  letter-spacing: 0.07em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__link-card-text {
    font-size: 1.125rem;
    line-height: 1.448;
    letter-spacing: 0.07em;
  }
}

.p-footer__link-card-arrow {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #FFBDA7;
  border-radius: 50%;
  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;
}

span.p-footer__link-card .p-footer__link-card-arrow {
  background-color: #B9B9B9;
}

.p-footer__character {
  width: 4.5rem;
  position: absolute;
  bottom: 6.375rem;
  right: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__character {
    width: 5.625rem;
    bottom: 0.4375rem;
    right: 1.3125rem;
  }
}

.p-footer__character img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}

.p-header.is-active .p-header__inner {
  border-bottom: 1px solid #EDEDED;
}
@media screen and (min-width: 768px) {
  .p-header.is-active .p-header__inner {
    border-bottom: none;
    gap: 0.625rem;
  }
}

.p-header__inner {
  width: 100%;
  min-height: 3.75rem;
  padding-left: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    min-height: 5.25rem;
    padding: 0.875rem 2.5rem;
  }
}

.p-header__logo {
  width: 6.25rem;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 9.125rem;
  }
}

.p-header__logo-link img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-header__pc-wrap.u-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__pc-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .p-header__pc-btns {
    gap: 1.5rem;
  }
}

.p-header__support-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 13rem;
  min-height: 2.6875rem;
  padding-left: 1.125rem;
  border: 1px solid #B8B8B8;
  border-radius: 2.5625rem;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-header__support-icon {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5rem;
  background: url(../images/common/icon_support.svg) no-repeat center center/contain;
}

.p-header__support-text {
  font-size: 1rem;
  line-height: 1.448;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-header__support-text {
    font-size: 1rem;
  }
}

.p-header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .p-header__nav-link:hover {
    opacity: 1;
  }
}

.p-header__nav-link-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.448;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-header__nav-link:hover .p-header__nav-link-text {
    color: #E7977B;
    opacity: 1;
  }
}

.p-header__nav-link-arrow {
  width: 1.625rem;
  height: 1.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-header .p-search {
  max-width: 26.625rem;
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-header .p-search {
    width: 26.625rem;
    margin-inline: 0;
  }
}

.p-header__nav-search .p-search__form {
  height: 3.125rem;
  border-radius: 0.625rem;
}

.p-header__nav-search .p-search__btn {
  width: 3.0625rem;
  border-radius: 0 0.625rem 0.625rem 0;
}

.p-header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  padding-top: 1rem;
  border: none;
  background: #FFBDA7;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 51;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-header__hamburger-text_close {
  display: none;
}

.p-header__hamburger.is-active .p-header__hamburger-text_menu {
  display: none;
}

.p-header__hamburger.is-active .p-header__hamburger-text_close {
  display: block;
  font-size: 0.6875rem;
  font-weight: 900;
  line-height: 1.448;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
}

.p-header__hamburger-text_menu {
  font-size: 0.6875rem;
  font-weight: 900;
  line-height: 1.448;
  letter-spacing: 0.07em;
  color: #fff;
  margin-bottom: 0.25rem;
}

.p-header__hamburger-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.p-header__hamburger-line {
  display: block;
  width: 1.75rem;
  height: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-header__hamburger.is-active .p-header__hamburger-line {
  width: 1.875rem;
}

.p-header__hamburger.is-active .p-header__hamburger-line:nth-child(1) {
  -webkit-transform: translateY(0.3125rem) rotate(32deg);
          transform: translateY(0.3125rem) rotate(32deg);
}

.p-header__hamburger.is-active .p-header__hamburger-line:nth-child(2) {
  -webkit-transform: translateY(-0.3125rem) rotate(-32deg);
          transform: translateY(-0.3125rem) rotate(-32deg);
}

.p-header__nav {
  height: 92svh;
  position: fixed;
  top: 3.75rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 49;
  background: #fff;
  overflow-y: auto;
  padding: 1.25rem 2.1875rem 3.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.p-header__nav.is-active {
  visibility: visible;
  opacity: 1;
}

.p-header__nav-inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-header__nav-block {
  padding-bottom: 1.5rem;
  border-bottom: 2px dashed #DEDEDE;
}

.p-header__nav-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 1.5rem;
  padding-right: 1.375rem;
  border: none;
  background: transparent;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.448;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  position: relative;
  color: #3B3B3B;
  -webkit-tap-highlight-color: transparent;
}

.p-header__nav-heading::before,
.p-header__nav-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.p-header__nav-heading::before {
  width: 1.375rem;
  height: 1.375rem;
  background-color: #FFBDA7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff);
  background-size: 0.625rem 0.125rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.p-header__nav-heading::after {
  width: 0.125rem;
  height: 0.625rem;
  right: 0.625rem;
  background: #fff;
  border-radius: 1.5625rem;
}

.p-header__nav-block.is-open .p-header__nav-heading::after {
  display: none;
}

.p-header__nav-heading-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: inherit;
  -webkit-text-fill-color: inherit;
}

.p-header__nav-accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.p-header__nav-block.is-open .p-header__nav-accordion-content {
  max-height: 50rem;
}

.p-header__nav-grid {
  margin-top: 1.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.5625rem;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  list-style: none;
}

.p-header__nav-grid a {
  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;
  height: 3.6875rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-header__nav-search {
  margin-top: 1.5rem;
}

.p-header__nav-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.875rem;
  height: 2.4375rem;
  margin-inline: auto;
  margin-top: 2rem;
  padding-left: 1rem;
  padding-right: 0.3125rem;
  border: 1px solid #B8B8B8;
  border-radius: 2.5625rem;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-header__nav-support .p-header__support-icon {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.25rem;
}

.p-header__nav-support .p-header__support-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.448;
  letter-spacing: 0.05em;
}

body.is-menu-open {
  overflow: hidden;
}

.p-mv {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv {
    margin-top: 5.25rem;
  }
}

.p-mv__bg {
  padding-top: 3.4375rem;
  padding-bottom: 5.875rem;
  background: transparent url(../images/top/mv_bg_sp.png) no-repeat center bottom/cover;
  background: transparent url(../images/top/mv_bg_sp.webp) no-repeat center bottom/cover;
}
@media screen and (min-width: 768px) {
  .p-mv__bg {
    padding-top: 8vw;
    padding-bottom: 9.75vw;
    background: transparent url(../images/top/mv_bg.png) no-repeat center bottom/cover;
    background: transparent url(../images/top/mv_bg.webp) no-repeat center bottom/cover;
  }
}

.p-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    max-width: 61.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-mv__wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__wrap {
    width: 31.25rem;
    text-align: left;
  }
}

.p-mv__message {
  display: inline-block;
  padding: 0.5rem 0 0.625rem;
  background: #fff;
  border-radius: 1.42125rem;
  min-height: 2.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__message {
    min-height: 3.8125rem;
    padding: 0.6875rem 0 0.6875rem;
    border-radius: 1.90625rem;
  }
}

.p-mv__message::after {
  content: "";
  width: 1.0625rem;
  height: 0.6875rem;
  background: transparent url(../images/top/mv_speech-bubble.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-mv__message::after {
    width: 1.375rem;
    height: 0.9375rem;
    bottom: -0.6875rem;
  }
}

.p-mv__message-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 2.75rem 0 2.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__message-inner {
    padding: 0 3.8125rem 0 3.4375rem;
  }
}

.p-mv__message-inner::before {
  content: "";
  width: 1.875rem;
  height: 2.6875rem;
  background: transparent url(../images/top/mv_icon01.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0.5625rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-mv__message-inner::before {
    width: 2.4375rem;
    height: 3.5625rem;
    top: 50%;
    left: 0.8125rem;
  }
}

.p-mv__message-inner::after {
  content: "";
  width: 2rem;
  height: 1.8125rem;
  background: transparent url(../images/top/mv_icon02.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-mv__message-inner::after {
    width: 2.8125rem;
    height: 2.5625rem;
    top: 50%;
    right: 0.75rem;
  }
}

.p-mv__message-text {
  font-size: 1.125rem;
  color: #E7977B;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-mv__message-text {
    font-size: 1.5rem;
  }
}

.p-mv__read {
  width: 18rem;
  margin-inline: auto;
  margin-top: 1.0625rem;
  font-size: 2.625rem;
  text-align: left;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__read {
    width: auto;
    margin-inline: 0;
    margin-top: 0.75rem;
    font-size: 3.875rem;
  }
}

.p-mv__read-shadow {
  position: absolute;
  top: 0.1875rem;
  left: 0.25rem;
  z-index: 0;
  color: #fff;
  -webkit-text-stroke: 0.0775rem #fff;
  pointer-events: none;
}

.p-mv__read-shadow span {
  display: block;
}

.p-mv__read-shadow span:nth-child(2) {
  margin-left: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__read-shadow span:nth-child(2) {
    margin-left: 3.75rem;
  }
}

.p-mv__read-text {
  position: relative;
  z-index: 1;
  -webkit-text-stroke: 0.0775rem #3B3B3B;
}

.p-mv__read-text span {
  display: block;
}

.p-mv__read-text span:nth-child(2) {
  margin-left: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__read-text span:nth-child(2) {
    margin-left: 3.75rem;
  }
}

.p-mv__figure {
  width: 89.8876404494%;
  max-width: 20rem;
  margin-top: 2.125rem;
  margin-left: 6.4606741573%;
  margin-right: auto;
  margin-right: 3.6516853933%;
}
@media screen and (min-width: 768px) {
  .p-mv__figure {
    width: 27.8125rem;
    max-width: 100%;
    margin: 0;
    position: relative;
    top: -1.75rem;
    left: -0.8125rem;
  }
}

.p-mv__figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 445/314;
}

.p-not-found {
  padding-top: 2.25rem;
  padding-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-not-found {
    padding-top: 4.375rem;
    padding-bottom: 6.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-not-found__inner {
    max-width: 65.625rem;
  }
}

.p-not-found__text {
  font-size: 1rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-not-found__text {
    font-size: 1.125rem;
  }
}

.p-not-found__btn {
  max-width: 20.875rem;
  margin-inline: auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-not-found__btn {
    margin-top: 3.75rem;
  }
}

.p-policy {
  padding-top: 2.25rem;
  padding-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-policy {
    padding-top: 4.375rem;
    padding-bottom: 6.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-policy__inner {
    max-width: 65.625rem;
  }
}

.p-policy__read {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-policy__read {
    font-size: 1.125rem;
  }
}

.p-policy__wrap {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-policy__wrap {
    margin-top: 2.5rem;
    row-gap: 3.125rem;
  }
}

.p-policy__title {
  margin-bottom: 1.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 1.7916666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  border-bottom: 2px solid #FFBDA7;
}
@media screen and (min-width: 768px) {
  .p-policy__title {
    margin-bottom: 1.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.5rem;
  }
}

.p-policy__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-policy__text {
    font-size: 1.125rem;
  }
}

.p-search {
  width: 100%;
}

.p-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 3.4375rem;
  border-radius: 0.9375rem;
  background: #F2F2F2;
}

.p-search__input {
  width: calc(100% - 3.0625rem);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100% - 2px);
  padding: 0.875rem 1.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.448;
  letter-spacing: 0.05em;
  border: none;
  background: #F2F2F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.9375rem 0 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-search__input {
    width: calc(100% - 3.4375rem);
    padding: 0.875rem 1.25rem;
  }
}

.p-search__input:focus {
  outline: none;
  border: 1px solid #E7977B !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.p-search__input::-webkit-input-placeholder {
  color: #B9B9B9;
}

.p-search__input::-moz-placeholder {
  color: #B9B9B9;
}

.p-search__input::-ms-input-placeholder {
  color: #B9B9B9;
}

.p-search__input::placeholder {
  color: #B9B9B9;
}

.p-search__btn {
  width: 3.0625rem;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: none;
  background: #FFBDA7;
  cursor: pointer;
  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;
  border-radius: 0 0.9375rem 0.9375rem 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-search__btn {
    width: 3.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-search__btn:hover {
    opacity: 1;
    background: #E7977B;
  }
}

.p-search__icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/common/icon_search.svg) no-repeat center center/contain;
}

.p-sidebar {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-sidebar {
    row-gap: 2.5rem;
    position: sticky;
    top: 6.25rem;
  }
}

.p-sidebar__content {
  padding: 1.9375rem 1.375rem 1.875rem;
  border: 1px solid #FFBDA7;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-sidebar__content {
    padding: 0;
    border: none;
    border-radius: 0;
  }
}

.p-sidebar__head {
  text-align: center;
}

.p-sidebar__title {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.7916666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sidebar__title {
    font-size: 1.5rem;
  }
}

.purpose .p-sidebar__title {
  left: 0.4375rem;
}

.age .p-sidebar__title {
  left: 0.125rem;
}

.purpose .p-sidebar__title::before {
  content: "";
  display: block;
  width: 2.375rem;
  height: 1.75rem;
  aspect-ratio: 38/28;
  background: transparent url(../images/common/ttl_pc.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -2.875rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .purpose .p-sidebar__title::before {
    width: 2.375rem;
    height: 1.75rem;
    left: -2.8125rem;
  }
}

.purpose .p-sidebar__title::after {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.8125rem;
  aspect-ratio: 25/29;
  background: transparent url(../images/common/ttl_smartphone.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .purpose .p-sidebar__title::after {
    width: 1.5625rem;
    height: 1.8125rem;
    top: 50%;
    right: -2rem;
  }
}

.age .p-sidebar__title::before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2.3125rem;
  aspect-ratio: 36/37;
  background: transparent url(../images/common/ttl_girl.svg) no-repeat center center/contain;
  position: absolute;
  top: 52%;
  left: -2.75rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .age .p-sidebar__title::before {
    top: 50%;
    left: -2.75rem;
  }
}

.age .p-sidebar__title::after {
  content: "";
  display: block;
  width: 2.0625rem;
  height: 1.9375rem;
  aspect-ratio: 33/31;
  background: transparent url(../images/common/ttl_boy.svg) no-repeat center center/contain;
  position: absolute;
  top: 52%;
  right: -2.5rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .age .p-sidebar__title::after {
    top: 50%;
    right: -2.5rem;
  }
}

.p-sidebar__categoryList {
  margin-top: 0.875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sidebar__categoryList {
    margin-top: 0.875rem;
    row-gap: 1rem;
  }
}

.p-sidebar__categoryItem {
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #FFBDA7;
}
@media screen and (min-width: 768px) {
  .p-sidebar__categoryItem {
    padding-bottom: 1.125rem;
  }
}

.p-sidebar__categoryLink {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sidebar__categoryLink {
    font-size: 1rem;
  }
}

.p-sub-mv {
  padding-top: 3.75rem;
  padding-bottom: 3.625rem;
  background: transparent url(../images/common/sub-mv_sp.png) no-repeat center bottom/cover;
  background: transparent url(../images/common/sub-mv_sp.webp) no-repeat center bottom/cover;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-sub-mv {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
    background: transparent url(../images/common/sub-mv.png) no-repeat center bottom/cover;
    background: transparent url(../images/common/sub-mv.webp) no-repeat center bottom/cover;
  }
}

.p-sub-mv__inner {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__inner {
    margin-top: 2rem;
  }
}

.p-sub-mv__title {
  font-size: 2.25rem;
  text-align: center;
  line-height: 1.1944444444;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title {
    font-size: 3.2rem;
  }
}

.p-sub-mv--policy .p-sub-mv__title {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv--policy .p-sub-mv__title {
    font-size: 3.375rem;
  }
}

.p-sub-mv__read {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.7916666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__read {
    font-size: 1.5rem;
  }
}

.p-sub-mv__cloud {
  display: block;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1;
}
@media (min-width: 1441px) {
  .p-sub-mv__cloud {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.p-sub-mv__cloud--01 {
  width: 1.9375rem;
  top: 5.125rem;
  right: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__cloud--01 {
    width: 4.75rem;
    top: 7.75rem;
    right: auto;
    left: 91.5%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-sub-mv__cloud--01 {
    left: auto;
    right: calc(50% - 39.6875rem);
  }
}

.p-sub-mv__cloud--02 {
  width: 1.125rem;
  top: 6.125rem;
  right: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__cloud--02 {
    width: 2.8125rem;
    top: 10rem;
    right: auto;
    left: 95.7%;
  }
}
@media (min-width: 1441px) {
  .p-sub-mv__cloud--02 {
    left: auto;
    right: calc(50% - 42.5rem);
  }
}

.p-sub-mv__cloud--03 {
  width: 2.5rem;
  bottom: 0.75rem;
  left: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__cloud--03 {
    width: 4.625rem;
    bottom: 3rem;
    left: 7.1%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-sub-mv__cloud--03 {
    left: calc(50% - 41rem);
  }
}

.p-sub-mv__cloud--04 {
  width: 1.4375rem;
  bottom: 1.9375rem;
  left: 4rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__cloud--04 {
    width: 2.6875rem;
    bottom: 5rem;
    left: 11.9%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-sub-mv__cloud--04 {
    left: calc(50% - 35.75rem);
  }
}

.p-sub-mv__cloud img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-support {
  padding-top: 2.625rem;
  padding-bottom: 4.25rem;
  background: #fff;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-support {
    padding-top: 2.125rem;
    padding-bottom: 6.375rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1701px) {
  .p-support {
    padding-top: 6.25rem;
  }
}

.p-support__inner {
  max-width: 33.5rem;
}
@media screen and (min-width: 768px) {
  .p-support__inner {
    max-width: 71.875rem;
  }
}

.p-support__title {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-support__title {
    gap: 1.1875rem;
  }
}

.p-support__title-figure {
  width: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-support__title-figure {
    width: 5rem;
  }
}

.p-support__title-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-support__title-main {
  font-size: 2rem;
  line-height: 1.1944444444;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-support__title-main {
    font-size: 2.5rem;
    line-height: 1.075;
  }
}

.p-support__list {
  margin-top: 2.125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.875rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-support__list {
    margin-top: 2.875rem;
    grid-template-columns: repeat(2, 33.5rem);
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
    row-gap: 1.75rem;
  }
}

.p-support__cloud {
  display: block;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1;
}
@media (min-width: 1441px) {
  .p-support__cloud {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.p-support__cloud--01 {
  width: 3.625rem;
  top: 1.375rem;
  right: -2.5625rem;
}
@media screen and (min-width: 768px) {
  .p-support__cloud--01 {
    width: 6.5rem;
    top: 2.75rem;
    right: auto;
    left: 95%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-support__cloud--01 {
    left: auto;
    right: calc(50% - 43.625rem);
  }
}

.p-support__cloud--02 {
  width: 2.125rem;
  top: 3.125rem;
  right: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-support__cloud--02 {
    width: 3.8125rem;
    top: 5.9375rem;
    right: auto;
    left: 89.4%;
  }
}
@media (min-width: 1441px) {
  .p-support__cloud--02 {
    left: auto;
    right: calc(50% - 37.125rem);
  }
}

.p-support__cloud--03 {
  width: 4.75rem;
  bottom: -0.8125rem;
  left: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-support__cloud--03 {
    width: 6.5rem;
    bottom: auto;
    top: 12.25rem;
    left: 2.8%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-support__cloud--03 {
    left: calc(50% - 45.75rem);
  }
}

.p-support__cloud--04 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-support__cloud--04 {
    display: block;
    width: 3.8125rem;
    top: 20.125rem;
    left: 7.6%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-support__cloud--04 {
    left: calc(50% - 40.25rem);
  }
}

.p-support__cloud img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-title {
    gap: 1.5rem;
  }
}

.p-title__wrap {
  text-align: center;
}

.p-title__main {
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  line-height: 1.34375;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-title__main {
    font-size: 2.5rem;
    line-height: 1.075;
  }
}

.p-title__text {
  font-size: 1rem;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-title__text {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-top-age {
  padding-top: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-age {
    padding-top: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-age__inner {
    max-width: 71.875rem;
  }
}

.p-top-age__title .p-title__main::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3.125rem;
  aspect-ratio: 49/35;
  background: transparent url(../images/common/ttl_girl.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -4.3125rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-top-age__title .p-title__main::before {
    width: 3.6875rem;
    height: 3.8125rem;
    top: 48%;
    left: -5.25rem;
  }
}

.p-top-age__title .p-title__main::after {
  content: "";
  display: block;
  width: 2.8125rem;
  height: 2.5625rem;
  aspect-ratio: 38/44;
  background: transparent url(../images/common/ttl_boy.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -4.125rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-top-age__title .p-title__main::after {
    width: 3.375rem;
    height: 3.125rem;
    top: 48%;
    right: -4.875rem;
  }
}

.p-top-age__list {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  row-gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-age__list {
    margin-top: 3rem;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
    row-gap: 2rem;
  }
}

.p-top-age__cloud {
  display: block;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media (min-width: 1441px) {
  .p-top-age__cloud {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.p-top-age__cloud--01 {
  width: 4rem;
  top: -5.75rem;
  right: -2.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-age__cloud--01 {
    width: 6.5rem;
    top: 3.5rem;
    right: auto;
    left: 91%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-top-age__cloud--01 {
    left: auto;
    right: calc(50% - 40.125rem);
  }
}

.p-top-age__cloud--02 {
  width: 2.375rem;
  top: -3.875rem;
  right: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-age__cloud--02 {
    width: 3.8125rem;
    top: -0.375rem;
    right: auto;
    left: 95.4%;
  }
}
@media (min-width: 1441px) {
  .p-top-age__cloud--02 {
    left: auto;
    right: calc(50% - 42.625rem);
  }
}

.p-top-age__cloud--03 {
  width: 2.5rem;
  top: 0.5rem;
  left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-age__cloud--03 {
    width: 3.8125rem;
    top: 7.6875rem;
    left: 3.6%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-top-age__cloud--03 {
    left: calc(50% - 43.75rem);
  }
}

.p-top-age__cloud img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-btns {
  margin-top: -3rem;
}
@media screen and (min-width: 768px) {
  .p-top-btns {
    margin-top: -6.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-btns__inner {
    max-width: 71.875rem;
  }
}

.p-top-btns__box {
  padding: 1rem;
  background: #fff;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0 0rem 0.625rem 0rem rgba(0, 0, 0, .2);
          box-shadow: 0 0rem 0.625rem 0rem rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-top-btns__box {
    padding: 1.8125rem 2.3125rem;
    border-radius: 1.5rem;
  }
}

.p-top-btns__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-btns__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }
}

.p-top-btns__grid .p-btn01 {
  padding: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-btns__grid .p-btn01 {
    padding: 1.625rem 1.375rem 1.625rem 3.5rem;
  }
}

.p-top-btns__grid .p-btn01__text {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-btns__grid .p-btn01__text {
    font-size: 1.125rem;
  }
}

.p-top-objective {
  padding-top: 9.5rem;
  padding-bottom: 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-objective {
    padding-top: 14.75rem;
    padding-bottom: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-objective__inner {
    max-width: 71.875rem;
  }
}

.p-top-objective__title .p-title__main::before {
  content: "";
  display: block;
  width: 3.0625rem;
  height: 2.1875rem;
  aspect-ratio: 49/35;
  background: transparent url(../images/common/ttl_pc.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -3.75rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-top-objective__title .p-title__main::before {
    width: 3.875rem;
    height: 2.75rem;
    left: -4.9375rem;
  }
}

.p-top-objective__title .p-title__main::after {
  content: "";
  display: block;
  width: 2.375rem;
  height: 2.75rem;
  aspect-ratio: 38/44;
  background: transparent url(../images/common/ttl_smartphone.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -3.75rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-top-objective__title .p-title__main::after {
    width: 2.4375rem;
    height: 2.8125rem;
    top: 46%;
    right: -3.8125rem;
  }
}

.p-top-objective__list {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  row-gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-objective__list {
    margin-top: 3rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
    row-gap: 2rem;
  }
}

.p-top-objective__cloud {
  display: block;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media (min-width: 1441px) {
  .p-top-objective__cloud {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.p-top-objective__cloud--01 {
  width: 4rem;
  top: 3.0625rem;
  left: 1.0625rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-objective__cloud--01 {
    width: 6.5rem;
    top: 0.25rem;
    left: 2.5%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-top-objective__cloud--01 {
    left: calc(50% - 46.0625rem);
  }
}

.p-top-objective__cloud--02 {
  width: 2.375rem;
  top: 5rem;
  left: 4.25rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-objective__cloud--02 {
    width: 3.8125rem;
    top: 3.375rem;
    left: 8.2%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-top-objective__cloud--02 {
    left: calc(50% - 39.5rem);
  }
}

.p-top-objective__cloud--03 {
  width: 2.4375rem;
  top: 6.5625rem;
  right: calc(50% - 11.875rem);
}
@media screen and (min-width: 768px) {
  .p-top-objective__cloud--03 {
    width: 3.75rem;
    top: 12rem;
    left: 85.2%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-top-objective__cloud--03 {
    left: auto;
    right: calc(50% - 33.5625rem);
  }
}

.p-top-objective__cloud--04 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-objective__cloud--04 {
    display: block;
    width: 6.5rem;
    top: 13.125rem;
    left: 91.8%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-top-objective__cloud--04 {
    left: auto;
    right: calc(50% - 40.875rem);
  }
}

.p-top-objective__cloud img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-slider {
  padding-top: 3.375rem;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-top-slider {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}

.p-top-slider::after {
  content: "";
  width: 100%;
  height: 6.25rem;
  background: transparent url(../images/top/slider_bg_sp.png) no-repeat center bottom/100%;
  background: transparent url(../images/top/slider_bg_sp.webp) no-repeat center bottom/100%;
  position: absolute;
  bottom: -5.125rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-slider::after {
    height: 9.375rem;
    background: transparent url(../images/top/slider_bg.png) no-repeat center bottom/100%;
    background: transparent url(../images/top/slider_bg.webp) no-repeat center bottom/100%;
    bottom: -7.25rem;
  }
}

.p-top-slider__inner {
  position: relative;
  z-index: 2;
}

.p-top-slider__wrap {
  width: 100%;
  position: relative;
}

.p-top-slider__swiper {
  overflow: hidden;
  width: 100%;
}

.p-top-slider__swiper .swiper-slide {
  width: 91.2820512821%;
  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;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-slider__swiper .swiper-slide {
    width: 76.3888888889%;
    border-radius: 1.5rem;
  }
}

.p-top-slider__swiper .swiper-slide a {
  display: block;
}

.p-top-slider__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 356/240;
}
@media screen and (min-width: 768px) {
  .p-top-slider__img {
    aspect-ratio: 1100/495;
  }
}

.p-top-slider__arrow {
  width: 2.5rem;
  height: 2.5rem;
  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;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .1);
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: -3.875rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-slider__arrow {
    width: 4rem;
    height: 4rem;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-top-slider__arrow:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-top-slider__arrow:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.p-top-slider__arrow--prev {
  left: calc(50% - 9.375rem);
}
@media screen and (min-width: 768px) {
  .p-top-slider__arrow--prev {
    left: 11.7%;
  }
}

.p-top-slider__arrow--prev img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.p-top-slider__arrow--next {
  left: calc(50% + 6.875rem);
}
@media screen and (min-width: 768px) {
  .p-top-slider__arrow--next {
    left: 88.1%;
  }
}

.p-top-slider__arrow img {
  width: 0.4375rem;
  height: 0.75rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-top-slider__arrow img {
    width: 0.625rem;
    height: 1.1875rem;
  }
}

.p-top-slider__bottom {
  margin-top: 1.75rem;
  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: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-slider__bottom {
    margin-top: 2.75rem;
    gap: 1.25rem;
  }
}

.p-top-slider__pagination {
  width: auto !important;
  margin-top: 0.875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-slider__pagination {
    margin-top: 0.75rem;
    gap: 1.125rem;
  }
}

.p-top-slider__pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 !important;
  background: #FEEDE7;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-top-slider__pagination .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.p-top-slider__pagination .swiper-pagination-bullet-active {
  background: #FFBDA7;
}

.p-top-slider__toggle {
  width: 1.5rem;
  height: 1.5rem;
  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;
  background: #FFBDA7;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-slider__toggle {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-top-slider__toggle:hover {
  opacity: 0.8;
}

.p-top-slider__toggle-text {
  width: 1.5rem;
  height: 1.5rem;
  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;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-slider__toggle-text {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-top-slider__toggle-text--pause {
  display: none;
}

.p-top-slider__toggle-text--play::after {
  content: "";
  width: 0.625rem;
  height: 0.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: linear-gradient(to bottom, #fff, #fff);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}

.p-top-slider__toggle.is-paused .p-top-slider__toggle-text--play {
  display: inline;
}

.p-top-slider__toggle.is-paused .p-top-slider__toggle-text--pause {
  display: none;
}

.p-top-slider__toggle.is-playing .p-top-slider__toggle-text--play {
  display: none;
}

.p-top-slider__toggle.is-playing .p-top-slider__toggle-text--pause {
  display: inline;
}

.p-top-slider__toggle.is-playing .p-top-slider__toggle-text--pause::before {
  content: "";
  width: 0.125rem;
  height: 0.5625rem;
  border-radius: 1.5625rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-top-slider__toggle.is-playing .p-top-slider__toggle-text--pause::before {
    height: 0.625rem;
    top: 50%;
    left: 42%;
  }
}

.p-top-slider__toggle.is-playing .p-top-slider__toggle-text--pause::after {
  content: "";
  width: 0.125rem;
  height: 0.5625rem;
  border-radius: 1.5625rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-top-slider__toggle.is-playing .p-top-slider__toggle-text--pause::after {
    height: 0.625rem;
    top: 50%;
    left: 58%;
  }
}

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

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

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/*# sourceMappingURL=styles.css.map */
