@charset "UTF-8";
/*! このCSSはコンパイルされたものです。絶対に編集しないでください。 */
/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #E5E5E5; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #A3A3A3; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #A3A3A3; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media (min-width: 640px){
  .container{
    max-width: 42.66667rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 51.2rem;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 68.26667rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 85.33333rem;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 102.4rem;
  }
}
/* ---------------------------------------------------------------------------
  Foundation
--------------------------------------------------------------------------- */
:root {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 16px;
  color: #1C1C1C;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.75px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  :root {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    font-size: 16px;
    line-height: 1.8;
  }
}
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 0.93333rem;
  }
}
body {
  background-color: #fff;
}
a:hover, a:active,
a:focus {
  opacity: 0.6;
}
/* 読み込み時フェードイン設定　メインビジュアル全体 */
@keyframes fadeInMV {
  from {
    opacity: 0;
    transform: translateY(2.66667rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ---------------------------------------------------------------------------
  Layout
--------------------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.66667rem 0 0;
  background: linear-gradient(184deg, rgba(255, 255, 255, 0.8) 51.91%, rgba(255, 255, 255, 0) 96.65%);
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
    background: none;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 85.33333rem;
  margin: 0 auto;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    width: 100%;
  }
  .l-header__logo img {
    max-width: 7.73333rem;
    height: auto;
  }
}
.l-header__navigation {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.l-header__navigation-unit {
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .l-header__navigation-unit {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header__navigation-unit {
    display: none;
  }
}
.l-header__navigation-unit li {
  text-wrap: nowrap;
  font-family: Marcellus, sans-serif;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02427rem;
}
.l-header__navigation-unit li:last-child::after {
  content: none;
  padding-left: 0;
}
.l-footer {
  position: relative;
  padding: 0 0 1.06667rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #242424 0%, #1C1C1C 100%);
}
@media screen and (max-width: 767px) {
  .l-footer {
    font-size: 0.8rem;
    font-weight: 300;
  }
}
.l-footer::before {
  display: block;
  content: "";
  width: 100%;
  height: 1.06667rem;
  background: linear-gradient(90deg, #F57604 0%, #F7921D 30%, #FBB83D 69.71%, #FDA726 100%);
}
.l-footer__navigation {
  display: flex;
  gap: 56px;
  align-items: center;
  margin: 0 auto;
  padding: 3.06667rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l-footer__navigation {
    align-items: flex-start;
    padding-bottom: 0;
  }
}
.l-footer__navigation-unit {
  display: flex;
  gap: 40px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__navigation-unit {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 1.6rem;
    gap: 16px;
    text-align: left;
    font-size: 0.93333rem;
  }
}
.l-footer__navigation-unit li {
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .l-footer__navigation-unit li::after {
    padding-left: 0.26667rem;
  }
  .l-footer__logo {
    width: 100%;
    padding: 0 2rem;
  }
}
.l-footer__logo a {
  display: flex;
  gap: 0;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.l-footer__logo img {
  width: 10.26667rem;
  height: 8.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 7.5rem;
    height: auto;
  }
}
.l-footer__logo span {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .l-footer__logo span {
    font-size: 1.3rem;
  }
}
small {
  font-size: 0.73333rem;
}
/* ---------------------------------------------------------------------------
  Object
--------------------------------------------------------------------------- */
/* --------------------------
  component
------------------------------ */
.c-link--blank {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-link--blank {
    gap: 8px;
  }
}
.c-link--blank::after {
  content: "";
  width: 0.73333rem;
  height: auto;
  background: url("../images/common/icon-blank.svg") no-repeat 0 0.5em;
}
.c-heading {
  position: relative;
  padding-top: 1.6rem;
  padding-bottom: 5.46667rem;
  color: #1C1C1C;
  text-align: center;
  font-family: Marcellus;
  font-size: 3.06667rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.09067rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 2.8rem;
    padding-top: 1rem;
    padding-bottom: 4.66667rem;
    line-height: 1.2;
  }
}
.c-heading span {
  position: relative;
  z-index: 99;
}
.c-heading::after {
  position: absolute;
  top: 0;
  left: calc(50% - 68.5px);
  content: "";
  width: 9.26667rem;
  height: 6.66667rem;
  margin: 0 auto;
  background: url(../images/common/bg_title01.png) center center;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-heading::after {
    width: 11.33333rem;
    height: 4.66667rem;
    left: calc(50% - 88px);
  }
}
.c-heading--l {
  position: relative;
  color: #1C1C1C;
  text-align: center;
  font-size: 1.73333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02933rem;
  z-index: 1;
}
.c-heading--s {
  position: relative;
  color: #1C1C1C;
  text-align: center;
  font-size: 1.46667rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02933rem;
  z-index: 1;
}
.c-heading--xs {
  position: relative;
  color: #1C1C1C;
  font-size: 1.46667rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.02933rem;
  z-index: 1;
}
.c-btn--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.66667rem 0.66667rem;
  gap: 8px;
  border: 1px solid #F28505;
  font-size: 0.93333rem;
  font-weight: 600;
  letter-spacing: 0.02933rem;
  text-wrap: nowrap;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .c-btn--contact {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-btn--contact {
    display: none;
  }
}
.c-btn--contact::after {
  content: "";
  background: url("../images/common/arrow-r01.svg") no-repeat center center;
  width: 0.26667rem;
  height: 0.46667rem;
}
.c-btn__footer--contact {
  color: #fff;
  background: none;
}
@media screen and (max-width: 767px) {
  .c-btn__footer--contact {
    display: flex;
  }
}
.c-btn__footer--contact::after {
  background: url("../images/common/arrow-r01--w.svg") no-repeat center center;
}
.c-btn--more {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.c-btn--more a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 0.93333rem;
  color: #737373;
}
.c-btn--more a::before {
  content: "";
  width: 1.46667rem;
  height: 0.86667rem;
  background: url("../images/common/icon-link--or.svg") no-repeat center bottom;
  display: inline-block;
}
.c-sp-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-sp-menu {
    display: flex;
    gap: 7px;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-sp-menu {
    display: flex;
    gap: 7px;
    flex-wrap: nowrap;
  }
}
.c-sp-menu__right-unit {
  display: flex;
  gap: 7px;
  text-wrap: nowrap;
}
.c-sp-menu__button-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 2.4rem;
  height: 2.46667rem;
  gap: 5px;
  color: #404040;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: normal;
}
.c-sp-menu__button-menu-txt {
  position: absolute;
  top: 30px;
  z-index: 999;
}
.c-sp-menu__box {
  position: fixed;
  top: 7px;
  right: 7px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
}
.c-sp-menu__box span, .c-sp-menu__box span::before, .c-sp-menu__box span::after {
  position: absolute;
  display: block;
  width: 2rem;
  height: 0.13333rem;
  content: "";
  border-radius: 0.26667rem;
  background: #F28505;
}
.c-sp-menu__box span::before {
  bottom: 8px;
}
.c-sp-menu__box span::after {
  top: 8px;
}
#sp-menu__check {
  display: none;
}
#sp-menu__check:checked ~ .c-sp-menu__box .c-sp-menu__button-menu-txt {
  display: none;
}
#sp-menu__check:checked ~ .c-sp-menu__box span {
  background: rgba(255, 255, 255, 0);
}
#sp-menu__check:checked ~ .c-sp-menu__box span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#sp-menu__check:checked ~ .c-sp-menu__box span::after {
  top: 0;
  transform: rotate(-45deg);
}
#sp-menu__check:checked ~ .c-sp-menu__content {
  left: 150px;
}
.c-sp-menu__content {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  width: 100%;
  height: 100%;
  background-color: #F28505;
  transition: all 0.5s;
}
.c-sp-menu__list {
  padding: 4.66667rem 0.66667rem 0;
}
.c-sp-menu__item {
  border-bottom: solid 1px #fff;
  list-style: none;
}
.c-sp-menu__link {
  display: block;
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 1.06667rem 1.06667rem 1.06667rem 0.53333rem;
  line-height: normal;
  letter-spacing: 0.12rem;
}
.c-contact {
  color: #fff;
  padding: 5.33333rem 0;
  background-color: #5B5A59;
}
.c-contact__h-unit {
  display: flex;
  flex-direction: column;
  max-width: 68.26667rem;
  padding: 0;
  margin: 0 auto;
  gap: 40px;
  line-height: 1.8em;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .c-contact__h-unit {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }
}
.c-contact .c-btn--secondary {
  font-size: 2.4rem;
  padding: 1.6rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-contact .c-btn--secondary {
    font-size: 1.86667rem;
    padding: 0.8rem 1.33333rem;
  }
}
.c-contact__tayori-form {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-contact__tayori-form {
    gap: 40px;
  }
  .c-contact__tayori-form-ttl {
    padding-bottom: 0.8rem;
  }
}
.c-contact__tayori-form-name {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-contact__tayori-form-name {
    flex-direction: column;
    gap: 16px;
  }
  .c-contact__tayori-form-tel {
    display: flex;
    width: 30%;
    gap: 2px;
  }
}
.c-contact__tayori-form-tel input {
  width: 6.13333rem;
}
.c-contact__tayori-form-trigger {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-contact__tayori-form-trigger {
    width: 100%;
  }
}
#tayori-form {
  max-width: 48.66667rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06667rem;
}
.form-parts {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form-parts input,
.form-parts select,
.form-parts textarea {
  padding: 0.33333rem 0.53333rem;
  font-weight: 300;
  font-size: 1.06667rem;
  color: #1C1C1C;
}
.tayori-form__note {
  padding-top: 1.6rem;
  font-weight: 300;
  font-size: 0.93333rem;
}
/* --------------------------
  project
------------------------------ */
.p-top {
  position: relative;
}
.p-top-contents-part01 {
  position: relative;
}
.p-top-contents-part01::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -300px;
  padding-bottom: 14rem;
  background: url(../images/top/bg-contents-part01.png) #fff no-repeat bottom;
  z-index: 0;
}
.p-top-mv {
  position: relative;
  width: 100vw;
  aspect-ratio: 2558/2262;
  height: 79.86667rem;
  background: url("../images/top/mv.png") no-repeat top left;
  background-size: cover;
  animation: fadeInMV 3.2s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    width: 100vw;
    aspect-ratio: 780/1444;
    background: url("../images/top/mv-sp.png") no-repeat top left;
    background-size: contain;
    overflow: hidden;
  }
}
.p-top-mv__catch01 {
  position: absolute;
  width: 100%;
  height: 64dvh;
  animation: fadeInMV 1s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch01 {
    display: none;
  }
}
.p-top-mv__catch01 img {
  position: absolute;
  width: 28.9rem;
  height: auto;
  right: 3.25rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch01 img {
    display: none;
  }
}
.p-top-mv__name {
  position: relative;
  height: 92dvh;
  width: 100%;
  animation: fadeInMV 3.2s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .p-top-mv__name {
    display: none;
  }
}
.p-top-mv__name img {
  position: absolute;
  width: 42rem;
  height: auto;
  left: 2.5rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top-mv__name img {
    display: none;
  }
}
.p-top-mv__catch02 {
  width: 100%;
  text-align: center;
  color: #1C1C1C;
  font-family: "Shippori Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.032rem;
  animation: fadeInMV 2.5s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch02 {
    position: absolute;
    bottom: -150px;
    padding: 0 0 0 1.3rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-mv__catch02 {
    position: absolute;
    bottom: -150px;
  }
}
.p-top-service {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding: 0;
  }
}
.p-top-service::before {
  display: block;
  content: "";
  position: relative;
  width: 100%;
  height: 30rem;
  background: url("../images/top/bg-catch02.png") no-repeat 0 0;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-service::before {
    height: 28rem;
    margin: 8rem 0 0;
  }
}
.p-top-service::after {
  display: block;
  content: "";
  position: absolute;
  width: 45.86667rem;
  height: 46.8rem;
  bottom: 0;
  right: 0;
  background: url("../images/top/bg_powawa01.png") no-repeat left bottom;
  background-size: cover;
  z-index: 1;
}
.p-top-service__inner {
  width: 100%;
  display: flex;
  flex-grow: wrap;
  justify-content: space-between;
  padding: 11.72% 0 0 12.5%;
  z-index: 99;
  position: relative;
  animation: fadeInMV 2.5s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .p-top-service__inner {
    flex-direction: column;
    padding: 0;
  }
}
.p-top-service__txt {
  flex: 1 0 29.77%;
  margin-right: 10.88%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-service__txt {
    width: 100%;
    padding: 0 2rem;
    gap: 20px;
  }
}
.p-top-service__txt-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__txt:nth-child(2) .p-top-service__txt-inner h4 {
    text-align: right;
  }
}
.p-top-service__txt-inner p {
  line-height: 220%;
  letter-spacing: 0.02133rem;
}
.p-top-service__img {
  flex: 0 0 46.88%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-top-service__img {
    padding: 5.33333rem 0 8rem;
  }
}
.p-top-service__img img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-service__img img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-service__img img {
    width: 100%;
  }
}
.p-top-service__kirakira01::before {
  display: block;
  content: "";
  position: absolute;
  width: 31rem;
  height: 54rem;
  bottom: -200px;
  right: 0;
  background: url("../images/top/img-kirakira-boke01.png") no-repeat left bottom;
  background-size: cover;
  z-index: 999;
}
.p-top-news {
  position: relative;
  width: 100%;
  padding: 7.6rem 2.66667rem 0;
  overflow: hidden;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding: 7.6rem 2rem 0;
  }
}
.p-top-news__inner {
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
  padding: 6.4rem 7.73333rem 6.4rem 8.06667rem;
  border-radius: 4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    max-width: 100%;
    padding: 0 0 3.6rem;
  }
}
.p-top-news__ttl {
  width: 14.86667rem;
  height: 8.73333rem;
  margin: 0 0 -5.6rem;
  padding: 0.53333rem 0 0 8.66667rem;
  position: relative;
  font-family: "Marcellus";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04533rem;
  background: url(../images/top/bg-news.png) no-repeat left top;
  background-size: cover;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    height: 5.33333rem;
    margin: 0;
    padding: 2.2rem 0 0 8.66667rem;
    position: absolute;
    top: -10px;
    font-size: 2.26667rem;
  }
}
.p-top-news__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  padding: 6.66667rem 7.6rem 4.8rem 7.26667rem;
  text-align: justify;
  line-height: 200%;
  letter-spacing: 0.01867rem;
  background: linear-gradient(90deg, #F1FAF5 0%, #F1FAF5 24.5%, #FFF 24.5%);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-news__list {
    padding: 8rem 1.6rem 2rem;
    background: none;
    line-height: 180%;
    letter-spacing: 0.06667rem;
  }
}
.p-top-news__item {
  display: flex;
  align-items: flex-start;
  gap: 96px;
  width: 100%;
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed #68B186;
}
@media screen and (max-width: 767px) {
  .p-top-news__item {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-top-news__item span {
  color: #333;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.048rem;
}
.p-top-newsbg {
  position: relative;
}
.p-top-newsbg--l {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 20.33333rem;
  height: 24.4rem;
  background: url(../images/top/bg_egg--left.png) no-repeat;
  background-size: cover;
  z-index: 9;
}
.p-top-newsbg--r {
  content: "";
  position: absolute;
  top: -400px;
  right: 0;
  width: 14rem;
  height: 22.46667rem;
  background: url(../images/top/bg_egg--right.png) no-repeat;
  background-size: cover;
  z-index: 9;
}
.p-top-newsbg--b {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10.16667rem;
  background: url(../images/top/bg_line--news-b.png) no-repeat center center;
  background-size: cover;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .p-top-newsbg--b {
    top: -50px;
  }
}
.p-top-news__kirakira01::before {
  display: block;
  content: "";
  position: absolute;
  width: 9.76667rem;
  height: 16.06667rem;
  top: -150px;
  right: 12px;
  background: url("../images/top/img-kirakira01.png") no-repeat left bottom;
  background-size: cover;
  z-index: 999;
}
.p-top-works {
  position: relative;
  width: 100%;
  margin: 14rem 0 0;
  padding: 6.66667rem 0 10.66667rem;
  border-radius: 4rem 4rem 0 0;
  background: #FFF;
  z-index: 99;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-works {
    margin: 10.66667rem 0 0;
    padding: 4.66667rem 0 6rem;
  }
}
.p-top-works__unit {
  padding: 0 9.33333rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-works__unit {
    padding: 0 2rem;
  }
}
.p-top-works__list {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
}
.p-top-works__item {
  width: 100%;
  height: auto !important;
  border-radius: 1.6rem;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(222, 224, 233, 0.6);
}
.p-top-works__img {
  width: 100%;
  height: 13.33333rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-works__img {
    height: 8.66667rem;
  }
}
.p-top-works__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  width: auto;
  padding: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__inner {
    padding: 1.6rem 1.6rem 2.13333rem;
  }
}
.p-top-works__ttl {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.024rem;
}
.p-top-works__company {
  display: flex;
  gap: 4px;
  flex-direction: column;
  font-size: 0.93333rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.01867rem;
}
.p-top-works__summary {
  font-size: 0.93333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.01867rem;
}
.p-top-worksbg {
  position: relative;
}
.p-top-worksbg--b {
  content: "";
  position: absolute;
  right: 0;
  bottom: -150px;
  width: 45.6rem;
  height: 32rem;
  background: url(../images/top/bg-powawa-blue.png) no-repeat right center;
  background-size: cover;
  z-index: 0;
}
.p-top-works__deco {
  position: relative;
}
.p-top-works__kirakira01::before {
  display: block;
  content: "";
  position: absolute;
  width: 7.8rem;
  height: 11.36667rem;
  top: 120px;
  left: 4.6rem;
  background: url("../images/top/img-kirakira02.png") no-repeat left bottom;
  background-size: cover;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-works__kirakira01::before {
    left: 24px;
  }
}
.p-top-creators {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 11.33333rem 0 23.33333rem 4.26667rem;
  background: linear-gradient(148deg, rgba(255, 255, 255, 0) 46.32%, #E4E9F8 96.21%);
}
@media screen and (max-width: 767px) {
  .p-top-creators {
    padding: 6.66667rem 0 9.33333rem 2rem;
  }
}
.p-top-creators__ttl {
  display: flex;
  margin: 0 0 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-creators__ttl {
    font-size: 2.8rem;
    margin: 0 0 2.66667rem 0;
  }
}
.p-top-creators__ttl span {
  position: relative;
  margin: 0 0 0 -5.4rem;
  padding: 0;
  font-family: Marcellus;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08rem;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-top-creators__ttl span {
    margin: 0 0 0 -10.33333rem;
    padding: 0.53333rem 0 0;
  }
}
.p-top-creators__ttl::before {
  position: relative;
  content: "";
  width: 10.6rem;
  height: 6.66667rem;
  display: block;
  background: url(../images/top/bg-ttl-creators.png) no-repeat left top;
  background-size: cover;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .p-top-creators__ttl::before {
    width: 12rem;
    height: 5.33333rem;
  }
}
.p-top-creators__list {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-creators__list {
    display: block;
    grid-template-columns: 1fr;
  }
}
.p-top-creators__item {
  width: calc(30% - 2.66667rem);
  height: auto;
}
.p-top-creators__img {
  max-width: 22.75553rem;
  height: auto;
  border-radius: 66.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-creators__img {
    max-width: 100%;
  }
}
.p-top-creators__img--noimg {
  max-width: 30vw;
  max-height: 30vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 2.76767rem 0;
  font-family: Marcellus;
  font-size: 1.33333rem;
  font-weight: 400;
  letter-spacing: 0.02667rem;
  background: linear-gradient(338deg, #F69B1D 13.21%, #F9AC2F 58.53%, #FFD285 84.58%);
}
@media screen and (max-width: 767px) {
  .p-top-creators__img--noimg {
    max-width: 100%;
    max-height: 100%;
    margin: 1.66667rem auto;
  }
}
.p-top-creators__img--noimg::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-top-creators__inner {
  margin: -1.66667rem 0 0;
  padding: 0 1.06667rem 1.06667rem;
}
.p-top-creators__inner::before {
  display: block;
  content: "";
  width: 100%;
  height: 5rem;
  background: url(../images/top/bg-creators-name.png) no-repeat center center;
  background-size: contain;
}
.p-top-creators__name {
  margin: -3.66667rem 0 0;
  text-align: right;
  font-size: 1.46667rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05333rem;
}
.p-top-creators__summary {
  text-align: justify;
  font-size: 0.93333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.01867rem;
}
.p-top-creators__deco {
  position: relative;
}
.p-top-creators__kirakira01::before {
  display: block;
  content: "";
  position: absolute;
  width: 24.16667rem;
  height: 62.3rem;
  top: -271px;
  left: -70px;
  background: url("../images/top/img-kirakira-boke02.png") no-repeat;
  background-size: cover;
  z-index: 0;
}
.p-top-company {
  position: relative;
  width: 100%;
  border-radius: 4rem 4rem 0 0;
  margin: -6.66667rem 0 0;
  background: linear-gradient(109deg, rgba(171, 161, 229, 0.6) 9.07%, rgba(221, 243, 250, 0.49) 49.09%, rgba(255, 222, 156, 0.6) 86.78%);
}
.p-top-company::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/bg-company.png) no-repeat center center;
  background-size: cover;
  border-radius: 4rem 4rem 0 0;
  z-index: 0;
  opacity: 0.2;
}
.p-top-company__inner {
  padding: 6.06667rem 2.66667rem 8.66667rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__inner {
    padding: 4rem 1.6rem 8.66667rem;
  }
}
.p-top-company__summary-wrap {
  position: relative;
  display: flex;
  width: 60rem;
  margin: 0 auto;
  padding: 2.66667rem 6.4rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 1.06667rem;
  background: #FFF;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-top-company__summary-wrap {
    width: 100%;
    margin-top: -1.33333rem;
    padding: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-company__summary-wrap {
    width: 100%;
  }
}
.p-top-company__summary {
  width: 100%;
  text-align: left;
}
.p-top-company__summary th {
  width: 9.33333rem;
  padding: 0 0 2.13333rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__summary th {
    width: 6rem;
    vertical-align: top;
  }
}
.p-top-company__summary td {
  padding: 0 0 2.13333rem;
}
.p-top-company__summary tr:last-child td {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-top-company__deco {
    display: none;
  }
}
.p-top-company__kirakira01::before {
  display: block;
  content: "";
  position: absolute;
  width: 29.23333rem;
  height: 64.9rem;
  top: -423px;
  left: 0;
  background: url("../images/top/img-kirakira-boke03.png") no-repeat 0 0;
  background-size: cover;
  z-index: 999;
}
.p-top-company__kirakira02::before {
  display: block;
  content: "";
  position: absolute;
  width: 28.96667rem;
  height: 65.8rem;
  top: -104px;
  right: 0;
  background: url("../images/top/img-kirakira-boke04.png") no-repeat 0 0;
  background-size: cover;
  z-index: 999;
}
.p-top-company__kirakira03::before {
  display: block;
  content: "";
  position: absolute;
  width: 6.22067rem;
  height: 11.45533rem;
  top: -119px;
  left: 9.56rem;
  background: url("../images/top/img-kirakira01.png") no-repeat 0 0;
  background-size: cover;
  z-index: 999;
}
.p-contact {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 10.66667rem 0 5.33333rem;
}
.p-contact__txt {
  padding: 2.66667rem 0;
  text-align: center;
}
.p-contact .wpcf7-form {
  display: flex;
  gap: 24px;
  flex-direction: column;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.13333rem;
  font-style: normal;
  font-size: 0.93333rem;
  color: #333;
}
.p-contact input, .p-contact textarea {
  margin-top: 0.53333rem;
}
.p-contact input[type=text], .p-contact input[type=email], .p-contact input[type=tel], .p-contact textarea {
  width: 100%;
  padding: 0.66667rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.33333rem;
}
.p-contact input[type=submit] {
  display: block;
  width: 16.66667rem;
  height: 4.66667rem;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  font-size: 1.46667rem;
  letter-spacing: 0.16rem;
  color: #fff;
  background: #F28505;
}
.p-news {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 10.66667rem 0 5.33333rem;
}
/* --------------------------
  utility
------------------------------ */
.u-box-border--white {
  padding: 0 0.8rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .u-box-border--white {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.2rem 0.26667rem;
    margin: 0 auto;
  }
}
.u-box--green {
  padding: 1.6rem 2.13333rem;
  background: #fe3d47;
}
.u-box--secondary-color {
  padding: 1.6rem 2.13333rem;
  background: #5B5A59;
}
.u-box--line-gray {
  display: flex;
  flex-direction: column;
  padding: 2.66667rem 2.13333rem;
  gap: 40px;
  border-radius: 0.8rem;
  border: 1px solid #d4d4d4;
}
.u-pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-hidden {
    display: block;
  }
}
.u-sp-hidden {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-sp-hidden {
    display: none;
  }
}
.u-page-link__anchor {
  padding-top: 13.33333rem;
  margin-top: -13.33333rem;
}
.u-swiper__button-unit--under {
  width: 10.33333rem;
  height: 4.66667rem;
  position: relative;
  margin: 0 auto;
}
.u-fade-in {
  opacity: 0;
  transform: translateY(3.33333rem);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.u-fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.u-pagination {
  display: flex;
  gap: 16px;
  margin: 0 auto;
  padding: 2.66667rem 0 0;
}
.u-pagination a {
  color: #F28505;
}
.table{
  display: table;
}
.p-16{
  padding: 4rem;
}
.pt-16{
  padding-top: 4rem;
}
.text-center{
  text-align: center;
}
