@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  font-size: 10px; }
  @media (max-width: 1440px) and (min-width: 961px) {
    html {
      font-size: 0.694444vw;
      font-size: 0.58vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    html {
      font-size: 1.30208vw; } }
  @media (max-width: 767px) {
    html {
      font-size: 2.66667vw; } }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -8.5rem;
  width: 100%;
  visibility: hidden; }
  @media (max-width: 960px) {
    .anchor_fixtop {
      top: -8rem; } }

.grid-1200 {
  max-width: 123rem; }

p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0;
  color: #212121; }

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

#page_top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  opacity: 0;
  border: #FFF solid .1rem;
  background: #CDA710 url(assets/img/page-top.svg) no-repeat center;
  border-radius: 100%;
  background-size: 2.1rem;
  cursor: pointer;
  outline: none;
  z-index: 50; }
  #page_top.show {
    opacity: 1; }
    #page_top.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    #page_top {
      right: 1.5rem;
      bottom: 6rem;
      width: 5rem;
      height: 5rem;
      position: fixed; }
      #page_top.fixed {
        bottom: 14rem; } }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

@keyframes fade_in_0 {
  0% {
    opacity: 0;
    transform: translate3d(0, 35px, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_in_1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade_in {
  0% {
    opacity: 0;
    position: relative;
    top: 100px; }
  100% {
    position: relative;
    top: 0px;
    opacity: 1; } }
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
.fade-left.show {
  animation: fade_left 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

.fade-right.show {
  animation: fade_right 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

[data-animation="fade-in"].show {
  animation: fade_in_1 500ms 1s ease-in-out;
  animation-fill-mode: forwards; }

.wow_custom_no {
  opacity: 0;
  position: relative;
  z-index: 1; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  body,
  p {
    font-size: 2rem; } }
@media (max-width: 960px) {
  body,
  p {
    font-size: 1.5rem; }

  p {
    letter-spacing: .022rem;
    line-height: 175%;
    text-align: justify;
    font-size: 1.4rem; } }
:root {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0; }

.m-0 {
  margin: 0rem !important; }

.m-0-5 {
  margin: 0.5rem !important; }

.mt-0 {
  margin-top: 0rem !important; }

.mt-0-5 {
  margin-top: 0.5rem !important; }

.mb-0 {
  margin-bottom: 0rem !important; }

.mb-0-5 {
  margin-bottom: 0.5rem !important; }

.ml-0 {
  margin-left: 0rem !important; }

.ml-0-5 {
  margin-left: 0.5rem !important; }

.mr-0 {
  margin-right: 0rem !important; }

.mr-0-5 {
  margin-right: 0.5rem !important; }

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important; }

.mx-0-5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.my-0-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.p-0 {
  padding: 0rem !important; }

.p-0-5 {
  padding: 0.5rem !important; }

.pt-0 {
  padding-top: 0rem !important; }

.pt-0-5 {
  padding-top: 0.5rem !important; }

.pb-0 {
  padding-bottom: 0rem !important; }

.pb-0-5 {
  padding-bottom: 0.5rem !important; }

.pl-0 {
  padding-left: 0rem !important; }

.pl-0-5 {
  padding-left: 0.5rem !important; }

.pr-0 {
  padding-right: 0rem !important; }

.pr-0-5 {
  padding-right: 0.5rem !important; }

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important; }

.px-0-5 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.py-0-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.m-1 {
  margin: 1rem !important; }

.m-1-5 {
  margin: 1.5rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mt-1-5 {
  margin-top: 1.5rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-1-5 {
  margin-bottom: 1.5rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.ml-1-5 {
  margin-left: 1.5rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mr-1-5 {
  margin-right: 1.5rem !important; }

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.mx-1-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-1-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.p-1 {
  padding: 1rem !important; }

.p-1-5 {
  padding: 1.5rem !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pt-1-5 {
  padding-top: 1.5rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pb-1-5 {
  padding-bottom: 1.5rem !important; }

.pl-1 {
  padding-left: 1rem !important; }

.pl-1-5 {
  padding-left: 1.5rem !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pr-1-5 {
  padding-right: 1.5rem !important; }

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.px-1-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-1-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.m-2 {
  margin: 2rem !important; }

.m-2-5 {
  margin: 2.5rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-2-5 {
  margin-top: 2.5rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-2-5 {
  margin-bottom: 2.5rem !important; }

.ml-2 {
  margin-left: 2rem !important; }

.ml-2-5 {
  margin-left: 2.5rem !important; }

.mr-2 {
  margin-right: 2rem !important; }

.mr-2-5 {
  margin-right: 2.5rem !important; }

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }

.mx-2-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important; }

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.my-2-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.p-2 {
  padding: 2rem !important; }

.p-2-5 {
  padding: 2.5rem !important; }

.pt-2 {
  padding-top: 2rem !important; }

.pt-2-5 {
  padding-top: 2.5rem !important; }

.pb-2 {
  padding-bottom: 2rem !important; }

.pb-2-5 {
  padding-bottom: 2.5rem !important; }

.pl-2 {
  padding-left: 2rem !important; }

.pl-2-5 {
  padding-left: 2.5rem !important; }

.pr-2 {
  padding-right: 2rem !important; }

.pr-2-5 {
  padding-right: 2.5rem !important; }

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.px-2-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important; }

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.py-2-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.m-3 {
  margin: 3rem !important; }

.m-3-5 {
  margin: 3.5rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mt-3-5 {
  margin-top: 3.5rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mb-3-5 {
  margin-bottom: 3.5rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.ml-3-5 {
  margin-left: 3.5rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mr-3-5 {
  margin-right: 3.5rem !important; }

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.mx-3-5 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important; }

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-3-5 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important; }

.p-3 {
  padding: 3rem !important; }

.p-3-5 {
  padding: 3.5rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pt-3-5 {
  padding-top: 3.5rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pb-3-5 {
  padding-bottom: 3.5rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.pl-3-5 {
  padding-left: 3.5rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pr-3-5 {
  padding-right: 3.5rem !important; }

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.px-3-5 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important; }

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.py-3-5 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important; }

.m-4 {
  margin: 4rem !important; }

.m-4-5 {
  margin: 4.5rem !important; }

.mt-4 {
  margin-top: 4rem !important; }

.mt-4-5 {
  margin-top: 4.5rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mb-4-5 {
  margin-bottom: 4.5rem !important; }

.ml-4 {
  margin-left: 4rem !important; }

.ml-4-5 {
  margin-left: 4.5rem !important; }

.mr-4 {
  margin-right: 4rem !important; }

.mr-4-5 {
  margin-right: 4.5rem !important; }

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }

.mx-4-5 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important; }

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.my-4-5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

.p-4 {
  padding: 4rem !important; }

.p-4-5 {
  padding: 4.5rem !important; }

.pt-4 {
  padding-top: 4rem !important; }

.pt-4-5 {
  padding-top: 4.5rem !important; }

.pb-4 {
  padding-bottom: 4rem !important; }

.pb-4-5 {
  padding-bottom: 4.5rem !important; }

.pl-4 {
  padding-left: 4rem !important; }

.pl-4-5 {
  padding-left: 4.5rem !important; }

.pr-4 {
  padding-right: 4rem !important; }

.pr-4-5 {
  padding-right: 4.5rem !important; }

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }

.px-4-5 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important; }

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.py-4-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

.m-5 {
  margin: 5rem !important; }

.m-5-5 {
  margin: 5.5rem !important; }

.mt-5 {
  margin-top: 5rem !important; }

.mt-5-5 {
  margin-top: 5.5rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.mb-5-5 {
  margin-bottom: 5.5rem !important; }

.ml-5 {
  margin-left: 5rem !important; }

.ml-5-5 {
  margin-left: 5.5rem !important; }

.mr-5 {
  margin-right: 5rem !important; }

.mr-5-5 {
  margin-right: 5.5rem !important; }

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }

.mx-5-5 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important; }

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.my-5-5 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important; }

.p-5 {
  padding: 5rem !important; }

.p-5-5 {
  padding: 5.5rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

.pt-5-5 {
  padding-top: 5.5rem !important; }

.pb-5 {
  padding-bottom: 5rem !important; }

.pb-5-5 {
  padding-bottom: 5.5rem !important; }

.pl-5 {
  padding-left: 5rem !important; }

.pl-5-5 {
  padding-left: 5.5rem !important; }

.pr-5 {
  padding-right: 5rem !important; }

.pr-5-5 {
  padding-right: 5.5rem !important; }

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

.px-5-5 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important; }

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.py-5-5 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important; }

.m-6 {
  margin: 6rem !important; }

.m-6-5 {
  margin: 6.5rem !important; }

.mt-6 {
  margin-top: 6rem !important; }

.mt-6-5 {
  margin-top: 6.5rem !important; }

.mb-6 {
  margin-bottom: 6rem !important; }

.mb-6-5 {
  margin-bottom: 6.5rem !important; }

.ml-6 {
  margin-left: 6rem !important; }

.ml-6-5 {
  margin-left: 6.5rem !important; }

.mr-6 {
  margin-right: 6rem !important; }

.mr-6-5 {
  margin-right: 6.5rem !important; }

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important; }

.mx-6-5 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important; }

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

.my-6-5 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important; }

.p-6 {
  padding: 6rem !important; }

.p-6-5 {
  padding: 6.5rem !important; }

.pt-6 {
  padding-top: 6rem !important; }

.pt-6-5 {
  padding-top: 6.5rem !important; }

.pb-6 {
  padding-bottom: 6rem !important; }

.pb-6-5 {
  padding-bottom: 6.5rem !important; }

.pl-6 {
  padding-left: 6rem !important; }

.pl-6-5 {
  padding-left: 6.5rem !important; }

.pr-6 {
  padding-right: 6rem !important; }

.pr-6-5 {
  padding-right: 6.5rem !important; }

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important; }

.px-6-5 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important; }

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

.py-6-5 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important; }

.m-7 {
  margin: 7rem !important; }

.m-7-5 {
  margin: 7.5rem !important; }

.mt-7 {
  margin-top: 7rem !important; }

.mt-7-5 {
  margin-top: 7.5rem !important; }

.mb-7 {
  margin-bottom: 7rem !important; }

.mb-7-5 {
  margin-bottom: 7.5rem !important; }

.ml-7 {
  margin-left: 7rem !important; }

.ml-7-5 {
  margin-left: 7.5rem !important; }

.mr-7 {
  margin-right: 7rem !important; }

.mr-7-5 {
  margin-right: 7.5rem !important; }

.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important; }

.mx-7-5 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important; }

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important; }

.my-7-5 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important; }

.p-7 {
  padding: 7rem !important; }

.p-7-5 {
  padding: 7.5rem !important; }

.pt-7 {
  padding-top: 7rem !important; }

.pt-7-5 {
  padding-top: 7.5rem !important; }

.pb-7 {
  padding-bottom: 7rem !important; }

.pb-7-5 {
  padding-bottom: 7.5rem !important; }

.pl-7 {
  padding-left: 7rem !important; }

.pl-7-5 {
  padding-left: 7.5rem !important; }

.pr-7 {
  padding-right: 7rem !important; }

.pr-7-5 {
  padding-right: 7.5rem !important; }

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important; }

.px-7-5 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important; }

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important; }

.py-7-5 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important; }

.m-8 {
  margin: 8rem !important; }

.m-8-5 {
  margin: 8.5rem !important; }

.mt-8 {
  margin-top: 8rem !important; }

.mt-8-5 {
  margin-top: 8.5rem !important; }

.mb-8 {
  margin-bottom: 8rem !important; }

.mb-8-5 {
  margin-bottom: 8.5rem !important; }

.ml-8 {
  margin-left: 8rem !important; }

.ml-8-5 {
  margin-left: 8.5rem !important; }

.mr-8 {
  margin-right: 8rem !important; }

.mr-8-5 {
  margin-right: 8.5rem !important; }

.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important; }

.mx-8-5 {
  margin-left: 8.5rem !important;
  margin-right: 8.5rem !important; }

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important; }

.my-8-5 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important; }

.p-8 {
  padding: 8rem !important; }

.p-8-5 {
  padding: 8.5rem !important; }

.pt-8 {
  padding-top: 8rem !important; }

.pt-8-5 {
  padding-top: 8.5rem !important; }

.pb-8 {
  padding-bottom: 8rem !important; }

.pb-8-5 {
  padding-bottom: 8.5rem !important; }

.pl-8 {
  padding-left: 8rem !important; }

.pl-8-5 {
  padding-left: 8.5rem !important; }

.pr-8 {
  padding-right: 8rem !important; }

.pr-8-5 {
  padding-right: 8.5rem !important; }

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important; }

.px-8-5 {
  padding-left: 8.5rem !important;
  padding-right: 8.5rem !important; }

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }

.py-8-5 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important; }

.m-9 {
  margin: 9rem !important; }

.m-9-5 {
  margin: 9.5rem !important; }

.mt-9 {
  margin-top: 9rem !important; }

.mt-9-5 {
  margin-top: 9.5rem !important; }

.mb-9 {
  margin-bottom: 9rem !important; }

.mb-9-5 {
  margin-bottom: 9.5rem !important; }

.ml-9 {
  margin-left: 9rem !important; }

.ml-9-5 {
  margin-left: 9.5rem !important; }

.mr-9 {
  margin-right: 9rem !important; }

.mr-9-5 {
  margin-right: 9.5rem !important; }

.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important; }

.mx-9-5 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important; }

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important; }

.my-9-5 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important; }

.p-9 {
  padding: 9rem !important; }

.p-9-5 {
  padding: 9.5rem !important; }

.pt-9 {
  padding-top: 9rem !important; }

.pt-9-5 {
  padding-top: 9.5rem !important; }

.pb-9 {
  padding-bottom: 9rem !important; }

.pb-9-5 {
  padding-bottom: 9.5rem !important; }

.pl-9 {
  padding-left: 9rem !important; }

.pl-9-5 {
  padding-left: 9.5rem !important; }

.pr-9 {
  padding-right: 9rem !important; }

.pr-9-5 {
  padding-right: 9.5rem !important; }

.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important; }

.px-9-5 {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important; }

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important; }

.py-9-5 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important; }

.m-10 {
  margin: 10rem !important; }

.m-10-5 {
  margin: 10.5rem !important; }

.mt-10 {
  margin-top: 10rem !important; }

.mt-10-5 {
  margin-top: 10.5rem !important; }

.mb-10 {
  margin-bottom: 10rem !important; }

.mb-10-5 {
  margin-bottom: 10.5rem !important; }

.ml-10 {
  margin-left: 10rem !important; }

.ml-10-5 {
  margin-left: 10.5rem !important; }

.mr-10 {
  margin-right: 10rem !important; }

.mr-10-5 {
  margin-right: 10.5rem !important; }

.mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important; }

.mx-10-5 {
  margin-left: 10.5rem !important;
  margin-right: 10.5rem !important; }

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important; }

.my-10-5 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important; }

.p-10 {
  padding: 10rem !important; }

.p-10-5 {
  padding: 10.5rem !important; }

.pt-10 {
  padding-top: 10rem !important; }

.pt-10-5 {
  padding-top: 10.5rem !important; }

.pb-10 {
  padding-bottom: 10rem !important; }

.pb-10-5 {
  padding-bottom: 10.5rem !important; }

.pl-10 {
  padding-left: 10rem !important; }

.pl-10-5 {
  padding-left: 10.5rem !important; }

.pr-10 {
  padding-right: 10rem !important; }

.pr-10-5 {
  padding-right: 10.5rem !important; }

.px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important; }

.px-10-5 {
  padding-left: 10.5rem !important;
  padding-right: 10.5rem !important; }

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important; }

.py-10-5 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important; }

.m-11 {
  margin: 11rem !important; }

.m-11-5 {
  margin: 11.5rem !important; }

.mt-11 {
  margin-top: 11rem !important; }

.mt-11-5 {
  margin-top: 11.5rem !important; }

.mb-11 {
  margin-bottom: 11rem !important; }

.mb-11-5 {
  margin-bottom: 11.5rem !important; }

.ml-11 {
  margin-left: 11rem !important; }

.ml-11-5 {
  margin-left: 11.5rem !important; }

.mr-11 {
  margin-right: 11rem !important; }

.mr-11-5 {
  margin-right: 11.5rem !important; }

.mx-11 {
  margin-left: 11rem !important;
  margin-right: 11rem !important; }

.mx-11-5 {
  margin-left: 11.5rem !important;
  margin-right: 11.5rem !important; }

.my-11 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important; }

.my-11-5 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important; }

.p-11 {
  padding: 11rem !important; }

.p-11-5 {
  padding: 11.5rem !important; }

.pt-11 {
  padding-top: 11rem !important; }

.pt-11-5 {
  padding-top: 11.5rem !important; }

.pb-11 {
  padding-bottom: 11rem !important; }

.pb-11-5 {
  padding-bottom: 11.5rem !important; }

.pl-11 {
  padding-left: 11rem !important; }

.pl-11-5 {
  padding-left: 11.5rem !important; }

.pr-11 {
  padding-right: 11rem !important; }

.pr-11-5 {
  padding-right: 11.5rem !important; }

.px-11 {
  padding-left: 11rem !important;
  padding-right: 11rem !important; }

.px-11-5 {
  padding-left: 11.5rem !important;
  padding-right: 11.5rem !important; }

.py-11 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important; }

.py-11-5 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important; }

.m-12 {
  margin: 12rem !important; }

.m-12-5 {
  margin: 12.5rem !important; }

.mt-12 {
  margin-top: 12rem !important; }

.mt-12-5 {
  margin-top: 12.5rem !important; }

.mb-12 {
  margin-bottom: 12rem !important; }

.mb-12-5 {
  margin-bottom: 12.5rem !important; }

.ml-12 {
  margin-left: 12rem !important; }

.ml-12-5 {
  margin-left: 12.5rem !important; }

.mr-12 {
  margin-right: 12rem !important; }

.mr-12-5 {
  margin-right: 12.5rem !important; }

.mx-12 {
  margin-left: 12rem !important;
  margin-right: 12rem !important; }

.mx-12-5 {
  margin-left: 12.5rem !important;
  margin-right: 12.5rem !important; }

.my-12 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important; }

.my-12-5 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important; }

.p-12 {
  padding: 12rem !important; }

.p-12-5 {
  padding: 12.5rem !important; }

.pt-12 {
  padding-top: 12rem !important; }

.pt-12-5 {
  padding-top: 12.5rem !important; }

.pb-12 {
  padding-bottom: 12rem !important; }

.pb-12-5 {
  padding-bottom: 12.5rem !important; }

.pl-12 {
  padding-left: 12rem !important; }

.pl-12-5 {
  padding-left: 12.5rem !important; }

.pr-12 {
  padding-right: 12rem !important; }

.pr-12-5 {
  padding-right: 12.5rem !important; }

.px-12 {
  padding-left: 12rem !important;
  padding-right: 12rem !important; }

.px-12-5 {
  padding-left: 12.5rem !important;
  padding-right: 12.5rem !important; }

.py-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important; }

.py-12-5 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important; }

.m-13 {
  margin: 13rem !important; }

.m-13-5 {
  margin: 13.5rem !important; }

.mt-13 {
  margin-top: 13rem !important; }

.mt-13-5 {
  margin-top: 13.5rem !important; }

.mb-13 {
  margin-bottom: 13rem !important; }

.mb-13-5 {
  margin-bottom: 13.5rem !important; }

.ml-13 {
  margin-left: 13rem !important; }

.ml-13-5 {
  margin-left: 13.5rem !important; }

.mr-13 {
  margin-right: 13rem !important; }

.mr-13-5 {
  margin-right: 13.5rem !important; }

.mx-13 {
  margin-left: 13rem !important;
  margin-right: 13rem !important; }

.mx-13-5 {
  margin-left: 13.5rem !important;
  margin-right: 13.5rem !important; }

.my-13 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important; }

.my-13-5 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important; }

.p-13 {
  padding: 13rem !important; }

.p-13-5 {
  padding: 13.5rem !important; }

.pt-13 {
  padding-top: 13rem !important; }

.pt-13-5 {
  padding-top: 13.5rem !important; }

.pb-13 {
  padding-bottom: 13rem !important; }

.pb-13-5 {
  padding-bottom: 13.5rem !important; }

.pl-13 {
  padding-left: 13rem !important; }

.pl-13-5 {
  padding-left: 13.5rem !important; }

.pr-13 {
  padding-right: 13rem !important; }

.pr-13-5 {
  padding-right: 13.5rem !important; }

.px-13 {
  padding-left: 13rem !important;
  padding-right: 13rem !important; }

.px-13-5 {
  padding-left: 13.5rem !important;
  padding-right: 13.5rem !important; }

.py-13 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important; }

.py-13-5 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important; }

.m-14 {
  margin: 14rem !important; }

.m-14-5 {
  margin: 14.5rem !important; }

.mt-14 {
  margin-top: 14rem !important; }

.mt-14-5 {
  margin-top: 14.5rem !important; }

.mb-14 {
  margin-bottom: 14rem !important; }

.mb-14-5 {
  margin-bottom: 14.5rem !important; }

.ml-14 {
  margin-left: 14rem !important; }

.ml-14-5 {
  margin-left: 14.5rem !important; }

.mr-14 {
  margin-right: 14rem !important; }

.mr-14-5 {
  margin-right: 14.5rem !important; }

.mx-14 {
  margin-left: 14rem !important;
  margin-right: 14rem !important; }

.mx-14-5 {
  margin-left: 14.5rem !important;
  margin-right: 14.5rem !important; }

.my-14 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important; }

.my-14-5 {
  margin-top: 14.5rem !important;
  margin-bottom: 14.5rem !important; }

.p-14 {
  padding: 14rem !important; }

.p-14-5 {
  padding: 14.5rem !important; }

.pt-14 {
  padding-top: 14rem !important; }

.pt-14-5 {
  padding-top: 14.5rem !important; }

.pb-14 {
  padding-bottom: 14rem !important; }

.pb-14-5 {
  padding-bottom: 14.5rem !important; }

.pl-14 {
  padding-left: 14rem !important; }

.pl-14-5 {
  padding-left: 14.5rem !important; }

.pr-14 {
  padding-right: 14rem !important; }

.pr-14-5 {
  padding-right: 14.5rem !important; }

.px-14 {
  padding-left: 14rem !important;
  padding-right: 14rem !important; }

.px-14-5 {
  padding-left: 14.5rem !important;
  padding-right: 14.5rem !important; }

.py-14 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important; }

.py-14-5 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important; }

.m-15 {
  margin: 15rem !important; }

.m-15-5 {
  margin: 15.5rem !important; }

.mt-15 {
  margin-top: 15rem !important; }

.mt-15-5 {
  margin-top: 15.5rem !important; }

.mb-15 {
  margin-bottom: 15rem !important; }

.mb-15-5 {
  margin-bottom: 15.5rem !important; }

.ml-15 {
  margin-left: 15rem !important; }

.ml-15-5 {
  margin-left: 15.5rem !important; }

.mr-15 {
  margin-right: 15rem !important; }

.mr-15-5 {
  margin-right: 15.5rem !important; }

.mx-15 {
  margin-left: 15rem !important;
  margin-right: 15rem !important; }

.mx-15-5 {
  margin-left: 15.5rem !important;
  margin-right: 15.5rem !important; }

.my-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important; }

.my-15-5 {
  margin-top: 15.5rem !important;
  margin-bottom: 15.5rem !important; }

.p-15 {
  padding: 15rem !important; }

.p-15-5 {
  padding: 15.5rem !important; }

.pt-15 {
  padding-top: 15rem !important; }

.pt-15-5 {
  padding-top: 15.5rem !important; }

.pb-15 {
  padding-bottom: 15rem !important; }

.pb-15-5 {
  padding-bottom: 15.5rem !important; }

.pl-15 {
  padding-left: 15rem !important; }

.pl-15-5 {
  padding-left: 15.5rem !important; }

.pr-15 {
  padding-right: 15rem !important; }

.pr-15-5 {
  padding-right: 15.5rem !important; }

.px-15 {
  padding-left: 15rem !important;
  padding-right: 15rem !important; }

.px-15-5 {
  padding-left: 15.5rem !important;
  padding-right: 15.5rem !important; }

.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important; }

.py-15-5 {
  padding-top: 15.5rem !important;
  padding-bottom: 15.5rem !important; }

.m-16 {
  margin: 16rem !important; }

.m-16-5 {
  margin: 16.5rem !important; }

.mt-16 {
  margin-top: 16rem !important; }

.mt-16-5 {
  margin-top: 16.5rem !important; }

.mb-16 {
  margin-bottom: 16rem !important; }

.mb-16-5 {
  margin-bottom: 16.5rem !important; }

.ml-16 {
  margin-left: 16rem !important; }

.ml-16-5 {
  margin-left: 16.5rem !important; }

.mr-16 {
  margin-right: 16rem !important; }

.mr-16-5 {
  margin-right: 16.5rem !important; }

.mx-16 {
  margin-left: 16rem !important;
  margin-right: 16rem !important; }

.mx-16-5 {
  margin-left: 16.5rem !important;
  margin-right: 16.5rem !important; }

.my-16 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important; }

.my-16-5 {
  margin-top: 16.5rem !important;
  margin-bottom: 16.5rem !important; }

.p-16 {
  padding: 16rem !important; }

.p-16-5 {
  padding: 16.5rem !important; }

.pt-16 {
  padding-top: 16rem !important; }

.pt-16-5 {
  padding-top: 16.5rem !important; }

.pb-16 {
  padding-bottom: 16rem !important; }

.pb-16-5 {
  padding-bottom: 16.5rem !important; }

.pl-16 {
  padding-left: 16rem !important; }

.pl-16-5 {
  padding-left: 16.5rem !important; }

.pr-16 {
  padding-right: 16rem !important; }

.pr-16-5 {
  padding-right: 16.5rem !important; }

.px-16 {
  padding-left: 16rem !important;
  padding-right: 16rem !important; }

.px-16-5 {
  padding-left: 16.5rem !important;
  padding-right: 16.5rem !important; }

.py-16 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important; }

.py-16-5 {
  padding-top: 16.5rem !important;
  padding-bottom: 16.5rem !important; }

.m-17 {
  margin: 17rem !important; }

.m-17-5 {
  margin: 17.5rem !important; }

.mt-17 {
  margin-top: 17rem !important; }

.mt-17-5 {
  margin-top: 17.5rem !important; }

.mb-17 {
  margin-bottom: 17rem !important; }

.mb-17-5 {
  margin-bottom: 17.5rem !important; }

.ml-17 {
  margin-left: 17rem !important; }

.ml-17-5 {
  margin-left: 17.5rem !important; }

.mr-17 {
  margin-right: 17rem !important; }

.mr-17-5 {
  margin-right: 17.5rem !important; }

.mx-17 {
  margin-left: 17rem !important;
  margin-right: 17rem !important; }

.mx-17-5 {
  margin-left: 17.5rem !important;
  margin-right: 17.5rem !important; }

.my-17 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important; }

.my-17-5 {
  margin-top: 17.5rem !important;
  margin-bottom: 17.5rem !important; }

.p-17 {
  padding: 17rem !important; }

.p-17-5 {
  padding: 17.5rem !important; }

.pt-17 {
  padding-top: 17rem !important; }

.pt-17-5 {
  padding-top: 17.5rem !important; }

.pb-17 {
  padding-bottom: 17rem !important; }

.pb-17-5 {
  padding-bottom: 17.5rem !important; }

.pl-17 {
  padding-left: 17rem !important; }

.pl-17-5 {
  padding-left: 17.5rem !important; }

.pr-17 {
  padding-right: 17rem !important; }

.pr-17-5 {
  padding-right: 17.5rem !important; }

.px-17 {
  padding-left: 17rem !important;
  padding-right: 17rem !important; }

.px-17-5 {
  padding-left: 17.5rem !important;
  padding-right: 17.5rem !important; }

.py-17 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important; }

.py-17-5 {
  padding-top: 17.5rem !important;
  padding-bottom: 17.5rem !important; }

.m-18 {
  margin: 18rem !important; }

.m-18-5 {
  margin: 18.5rem !important; }

.mt-18 {
  margin-top: 18rem !important; }

.mt-18-5 {
  margin-top: 18.5rem !important; }

.mb-18 {
  margin-bottom: 18rem !important; }

.mb-18-5 {
  margin-bottom: 18.5rem !important; }

.ml-18 {
  margin-left: 18rem !important; }

.ml-18-5 {
  margin-left: 18.5rem !important; }

.mr-18 {
  margin-right: 18rem !important; }

.mr-18-5 {
  margin-right: 18.5rem !important; }

.mx-18 {
  margin-left: 18rem !important;
  margin-right: 18rem !important; }

.mx-18-5 {
  margin-left: 18.5rem !important;
  margin-right: 18.5rem !important; }

.my-18 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important; }

.my-18-5 {
  margin-top: 18.5rem !important;
  margin-bottom: 18.5rem !important; }

.p-18 {
  padding: 18rem !important; }

.p-18-5 {
  padding: 18.5rem !important; }

.pt-18 {
  padding-top: 18rem !important; }

.pt-18-5 {
  padding-top: 18.5rem !important; }

.pb-18 {
  padding-bottom: 18rem !important; }

.pb-18-5 {
  padding-bottom: 18.5rem !important; }

.pl-18 {
  padding-left: 18rem !important; }

.pl-18-5 {
  padding-left: 18.5rem !important; }

.pr-18 {
  padding-right: 18rem !important; }

.pr-18-5 {
  padding-right: 18.5rem !important; }

.px-18 {
  padding-left: 18rem !important;
  padding-right: 18rem !important; }

.px-18-5 {
  padding-left: 18.5rem !important;
  padding-right: 18.5rem !important; }

.py-18 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important; }

.py-18-5 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important; }

.m-19 {
  margin: 19rem !important; }

.m-19-5 {
  margin: 19.5rem !important; }

.mt-19 {
  margin-top: 19rem !important; }

.mt-19-5 {
  margin-top: 19.5rem !important; }

.mb-19 {
  margin-bottom: 19rem !important; }

.mb-19-5 {
  margin-bottom: 19.5rem !important; }

.ml-19 {
  margin-left: 19rem !important; }

.ml-19-5 {
  margin-left: 19.5rem !important; }

.mr-19 {
  margin-right: 19rem !important; }

.mr-19-5 {
  margin-right: 19.5rem !important; }

.mx-19 {
  margin-left: 19rem !important;
  margin-right: 19rem !important; }

.mx-19-5 {
  margin-left: 19.5rem !important;
  margin-right: 19.5rem !important; }

.my-19 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important; }

.my-19-5 {
  margin-top: 19.5rem !important;
  margin-bottom: 19.5rem !important; }

.p-19 {
  padding: 19rem !important; }

.p-19-5 {
  padding: 19.5rem !important; }

.pt-19 {
  padding-top: 19rem !important; }

.pt-19-5 {
  padding-top: 19.5rem !important; }

.pb-19 {
  padding-bottom: 19rem !important; }

.pb-19-5 {
  padding-bottom: 19.5rem !important; }

.pl-19 {
  padding-left: 19rem !important; }

.pl-19-5 {
  padding-left: 19.5rem !important; }

.pr-19 {
  padding-right: 19rem !important; }

.pr-19-5 {
  padding-right: 19.5rem !important; }

.px-19 {
  padding-left: 19rem !important;
  padding-right: 19rem !important; }

.px-19-5 {
  padding-left: 19.5rem !important;
  padding-right: 19.5rem !important; }

.py-19 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important; }

.py-19-5 {
  padding-top: 19.5rem !important;
  padding-bottom: 19.5rem !important; }

.m-20 {
  margin: 20rem !important; }

.m-20-5 {
  margin: 20.5rem !important; }

.mt-20 {
  margin-top: 20rem !important; }

.mt-20-5 {
  margin-top: 20.5rem !important; }

.mb-20 {
  margin-bottom: 20rem !important; }

.mb-20-5 {
  margin-bottom: 20.5rem !important; }

.ml-20 {
  margin-left: 20rem !important; }

.ml-20-5 {
  margin-left: 20.5rem !important; }

.mr-20 {
  margin-right: 20rem !important; }

.mr-20-5 {
  margin-right: 20.5rem !important; }

.mx-20 {
  margin-left: 20rem !important;
  margin-right: 20rem !important; }

.mx-20-5 {
  margin-left: 20.5rem !important;
  margin-right: 20.5rem !important; }

.my-20 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important; }

.my-20-5 {
  margin-top: 20.5rem !important;
  margin-bottom: 20.5rem !important; }

.p-20 {
  padding: 20rem !important; }

.p-20-5 {
  padding: 20.5rem !important; }

.pt-20 {
  padding-top: 20rem !important; }

.pt-20-5 {
  padding-top: 20.5rem !important; }

.pb-20 {
  padding-bottom: 20rem !important; }

.pb-20-5 {
  padding-bottom: 20.5rem !important; }

.pl-20 {
  padding-left: 20rem !important; }

.pl-20-5 {
  padding-left: 20.5rem !important; }

.pr-20 {
  padding-right: 20rem !important; }

.pr-20-5 {
  padding-right: 20.5rem !important; }

.px-20 {
  padding-left: 20rem !important;
  padding-right: 20rem !important; }

.px-20-5 {
  padding-left: 20.5rem !important;
  padding-right: 20.5rem !important; }

.py-20 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important; }

.py-20-5 {
  padding-top: 20.5rem !important;
  padding-bottom: 20.5rem !important; }

.m-21 {
  margin: 21rem !important; }

.m-21-5 {
  margin: 21.5rem !important; }

.mt-21 {
  margin-top: 21rem !important; }

.mt-21-5 {
  margin-top: 21.5rem !important; }

.mb-21 {
  margin-bottom: 21rem !important; }

.mb-21-5 {
  margin-bottom: 21.5rem !important; }

.ml-21 {
  margin-left: 21rem !important; }

.ml-21-5 {
  margin-left: 21.5rem !important; }

.mr-21 {
  margin-right: 21rem !important; }

.mr-21-5 {
  margin-right: 21.5rem !important; }

.mx-21 {
  margin-left: 21rem !important;
  margin-right: 21rem !important; }

.mx-21-5 {
  margin-left: 21.5rem !important;
  margin-right: 21.5rem !important; }

.my-21 {
  margin-top: 21rem !important;
  margin-bottom: 21rem !important; }

.my-21-5 {
  margin-top: 21.5rem !important;
  margin-bottom: 21.5rem !important; }

.p-21 {
  padding: 21rem !important; }

.p-21-5 {
  padding: 21.5rem !important; }

.pt-21 {
  padding-top: 21rem !important; }

.pt-21-5 {
  padding-top: 21.5rem !important; }

.pb-21 {
  padding-bottom: 21rem !important; }

.pb-21-5 {
  padding-bottom: 21.5rem !important; }

.pl-21 {
  padding-left: 21rem !important; }

.pl-21-5 {
  padding-left: 21.5rem !important; }

.pr-21 {
  padding-right: 21rem !important; }

.pr-21-5 {
  padding-right: 21.5rem !important; }

.px-21 {
  padding-left: 21rem !important;
  padding-right: 21rem !important; }

.px-21-5 {
  padding-left: 21.5rem !important;
  padding-right: 21.5rem !important; }

.py-21 {
  padding-top: 21rem !important;
  padding-bottom: 21rem !important; }

.py-21-5 {
  padding-top: 21.5rem !important;
  padding-bottom: 21.5rem !important; }

.m-22 {
  margin: 22rem !important; }

.m-22-5 {
  margin: 22.5rem !important; }

.mt-22 {
  margin-top: 22rem !important; }

.mt-22-5 {
  margin-top: 22.5rem !important; }

.mb-22 {
  margin-bottom: 22rem !important; }

.mb-22-5 {
  margin-bottom: 22.5rem !important; }

.ml-22 {
  margin-left: 22rem !important; }

.ml-22-5 {
  margin-left: 22.5rem !important; }

.mr-22 {
  margin-right: 22rem !important; }

.mr-22-5 {
  margin-right: 22.5rem !important; }

.mx-22 {
  margin-left: 22rem !important;
  margin-right: 22rem !important; }

.mx-22-5 {
  margin-left: 22.5rem !important;
  margin-right: 22.5rem !important; }

.my-22 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important; }

.my-22-5 {
  margin-top: 22.5rem !important;
  margin-bottom: 22.5rem !important; }

.p-22 {
  padding: 22rem !important; }

.p-22-5 {
  padding: 22.5rem !important; }

.pt-22 {
  padding-top: 22rem !important; }

.pt-22-5 {
  padding-top: 22.5rem !important; }

.pb-22 {
  padding-bottom: 22rem !important; }

.pb-22-5 {
  padding-bottom: 22.5rem !important; }

.pl-22 {
  padding-left: 22rem !important; }

.pl-22-5 {
  padding-left: 22.5rem !important; }

.pr-22 {
  padding-right: 22rem !important; }

.pr-22-5 {
  padding-right: 22.5rem !important; }

.px-22 {
  padding-left: 22rem !important;
  padding-right: 22rem !important; }

.px-22-5 {
  padding-left: 22.5rem !important;
  padding-right: 22.5rem !important; }

.py-22 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important; }

.py-22-5 {
  padding-top: 22.5rem !important;
  padding-bottom: 22.5rem !important; }

.m-23 {
  margin: 23rem !important; }

.m-23-5 {
  margin: 23.5rem !important; }

.mt-23 {
  margin-top: 23rem !important; }

.mt-23-5 {
  margin-top: 23.5rem !important; }

.mb-23 {
  margin-bottom: 23rem !important; }

.mb-23-5 {
  margin-bottom: 23.5rem !important; }

.ml-23 {
  margin-left: 23rem !important; }

.ml-23-5 {
  margin-left: 23.5rem !important; }

.mr-23 {
  margin-right: 23rem !important; }

.mr-23-5 {
  margin-right: 23.5rem !important; }

.mx-23 {
  margin-left: 23rem !important;
  margin-right: 23rem !important; }

.mx-23-5 {
  margin-left: 23.5rem !important;
  margin-right: 23.5rem !important; }

.my-23 {
  margin-top: 23rem !important;
  margin-bottom: 23rem !important; }

.my-23-5 {
  margin-top: 23.5rem !important;
  margin-bottom: 23.5rem !important; }

.p-23 {
  padding: 23rem !important; }

.p-23-5 {
  padding: 23.5rem !important; }

.pt-23 {
  padding-top: 23rem !important; }

.pt-23-5 {
  padding-top: 23.5rem !important; }

.pb-23 {
  padding-bottom: 23rem !important; }

.pb-23-5 {
  padding-bottom: 23.5rem !important; }

.pl-23 {
  padding-left: 23rem !important; }

.pl-23-5 {
  padding-left: 23.5rem !important; }

.pr-23 {
  padding-right: 23rem !important; }

.pr-23-5 {
  padding-right: 23.5rem !important; }

.px-23 {
  padding-left: 23rem !important;
  padding-right: 23rem !important; }

.px-23-5 {
  padding-left: 23.5rem !important;
  padding-right: 23.5rem !important; }

.py-23 {
  padding-top: 23rem !important;
  padding-bottom: 23rem !important; }

.py-23-5 {
  padding-top: 23.5rem !important;
  padding-bottom: 23.5rem !important; }

.m-24 {
  margin: 24rem !important; }

.m-24-5 {
  margin: 24.5rem !important; }

.mt-24 {
  margin-top: 24rem !important; }

.mt-24-5 {
  margin-top: 24.5rem !important; }

.mb-24 {
  margin-bottom: 24rem !important; }

.mb-24-5 {
  margin-bottom: 24.5rem !important; }

.ml-24 {
  margin-left: 24rem !important; }

.ml-24-5 {
  margin-left: 24.5rem !important; }

.mr-24 {
  margin-right: 24rem !important; }

.mr-24-5 {
  margin-right: 24.5rem !important; }

.mx-24 {
  margin-left: 24rem !important;
  margin-right: 24rem !important; }

.mx-24-5 {
  margin-left: 24.5rem !important;
  margin-right: 24.5rem !important; }

.my-24 {
  margin-top: 24rem !important;
  margin-bottom: 24rem !important; }

.my-24-5 {
  margin-top: 24.5rem !important;
  margin-bottom: 24.5rem !important; }

.p-24 {
  padding: 24rem !important; }

.p-24-5 {
  padding: 24.5rem !important; }

.pt-24 {
  padding-top: 24rem !important; }

.pt-24-5 {
  padding-top: 24.5rem !important; }

.pb-24 {
  padding-bottom: 24rem !important; }

.pb-24-5 {
  padding-bottom: 24.5rem !important; }

.pl-24 {
  padding-left: 24rem !important; }

.pl-24-5 {
  padding-left: 24.5rem !important; }

.pr-24 {
  padding-right: 24rem !important; }

.pr-24-5 {
  padding-right: 24.5rem !important; }

.px-24 {
  padding-left: 24rem !important;
  padding-right: 24rem !important; }

.px-24-5 {
  padding-left: 24.5rem !important;
  padding-right: 24.5rem !important; }

.py-24 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important; }

.py-24-5 {
  padding-top: 24.5rem !important;
  padding-bottom: 24.5rem !important; }

.m-25 {
  margin: 25rem !important; }

.m-25-5 {
  margin: 25.5rem !important; }

.mt-25 {
  margin-top: 25rem !important; }

.mt-25-5 {
  margin-top: 25.5rem !important; }

.mb-25 {
  margin-bottom: 25rem !important; }

.mb-25-5 {
  margin-bottom: 25.5rem !important; }

.ml-25 {
  margin-left: 25rem !important; }

.ml-25-5 {
  margin-left: 25.5rem !important; }

.mr-25 {
  margin-right: 25rem !important; }

.mr-25-5 {
  margin-right: 25.5rem !important; }

.mx-25 {
  margin-left: 25rem !important;
  margin-right: 25rem !important; }

.mx-25-5 {
  margin-left: 25.5rem !important;
  margin-right: 25.5rem !important; }

.my-25 {
  margin-top: 25rem !important;
  margin-bottom: 25rem !important; }

.my-25-5 {
  margin-top: 25.5rem !important;
  margin-bottom: 25.5rem !important; }

.p-25 {
  padding: 25rem !important; }

.p-25-5 {
  padding: 25.5rem !important; }

.pt-25 {
  padding-top: 25rem !important; }

.pt-25-5 {
  padding-top: 25.5rem !important; }

.pb-25 {
  padding-bottom: 25rem !important; }

.pb-25-5 {
  padding-bottom: 25.5rem !important; }

.pl-25 {
  padding-left: 25rem !important; }

.pl-25-5 {
  padding-left: 25.5rem !important; }

.pr-25 {
  padding-right: 25rem !important; }

.pr-25-5 {
  padding-right: 25.5rem !important; }

.px-25 {
  padding-left: 25rem !important;
  padding-right: 25rem !important; }

.px-25-5 {
  padding-left: 25.5rem !important;
  padding-right: 25.5rem !important; }

.py-25 {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important; }

.py-25-5 {
  padding-top: 25.5rem !important;
  padding-bottom: 25.5rem !important; }

.m-26 {
  margin: 26rem !important; }

.m-26-5 {
  margin: 26.5rem !important; }

.mt-26 {
  margin-top: 26rem !important; }

.mt-26-5 {
  margin-top: 26.5rem !important; }

.mb-26 {
  margin-bottom: 26rem !important; }

.mb-26-5 {
  margin-bottom: 26.5rem !important; }

.ml-26 {
  margin-left: 26rem !important; }

.ml-26-5 {
  margin-left: 26.5rem !important; }

.mr-26 {
  margin-right: 26rem !important; }

.mr-26-5 {
  margin-right: 26.5rem !important; }

.mx-26 {
  margin-left: 26rem !important;
  margin-right: 26rem !important; }

.mx-26-5 {
  margin-left: 26.5rem !important;
  margin-right: 26.5rem !important; }

.my-26 {
  margin-top: 26rem !important;
  margin-bottom: 26rem !important; }

.my-26-5 {
  margin-top: 26.5rem !important;
  margin-bottom: 26.5rem !important; }

.p-26 {
  padding: 26rem !important; }

.p-26-5 {
  padding: 26.5rem !important; }

.pt-26 {
  padding-top: 26rem !important; }

.pt-26-5 {
  padding-top: 26.5rem !important; }

.pb-26 {
  padding-bottom: 26rem !important; }

.pb-26-5 {
  padding-bottom: 26.5rem !important; }

.pl-26 {
  padding-left: 26rem !important; }

.pl-26-5 {
  padding-left: 26.5rem !important; }

.pr-26 {
  padding-right: 26rem !important; }

.pr-26-5 {
  padding-right: 26.5rem !important; }

.px-26 {
  padding-left: 26rem !important;
  padding-right: 26rem !important; }

.px-26-5 {
  padding-left: 26.5rem !important;
  padding-right: 26.5rem !important; }

.py-26 {
  padding-top: 26rem !important;
  padding-bottom: 26rem !important; }

.py-26-5 {
  padding-top: 26.5rem !important;
  padding-bottom: 26.5rem !important; }

.m-27 {
  margin: 27rem !important; }

.m-27-5 {
  margin: 27.5rem !important; }

.mt-27 {
  margin-top: 27rem !important; }

.mt-27-5 {
  margin-top: 27.5rem !important; }

.mb-27 {
  margin-bottom: 27rem !important; }

.mb-27-5 {
  margin-bottom: 27.5rem !important; }

.ml-27 {
  margin-left: 27rem !important; }

.ml-27-5 {
  margin-left: 27.5rem !important; }

.mr-27 {
  margin-right: 27rem !important; }

.mr-27-5 {
  margin-right: 27.5rem !important; }

.mx-27 {
  margin-left: 27rem !important;
  margin-right: 27rem !important; }

.mx-27-5 {
  margin-left: 27.5rem !important;
  margin-right: 27.5rem !important; }

.my-27 {
  margin-top: 27rem !important;
  margin-bottom: 27rem !important; }

.my-27-5 {
  margin-top: 27.5rem !important;
  margin-bottom: 27.5rem !important; }

.p-27 {
  padding: 27rem !important; }

.p-27-5 {
  padding: 27.5rem !important; }

.pt-27 {
  padding-top: 27rem !important; }

.pt-27-5 {
  padding-top: 27.5rem !important; }

.pb-27 {
  padding-bottom: 27rem !important; }

.pb-27-5 {
  padding-bottom: 27.5rem !important; }

.pl-27 {
  padding-left: 27rem !important; }

.pl-27-5 {
  padding-left: 27.5rem !important; }

.pr-27 {
  padding-right: 27rem !important; }

.pr-27-5 {
  padding-right: 27.5rem !important; }

.px-27 {
  padding-left: 27rem !important;
  padding-right: 27rem !important; }

.px-27-5 {
  padding-left: 27.5rem !important;
  padding-right: 27.5rem !important; }

.py-27 {
  padding-top: 27rem !important;
  padding-bottom: 27rem !important; }

.py-27-5 {
  padding-top: 27.5rem !important;
  padding-bottom: 27.5rem !important; }

.m-28 {
  margin: 28rem !important; }

.m-28-5 {
  margin: 28.5rem !important; }

.mt-28 {
  margin-top: 28rem !important; }

.mt-28-5 {
  margin-top: 28.5rem !important; }

.mb-28 {
  margin-bottom: 28rem !important; }

.mb-28-5 {
  margin-bottom: 28.5rem !important; }

.ml-28 {
  margin-left: 28rem !important; }

.ml-28-5 {
  margin-left: 28.5rem !important; }

.mr-28 {
  margin-right: 28rem !important; }

.mr-28-5 {
  margin-right: 28.5rem !important; }

.mx-28 {
  margin-left: 28rem !important;
  margin-right: 28rem !important; }

.mx-28-5 {
  margin-left: 28.5rem !important;
  margin-right: 28.5rem !important; }

.my-28 {
  margin-top: 28rem !important;
  margin-bottom: 28rem !important; }

.my-28-5 {
  margin-top: 28.5rem !important;
  margin-bottom: 28.5rem !important; }

.p-28 {
  padding: 28rem !important; }

.p-28-5 {
  padding: 28.5rem !important; }

.pt-28 {
  padding-top: 28rem !important; }

.pt-28-5 {
  padding-top: 28.5rem !important; }

.pb-28 {
  padding-bottom: 28rem !important; }

.pb-28-5 {
  padding-bottom: 28.5rem !important; }

.pl-28 {
  padding-left: 28rem !important; }

.pl-28-5 {
  padding-left: 28.5rem !important; }

.pr-28 {
  padding-right: 28rem !important; }

.pr-28-5 {
  padding-right: 28.5rem !important; }

.px-28 {
  padding-left: 28rem !important;
  padding-right: 28rem !important; }

.px-28-5 {
  padding-left: 28.5rem !important;
  padding-right: 28.5rem !important; }

.py-28 {
  padding-top: 28rem !important;
  padding-bottom: 28rem !important; }

.py-28-5 {
  padding-top: 28.5rem !important;
  padding-bottom: 28.5rem !important; }

.m-29 {
  margin: 29rem !important; }

.m-29-5 {
  margin: 29.5rem !important; }

.mt-29 {
  margin-top: 29rem !important; }

.mt-29-5 {
  margin-top: 29.5rem !important; }

.mb-29 {
  margin-bottom: 29rem !important; }

.mb-29-5 {
  margin-bottom: 29.5rem !important; }

.ml-29 {
  margin-left: 29rem !important; }

.ml-29-5 {
  margin-left: 29.5rem !important; }

.mr-29 {
  margin-right: 29rem !important; }

.mr-29-5 {
  margin-right: 29.5rem !important; }

.mx-29 {
  margin-left: 29rem !important;
  margin-right: 29rem !important; }

.mx-29-5 {
  margin-left: 29.5rem !important;
  margin-right: 29.5rem !important; }

.my-29 {
  margin-top: 29rem !important;
  margin-bottom: 29rem !important; }

.my-29-5 {
  margin-top: 29.5rem !important;
  margin-bottom: 29.5rem !important; }

.p-29 {
  padding: 29rem !important; }

.p-29-5 {
  padding: 29.5rem !important; }

.pt-29 {
  padding-top: 29rem !important; }

.pt-29-5 {
  padding-top: 29.5rem !important; }

.pb-29 {
  padding-bottom: 29rem !important; }

.pb-29-5 {
  padding-bottom: 29.5rem !important; }

.pl-29 {
  padding-left: 29rem !important; }

.pl-29-5 {
  padding-left: 29.5rem !important; }

.pr-29 {
  padding-right: 29rem !important; }

.pr-29-5 {
  padding-right: 29.5rem !important; }

.px-29 {
  padding-left: 29rem !important;
  padding-right: 29rem !important; }

.px-29-5 {
  padding-left: 29.5rem !important;
  padding-right: 29.5rem !important; }

.py-29 {
  padding-top: 29rem !important;
  padding-bottom: 29rem !important; }

.py-29-5 {
  padding-top: 29.5rem !important;
  padding-bottom: 29.5rem !important; }

.m-30 {
  margin: 30rem !important; }

.m-30-5 {
  margin: 30.5rem !important; }

.mt-30 {
  margin-top: 30rem !important; }

.mt-30-5 {
  margin-top: 30.5rem !important; }

.mb-30 {
  margin-bottom: 30rem !important; }

.mb-30-5 {
  margin-bottom: 30.5rem !important; }

.ml-30 {
  margin-left: 30rem !important; }

.ml-30-5 {
  margin-left: 30.5rem !important; }

.mr-30 {
  margin-right: 30rem !important; }

.mr-30-5 {
  margin-right: 30.5rem !important; }

.mx-30 {
  margin-left: 30rem !important;
  margin-right: 30rem !important; }

.mx-30-5 {
  margin-left: 30.5rem !important;
  margin-right: 30.5rem !important; }

.my-30 {
  margin-top: 30rem !important;
  margin-bottom: 30rem !important; }

.my-30-5 {
  margin-top: 30.5rem !important;
  margin-bottom: 30.5rem !important; }

.p-30 {
  padding: 30rem !important; }

.p-30-5 {
  padding: 30.5rem !important; }

.pt-30 {
  padding-top: 30rem !important; }

.pt-30-5 {
  padding-top: 30.5rem !important; }

.pb-30 {
  padding-bottom: 30rem !important; }

.pb-30-5 {
  padding-bottom: 30.5rem !important; }

.pl-30 {
  padding-left: 30rem !important; }

.pl-30-5 {
  padding-left: 30.5rem !important; }

.pr-30 {
  padding-right: 30rem !important; }

.pr-30-5 {
  padding-right: 30.5rem !important; }

.px-30 {
  padding-left: 30rem !important;
  padding-right: 30rem !important; }

.px-30-5 {
  padding-left: 30.5rem !important;
  padding-right: 30.5rem !important; }

.py-30 {
  padding-top: 30rem !important;
  padding-bottom: 30rem !important; }

.py-30-5 {
  padding-top: 30.5rem !important;
  padding-bottom: 30.5rem !important; }

@media (max-width: 960px) {
  .m-0 {
    margin: 0rem !important; }

  .m-0-5 {
    margin: 0.33335rem !important; }

  .mt-0 {
    margin-top: 0rem !important; }

  .mt-0-5 {
    margin-top: 0.33335rem !important; }

  .mb-0 {
    margin-bottom: 0rem !important; }

  .mb-0-5 {
    margin-bottom: 0.33335rem !important; }

  .ml-0 {
    margin-left: 0rem !important; }

  .ml-0-5 {
    margin-left: 0.33335rem !important; }

  .mr-0 {
    margin-right: 0rem !important; }

  .mr-0-5 {
    margin-right: 0.33335rem !important; }

  .mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important; }

  .mx-0-5 {
    margin-left: 0.33335rem !important;
    margin-right: 0.33335rem !important; }

  .my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; }

  .my-0-5 {
    margin-top: 0.33335rem !important;
    margin-bottom: 0.33335rem !important; }

  .p-0 {
    padding: 0rem !important; }

  .p-0-5 {
    padding: 0.33335rem !important; }

  .pt-0 {
    padding-top: 0rem !important; }

  .pt-0-5 {
    padding-top: 0.33335rem !important; }

  .pb-0 {
    padding-bottom: 0rem !important; }

  .pb-0-5 {
    padding-bottom: 0.33335rem !important; }

  .pl-0 {
    padding-left: 0rem !important; }

  .pl-0-5 {
    padding-left: 0.33335rem !important; }

  .pr-0 {
    padding-right: 0rem !important; }

  .pr-0-5 {
    padding-right: 0.33335rem !important; }

  .px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important; }

  .px-0-5 {
    padding-left: 0.33335rem !important;
    padding-right: 0.33335rem !important; }

  .py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; }

  .py-0-5 {
    padding-top: 0.33335rem !important;
    padding-bottom: 0.33335rem !important; }

  .m-1 {
    margin: 0.6667rem !important; }

  .m-1-5 {
    margin: 1.00005rem !important; }

  .mt-1 {
    margin-top: 0.6667rem !important; }

  .mt-1-5 {
    margin-top: 1.00005rem !important; }

  .mb-1 {
    margin-bottom: 0.6667rem !important; }

  .mb-1-5 {
    margin-bottom: 1.00005rem !important; }

  .ml-1 {
    margin-left: 0.6667rem !important; }

  .ml-1-5 {
    margin-left: 1.00005rem !important; }

  .mr-1 {
    margin-right: 0.6667rem !important; }

  .mr-1-5 {
    margin-right: 1.00005rem !important; }

  .mx-1 {
    margin-left: 0.6667rem !important;
    margin-right: 0.6667rem !important; }

  .mx-1-5 {
    margin-left: 1.00005rem !important;
    margin-right: 1.00005rem !important; }

  .my-1 {
    margin-top: 0.6667rem !important;
    margin-bottom: 0.6667rem !important; }

  .my-1-5 {
    margin-top: 1.00005rem !important;
    margin-bottom: 1.00005rem !important; }

  .p-1 {
    padding: 0.6667rem !important; }

  .p-1-5 {
    padding: 1.00005rem !important; }

  .pt-1 {
    padding-top: 0.6667rem !important; }

  .pt-1-5 {
    padding-top: 1.00005rem !important; }

  .pb-1 {
    padding-bottom: 0.6667rem !important; }

  .pb-1-5 {
    padding-bottom: 1.00005rem !important; }

  .pl-1 {
    padding-left: 0.6667rem !important; }

  .pl-1-5 {
    padding-left: 1.00005rem !important; }

  .pr-1 {
    padding-right: 0.6667rem !important; }

  .pr-1-5 {
    padding-right: 1.00005rem !important; }

  .px-1 {
    padding-left: 0.6667rem !important;
    padding-right: 0.6667rem !important; }

  .px-1-5 {
    padding-left: 1.00005rem !important;
    padding-right: 1.00005rem !important; }

  .py-1 {
    padding-top: 0.6667rem !important;
    padding-bottom: 0.6667rem !important; }

  .py-1-5 {
    padding-top: 1.00005rem !important;
    padding-bottom: 1.00005rem !important; }

  .m-2 {
    margin: 1.3334rem !important; }

  .m-2-5 {
    margin: 1.66675rem !important; }

  .mt-2 {
    margin-top: 1.3334rem !important; }

  .mt-2-5 {
    margin-top: 1.66675rem !important; }

  .mb-2 {
    margin-bottom: 1.3334rem !important; }

  .mb-2-5 {
    margin-bottom: 1.66675rem !important; }

  .ml-2 {
    margin-left: 1.3334rem !important; }

  .ml-2-5 {
    margin-left: 1.66675rem !important; }

  .mr-2 {
    margin-right: 1.3334rem !important; }

  .mr-2-5 {
    margin-right: 1.66675rem !important; }

  .mx-2 {
    margin-left: 1.3334rem !important;
    margin-right: 1.3334rem !important; }

  .mx-2-5 {
    margin-left: 1.66675rem !important;
    margin-right: 1.66675rem !important; }

  .my-2 {
    margin-top: 1.3334rem !important;
    margin-bottom: 1.3334rem !important; }

  .my-2-5 {
    margin-top: 1.66675rem !important;
    margin-bottom: 1.66675rem !important; }

  .p-2 {
    padding: 1.3334rem !important; }

  .p-2-5 {
    padding: 1.66675rem !important; }

  .pt-2 {
    padding-top: 1.3334rem !important; }

  .pt-2-5 {
    padding-top: 1.66675rem !important; }

  .pb-2 {
    padding-bottom: 1.3334rem !important; }

  .pb-2-5 {
    padding-bottom: 1.66675rem !important; }

  .pl-2 {
    padding-left: 1.3334rem !important; }

  .pl-2-5 {
    padding-left: 1.66675rem !important; }

  .pr-2 {
    padding-right: 1.3334rem !important; }

  .pr-2-5 {
    padding-right: 1.66675rem !important; }

  .px-2 {
    padding-left: 1.3334rem !important;
    padding-right: 1.3334rem !important; }

  .px-2-5 {
    padding-left: 1.66675rem !important;
    padding-right: 1.66675rem !important; }

  .py-2 {
    padding-top: 1.3334rem !important;
    padding-bottom: 1.3334rem !important; }

  .py-2-5 {
    padding-top: 1.66675rem !important;
    padding-bottom: 1.66675rem !important; }

  .m-3 {
    margin: 2.0001rem !important; }

  .m-3-5 {
    margin: 2.33345rem !important; }

  .mt-3 {
    margin-top: 2.0001rem !important; }

  .mt-3-5 {
    margin-top: 2.33345rem !important; }

  .mb-3 {
    margin-bottom: 2.0001rem !important; }

  .mb-3-5 {
    margin-bottom: 2.33345rem !important; }

  .ml-3 {
    margin-left: 2.0001rem !important; }

  .ml-3-5 {
    margin-left: 2.33345rem !important; }

  .mr-3 {
    margin-right: 2.0001rem !important; }

  .mr-3-5 {
    margin-right: 2.33345rem !important; }

  .mx-3 {
    margin-left: 2.0001rem !important;
    margin-right: 2.0001rem !important; }

  .mx-3-5 {
    margin-left: 2.33345rem !important;
    margin-right: 2.33345rem !important; }

  .my-3 {
    margin-top: 2.0001rem !important;
    margin-bottom: 2.0001rem !important; }

  .my-3-5 {
    margin-top: 2.33345rem !important;
    margin-bottom: 2.33345rem !important; }

  .p-3 {
    padding: 2.0001rem !important; }

  .p-3-5 {
    padding: 2.33345rem !important; }

  .pt-3 {
    padding-top: 2.0001rem !important; }

  .pt-3-5 {
    padding-top: 2.33345rem !important; }

  .pb-3 {
    padding-bottom: 2.0001rem !important; }

  .pb-3-5 {
    padding-bottom: 2.33345rem !important; }

  .pl-3 {
    padding-left: 2.0001rem !important; }

  .pl-3-5 {
    padding-left: 2.33345rem !important; }

  .pr-3 {
    padding-right: 2.0001rem !important; }

  .pr-3-5 {
    padding-right: 2.33345rem !important; }

  .px-3 {
    padding-left: 2.0001rem !important;
    padding-right: 2.0001rem !important; }

  .px-3-5 {
    padding-left: 2.33345rem !important;
    padding-right: 2.33345rem !important; }

  .py-3 {
    padding-top: 2.0001rem !important;
    padding-bottom: 2.0001rem !important; }

  .py-3-5 {
    padding-top: 2.33345rem !important;
    padding-bottom: 2.33345rem !important; }

  .m-4 {
    margin: 2.6668rem !important; }

  .m-4-5 {
    margin: 3.00015rem !important; }

  .mt-4 {
    margin-top: 2.6668rem !important; }

  .mt-4-5 {
    margin-top: 3.00015rem !important; }

  .mb-4 {
    margin-bottom: 2.6668rem !important; }

  .mb-4-5 {
    margin-bottom: 3.00015rem !important; }

  .ml-4 {
    margin-left: 2.6668rem !important; }

  .ml-4-5 {
    margin-left: 3.00015rem !important; }

  .mr-4 {
    margin-right: 2.6668rem !important; }

  .mr-4-5 {
    margin-right: 3.00015rem !important; }

  .mx-4 {
    margin-left: 2.6668rem !important;
    margin-right: 2.6668rem !important; }

  .mx-4-5 {
    margin-left: 3.00015rem !important;
    margin-right: 3.00015rem !important; }

  .my-4 {
    margin-top: 2.6668rem !important;
    margin-bottom: 2.6668rem !important; }

  .my-4-5 {
    margin-top: 3.00015rem !important;
    margin-bottom: 3.00015rem !important; }

  .p-4 {
    padding: 2.6668rem !important; }

  .p-4-5 {
    padding: 3.00015rem !important; }

  .pt-4 {
    padding-top: 2.6668rem !important; }

  .pt-4-5 {
    padding-top: 3.00015rem !important; }

  .pb-4 {
    padding-bottom: 2.6668rem !important; }

  .pb-4-5 {
    padding-bottom: 3.00015rem !important; }

  .pl-4 {
    padding-left: 2.6668rem !important; }

  .pl-4-5 {
    padding-left: 3.00015rem !important; }

  .pr-4 {
    padding-right: 2.6668rem !important; }

  .pr-4-5 {
    padding-right: 3.00015rem !important; }

  .px-4 {
    padding-left: 2.6668rem !important;
    padding-right: 2.6668rem !important; }

  .px-4-5 {
    padding-left: 3.00015rem !important;
    padding-right: 3.00015rem !important; }

  .py-4 {
    padding-top: 2.6668rem !important;
    padding-bottom: 2.6668rem !important; }

  .py-4-5 {
    padding-top: 3.00015rem !important;
    padding-bottom: 3.00015rem !important; }

  .m-5 {
    margin: 3.3335rem !important; }

  .m-5-5 {
    margin: 3.66685rem !important; }

  .mt-5 {
    margin-top: 3.3335rem !important; }

  .mt-5-5 {
    margin-top: 3.66685rem !important; }

  .mb-5 {
    margin-bottom: 3.3335rem !important; }

  .mb-5-5 {
    margin-bottom: 3.66685rem !important; }

  .ml-5 {
    margin-left: 3.3335rem !important; }

  .ml-5-5 {
    margin-left: 3.66685rem !important; }

  .mr-5 {
    margin-right: 3.3335rem !important; }

  .mr-5-5 {
    margin-right: 3.66685rem !important; }

  .mx-5 {
    margin-left: 3.3335rem !important;
    margin-right: 3.3335rem !important; }

  .mx-5-5 {
    margin-left: 3.66685rem !important;
    margin-right: 3.66685rem !important; }

  .my-5 {
    margin-top: 3.3335rem !important;
    margin-bottom: 3.3335rem !important; }

  .my-5-5 {
    margin-top: 3.66685rem !important;
    margin-bottom: 3.66685rem !important; }

  .p-5 {
    padding: 3.3335rem !important; }

  .p-5-5 {
    padding: 3.66685rem !important; }

  .pt-5 {
    padding-top: 3.3335rem !important; }

  .pt-5-5 {
    padding-top: 3.66685rem !important; }

  .pb-5 {
    padding-bottom: 3.3335rem !important; }

  .pb-5-5 {
    padding-bottom: 3.66685rem !important; }

  .pl-5 {
    padding-left: 3.3335rem !important; }

  .pl-5-5 {
    padding-left: 3.66685rem !important; }

  .pr-5 {
    padding-right: 3.3335rem !important; }

  .pr-5-5 {
    padding-right: 3.66685rem !important; }

  .px-5 {
    padding-left: 3.3335rem !important;
    padding-right: 3.3335rem !important; }

  .px-5-5 {
    padding-left: 3.66685rem !important;
    padding-right: 3.66685rem !important; }

  .py-5 {
    padding-top: 3.3335rem !important;
    padding-bottom: 3.3335rem !important; }

  .py-5-5 {
    padding-top: 3.66685rem !important;
    padding-bottom: 3.66685rem !important; }

  .m-6 {
    margin: 4.0002rem !important; }

  .m-6-5 {
    margin: 4.33355rem !important; }

  .mt-6 {
    margin-top: 4.0002rem !important; }

  .mt-6-5 {
    margin-top: 4.33355rem !important; }

  .mb-6 {
    margin-bottom: 4.0002rem !important; }

  .mb-6-5 {
    margin-bottom: 4.33355rem !important; }

  .ml-6 {
    margin-left: 4.0002rem !important; }

  .ml-6-5 {
    margin-left: 4.33355rem !important; }

  .mr-6 {
    margin-right: 4.0002rem !important; }

  .mr-6-5 {
    margin-right: 4.33355rem !important; }

  .mx-6 {
    margin-left: 4.0002rem !important;
    margin-right: 4.0002rem !important; }

  .mx-6-5 {
    margin-left: 4.33355rem !important;
    margin-right: 4.33355rem !important; }

  .my-6 {
    margin-top: 4.0002rem !important;
    margin-bottom: 4.0002rem !important; }

  .my-6-5 {
    margin-top: 4.33355rem !important;
    margin-bottom: 4.33355rem !important; }

  .p-6 {
    padding: 4.0002rem !important; }

  .p-6-5 {
    padding: 4.33355rem !important; }

  .pt-6 {
    padding-top: 4.0002rem !important; }

  .pt-6-5 {
    padding-top: 4.33355rem !important; }

  .pb-6 {
    padding-bottom: 4.0002rem !important; }

  .pb-6-5 {
    padding-bottom: 4.33355rem !important; }

  .pl-6 {
    padding-left: 4.0002rem !important; }

  .pl-6-5 {
    padding-left: 4.33355rem !important; }

  .pr-6 {
    padding-right: 4.0002rem !important; }

  .pr-6-5 {
    padding-right: 4.33355rem !important; }

  .px-6 {
    padding-left: 4.0002rem !important;
    padding-right: 4.0002rem !important; }

  .px-6-5 {
    padding-left: 4.33355rem !important;
    padding-right: 4.33355rem !important; }

  .py-6 {
    padding-top: 4.0002rem !important;
    padding-bottom: 4.0002rem !important; }

  .py-6-5 {
    padding-top: 4.33355rem !important;
    padding-bottom: 4.33355rem !important; }

  .m-7 {
    margin: 4.6669rem !important; }

  .m-7-5 {
    margin: 5.00025rem !important; }

  .mt-7 {
    margin-top: 4.6669rem !important; }

  .mt-7-5 {
    margin-top: 5.00025rem !important; }

  .mb-7 {
    margin-bottom: 4.6669rem !important; }

  .mb-7-5 {
    margin-bottom: 5.00025rem !important; }

  .ml-7 {
    margin-left: 4.6669rem !important; }

  .ml-7-5 {
    margin-left: 5.00025rem !important; }

  .mr-7 {
    margin-right: 4.6669rem !important; }

  .mr-7-5 {
    margin-right: 5.00025rem !important; }

  .mx-7 {
    margin-left: 4.6669rem !important;
    margin-right: 4.6669rem !important; }

  .mx-7-5 {
    margin-left: 5.00025rem !important;
    margin-right: 5.00025rem !important; }

  .my-7 {
    margin-top: 4.6669rem !important;
    margin-bottom: 4.6669rem !important; }

  .my-7-5 {
    margin-top: 5.00025rem !important;
    margin-bottom: 5.00025rem !important; }

  .p-7 {
    padding: 4.6669rem !important; }

  .p-7-5 {
    padding: 5.00025rem !important; }

  .pt-7 {
    padding-top: 4.6669rem !important; }

  .pt-7-5 {
    padding-top: 5.00025rem !important; }

  .pb-7 {
    padding-bottom: 4.6669rem !important; }

  .pb-7-5 {
    padding-bottom: 5.00025rem !important; }

  .pl-7 {
    padding-left: 4.6669rem !important; }

  .pl-7-5 {
    padding-left: 5.00025rem !important; }

  .pr-7 {
    padding-right: 4.6669rem !important; }

  .pr-7-5 {
    padding-right: 5.00025rem !important; }

  .px-7 {
    padding-left: 4.6669rem !important;
    padding-right: 4.6669rem !important; }

  .px-7-5 {
    padding-left: 5.00025rem !important;
    padding-right: 5.00025rem !important; }

  .py-7 {
    padding-top: 4.6669rem !important;
    padding-bottom: 4.6669rem !important; }

  .py-7-5 {
    padding-top: 5.00025rem !important;
    padding-bottom: 5.00025rem !important; }

  .m-8 {
    margin: 5.3336rem !important; }

  .m-8-5 {
    margin: 5.66695rem !important; }

  .mt-8 {
    margin-top: 5.3336rem !important; }

  .mt-8-5 {
    margin-top: 5.66695rem !important; }

  .mb-8 {
    margin-bottom: 5.3336rem !important; }

  .mb-8-5 {
    margin-bottom: 5.66695rem !important; }

  .ml-8 {
    margin-left: 5.3336rem !important; }

  .ml-8-5 {
    margin-left: 5.66695rem !important; }

  .mr-8 {
    margin-right: 5.3336rem !important; }

  .mr-8-5 {
    margin-right: 5.66695rem !important; }

  .mx-8 {
    margin-left: 5.3336rem !important;
    margin-right: 5.3336rem !important; }

  .mx-8-5 {
    margin-left: 5.66695rem !important;
    margin-right: 5.66695rem !important; }

  .my-8 {
    margin-top: 5.3336rem !important;
    margin-bottom: 5.3336rem !important; }

  .my-8-5 {
    margin-top: 5.66695rem !important;
    margin-bottom: 5.66695rem !important; }

  .p-8 {
    padding: 5.3336rem !important; }

  .p-8-5 {
    padding: 5.66695rem !important; }

  .pt-8 {
    padding-top: 5.3336rem !important; }

  .pt-8-5 {
    padding-top: 5.66695rem !important; }

  .pb-8 {
    padding-bottom: 5.3336rem !important; }

  .pb-8-5 {
    padding-bottom: 5.66695rem !important; }

  .pl-8 {
    padding-left: 5.3336rem !important; }

  .pl-8-5 {
    padding-left: 5.66695rem !important; }

  .pr-8 {
    padding-right: 5.3336rem !important; }

  .pr-8-5 {
    padding-right: 5.66695rem !important; }

  .px-8 {
    padding-left: 5.3336rem !important;
    padding-right: 5.3336rem !important; }

  .px-8-5 {
    padding-left: 5.66695rem !important;
    padding-right: 5.66695rem !important; }

  .py-8 {
    padding-top: 5.3336rem !important;
    padding-bottom: 5.3336rem !important; }

  .py-8-5 {
    padding-top: 5.66695rem !important;
    padding-bottom: 5.66695rem !important; }

  .m-9 {
    margin: 6.0003rem !important; }

  .m-9-5 {
    margin: 6.33365rem !important; }

  .mt-9 {
    margin-top: 6.0003rem !important; }

  .mt-9-5 {
    margin-top: 6.33365rem !important; }

  .mb-9 {
    margin-bottom: 6.0003rem !important; }

  .mb-9-5 {
    margin-bottom: 6.33365rem !important; }

  .ml-9 {
    margin-left: 6.0003rem !important; }

  .ml-9-5 {
    margin-left: 6.33365rem !important; }

  .mr-9 {
    margin-right: 6.0003rem !important; }

  .mr-9-5 {
    margin-right: 6.33365rem !important; }

  .mx-9 {
    margin-left: 6.0003rem !important;
    margin-right: 6.0003rem !important; }

  .mx-9-5 {
    margin-left: 6.33365rem !important;
    margin-right: 6.33365rem !important; }

  .my-9 {
    margin-top: 6.0003rem !important;
    margin-bottom: 6.0003rem !important; }

  .my-9-5 {
    margin-top: 6.33365rem !important;
    margin-bottom: 6.33365rem !important; }

  .p-9 {
    padding: 6.0003rem !important; }

  .p-9-5 {
    padding: 6.33365rem !important; }

  .pt-9 {
    padding-top: 6.0003rem !important; }

  .pt-9-5 {
    padding-top: 6.33365rem !important; }

  .pb-9 {
    padding-bottom: 6.0003rem !important; }

  .pb-9-5 {
    padding-bottom: 6.33365rem !important; }

  .pl-9 {
    padding-left: 6.0003rem !important; }

  .pl-9-5 {
    padding-left: 6.33365rem !important; }

  .pr-9 {
    padding-right: 6.0003rem !important; }

  .pr-9-5 {
    padding-right: 6.33365rem !important; }

  .px-9 {
    padding-left: 6.0003rem !important;
    padding-right: 6.0003rem !important; }

  .px-9-5 {
    padding-left: 6.33365rem !important;
    padding-right: 6.33365rem !important; }

  .py-9 {
    padding-top: 6.0003rem !important;
    padding-bottom: 6.0003rem !important; }

  .py-9-5 {
    padding-top: 6.33365rem !important;
    padding-bottom: 6.33365rem !important; }

  .m-10 {
    margin: 6.667rem !important; }

  .m-10-5 {
    margin: 7.00035rem !important; }

  .mt-10 {
    margin-top: 6.667rem !important; }

  .mt-10-5 {
    margin-top: 7.00035rem !important; }

  .mb-10 {
    margin-bottom: 6.667rem !important; }

  .mb-10-5 {
    margin-bottom: 7.00035rem !important; }

  .ml-10 {
    margin-left: 6.667rem !important; }

  .ml-10-5 {
    margin-left: 7.00035rem !important; }

  .mr-10 {
    margin-right: 6.667rem !important; }

  .mr-10-5 {
    margin-right: 7.00035rem !important; }

  .mx-10 {
    margin-left: 6.667rem !important;
    margin-right: 6.667rem !important; }

  .mx-10-5 {
    margin-left: 7.00035rem !important;
    margin-right: 7.00035rem !important; }

  .my-10 {
    margin-top: 6.667rem !important;
    margin-bottom: 6.667rem !important; }

  .my-10-5 {
    margin-top: 7.00035rem !important;
    margin-bottom: 7.00035rem !important; }

  .p-10 {
    padding: 6.667rem !important; }

  .p-10-5 {
    padding: 7.00035rem !important; }

  .pt-10 {
    padding-top: 6.667rem !important; }

  .pt-10-5 {
    padding-top: 7.00035rem !important; }

  .pb-10 {
    padding-bottom: 6.667rem !important; }

  .pb-10-5 {
    padding-bottom: 7.00035rem !important; }

  .pl-10 {
    padding-left: 6.667rem !important; }

  .pl-10-5 {
    padding-left: 7.00035rem !important; }

  .pr-10 {
    padding-right: 6.667rem !important; }

  .pr-10-5 {
    padding-right: 7.00035rem !important; }

  .px-10 {
    padding-left: 6.667rem !important;
    padding-right: 6.667rem !important; }

  .px-10-5 {
    padding-left: 7.00035rem !important;
    padding-right: 7.00035rem !important; }

  .py-10 {
    padding-top: 6.667rem !important;
    padding-bottom: 6.667rem !important; }

  .py-10-5 {
    padding-top: 7.00035rem !important;
    padding-bottom: 7.00035rem !important; }

  .m-11 {
    margin: 7.3337rem !important; }

  .m-11-5 {
    margin: 7.66705rem !important; }

  .mt-11 {
    margin-top: 7.3337rem !important; }

  .mt-11-5 {
    margin-top: 7.66705rem !important; }

  .mb-11 {
    margin-bottom: 7.3337rem !important; }

  .mb-11-5 {
    margin-bottom: 7.66705rem !important; }

  .ml-11 {
    margin-left: 7.3337rem !important; }

  .ml-11-5 {
    margin-left: 7.66705rem !important; }

  .mr-11 {
    margin-right: 7.3337rem !important; }

  .mr-11-5 {
    margin-right: 7.66705rem !important; }

  .mx-11 {
    margin-left: 7.3337rem !important;
    margin-right: 7.3337rem !important; }

  .mx-11-5 {
    margin-left: 7.66705rem !important;
    margin-right: 7.66705rem !important; }

  .my-11 {
    margin-top: 7.3337rem !important;
    margin-bottom: 7.3337rem !important; }

  .my-11-5 {
    margin-top: 7.66705rem !important;
    margin-bottom: 7.66705rem !important; }

  .p-11 {
    padding: 7.3337rem !important; }

  .p-11-5 {
    padding: 7.66705rem !important; }

  .pt-11 {
    padding-top: 7.3337rem !important; }

  .pt-11-5 {
    padding-top: 7.66705rem !important; }

  .pb-11 {
    padding-bottom: 7.3337rem !important; }

  .pb-11-5 {
    padding-bottom: 7.66705rem !important; }

  .pl-11 {
    padding-left: 7.3337rem !important; }

  .pl-11-5 {
    padding-left: 7.66705rem !important; }

  .pr-11 {
    padding-right: 7.3337rem !important; }

  .pr-11-5 {
    padding-right: 7.66705rem !important; }

  .px-11 {
    padding-left: 7.3337rem !important;
    padding-right: 7.3337rem !important; }

  .px-11-5 {
    padding-left: 7.66705rem !important;
    padding-right: 7.66705rem !important; }

  .py-11 {
    padding-top: 7.3337rem !important;
    padding-bottom: 7.3337rem !important; }

  .py-11-5 {
    padding-top: 7.66705rem !important;
    padding-bottom: 7.66705rem !important; }

  .m-12 {
    margin: 8.0004rem !important; }

  .m-12-5 {
    margin: 8.33375rem !important; }

  .mt-12 {
    margin-top: 8.0004rem !important; }

  .mt-12-5 {
    margin-top: 8.33375rem !important; }

  .mb-12 {
    margin-bottom: 8.0004rem !important; }

  .mb-12-5 {
    margin-bottom: 8.33375rem !important; }

  .ml-12 {
    margin-left: 8.0004rem !important; }

  .ml-12-5 {
    margin-left: 8.33375rem !important; }

  .mr-12 {
    margin-right: 8.0004rem !important; }

  .mr-12-5 {
    margin-right: 8.33375rem !important; }

  .mx-12 {
    margin-left: 8.0004rem !important;
    margin-right: 8.0004rem !important; }

  .mx-12-5 {
    margin-left: 8.33375rem !important;
    margin-right: 8.33375rem !important; }

  .my-12 {
    margin-top: 8.0004rem !important;
    margin-bottom: 8.0004rem !important; }

  .my-12-5 {
    margin-top: 8.33375rem !important;
    margin-bottom: 8.33375rem !important; }

  .p-12 {
    padding: 8.0004rem !important; }

  .p-12-5 {
    padding: 8.33375rem !important; }

  .pt-12 {
    padding-top: 8.0004rem !important; }

  .pt-12-5 {
    padding-top: 8.33375rem !important; }

  .pb-12 {
    padding-bottom: 8.0004rem !important; }

  .pb-12-5 {
    padding-bottom: 8.33375rem !important; }

  .pl-12 {
    padding-left: 8.0004rem !important; }

  .pl-12-5 {
    padding-left: 8.33375rem !important; }

  .pr-12 {
    padding-right: 8.0004rem !important; }

  .pr-12-5 {
    padding-right: 8.33375rem !important; }

  .px-12 {
    padding-left: 8.0004rem !important;
    padding-right: 8.0004rem !important; }

  .px-12-5 {
    padding-left: 8.33375rem !important;
    padding-right: 8.33375rem !important; }

  .py-12 {
    padding-top: 8.0004rem !important;
    padding-bottom: 8.0004rem !important; }

  .py-12-5 {
    padding-top: 8.33375rem !important;
    padding-bottom: 8.33375rem !important; }

  .m-13 {
    margin: 8.6671rem !important; }

  .m-13-5 {
    margin: 9.00045rem !important; }

  .mt-13 {
    margin-top: 8.6671rem !important; }

  .mt-13-5 {
    margin-top: 9.00045rem !important; }

  .mb-13 {
    margin-bottom: 8.6671rem !important; }

  .mb-13-5 {
    margin-bottom: 9.00045rem !important; }

  .ml-13 {
    margin-left: 8.6671rem !important; }

  .ml-13-5 {
    margin-left: 9.00045rem !important; }

  .mr-13 {
    margin-right: 8.6671rem !important; }

  .mr-13-5 {
    margin-right: 9.00045rem !important; }

  .mx-13 {
    margin-left: 8.6671rem !important;
    margin-right: 8.6671rem !important; }

  .mx-13-5 {
    margin-left: 9.00045rem !important;
    margin-right: 9.00045rem !important; }

  .my-13 {
    margin-top: 8.6671rem !important;
    margin-bottom: 8.6671rem !important; }

  .my-13-5 {
    margin-top: 9.00045rem !important;
    margin-bottom: 9.00045rem !important; }

  .p-13 {
    padding: 8.6671rem !important; }

  .p-13-5 {
    padding: 9.00045rem !important; }

  .pt-13 {
    padding-top: 8.6671rem !important; }

  .pt-13-5 {
    padding-top: 9.00045rem !important; }

  .pb-13 {
    padding-bottom: 8.6671rem !important; }

  .pb-13-5 {
    padding-bottom: 9.00045rem !important; }

  .pl-13 {
    padding-left: 8.6671rem !important; }

  .pl-13-5 {
    padding-left: 9.00045rem !important; }

  .pr-13 {
    padding-right: 8.6671rem !important; }

  .pr-13-5 {
    padding-right: 9.00045rem !important; }

  .px-13 {
    padding-left: 8.6671rem !important;
    padding-right: 8.6671rem !important; }

  .px-13-5 {
    padding-left: 9.00045rem !important;
    padding-right: 9.00045rem !important; }

  .py-13 {
    padding-top: 8.6671rem !important;
    padding-bottom: 8.6671rem !important; }

  .py-13-5 {
    padding-top: 9.00045rem !important;
    padding-bottom: 9.00045rem !important; }

  .m-14 {
    margin: 9.3338rem !important; }

  .m-14-5 {
    margin: 9.66715rem !important; }

  .mt-14 {
    margin-top: 9.3338rem !important; }

  .mt-14-5 {
    margin-top: 9.66715rem !important; }

  .mb-14 {
    margin-bottom: 9.3338rem !important; }

  .mb-14-5 {
    margin-bottom: 9.66715rem !important; }

  .ml-14 {
    margin-left: 9.3338rem !important; }

  .ml-14-5 {
    margin-left: 9.66715rem !important; }

  .mr-14 {
    margin-right: 9.3338rem !important; }

  .mr-14-5 {
    margin-right: 9.66715rem !important; }

  .mx-14 {
    margin-left: 9.3338rem !important;
    margin-right: 9.3338rem !important; }

  .mx-14-5 {
    margin-left: 9.66715rem !important;
    margin-right: 9.66715rem !important; }

  .my-14 {
    margin-top: 9.3338rem !important;
    margin-bottom: 9.3338rem !important; }

  .my-14-5 {
    margin-top: 9.66715rem !important;
    margin-bottom: 9.66715rem !important; }

  .p-14 {
    padding: 9.3338rem !important; }

  .p-14-5 {
    padding: 9.66715rem !important; }

  .pt-14 {
    padding-top: 9.3338rem !important; }

  .pt-14-5 {
    padding-top: 9.66715rem !important; }

  .pb-14 {
    padding-bottom: 9.3338rem !important; }

  .pb-14-5 {
    padding-bottom: 9.66715rem !important; }

  .pl-14 {
    padding-left: 9.3338rem !important; }

  .pl-14-5 {
    padding-left: 9.66715rem !important; }

  .pr-14 {
    padding-right: 9.3338rem !important; }

  .pr-14-5 {
    padding-right: 9.66715rem !important; }

  .px-14 {
    padding-left: 9.3338rem !important;
    padding-right: 9.3338rem !important; }

  .px-14-5 {
    padding-left: 9.66715rem !important;
    padding-right: 9.66715rem !important; }

  .py-14 {
    padding-top: 9.3338rem !important;
    padding-bottom: 9.3338rem !important; }

  .py-14-5 {
    padding-top: 9.66715rem !important;
    padding-bottom: 9.66715rem !important; }

  .m-15 {
    margin: 10.0005rem !important; }

  .m-15-5 {
    margin: 10.33385rem !important; }

  .mt-15 {
    margin-top: 10.0005rem !important; }

  .mt-15-5 {
    margin-top: 10.33385rem !important; }

  .mb-15 {
    margin-bottom: 10.0005rem !important; }

  .mb-15-5 {
    margin-bottom: 10.33385rem !important; }

  .ml-15 {
    margin-left: 10.0005rem !important; }

  .ml-15-5 {
    margin-left: 10.33385rem !important; }

  .mr-15 {
    margin-right: 10.0005rem !important; }

  .mr-15-5 {
    margin-right: 10.33385rem !important; }

  .mx-15 {
    margin-left: 10.0005rem !important;
    margin-right: 10.0005rem !important; }

  .mx-15-5 {
    margin-left: 10.33385rem !important;
    margin-right: 10.33385rem !important; }

  .my-15 {
    margin-top: 10.0005rem !important;
    margin-bottom: 10.0005rem !important; }

  .my-15-5 {
    margin-top: 10.33385rem !important;
    margin-bottom: 10.33385rem !important; }

  .p-15 {
    padding: 10.0005rem !important; }

  .p-15-5 {
    padding: 10.33385rem !important; }

  .pt-15 {
    padding-top: 10.0005rem !important; }

  .pt-15-5 {
    padding-top: 10.33385rem !important; }

  .pb-15 {
    padding-bottom: 10.0005rem !important; }

  .pb-15-5 {
    padding-bottom: 10.33385rem !important; }

  .pl-15 {
    padding-left: 10.0005rem !important; }

  .pl-15-5 {
    padding-left: 10.33385rem !important; }

  .pr-15 {
    padding-right: 10.0005rem !important; }

  .pr-15-5 {
    padding-right: 10.33385rem !important; }

  .px-15 {
    padding-left: 10.0005rem !important;
    padding-right: 10.0005rem !important; }

  .px-15-5 {
    padding-left: 10.33385rem !important;
    padding-right: 10.33385rem !important; }

  .py-15 {
    padding-top: 10.0005rem !important;
    padding-bottom: 10.0005rem !important; }

  .py-15-5 {
    padding-top: 10.33385rem !important;
    padding-bottom: 10.33385rem !important; }

  .m-16 {
    margin: 10.6672rem !important; }

  .m-16-5 {
    margin: 11.00055rem !important; }

  .mt-16 {
    margin-top: 10.6672rem !important; }

  .mt-16-5 {
    margin-top: 11.00055rem !important; }

  .mb-16 {
    margin-bottom: 10.6672rem !important; }

  .mb-16-5 {
    margin-bottom: 11.00055rem !important; }

  .ml-16 {
    margin-left: 10.6672rem !important; }

  .ml-16-5 {
    margin-left: 11.00055rem !important; }

  .mr-16 {
    margin-right: 10.6672rem !important; }

  .mr-16-5 {
    margin-right: 11.00055rem !important; }

  .mx-16 {
    margin-left: 10.6672rem !important;
    margin-right: 10.6672rem !important; }

  .mx-16-5 {
    margin-left: 11.00055rem !important;
    margin-right: 11.00055rem !important; }

  .my-16 {
    margin-top: 10.6672rem !important;
    margin-bottom: 10.6672rem !important; }

  .my-16-5 {
    margin-top: 11.00055rem !important;
    margin-bottom: 11.00055rem !important; }

  .p-16 {
    padding: 10.6672rem !important; }

  .p-16-5 {
    padding: 11.00055rem !important; }

  .pt-16 {
    padding-top: 10.6672rem !important; }

  .pt-16-5 {
    padding-top: 11.00055rem !important; }

  .pb-16 {
    padding-bottom: 10.6672rem !important; }

  .pb-16-5 {
    padding-bottom: 11.00055rem !important; }

  .pl-16 {
    padding-left: 10.6672rem !important; }

  .pl-16-5 {
    padding-left: 11.00055rem !important; }

  .pr-16 {
    padding-right: 10.6672rem !important; }

  .pr-16-5 {
    padding-right: 11.00055rem !important; }

  .px-16 {
    padding-left: 10.6672rem !important;
    padding-right: 10.6672rem !important; }

  .px-16-5 {
    padding-left: 11.00055rem !important;
    padding-right: 11.00055rem !important; }

  .py-16 {
    padding-top: 10.6672rem !important;
    padding-bottom: 10.6672rem !important; }

  .py-16-5 {
    padding-top: 11.00055rem !important;
    padding-bottom: 11.00055rem !important; }

  .m-17 {
    margin: 11.3339rem !important; }

  .m-17-5 {
    margin: 11.66725rem !important; }

  .mt-17 {
    margin-top: 11.3339rem !important; }

  .mt-17-5 {
    margin-top: 11.66725rem !important; }

  .mb-17 {
    margin-bottom: 11.3339rem !important; }

  .mb-17-5 {
    margin-bottom: 11.66725rem !important; }

  .ml-17 {
    margin-left: 11.3339rem !important; }

  .ml-17-5 {
    margin-left: 11.66725rem !important; }

  .mr-17 {
    margin-right: 11.3339rem !important; }

  .mr-17-5 {
    margin-right: 11.66725rem !important; }

  .mx-17 {
    margin-left: 11.3339rem !important;
    margin-right: 11.3339rem !important; }

  .mx-17-5 {
    margin-left: 11.66725rem !important;
    margin-right: 11.66725rem !important; }

  .my-17 {
    margin-top: 11.3339rem !important;
    margin-bottom: 11.3339rem !important; }

  .my-17-5 {
    margin-top: 11.66725rem !important;
    margin-bottom: 11.66725rem !important; }

  .p-17 {
    padding: 11.3339rem !important; }

  .p-17-5 {
    padding: 11.66725rem !important; }

  .pt-17 {
    padding-top: 11.3339rem !important; }

  .pt-17-5 {
    padding-top: 11.66725rem !important; }

  .pb-17 {
    padding-bottom: 11.3339rem !important; }

  .pb-17-5 {
    padding-bottom: 11.66725rem !important; }

  .pl-17 {
    padding-left: 11.3339rem !important; }

  .pl-17-5 {
    padding-left: 11.66725rem !important; }

  .pr-17 {
    padding-right: 11.3339rem !important; }

  .pr-17-5 {
    padding-right: 11.66725rem !important; }

  .px-17 {
    padding-left: 11.3339rem !important;
    padding-right: 11.3339rem !important; }

  .px-17-5 {
    padding-left: 11.66725rem !important;
    padding-right: 11.66725rem !important; }

  .py-17 {
    padding-top: 11.3339rem !important;
    padding-bottom: 11.3339rem !important; }

  .py-17-5 {
    padding-top: 11.66725rem !important;
    padding-bottom: 11.66725rem !important; }

  .m-18 {
    margin: 12.0006rem !important; }

  .m-18-5 {
    margin: 12.33395rem !important; }

  .mt-18 {
    margin-top: 12.0006rem !important; }

  .mt-18-5 {
    margin-top: 12.33395rem !important; }

  .mb-18 {
    margin-bottom: 12.0006rem !important; }

  .mb-18-5 {
    margin-bottom: 12.33395rem !important; }

  .ml-18 {
    margin-left: 12.0006rem !important; }

  .ml-18-5 {
    margin-left: 12.33395rem !important; }

  .mr-18 {
    margin-right: 12.0006rem !important; }

  .mr-18-5 {
    margin-right: 12.33395rem !important; }

  .mx-18 {
    margin-left: 12.0006rem !important;
    margin-right: 12.0006rem !important; }

  .mx-18-5 {
    margin-left: 12.33395rem !important;
    margin-right: 12.33395rem !important; }

  .my-18 {
    margin-top: 12.0006rem !important;
    margin-bottom: 12.0006rem !important; }

  .my-18-5 {
    margin-top: 12.33395rem !important;
    margin-bottom: 12.33395rem !important; }

  .p-18 {
    padding: 12.0006rem !important; }

  .p-18-5 {
    padding: 12.33395rem !important; }

  .pt-18 {
    padding-top: 12.0006rem !important; }

  .pt-18-5 {
    padding-top: 12.33395rem !important; }

  .pb-18 {
    padding-bottom: 12.0006rem !important; }

  .pb-18-5 {
    padding-bottom: 12.33395rem !important; }

  .pl-18 {
    padding-left: 12.0006rem !important; }

  .pl-18-5 {
    padding-left: 12.33395rem !important; }

  .pr-18 {
    padding-right: 12.0006rem !important; }

  .pr-18-5 {
    padding-right: 12.33395rem !important; }

  .px-18 {
    padding-left: 12.0006rem !important;
    padding-right: 12.0006rem !important; }

  .px-18-5 {
    padding-left: 12.33395rem !important;
    padding-right: 12.33395rem !important; }

  .py-18 {
    padding-top: 12.0006rem !important;
    padding-bottom: 12.0006rem !important; }

  .py-18-5 {
    padding-top: 12.33395rem !important;
    padding-bottom: 12.33395rem !important; }

  .m-19 {
    margin: 12.6673rem !important; }

  .m-19-5 {
    margin: 13.00065rem !important; }

  .mt-19 {
    margin-top: 12.6673rem !important; }

  .mt-19-5 {
    margin-top: 13.00065rem !important; }

  .mb-19 {
    margin-bottom: 12.6673rem !important; }

  .mb-19-5 {
    margin-bottom: 13.00065rem !important; }

  .ml-19 {
    margin-left: 12.6673rem !important; }

  .ml-19-5 {
    margin-left: 13.00065rem !important; }

  .mr-19 {
    margin-right: 12.6673rem !important; }

  .mr-19-5 {
    margin-right: 13.00065rem !important; }

  .mx-19 {
    margin-left: 12.6673rem !important;
    margin-right: 12.6673rem !important; }

  .mx-19-5 {
    margin-left: 13.00065rem !important;
    margin-right: 13.00065rem !important; }

  .my-19 {
    margin-top: 12.6673rem !important;
    margin-bottom: 12.6673rem !important; }

  .my-19-5 {
    margin-top: 13.00065rem !important;
    margin-bottom: 13.00065rem !important; }

  .p-19 {
    padding: 12.6673rem !important; }

  .p-19-5 {
    padding: 13.00065rem !important; }

  .pt-19 {
    padding-top: 12.6673rem !important; }

  .pt-19-5 {
    padding-top: 13.00065rem !important; }

  .pb-19 {
    padding-bottom: 12.6673rem !important; }

  .pb-19-5 {
    padding-bottom: 13.00065rem !important; }

  .pl-19 {
    padding-left: 12.6673rem !important; }

  .pl-19-5 {
    padding-left: 13.00065rem !important; }

  .pr-19 {
    padding-right: 12.6673rem !important; }

  .pr-19-5 {
    padding-right: 13.00065rem !important; }

  .px-19 {
    padding-left: 12.6673rem !important;
    padding-right: 12.6673rem !important; }

  .px-19-5 {
    padding-left: 13.00065rem !important;
    padding-right: 13.00065rem !important; }

  .py-19 {
    padding-top: 12.6673rem !important;
    padding-bottom: 12.6673rem !important; }

  .py-19-5 {
    padding-top: 13.00065rem !important;
    padding-bottom: 13.00065rem !important; }

  .m-20 {
    margin: 13.334rem !important; }

  .m-20-5 {
    margin: 13.66735rem !important; }

  .mt-20 {
    margin-top: 13.334rem !important; }

  .mt-20-5 {
    margin-top: 13.66735rem !important; }

  .mb-20 {
    margin-bottom: 13.334rem !important; }

  .mb-20-5 {
    margin-bottom: 13.66735rem !important; }

  .ml-20 {
    margin-left: 13.334rem !important; }

  .ml-20-5 {
    margin-left: 13.66735rem !important; }

  .mr-20 {
    margin-right: 13.334rem !important; }

  .mr-20-5 {
    margin-right: 13.66735rem !important; }

  .mx-20 {
    margin-left: 13.334rem !important;
    margin-right: 13.334rem !important; }

  .mx-20-5 {
    margin-left: 13.66735rem !important;
    margin-right: 13.66735rem !important; }

  .my-20 {
    margin-top: 13.334rem !important;
    margin-bottom: 13.334rem !important; }

  .my-20-5 {
    margin-top: 13.66735rem !important;
    margin-bottom: 13.66735rem !important; }

  .p-20 {
    padding: 13.334rem !important; }

  .p-20-5 {
    padding: 13.66735rem !important; }

  .pt-20 {
    padding-top: 13.334rem !important; }

  .pt-20-5 {
    padding-top: 13.66735rem !important; }

  .pb-20 {
    padding-bottom: 13.334rem !important; }

  .pb-20-5 {
    padding-bottom: 13.66735rem !important; }

  .pl-20 {
    padding-left: 13.334rem !important; }

  .pl-20-5 {
    padding-left: 13.66735rem !important; }

  .pr-20 {
    padding-right: 13.334rem !important; }

  .pr-20-5 {
    padding-right: 13.66735rem !important; }

  .px-20 {
    padding-left: 13.334rem !important;
    padding-right: 13.334rem !important; }

  .px-20-5 {
    padding-left: 13.66735rem !important;
    padding-right: 13.66735rem !important; }

  .py-20 {
    padding-top: 13.334rem !important;
    padding-bottom: 13.334rem !important; }

  .py-20-5 {
    padding-top: 13.66735rem !important;
    padding-bottom: 13.66735rem !important; }

  .m-21 {
    margin: 14.0007rem !important; }

  .m-21-5 {
    margin: 14.33405rem !important; }

  .mt-21 {
    margin-top: 14.0007rem !important; }

  .mt-21-5 {
    margin-top: 14.33405rem !important; }

  .mb-21 {
    margin-bottom: 14.0007rem !important; }

  .mb-21-5 {
    margin-bottom: 14.33405rem !important; }

  .ml-21 {
    margin-left: 14.0007rem !important; }

  .ml-21-5 {
    margin-left: 14.33405rem !important; }

  .mr-21 {
    margin-right: 14.0007rem !important; }

  .mr-21-5 {
    margin-right: 14.33405rem !important; }

  .mx-21 {
    margin-left: 14.0007rem !important;
    margin-right: 14.0007rem !important; }

  .mx-21-5 {
    margin-left: 14.33405rem !important;
    margin-right: 14.33405rem !important; }

  .my-21 {
    margin-top: 14.0007rem !important;
    margin-bottom: 14.0007rem !important; }

  .my-21-5 {
    margin-top: 14.33405rem !important;
    margin-bottom: 14.33405rem !important; }

  .p-21 {
    padding: 14.0007rem !important; }

  .p-21-5 {
    padding: 14.33405rem !important; }

  .pt-21 {
    padding-top: 14.0007rem !important; }

  .pt-21-5 {
    padding-top: 14.33405rem !important; }

  .pb-21 {
    padding-bottom: 14.0007rem !important; }

  .pb-21-5 {
    padding-bottom: 14.33405rem !important; }

  .pl-21 {
    padding-left: 14.0007rem !important; }

  .pl-21-5 {
    padding-left: 14.33405rem !important; }

  .pr-21 {
    padding-right: 14.0007rem !important; }

  .pr-21-5 {
    padding-right: 14.33405rem !important; }

  .px-21 {
    padding-left: 14.0007rem !important;
    padding-right: 14.0007rem !important; }

  .px-21-5 {
    padding-left: 14.33405rem !important;
    padding-right: 14.33405rem !important; }

  .py-21 {
    padding-top: 14.0007rem !important;
    padding-bottom: 14.0007rem !important; }

  .py-21-5 {
    padding-top: 14.33405rem !important;
    padding-bottom: 14.33405rem !important; }

  .m-22 {
    margin: 14.6674rem !important; }

  .m-22-5 {
    margin: 15.00075rem !important; }

  .mt-22 {
    margin-top: 14.6674rem !important; }

  .mt-22-5 {
    margin-top: 15.00075rem !important; }

  .mb-22 {
    margin-bottom: 14.6674rem !important; }

  .mb-22-5 {
    margin-bottom: 15.00075rem !important; }

  .ml-22 {
    margin-left: 14.6674rem !important; }

  .ml-22-5 {
    margin-left: 15.00075rem !important; }

  .mr-22 {
    margin-right: 14.6674rem !important; }

  .mr-22-5 {
    margin-right: 15.00075rem !important; }

  .mx-22 {
    margin-left: 14.6674rem !important;
    margin-right: 14.6674rem !important; }

  .mx-22-5 {
    margin-left: 15.00075rem !important;
    margin-right: 15.00075rem !important; }

  .my-22 {
    margin-top: 14.6674rem !important;
    margin-bottom: 14.6674rem !important; }

  .my-22-5 {
    margin-top: 15.00075rem !important;
    margin-bottom: 15.00075rem !important; }

  .p-22 {
    padding: 14.6674rem !important; }

  .p-22-5 {
    padding: 15.00075rem !important; }

  .pt-22 {
    padding-top: 14.6674rem !important; }

  .pt-22-5 {
    padding-top: 15.00075rem !important; }

  .pb-22 {
    padding-bottom: 14.6674rem !important; }

  .pb-22-5 {
    padding-bottom: 15.00075rem !important; }

  .pl-22 {
    padding-left: 14.6674rem !important; }

  .pl-22-5 {
    padding-left: 15.00075rem !important; }

  .pr-22 {
    padding-right: 14.6674rem !important; }

  .pr-22-5 {
    padding-right: 15.00075rem !important; }

  .px-22 {
    padding-left: 14.6674rem !important;
    padding-right: 14.6674rem !important; }

  .px-22-5 {
    padding-left: 15.00075rem !important;
    padding-right: 15.00075rem !important; }

  .py-22 {
    padding-top: 14.6674rem !important;
    padding-bottom: 14.6674rem !important; }

  .py-22-5 {
    padding-top: 15.00075rem !important;
    padding-bottom: 15.00075rem !important; }

  .m-23 {
    margin: 15.3341rem !important; }

  .m-23-5 {
    margin: 15.66745rem !important; }

  .mt-23 {
    margin-top: 15.3341rem !important; }

  .mt-23-5 {
    margin-top: 15.66745rem !important; }

  .mb-23 {
    margin-bottom: 15.3341rem !important; }

  .mb-23-5 {
    margin-bottom: 15.66745rem !important; }

  .ml-23 {
    margin-left: 15.3341rem !important; }

  .ml-23-5 {
    margin-left: 15.66745rem !important; }

  .mr-23 {
    margin-right: 15.3341rem !important; }

  .mr-23-5 {
    margin-right: 15.66745rem !important; }

  .mx-23 {
    margin-left: 15.3341rem !important;
    margin-right: 15.3341rem !important; }

  .mx-23-5 {
    margin-left: 15.66745rem !important;
    margin-right: 15.66745rem !important; }

  .my-23 {
    margin-top: 15.3341rem !important;
    margin-bottom: 15.3341rem !important; }

  .my-23-5 {
    margin-top: 15.66745rem !important;
    margin-bottom: 15.66745rem !important; }

  .p-23 {
    padding: 15.3341rem !important; }

  .p-23-5 {
    padding: 15.66745rem !important; }

  .pt-23 {
    padding-top: 15.3341rem !important; }

  .pt-23-5 {
    padding-top: 15.66745rem !important; }

  .pb-23 {
    padding-bottom: 15.3341rem !important; }

  .pb-23-5 {
    padding-bottom: 15.66745rem !important; }

  .pl-23 {
    padding-left: 15.3341rem !important; }

  .pl-23-5 {
    padding-left: 15.66745rem !important; }

  .pr-23 {
    padding-right: 15.3341rem !important; }

  .pr-23-5 {
    padding-right: 15.66745rem !important; }

  .px-23 {
    padding-left: 15.3341rem !important;
    padding-right: 15.3341rem !important; }

  .px-23-5 {
    padding-left: 15.66745rem !important;
    padding-right: 15.66745rem !important; }

  .py-23 {
    padding-top: 15.3341rem !important;
    padding-bottom: 15.3341rem !important; }

  .py-23-5 {
    padding-top: 15.66745rem !important;
    padding-bottom: 15.66745rem !important; }

  .m-24 {
    margin: 16.0008rem !important; }

  .m-24-5 {
    margin: 16.33415rem !important; }

  .mt-24 {
    margin-top: 16.0008rem !important; }

  .mt-24-5 {
    margin-top: 16.33415rem !important; }

  .mb-24 {
    margin-bottom: 16.0008rem !important; }

  .mb-24-5 {
    margin-bottom: 16.33415rem !important; }

  .ml-24 {
    margin-left: 16.0008rem !important; }

  .ml-24-5 {
    margin-left: 16.33415rem !important; }

  .mr-24 {
    margin-right: 16.0008rem !important; }

  .mr-24-5 {
    margin-right: 16.33415rem !important; }

  .mx-24 {
    margin-left: 16.0008rem !important;
    margin-right: 16.0008rem !important; }

  .mx-24-5 {
    margin-left: 16.33415rem !important;
    margin-right: 16.33415rem !important; }

  .my-24 {
    margin-top: 16.0008rem !important;
    margin-bottom: 16.0008rem !important; }

  .my-24-5 {
    margin-top: 16.33415rem !important;
    margin-bottom: 16.33415rem !important; }

  .p-24 {
    padding: 16.0008rem !important; }

  .p-24-5 {
    padding: 16.33415rem !important; }

  .pt-24 {
    padding-top: 16.0008rem !important; }

  .pt-24-5 {
    padding-top: 16.33415rem !important; }

  .pb-24 {
    padding-bottom: 16.0008rem !important; }

  .pb-24-5 {
    padding-bottom: 16.33415rem !important; }

  .pl-24 {
    padding-left: 16.0008rem !important; }

  .pl-24-5 {
    padding-left: 16.33415rem !important; }

  .pr-24 {
    padding-right: 16.0008rem !important; }

  .pr-24-5 {
    padding-right: 16.33415rem !important; }

  .px-24 {
    padding-left: 16.0008rem !important;
    padding-right: 16.0008rem !important; }

  .px-24-5 {
    padding-left: 16.33415rem !important;
    padding-right: 16.33415rem !important; }

  .py-24 {
    padding-top: 16.0008rem !important;
    padding-bottom: 16.0008rem !important; }

  .py-24-5 {
    padding-top: 16.33415rem !important;
    padding-bottom: 16.33415rem !important; }

  .m-25 {
    margin: 16.6675rem !important; }

  .m-25-5 {
    margin: 17.00085rem !important; }

  .mt-25 {
    margin-top: 16.6675rem !important; }

  .mt-25-5 {
    margin-top: 17.00085rem !important; }

  .mb-25 {
    margin-bottom: 16.6675rem !important; }

  .mb-25-5 {
    margin-bottom: 17.00085rem !important; }

  .ml-25 {
    margin-left: 16.6675rem !important; }

  .ml-25-5 {
    margin-left: 17.00085rem !important; }

  .mr-25 {
    margin-right: 16.6675rem !important; }

  .mr-25-5 {
    margin-right: 17.00085rem !important; }

  .mx-25 {
    margin-left: 16.6675rem !important;
    margin-right: 16.6675rem !important; }

  .mx-25-5 {
    margin-left: 17.00085rem !important;
    margin-right: 17.00085rem !important; }

  .my-25 {
    margin-top: 16.6675rem !important;
    margin-bottom: 16.6675rem !important; }

  .my-25-5 {
    margin-top: 17.00085rem !important;
    margin-bottom: 17.00085rem !important; }

  .p-25 {
    padding: 16.6675rem !important; }

  .p-25-5 {
    padding: 17.00085rem !important; }

  .pt-25 {
    padding-top: 16.6675rem !important; }

  .pt-25-5 {
    padding-top: 17.00085rem !important; }

  .pb-25 {
    padding-bottom: 16.6675rem !important; }

  .pb-25-5 {
    padding-bottom: 17.00085rem !important; }

  .pl-25 {
    padding-left: 16.6675rem !important; }

  .pl-25-5 {
    padding-left: 17.00085rem !important; }

  .pr-25 {
    padding-right: 16.6675rem !important; }

  .pr-25-5 {
    padding-right: 17.00085rem !important; }

  .px-25 {
    padding-left: 16.6675rem !important;
    padding-right: 16.6675rem !important; }

  .px-25-5 {
    padding-left: 17.00085rem !important;
    padding-right: 17.00085rem !important; }

  .py-25 {
    padding-top: 16.6675rem !important;
    padding-bottom: 16.6675rem !important; }

  .py-25-5 {
    padding-top: 17.00085rem !important;
    padding-bottom: 17.00085rem !important; }

  .m-26 {
    margin: 17.3342rem !important; }

  .m-26-5 {
    margin: 17.66755rem !important; }

  .mt-26 {
    margin-top: 17.3342rem !important; }

  .mt-26-5 {
    margin-top: 17.66755rem !important; }

  .mb-26 {
    margin-bottom: 17.3342rem !important; }

  .mb-26-5 {
    margin-bottom: 17.66755rem !important; }

  .ml-26 {
    margin-left: 17.3342rem !important; }

  .ml-26-5 {
    margin-left: 17.66755rem !important; }

  .mr-26 {
    margin-right: 17.3342rem !important; }

  .mr-26-5 {
    margin-right: 17.66755rem !important; }

  .mx-26 {
    margin-left: 17.3342rem !important;
    margin-right: 17.3342rem !important; }

  .mx-26-5 {
    margin-left: 17.66755rem !important;
    margin-right: 17.66755rem !important; }

  .my-26 {
    margin-top: 17.3342rem !important;
    margin-bottom: 17.3342rem !important; }

  .my-26-5 {
    margin-top: 17.66755rem !important;
    margin-bottom: 17.66755rem !important; }

  .p-26 {
    padding: 17.3342rem !important; }

  .p-26-5 {
    padding: 17.66755rem !important; }

  .pt-26 {
    padding-top: 17.3342rem !important; }

  .pt-26-5 {
    padding-top: 17.66755rem !important; }

  .pb-26 {
    padding-bottom: 17.3342rem !important; }

  .pb-26-5 {
    padding-bottom: 17.66755rem !important; }

  .pl-26 {
    padding-left: 17.3342rem !important; }

  .pl-26-5 {
    padding-left: 17.66755rem !important; }

  .pr-26 {
    padding-right: 17.3342rem !important; }

  .pr-26-5 {
    padding-right: 17.66755rem !important; }

  .px-26 {
    padding-left: 17.3342rem !important;
    padding-right: 17.3342rem !important; }

  .px-26-5 {
    padding-left: 17.66755rem !important;
    padding-right: 17.66755rem !important; }

  .py-26 {
    padding-top: 17.3342rem !important;
    padding-bottom: 17.3342rem !important; }

  .py-26-5 {
    padding-top: 17.66755rem !important;
    padding-bottom: 17.66755rem !important; }

  .m-27 {
    margin: 18.0009rem !important; }

  .m-27-5 {
    margin: 18.33425rem !important; }

  .mt-27 {
    margin-top: 18.0009rem !important; }

  .mt-27-5 {
    margin-top: 18.33425rem !important; }

  .mb-27 {
    margin-bottom: 18.0009rem !important; }

  .mb-27-5 {
    margin-bottom: 18.33425rem !important; }

  .ml-27 {
    margin-left: 18.0009rem !important; }

  .ml-27-5 {
    margin-left: 18.33425rem !important; }

  .mr-27 {
    margin-right: 18.0009rem !important; }

  .mr-27-5 {
    margin-right: 18.33425rem !important; }

  .mx-27 {
    margin-left: 18.0009rem !important;
    margin-right: 18.0009rem !important; }

  .mx-27-5 {
    margin-left: 18.33425rem !important;
    margin-right: 18.33425rem !important; }

  .my-27 {
    margin-top: 18.0009rem !important;
    margin-bottom: 18.0009rem !important; }

  .my-27-5 {
    margin-top: 18.33425rem !important;
    margin-bottom: 18.33425rem !important; }

  .p-27 {
    padding: 18.0009rem !important; }

  .p-27-5 {
    padding: 18.33425rem !important; }

  .pt-27 {
    padding-top: 18.0009rem !important; }

  .pt-27-5 {
    padding-top: 18.33425rem !important; }

  .pb-27 {
    padding-bottom: 18.0009rem !important; }

  .pb-27-5 {
    padding-bottom: 18.33425rem !important; }

  .pl-27 {
    padding-left: 18.0009rem !important; }

  .pl-27-5 {
    padding-left: 18.33425rem !important; }

  .pr-27 {
    padding-right: 18.0009rem !important; }

  .pr-27-5 {
    padding-right: 18.33425rem !important; }

  .px-27 {
    padding-left: 18.0009rem !important;
    padding-right: 18.0009rem !important; }

  .px-27-5 {
    padding-left: 18.33425rem !important;
    padding-right: 18.33425rem !important; }

  .py-27 {
    padding-top: 18.0009rem !important;
    padding-bottom: 18.0009rem !important; }

  .py-27-5 {
    padding-top: 18.33425rem !important;
    padding-bottom: 18.33425rem !important; }

  .m-28 {
    margin: 18.6676rem !important; }

  .m-28-5 {
    margin: 19.00095rem !important; }

  .mt-28 {
    margin-top: 18.6676rem !important; }

  .mt-28-5 {
    margin-top: 19.00095rem !important; }

  .mb-28 {
    margin-bottom: 18.6676rem !important; }

  .mb-28-5 {
    margin-bottom: 19.00095rem !important; }

  .ml-28 {
    margin-left: 18.6676rem !important; }

  .ml-28-5 {
    margin-left: 19.00095rem !important; }

  .mr-28 {
    margin-right: 18.6676rem !important; }

  .mr-28-5 {
    margin-right: 19.00095rem !important; }

  .mx-28 {
    margin-left: 18.6676rem !important;
    margin-right: 18.6676rem !important; }

  .mx-28-5 {
    margin-left: 19.00095rem !important;
    margin-right: 19.00095rem !important; }

  .my-28 {
    margin-top: 18.6676rem !important;
    margin-bottom: 18.6676rem !important; }

  .my-28-5 {
    margin-top: 19.00095rem !important;
    margin-bottom: 19.00095rem !important; }

  .p-28 {
    padding: 18.6676rem !important; }

  .p-28-5 {
    padding: 19.00095rem !important; }

  .pt-28 {
    padding-top: 18.6676rem !important; }

  .pt-28-5 {
    padding-top: 19.00095rem !important; }

  .pb-28 {
    padding-bottom: 18.6676rem !important; }

  .pb-28-5 {
    padding-bottom: 19.00095rem !important; }

  .pl-28 {
    padding-left: 18.6676rem !important; }

  .pl-28-5 {
    padding-left: 19.00095rem !important; }

  .pr-28 {
    padding-right: 18.6676rem !important; }

  .pr-28-5 {
    padding-right: 19.00095rem !important; }

  .px-28 {
    padding-left: 18.6676rem !important;
    padding-right: 18.6676rem !important; }

  .px-28-5 {
    padding-left: 19.00095rem !important;
    padding-right: 19.00095rem !important; }

  .py-28 {
    padding-top: 18.6676rem !important;
    padding-bottom: 18.6676rem !important; }

  .py-28-5 {
    padding-top: 19.00095rem !important;
    padding-bottom: 19.00095rem !important; }

  .m-29 {
    margin: 19.3343rem !important; }

  .m-29-5 {
    margin: 19.66765rem !important; }

  .mt-29 {
    margin-top: 19.3343rem !important; }

  .mt-29-5 {
    margin-top: 19.66765rem !important; }

  .mb-29 {
    margin-bottom: 19.3343rem !important; }

  .mb-29-5 {
    margin-bottom: 19.66765rem !important; }

  .ml-29 {
    margin-left: 19.3343rem !important; }

  .ml-29-5 {
    margin-left: 19.66765rem !important; }

  .mr-29 {
    margin-right: 19.3343rem !important; }

  .mr-29-5 {
    margin-right: 19.66765rem !important; }

  .mx-29 {
    margin-left: 19.3343rem !important;
    margin-right: 19.3343rem !important; }

  .mx-29-5 {
    margin-left: 19.66765rem !important;
    margin-right: 19.66765rem !important; }

  .my-29 {
    margin-top: 19.3343rem !important;
    margin-bottom: 19.3343rem !important; }

  .my-29-5 {
    margin-top: 19.66765rem !important;
    margin-bottom: 19.66765rem !important; }

  .p-29 {
    padding: 19.3343rem !important; }

  .p-29-5 {
    padding: 19.66765rem !important; }

  .pt-29 {
    padding-top: 19.3343rem !important; }

  .pt-29-5 {
    padding-top: 19.66765rem !important; }

  .pb-29 {
    padding-bottom: 19.3343rem !important; }

  .pb-29-5 {
    padding-bottom: 19.66765rem !important; }

  .pl-29 {
    padding-left: 19.3343rem !important; }

  .pl-29-5 {
    padding-left: 19.66765rem !important; }

  .pr-29 {
    padding-right: 19.3343rem !important; }

  .pr-29-5 {
    padding-right: 19.66765rem !important; }

  .px-29 {
    padding-left: 19.3343rem !important;
    padding-right: 19.3343rem !important; }

  .px-29-5 {
    padding-left: 19.66765rem !important;
    padding-right: 19.66765rem !important; }

  .py-29 {
    padding-top: 19.3343rem !important;
    padding-bottom: 19.3343rem !important; }

  .py-29-5 {
    padding-top: 19.66765rem !important;
    padding-bottom: 19.66765rem !important; }

  .m-30 {
    margin: 20.001rem !important; }

  .m-30-5 {
    margin: 20.33435rem !important; }

  .mt-30 {
    margin-top: 20.001rem !important; }

  .mt-30-5 {
    margin-top: 20.33435rem !important; }

  .mb-30 {
    margin-bottom: 20.001rem !important; }

  .mb-30-5 {
    margin-bottom: 20.33435rem !important; }

  .ml-30 {
    margin-left: 20.001rem !important; }

  .ml-30-5 {
    margin-left: 20.33435rem !important; }

  .mr-30 {
    margin-right: 20.001rem !important; }

  .mr-30-5 {
    margin-right: 20.33435rem !important; }

  .mx-30 {
    margin-left: 20.001rem !important;
    margin-right: 20.001rem !important; }

  .mx-30-5 {
    margin-left: 20.33435rem !important;
    margin-right: 20.33435rem !important; }

  .my-30 {
    margin-top: 20.001rem !important;
    margin-bottom: 20.001rem !important; }

  .my-30-5 {
    margin-top: 20.33435rem !important;
    margin-bottom: 20.33435rem !important; }

  .p-30 {
    padding: 20.001rem !important; }

  .p-30-5 {
    padding: 20.33435rem !important; }

  .pt-30 {
    padding-top: 20.001rem !important; }

  .pt-30-5 {
    padding-top: 20.33435rem !important; }

  .pb-30 {
    padding-bottom: 20.001rem !important; }

  .pb-30-5 {
    padding-bottom: 20.33435rem !important; }

  .pl-30 {
    padding-left: 20.001rem !important; }

  .pl-30-5 {
    padding-left: 20.33435rem !important; }

  .pr-30 {
    padding-right: 20.001rem !important; }

  .pr-30-5 {
    padding-right: 20.33435rem !important; }

  .px-30 {
    padding-left: 20.001rem !important;
    padding-right: 20.001rem !important; }

  .px-30-5 {
    padding-left: 20.33435rem !important;
    padding-right: 20.33435rem !important; }

  .py-30 {
    padding-top: 20.001rem !important;
    padding-bottom: 20.001rem !important; }

  .py-30-5 {
    padding-top: 20.33435rem !important;
    padding-bottom: 20.33435rem !important; } }
.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex; }

.d-inline-flex {
  display: inline-flex; }

.d-grid {
  display: grid; }

.d-inline-grid {
  display: inline-grid; }

.d-none {
  display: none; }

.pos-static {
  position: static; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.pos-fixed {
  position: fixed; }

.pos-sticky {
  position: sticky; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.items-start {
  align-items: flex-start; }

.items-center {
  align-items: center; }

.items-end {
  align-items: flex-end; }

.items-stretch {
  align-items: stretch; }

.flex-row {
  flex-direction: row !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-col {
  flex-direction: column !important; }

.flex-col-reverse {
  flex-direction: column-reverse !important; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.overflow-visible {
  overflow: visible; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.visibility-visible {
  visibility: visible; }

.visibility-hidden {
  visibility: hidden; }

.visibility-collapse {
  visibility: collapse; }

.cursor-auto {
  cursor: auto; }

.cursor-pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.cursor-not-allowed {
  cursor: not-allowed; }

.cursor-grab {
  cursor: grab; }

.object-contain {
  object-fit: contain; }

.object-cover {
  object-fit: cover; }

.object-fill {
  object-fit: fill; }

.object-none {
  object-fit: none; }

.object-scale-down {
  object-fit: scale-down; }

.border-0 {
  border-width: 0px; }

.border-1 {
  border-width: 1px; }

.border-2 {
  border-width: 2px; }

.border-4 {
  border-width: 4px; }

.border-solid {
  border-style: solid; }

.border-dashed {
  border-style: dashed; }

.border-none {
  border: none; }

.radius-0 {
  border-radius: 0px; }

.radius-4 {
  border-radius: 4px; }

.radius-8 {
  border-radius: 8px; }

.radius-16 {
  border-radius: 16px; }

.radius-24 {
  border-radius: 24px; }

.radius-50 {
  border-radius: 50px; }

.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 0.01; }

.opacity-2 {
  opacity: 0.02; }

.opacity-3 {
  opacity: 0.03; }

.opacity-4 {
  opacity: 0.04; }

.opacity-5 {
  opacity: 0.05; }

.opacity-6 {
  opacity: 0.06; }

.opacity-7 {
  opacity: 0.07; }

.opacity-8 {
  opacity: 0.08; }

.opacity-9 {
  opacity: 0.09; }

.opacity-10 {
  opacity: 0.1; }

.opacity-11 {
  opacity: 0.11; }

.opacity-12 {
  opacity: 0.12; }

.opacity-13 {
  opacity: 0.13; }

.opacity-14 {
  opacity: 0.14; }

.opacity-15 {
  opacity: 0.15; }

.opacity-16 {
  opacity: 0.16; }

.opacity-17 {
  opacity: 0.17; }

.opacity-18 {
  opacity: 0.18; }

.opacity-19 {
  opacity: 0.19; }

.opacity-20 {
  opacity: 0.2; }

.opacity-21 {
  opacity: 0.21; }

.opacity-22 {
  opacity: 0.22; }

.opacity-23 {
  opacity: 0.23; }

.opacity-24 {
  opacity: 0.24; }

.opacity-25 {
  opacity: 0.25; }

.opacity-26 {
  opacity: 0.26; }

.opacity-27 {
  opacity: 0.27; }

.opacity-28 {
  opacity: 0.28; }

.opacity-29 {
  opacity: 0.29; }

.opacity-30 {
  opacity: 0.3; }

.opacity-31 {
  opacity: 0.31; }

.opacity-32 {
  opacity: 0.32; }

.opacity-33 {
  opacity: 0.33; }

.opacity-34 {
  opacity: 0.34; }

.opacity-35 {
  opacity: 0.35; }

.opacity-36 {
  opacity: 0.36; }

.opacity-37 {
  opacity: 0.37; }

.opacity-38 {
  opacity: 0.38; }

.opacity-39 {
  opacity: 0.39; }

.opacity-40 {
  opacity: 0.4; }

.opacity-41 {
  opacity: 0.41; }

.opacity-42 {
  opacity: 0.42; }

.opacity-43 {
  opacity: 0.43; }

.opacity-44 {
  opacity: 0.44; }

.opacity-45 {
  opacity: 0.45; }

.opacity-46 {
  opacity: 0.46; }

.opacity-47 {
  opacity: 0.47; }

.opacity-48 {
  opacity: 0.48; }

.opacity-49 {
  opacity: 0.49; }

.opacity-50 {
  opacity: 0.5; }

.opacity-51 {
  opacity: 0.51; }

.opacity-52 {
  opacity: 0.52; }

.opacity-53 {
  opacity: 0.53; }

.opacity-54 {
  opacity: 0.54; }

.opacity-55 {
  opacity: 0.55; }

.opacity-56 {
  opacity: 0.56; }

.opacity-57 {
  opacity: 0.57; }

.opacity-58 {
  opacity: 0.58; }

.opacity-59 {
  opacity: 0.59; }

.opacity-60 {
  opacity: 0.6; }

.opacity-61 {
  opacity: 0.61; }

.opacity-62 {
  opacity: 0.62; }

.opacity-63 {
  opacity: 0.63; }

.opacity-64 {
  opacity: 0.64; }

.opacity-65 {
  opacity: 0.65; }

.opacity-66 {
  opacity: 0.66; }

.opacity-67 {
  opacity: 0.67; }

.opacity-68 {
  opacity: 0.68; }

.opacity-69 {
  opacity: 0.69; }

.opacity-70 {
  opacity: 0.7; }

.opacity-71 {
  opacity: 0.71; }

.opacity-72 {
  opacity: 0.72; }

.opacity-73 {
  opacity: 0.73; }

.opacity-74 {
  opacity: 0.74; }

.opacity-75 {
  opacity: 0.75; }

.opacity-76 {
  opacity: 0.76; }

.opacity-77 {
  opacity: 0.77; }

.opacity-78 {
  opacity: 0.78; }

.opacity-79 {
  opacity: 0.79; }

.opacity-80 {
  opacity: 0.8; }

.opacity-81 {
  opacity: 0.81; }

.opacity-82 {
  opacity: 0.82; }

.opacity-83 {
  opacity: 0.83; }

.opacity-84 {
  opacity: 0.84; }

.opacity-85 {
  opacity: 0.85; }

.opacity-86 {
  opacity: 0.86; }

.opacity-87 {
  opacity: 0.87; }

.opacity-88 {
  opacity: 0.88; }

.opacity-89 {
  opacity: 0.89; }

.opacity-90 {
  opacity: 0.9; }

.opacity-91 {
  opacity: 0.91; }

.opacity-92 {
  opacity: 0.92; }

.opacity-93 {
  opacity: 0.93; }

.opacity-94 {
  opacity: 0.94; }

.opacity-95 {
  opacity: 0.95; }

.opacity-96 {
  opacity: 0.96; }

.opacity-97 {
  opacity: 0.97; }

.opacity-98 {
  opacity: 0.98; }

.opacity-99 {
  opacity: 0.99; }

.opacity-100 {
  opacity: 1; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

.z-10 {
  z-index: 10; }

.z-11 {
  z-index: 11; }

.z-12 {
  z-index: 12; }

.z-13 {
  z-index: 13; }

.z-14 {
  z-index: 14; }

.z-15 {
  z-index: 15; }

.z-16 {
  z-index: 16; }

.z-17 {
  z-index: 17; }

.z-18 {
  z-index: 18; }

.z-19 {
  z-index: 19; }

.z-20 {
  z-index: 20; }

.z-21 {
  z-index: 21; }

.z-22 {
  z-index: 22; }

.z-23 {
  z-index: 23; }

.z-24 {
  z-index: 24; }

.z-25 {
  z-index: 25; }

.z-26 {
  z-index: 26; }

.z-27 {
  z-index: 27; }

.z-28 {
  z-index: 28; }

.z-29 {
  z-index: 29; }

.z-30 {
  z-index: 30; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-nowrap {
  white-space: nowrap; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.transition {
  transition: all 0.3s ease; }

.transition-fast {
  transition: all 0.15s ease; }

.transition-slow {
  transition: all 0.6s ease; }

@media (max-width: 576px) {
  .sm\:d-none {
    display: none; }

  .sm\:text-center {
    text-align: center; } }
@media (max-width: 768px) {
  .md\:d-none {
    display: none; }

  .md\:text-center {
    text-align: center; } }
@media (max-width: 1024px) {
  .lg\:d-none {
    display: none; }

  .lg\:text-center {
    text-align: center; } }
@media (max-width: 1280px) {
  .xl\:d-none {
    display: none; }

  .xl\:text-center {
    text-align: center; } }
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  object-fit: cover; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  line-height: 1.6;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease; }

.hv-o {
  transition: ease all 0.5s; }
  .hv-o:hover {
    opacity: 0.8; }

[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative; }

a[href^="tel:"] {
  cursor: pointer; }

.no_scroll {
  overflow: hidden; }

.flex-wrap {
  flex-wrap: wrap; }

.u-sp {
  display: none; }

@media (max-width: 960px) {
  .u-pc {
    display: none; }

  .u-sp {
    display: block; } }
.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.hero-banner__content {
  position: relative;
  width: 100%;
  height: auto; }
.hero-banner__image {
  width: 100%;
  height: auto;
  display: block;
  height: 40rem;
  overflow: hidden; }
  .hero-banner__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    vertical-align: top; }
.hero-banner__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 35rem;
  padding: 2rem 4rem;
  background-color: rgba(255, 255, 255, 0.8); }
  .hero-banner__title .ja {
    font-size: 2.8rem;
    line-height: 150%;
    letter-spacing: .2rem;
    text-align: center;
    font-weight: bold; }

.breadcrumb {
  width: 100%;
  position: relative; }
  .breadcrumb__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline; }
  .breadcrumb__item {
    position: relative;
    display: inline;
    font-weight: 600;
    line-height: 150%;
    font-size: 1.8rem; }
    .breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .breadcrumb__item:not(:last-child)::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        transform: translateY(-47%) rotate(45deg);
        border-top: 1px solid #353535;
        border-right: 1px solid #353535; }
  .breadcrumb__link {
    color: #333;
    text-decoration: none;
    transition: all 0.35s ease; }
    .breadcrumb__link:hover {
      opacity: 0.7; }
  .breadcrumb__text {
    color: #333;
    font-weight: 500; }

.news__group {
  padding: 5.5rem 0 6rem; }
  .news__group-item:first-child {
    width: calc(100% - 30rem); }
  .news__group-item:last-child {
    width: 30rem;
    padding-left: 5rem; }
  .news__group .news-list {
    margin-bottom: 6rem;
    width: 100%; }
    .news__group .news-list li a {
      font-size: 1.6rem; }

.archive-gp {
  border: #CDA710 solid 0.1rem;
  margin-bottom: 3rem; }
  .archive-gp:last-child {
    margin-bottom: 0; }
.archive-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: #CDA710;
  text-align: left;
  padding: 1rem;
  cursor: pointer;
  position: relative; }
  .archive-title::before {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    width: 0.8rem;
    height: .8rem;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    content: "";
    border-top: .1rem solid #FFFFFF;
    border-right: .1rem solid #FFFFFF;
    transition: all 0.35s; }
  .archive-title.active::before {
    transform: translateY(-50%) rotate(315deg); }
.archive-list {
  padding: 0 1.5rem;
  max-height: 32rem;
  overflow: auto; }
  .archive-list li {
    border-bottom: #e28787 solid .1rem; }
    .archive-list li:last-child {
      border-bottom: 0; }
    .archive-list li a {
      color: #333;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      display: block;
      padding: 1.3rem 0;
      transition: all 0.35s; }
      .archive-list li a:hover {
        color: #CDA710; }

.news-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .news-list li {
    padding: 2rem 0;
    transition: background-color 0.3s ease;
    background: rgba(205, 167, 16, 0.2); }
    .news-list li:nth-child(odd) {
      background: #cda710; }
      .news-list li:nth-child(odd) a .date,
      .news-list li:nth-child(odd) a .txt {
        color: #ffffff; }
      .news-list li:nth-child(odd) a:hover {
        color: #171717; }
    .news-list li:not(:last-child) {
      margin-bottom: 1.5rem; }
    .news-list li:last-child {
      border-bottom: none; }
    .news-list li:hover {
      background: rgba(205, 167, 16, 0.5); }
      .news-list li:hover:nth-child(odd) a .date,
      .news-list li:hover:nth-child(odd) a .txt {
        color: #171717; }
    .news-list li a {
      display: flex;
      align-items: center;
      gap: 2rem;
      color: #222;
      text-decoration: none;
      font-size: 1.6rem;
      transition: color 0.3s ease; }
      .news-list li a:hover {
        color: #0073aa; }
      .news-list li a .date {
        display: inline-block;
        min-width: 13rem;
        font-size: 1.8rem;
        color: #171717;
        line-height: 1.4;
        font-weight: 600;
        padding-left: 2rem;
        padding-right: 2rem;
        letter-spacing: .1rem; }
      .news-list li a .txt {
        flex: 1;
        font-size: 1.8rem;
        line-height: 1.5;
        color: #171717;
        word-break: break-word;
        padding-right: 2rem; }

.pagenavi-wrap {
  margin-top: 6rem;
  margin-bottom: 6rem; }
  .pagenavi-wrap ul {
    display: flex;
    justify-content: center; }
    .pagenavi-wrap ul li {
      margin: 0 .8rem; }
      .pagenavi-wrap ul li * {
        height: 4rem;
        border: #CDA710 solid 0.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.55rem;
        color: #727272;
        transition: all 0.35s; }
      .pagenavi-wrap ul li .current,
      .pagenavi-wrap ul li a:hover {
        background: #CDA710;
        color: #FFFFFF; }

.news-pagination {
  text-align: center; }
  .news-pagination .wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem; }
    .news-pagination .wp-pagenavi span,
    .news-pagination .wp-pagenavi a {
      height: 4rem;
      min-width: 4rem;
      border: 0.1rem solid #CDA710;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1.55rem;
      color: #e28787;
      font-size: 1.8rem;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.35s ease; }
    .news-pagination .wp-pagenavi a:hover,
    .news-pagination .wp-pagenavi .current {
      background: #CDA710;
      color: #fff; }
    .news-pagination .wp-pagenavi .extend {
      border: none;
      background: none;
      color: #999;
      pointer-events: none; }

.column-list__items {
  flex-wrap: wrap;
  gap: 5rem 1.5rem; }
.column-list__thumb {
  width: 100%;
  height: 20rem;
  overflow: hidden; }
  .column-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out .3s;
    display: block; }
    .column-list__thumb img:hover {
      transform: scale(1.08); }
.column-list__box {
  align-items: center; }
  .column-list__box .cate-item {
    display: inline-block; }
    .column-list__box .cate-item a {
      padding: 0.5rem 1.5rem;
      font-size: 1.5rem;
      color: #ffffff;
      font-weight: bold;
      line-height: 175%;
      letter-spacing: 0.1rem;
      text-decoration: none;
      background-color: #e28787;
      transition: ease-in-out .3s; }
      @media (min-width: 768px) {
        .column-list__box .cate-item a:hover {
          background-color: rgba(226, 135, 135, 0.7); } }
.column-list__item {
  flex: 0 0 calc((100% - 4.5rem) / 4);
  box-sizing: border-box; }
.column-list__date {
  font-size: 1.6rem;
  color: #171717;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: 0.1rem; }
.column-list__title, .column-list__excerpt {
  font-size: 1.8rem;
  color: #171717;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out .3s;
  text-decoration: none !important;
  text-align: justify; }
.column-list__title:hover {
  color: #e28787; }
.column-list__excerpt {
  font-size: 1.6rem;
  font-weight: 500; }

.single-post__header {
  background-color: rgba(226, 135, 135, 0.1); }
.single-post__title {
  font-size: 3.2rem;
  color: #973b3b;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.single-post__date {
  font-size: 1.6rem;
  color: #973b3b;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3rem; }
.single-post__body {
  padding: 4rem 0; }
  .single-post__body :is(h1, h2, h3, h4, h5, h6) {
    font-size: 2.8rem;
    color: #171717;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .single-post__body h2 {
    font-size: 2.6rem; }
  .single-post__body h3 {
    font-size: 2.4rem; }
  .single-post__body h4 {
    font-size: 2.2rem; }
  .single-post__body h5 {
    font-size: 2rem; }
  .single-post__body h6 {
    font-size: 1.8rem; }
  .single-post__body blockquote {
    background-color: #eeeeee;
    padding: 4rem; }
    .single-post__body blockquote p:last-child {
      margin-bottom: 0; }
  .single-post__body :is(p, td, li, th, blockquote, a) {
    font-size: 1.8rem;
    color: #171717;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .single-post__body a {
    color: #0073aa;
    text-decoration: underline; }
  .single-post__body ul,
  .single-post__body ol {
    list-style: disc;
    margin-left: 2.2rem;
    margin-bottom: 2.5rem; }
  .single-post__body ol {
    list-style: numbered; }
  .single-post__body li {
    margin-bottom: 0; }
    .single-post__body li:not(:last-child) {
      margin-bottom: 1rem; }
  .single-post__body hr {
    border: none;
    border-top: 0.1rem solid #cccccc;
    margin: 2rem 0; }
.single-post__nav {
  margin-top: 5rem; }
  .single-post__nav-list {
    display: flex;
    justify-content: space-between;
    gap: 2rem; }
  .single-post__nav-item a,
  .single-post__nav-item span {
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 6.5rem;
    font-size: 1.6rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #ffffff;
    border: 0.1rem solid #CDA710;
    border-radius: 3.3rem;
    background: #e28787;
    text-decoration: none;
    transition: ease-in-out .3s; }
  .single-post__nav-item span {
    opacity: 0.5; }
  .single-post__nav-item a:hover {
    opacity: 0.8; }
  .single-post__nav-item--back a {
    border-color: #CDA710; }
  .single-post__nav--alt .single-post__nav-item a,
  .single-post__nav--alt .single-post__nav-item span {
    border-color: #CDA710; }
  .single-post__nav--alt .single-post__nav-item a:hover {
    background: #CDA710; }

.sitemap__section:last-child {
  margin-bottom: 0; }
.sitemap__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #171717;
  margin-bottom: 2.5rem;
  line-height: 185%;
  border-bottom: 0.1rem solid #ddd;
  padding-bottom: 1.5rem; }
.sitemap__menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sitemap__menu ul li {
    margin-bottom: 1.5rem; }
    .sitemap__menu ul li a {
      display: inline-block;
      color: #171717;
      font-size: 1.8rem;
      line-height: 1.85;
      text-decoration: none;
      transition: color 0.3s ease;
      font-weight: 500; }
      .sitemap__menu ul li a:hover {
        color: #CDA710; }

.sitemap__menu ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 2rem;
  list-style: none;
  margin: 0;
  padding: 0; }

.catalogue {
  margin-top: 2.5rem;
  margin-bottom: 10rem; }
  .catalogue-title {
    display: none; }
  .catalogue-gp {
    max-width: 120.001rem; }
    .catalogue-gp:not(.style-4button) {
      padding: 2rem 5rem 3.9rem;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 1rem;
      border: 1px solid #353535;
      box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08); }
  .catalogue-list ul {
    display: flex;
    flex-wrap: wrap; }
    .catalogue-list ul li {
      margin-right: 3rem; }
      .catalogue-list ul li:last-child {
        margin-right: 0; }
      .catalogue-list ul li a {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        color: #CDA710;
        letter-spacing: .1rem;
        transition: ease all 500ms;
        position: relative;
        padding-top: 1.1rem;
        padding-bottom: 0.9rem;
        display: block;
        letter-spacing: 0;
        border-bottom: #353535 solid .1rem;
        padding-right: 3rem; }
        .catalogue-list ul li a::before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 1rem;
          width: 1.1rem;
          aspect-ratio: 1/1;
          z-index: 5;
          -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          background: #333;
          transform: translateY(-50%); }
        .catalogue-list ul li a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 0;
          height: 1px;
          z-index: 1;
          pointer-events: none;
          transition: 0.5s; }
        .catalogue-list ul li a:hover {
          padding-left: 1rem;
          font-weight: bold; }
          .catalogue-list ul li a:hover::before {
            animation: arrowMove 0.6s ease 0s 1 both; }
          .catalogue-list ul li a:hover::after {
            width: 100%; }
  .catalogue-list.style-1columns li {
    width: 100%;
    margin-right: 0; }
  .catalogue-list.style-2columns li {
    width: calc((100% - 3.001rem) / 2); }
    .catalogue-list.style-2columns li:nth-child(2n) {
      margin-right: 0; }
  .catalogue-list.style-3columns li {
    width: calc((100% - 6.001rem) / 3); }
    .catalogue-list.style-3columns li:nth-child(3n) {
      margin-right: 0; }
  .catalogue-list.style-4button ul {
    justify-content: center;
    margin-bottom: -1.5rem; }
    .catalogue-list.style-4button ul li {
      margin-bottom: 1.5rem;
      margin-right: 1.5rem; }
      .catalogue-list.style-4button ul li:last-child {
        margin-right: 0; }
      .catalogue-list.style-4button ul li.current-menu-item a, .catalogue-list.style-4button ul li:hover a {
        color: #ffffff;
        font-weight: 500;
        background: #CDA710; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem;
        background: rgba(205, 167, 16, 0.1);
        border: #CDA710 solid 1px; }
        .catalogue-list.style-4button ul li a::before, .catalogue-list.style-4button ul li a::after {
          content: none; }
        @media (max-width: 767px) {
          .catalogue-list.style-4button ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 100%;
            height: 100%;
            padding: 1rem; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60; }
  .header.active {
    background: #fff; }
    .header.active .header-gp-box:first-child {
      box-shadow: none; }
  .header-gp .logo {
    margin-right: 2.8rem; }
    .header-gp .logo img {
      width: 44.5rem; }
  .header-gp-box:first-child {
    position: relative;
    z-index: 0;
    top: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    transition: all 0.35s;
    background: #FFFFFF;
    border-bottom-right-radius: 1.5rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); }
  .header-btn {
    position: relative; }
    .header-btn::after {
      content: "";
      position: absolute;
      width: 3rem;
      height: 3rem;
      bottom: 1.4rem; }
    .header-btn a {
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      width: 27rem;
      height: 9rem;
      position: relative; }
      .header-btn a::before {
        content: "";
        position: absolute;
        width: 3rem;
        height: 3rem;
        bottom: 0;
        right: 0;
        background: #fff;
        clip-path: polygon(100% 0, 0 100%, 100% 100%); }
    .header-btn.vz-contact::after {
      left: 4rem;
      background: url(assets/img/icon_contact.svg) no-repeat center/contain; }
    .header-btn.vz-contact a {
      padding-left: 2.3rem;
      background: linear-gradient(135deg, #C39523 0%, #F0E1B1 100%);
      gap: 1rem; }
      .header-btn.vz-contact a::before {
        background: #fff; }
      .header-btn.vz-contact a span {
        text-align: center;
        color: #FFFFFF;
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 103%;
        letter-spacing: 0; }
        .header-btn.vz-contact a span:first-child {
          font-size: 1.6rem; }
    .header-btn.vz-tel::after {
      left: 2.6rem;
      background: url(assets/img/icon_phone.svg) no-repeat center/contain; }
    .header-btn.vz-tel a {
      background: #fff;
      color: #43607B;
      font-size: 2.8rem;
      font-weight: bold;
      line-height: 103%;
      letter-spacing: 0; }
      .header-btn.vz-tel a::before {
        background: #43607B; }
      .header-btn.vz-tel a span {
        font-size: 1.6rem;
        color: #000; }
  .header-menu {
    position: absolute;
    top: 100%;
    right: -46rem;
    background: #FFFFFF;
    border-radius: 0 0 1rem 1rem;
    transition: all 0.35s; }
    @media (min-width: 960.5px) {
      .header-menu-item {
        padding: 0 6rem;
        overflow-y: auto;
        height: calc(100vh - 12rem); } }
    .header-menu li a {
      border-bottom: rgba(0, 0, 0, 0.3) solid 1px;
      display: block;
      color: #1B1B1B;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0;
      position: relative;
      padding: 1.8rem 0 1.8rem 3rem;
      min-width: 32.5rem;
      transition: all 0.35s; }
      .header-menu li a::before {
        content: "";
        position: absolute;
        width: 1.1rem;
        height: 1.1rem;
        top: 3rem;
        left: 0;
        background: #CAA100; }
      .header-menu li a:hover {
        color: #CAA100; }
    .header-menu li:nth-child(2n) a::before {
      background: #455f79; }
    .header-menu li:last-child a {
      border-bottom: 0; }
    .header-menu.active {
      right: 0; }
  .header.active .header-gp-box:first-child {
    top: 0; }
    .header.active .header-gp-box:first-child::before {
      top: 0;
      height: 100%; }

.btn-recruit a {
  background: #CAA100;
  display: block;
  border-radius: .5rem;
  padding: .3rem 4.8rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  transition: all 0.35s;
  cursor: default;
  pointer-events: none; }

.nav-menu {
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
  background: linear-gradient(130deg, #43607C 0%, #455F79 100%);
  width: 9rem;
  height: 9rem;
  z-index: 10; }
  .nav-menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 2.2rem 2.5rem;
    cursor: pointer; }
    .nav-menu-item span {
      background: #fff;
      display: block;
      height: 2px;
      border-radius: 2px;
      transition: transform 0.3s;
      width: 100%;
      transform-origin: center;
      position: relative; }
    .nav-menu-item.active span:first-child {
      transform: rotate(45deg);
      margin-bottom: 0;
      top: 1.2rem;
      width: 100%; }
    .nav-menu-item.active span:nth-child(2) {
      display: none; }
    .nav-menu-item.active span:nth-child(3) {
      transform: rotate(135deg);
      top: -1rem;
      width: 100%; }

.no_scroll {
  overflow: hidden; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .header-menu.active {
    right: 0; }

  .btn-recruit a {
    padding: .7rem 1.5rem .1rem; } }
@media (max-width: 960px) {
  header {
    height: 11.5rem; }

  .header {
    padding: 0;
    background: #fff; }
    .header-gp {
      line-height: 100%; }
      .header-gp-box:first-child {
        align-items: center;
        top: 0;
        box-shadow: none; }
      .header-gp-item:first-child {
        display: none; }
      .header-gp .logo {
        margin-right: 0;
        display: inline-block; }
    .header-menu {
      right: -100%;
      width: 100%;
      padding: 0 1.5rem 15rem;
      height: calc(100vh - 7.2rem);
      border-radius: 0;
      overflow: scroll; }
      .header-menu li a {
        font-size: 1.5rem;
        padding: 1.5rem 0 1.2rem 2rem; }
        .header-menu li a::before {
          top: 2.1rem; }
      .header-menu.active {
        right: 0; }

  .btn-recruit {
    display: none; }
    .btn-recruit a {
      width: 14rem;
      padding: 1rem 1.5rem .3rem; } }
footer {
  position: relative; }

.foo_maps {
  position: relative;
  overflow: hidden; }
  .foo_maps * {
    width: 100%;
    height: 48rem; }
  .foo_maps p {
    margin: 0;
    font-size: 0;
    line-height: 100%; }
  .foo_maps iframe {
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top; }

.footer-link-fix {
  position: fixed;
  right: 2rem;
  bottom: 7.5rem;
  z-index: 10; }
  .footer-link-fix .close {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .5rem;
    background: #43607c;
    position: absolute;
    top: -2.7rem;
    right: 0;
    cursor: pointer;
    z-index: 1; }
    .footer-link-fix .close::before {
      content: "";
      position: absolute;
      width: 1.4rem;
      height: 1.4rem;
      -webkit-mask: url(assets/img/icon-close.svg) center/100% no-repeat;
      mask: url(assets/img/icon-close.svg) center/100% no-repeat;
      background: #FFFFFF;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .footer-link-fix a {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    background: #4c6a89e6;
    overflow: hidden;
    width: 30rem;
    height: 10rem;
    text-align: center;
    position: relative; }
    .footer-link-fix a::before {
      content: "";
      position: absolute;
      width: 3rem;
      height: 3rem;
      bottom: 0;
      right: 0;
      background: #fff;
      clip-path: polygon(100% 0, 0 100%, 100% 100%); }
    .footer-link-fix a .title {
      display: block;
      padding: .2rem;
      color: #FFFFFF;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 165%;
      letter-spacing: 0.3rem; }
    .footer-link-fix a .logo {
      display: block;
      color: #FFFFFF;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 135%;
      letter-spacing: 0; }
    .footer-link-fix a img {
      width: 21rem;
      display: inline-block; }
  .footer-link-fix.active {
    display: none; }

.menu_right--fix {
  position: fixed;
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  z-index: 15; }
  @media (min-width: 960.5px) {
    .menu_right--fix {
      display: none; } }
  .menu_right--fix li {
    width: calc(100% / 3);
    margin: 0 !important; }
    .menu_right--fix li a {
      width: 100%;
      height: 6rem;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      padding: 2rem 0;
      position: relative; }
      .menu_right--fix li a::before {
        content: '';
        position: absolute;
        top: 1rem;
        left: 50%;
        transform: translateX(-50%); }
      .menu_right--fix li a span {
        font-size: 1.3rem;
        color: #FFFFFF;
        margin-bottom: -2rem;
        padding-top: .5rem; }
      .menu_right--fix li a.vz-01 {
        background: #DCB171; }
        .menu_right--fix li a.vz-01::before {
          width: 3rem;
          height: 2rem;
          background: url(assets/img/icon_contact.svg) no-repeat center/contain; }
      .menu_right--fix li a.vz-02 {
        background: #CAA100; }
        .menu_right--fix li a.vz-02::before {
          height: 2rem;
          width: 2.4rem;
          background: #FFFFFF;
          -webkit-mask: url(assets/img/icon_phone.svg) no-repeat center/contain;
          mask: url(assets/img/icon_phone.svg) no-repeat center/contain; }
      .menu_right--fix li a.vz-03 {
        background: #605F5D; }
        .menu_right--fix li a.vz-03::before {
          height: 1.8rem;
          width: 1.8rem;
          background: url(assets/img/icon-web.svg) no-repeat center/contain; }

.copyright {
  padding: 4rem 2rem;
  background-color: #4C6A89;
  gap: 3rem; }
  .copyright .logo {
    position: relative; }
    .copyright .logo::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0;
      right: -1.6rem;
      background-color: rgba(27, 27, 27, 0.49); }
  .copyright img {
    width: 15rem; }
  .copyright p {
    font-weight: 400;
    line-height: 150%;
    color: #FFFFFF; }

@media (max-width: 960px) {
  .foo_maps * {
    height: 25rem; }

  .copyright {
    padding: 1.5rem;
    flex-direction: column;
    margin-bottom: 6rem; }
    .copyright .logo::before {
      content: "";
      position: absolute;
      width: 10rem;
      height: 1px;
      top: inherit;
      left: 50%;
      bottom: -1.6rem;
      right: inherit;
      transform: translateX(-50%); }
    .copyright p {
      font-size: 1.4rem; }

  .footer-link-fix {
    right: 7rem;
    bottom: 6rem; }
    .footer-link-fix a {
      width: 22rem; }
      .footer-link-fix a .title {
        font-size: 1.5rem; }
      .footer-link-fix a img {
        width: 17rem; } }
.title-default-01 {
  padding-top: 5.1rem;
  font-family: "Zen Kaku Gothic New", sans-serif; }
  .title-default-01 h3 {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: 1rem;
    writing-mode: vertical-lr;
    padding-top: 5.2rem;
    font-family: "Zen Kaku Gothic New", sans-serif; }
  .title-default-01 p {
    color: #EBEAE1;
    font-size: 12em;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 1.8rem;
    writing-mode: vertical-lr;
    position: relative; }
  .title-default-01.vz-02 h3 {
    writing-mode: inherit; }
  .title-default-01.vz-02 p {
    writing-mode: inherit; }
.title-default-02 {
  margin-bottom: 7rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .title-default-02 span {
    color: #212121;
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 180%;
    letter-spacing: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    position: relative;
    display: inline-block;
    text-align: center; }
    .title-default-02 span::before, .title-default-02 span::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-style: solid;
      border-width: 5rem 1.5rem 0 1.5rem;
      border-color: #CAA101 transparent transparent transparent;
      margin-top: -2rem; }
    .title-default-02 span::before {
      top: 50%;
      left: -5rem;
      transform: rotate(-30deg); }
    .title-default-02 span::after {
      top: 50%;
      right: -5rem;
      transform: rotate(30deg); }
.title-default-03 {
  width: 100%;
  display: block;
  color: #343131;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  padding-left: 2.5rem; }
  .title-default-03::before {
    --color: #CAA100;
    background-color: var(--color);
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 0;
    top: 1.05rem; }
@media (max-width: 960px) {
  .title-default-02 span {
    font-size: 3rem;
    line-height: 150%; } }

.title-default-01.vs-02 {
  text-align: center;
  margin-bottom: 6rem;
  display: block !important; }
  .title-default-01.vs-02 * {
    writing-mode: inherit; }
  .title-default-01.vs-02 p.en {
    text-transform: uppercase; }
    .title-default-01.vs-02 p.en.vs-02 {
      color: #FFFFFF; }
    .title-default-01.vs-02 p.en-sub {
      font-size: 7rem;
      font-weight: bold;
      color: #000000;
      letter-spacing: 0;
      line-height: 1;
      margin-top: -1rem; }
  .title-default-01.vs-02 h3 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0;
    padding-top: 1.8rem;
    width: 100%; }

.grid-1280 {
  max-width: 131rem; }
.grid-1340 {
  max-width: 137rem; }
.grid-1645 {
  max-width: 167.5rem; }

.colorw {
  color: #FFFFFF !important; }

.mv {
  position: relative; }
  .mv-view .slick-slide img {
    width: 100%; }
  .mv-gp {
    position: absolute;
    bottom: 0;
    left: 0; }
  .mv-txt {
    color: #ffffff9c;
    font-size: 30rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0; }
  .mv-cont {
    background: #4c6a89e6;
    padding: 2.5rem;
    width: 100%;
    max-width: 95.5rem;
    height: 24.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .mv-cont h2 {
      color: #FFFFFF;
      font-size: 4.1rem;
      font-weight: 500;
      line-height: 160%;
      letter-spacing: 0; }
    .mv-cont p {
      color: #FFFFFF;
      font-size: 2.4rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      font-family: "Zen Kaku Gothic New", sans-serif; }
    @media (max-width: 960px) {
      .mv-cont {
        padding: 1.5rem;
        height: 15rem;
        max-width: 15rem;
        max-width: 38.4rem;
        align-items: flex-start; }
        .mv-cont h2 {
          font-size: 1.7rem; }
        .mv-cont p {
          font-size: 1.4rem; } }
  @media (max-width: 960px) {
    .mv-txt {
      padding-left: 1rem;
      padding-bottom: .5rem;
      font-size: 8rem; } }
  @media (max-width: 767px) {
    .mv-txt {
      text-align: center;
      color: #455f79;
      padding-left: 0; }
    .mv-gp {
      position: unset; } }

.btn-default {
  margin-top: 2.7rem; }
  .btn-default a {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: #fff;
    color: #000;
    border: 1px solid #605F5D;
    transition: 0.3s;
    font-size: 1.6rem;
    min-height: 7rem;
    display: inline-grid;
    align-content: center;
    text-align: center;
    position: relative; }
    .btn-default a::after {
      content: "\f067";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      right: 2rem;
      top: 50%;
      transform: translate(0%, -50%);
      font-weight: 600;
      font-size: clamp(1.3rem, 1.8vw, 1.8rem);
      color: #CAA100; }
    .btn-default a:hover {
      background: #CAA100;
      color: #fff;
      transition: 0.3s;
      border: 1px solid #CAA100; }
      .btn-default a:hover::after {
        color: #fff; }
  @media (max-width: 960px) {
    .btn-default a {
      min-height: auto;
      font-size: 1.5rem;
      padding: 1.2rem;
      margin-left: auto;
      margin-right: auto;
      display: flex; } }

/******************************************************
パーツ　Concept Message
******************************************************/
.message {
  padding-top: 10rem; }
  .message .block-table table {
    width: 100%;
    border-collapse: collapse; }
  .message .block-table td,
  .message .block-table th {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0rem; }
    @media (max-width: 960px) {
      .message .block-table td,
      .message .block-table th {
        font-size: 1.5rem;
        line-height: 185%; } }
  .message .block-table tr td:first-child {
    text-align: center;
    background: #F6F6F6;
    width: 19.1rem; }
  .message .block-table--style03 th,
  .message .block-table--style03 td {
    padding: 1.5rem 2.5rem;
    border: 1px solid #D3D2D2; }
  .message .block-table--style03 th {
    text-align: left;
    font-weight: bold; }
  @media (max-width: 960px) {
    .message .block-table--style03 th,
    .message .block-table--style03 td {
      padding: 1rem 1.5rem;
      border: 1px solid #D3D2D2; } }
  @media (max-width: 767px) {
    .message .block-table--style03 td {
      width: 100% !important;
      float: left; } }
  .message__table {
    margin-bottom: 3.6rem; }
  .message__head-title {
    color: #CAA100;
    font-size: 8rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.4rem;
    margin-bottom: -3.5rem; }
  .message__title {
    color: #343131;
    font-size: 4rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 3rem; }
  .message__row {
    display: flex;
    margin-bottom: 4.5rem; }
    @media (min-width: 960.5px) {
      .message__row.vs-01 .message__item:first-child {
        width: 69.53125%;
        padding-right: 5.7rem;
        padding-top: 9rem; }
      .message__row.vs-01 .message__item:last-child {
        width: 30.46875%; }
      .message__row.vs-02 {
        margin-top: 8rem; }
        .message__row.vs-02 .message__item:first-child {
          width: 30.46875%; }
        .message__row.vs-02 .message__item:last-child {
          padding-left: 5.7rem;
          width: 69.53125%; } }
    @media (max-width: 960px) {
      .message__row {
        gap: 2.5rem; }
        .message__row.vs-01 {
          flex-direction: column-reverse; }
        .message__row.vs-02 {
          flex-direction: column; }
        .message__row .message__img-name {
          max-width: 90%; }
        .message__row .message__item {
          width: 100%; }
          .message__row .message__item img {
            width: 100%; } }
  .message__img {
    position: relative; }
    .message__img-name {
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 35.5rem; }
  @media (max-width: 960px) {
    .message {
      padding-top: 6rem; }
      .message__head-title {
        font-size: 4rem;
        margin-bottom: 3rem;
        text-align: center; }
      .message__title {
        font-size: 2rem;
        margin-bottom: 1rem; } }

.block-list {
  background: #F6F6F6; }
  .block-list ul {
    width: 100%;
    padding: 2.3rem 3rem; }
    .block-list ul * {
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: .115rem;
      color: #444444; }
    .block-list ul li {
      padding-left: 2rem;
      position: relative;
      margin-bottom: .5rem; }
      .block-list ul li::before {
        content: "";
        position: absolute;
        width: 1rem;
        height: 1rem;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #B19554; }
  @media (max-width: 960px) {
    .block-list ul {
      width: 100%;
      padding: 2rem 2rem 2rem 2rem; }
      .block-list ul * {
        font-size: 1.5rem; } }

/******************************************************
パーツ　「3つ」
******************************************************/
.three {
  padding-top: 10rem;
  background: linear-gradient(to bottom, #FFFFFF 0%, #F9F9F9 100%);
  position: relative; }
  .three::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30rem;
    top: 2.2rem;
    max-width: 154rem;
    margin-left: 12.7rem;
    background: url(assets/img/bg_three.svg) no-repeat center/contain; }
  .three__head-tile {
    color: #4C6A89;
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 5rem; }
    .three__head-tile strong {
      color: #CAA100; }
  .three__list {
    display: flex;
    gap: 3rem; }
  @media (min-width: 960.5px) {
    .three__item {
      width: calc(33.33% - 2rem); }
      .three__item:last-child .three__item-desc {
        height: 37.9rem; }
      .three__item:nth-child(2) {
        margin-top: 4rem; } }
  .three__item-title {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 0.05rem;
    text-align: center;
    padding: 1.3rem 1rem;
    margin-top: -1px; }
    .three__item-title.vs-01 {
      background: #4C6A89; }
    .three__item-title.vs-02 {
      background: #CAA100; }
    .three__item-title.vs-03 {
      background: #605F5D; }
  .three__item-desc {
    background: #fff;
    border: 1px solid #EBEAE1;
    border-top: 0;
    padding: 2.9rem 3.1rem; }
  @media (max-width: 960px) {
    .three__head-tile {
      font-size: 2rem; }
    .three__list {
      flex-direction: column; }
    .three__item {
      width: 100%; }
      .three__item-desc {
        padding: 1.5rem; } }

/******************************************************
パーツ　当院の自慢
******************************************************/
.hospital {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-top: 8rem;
  padding-bottom: 10rem;
  background: linear-gradient(to top, #FFFFFF 0%, #F9F9F9 100%); }
  .hospital__row {
    display: flex; }
    .hospital__row:not(:last-child) {
      margin-bottom: 3.8rem; }
  .hospital__img.right {
    box-shadow: 1rem 1rem 0 #EBEAE1; }
  .hospital__gp-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    position: relative;
    border-bottom: 2px dotted transparent;
    border-image: url("assets/img/line.svg") 30 stretch; }
  .hospital__item-heading {
    color: #212121;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 145%;
    letter-spacing: 0; }
  .hospital__item-number {
    color: #CAA101;
    font-size: 8.72rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0;
    font-family: "Inter", sans-serif; }
  @media (min-width: 960.5px) {
    .hospital__item {
      width: 50%; }
      .hospital__item:first-child {
        padding-right: 3rem; }
      .hospital__item:last-child {
        padding-left: 3rem; } }
  @media (max-width: 960px) {
    .hospital__row {
      gap: 2rem; }
      .hospital__row:nth-child(odd) {
        flex-direction: column-reverse; }
      .hospital__row:nth-child(even) {
        flex-direction: column; }
    .hospital__gp-title {
      flex-direction: column-reverse;
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem; }
    .hospital__item {
      width: 100%; }
      .hospital__item-number {
        font-size: 5rem;
        margin-bottom: .5rem; }
      .hospital__item-heading {
        font-size: 2.2rem; } }

/******************************************************
パーツ　まだまだある！当院の特徴/自慢
******************************************************/
.our {
  background: #F9F9F9;
  padding: 6rem 0 10rem;
  font-family: "Zen Kaku Gothic New", sans-serif; }
  .our__item {
    background: #fff;
    padding: 3.8rem 6rem;
    border-radius: 1rem;
    box-shadow: 5px 5px 5px 0 #83838333; }
    .our__item:not(:last-child) {
      margin-bottom: 2.4rem; }
    .our__item-heading {
      color: #212121;
      font-size: 2rem;
      font-weight: bold;
      line-height: 145%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
    .our__item-content p {
      font-weight: 400; }
  @media (max-width: 960px) {
    .our__item {
      padding: 2rem 1.5rem; } }

.voice {
  padding-bottom: 10rem; }
  .voice-title-01 {
    font-family: "Inter", sans-serif;
    font-size: 2.4rem;
    padding-left: 9rem;
    position: relative;
    color: #000000;
    text-align: left;
    padding-bottom: 2.5rem;
    margin-bottom: 2.1rem;
    padding-top: 4.1rem;
    background: #f5f4f0; }
    .voice-title-01::before {
      content: "";
      position: absolute;
      width: 7.2rem;
      height: 7.2rem;
      background-image: url(assets/img/f.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      bottom: 1rem;
      left: 0; }
    .voice-title-01::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background: url(assets/img/line__voice.svg) no-repeat center/contain;
      bottom: 0rem;
      left: 0; }
  .voice-qa {
    background: #F5F4F0;
    padding: 0 3.5rem 4.1rem;
    max-width: 100%; }
    .voice-qa__head {
      position: sticky;
      top: 9rem;
      height: 100vh;
      z-index: 1; }
    .voice-qa__gp {
      margin-top: calc(-100vh + 12rem); }
    .voice-qa__field:not(:last-child) {
      margin-bottom: 1.8rem; }
    .voice-qa__question {
      color: #CAA101;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 145%;
      letter-spacing: 0;
      position: relative;
      padding-left: 3rem;
      padding-bottom: 1rem; }
      .voice-qa__question::before {
        content: "Q";
        font-size: 2rem;
        font-weight: 400;
        position: absolute;
        left: 0;
        top: 0;
        font-family: "Inter", sans-serif; }
    .voice-qa__answer {
      background-color: #fff;
      border-radius: 0.8rem;
      padding: 2rem 1.6rem;
      font-weight: 400; }
  .voice-head {
    text-align: center;
    position: sticky;
    top: 12rem;
    height: 100vh;
    z-index: 1; }
    .voice-head .title-default-01 {
      position: absolute;
      z-index: 1;
      left: 29.5rem;
      top: 11.3rem; }
    .voice-head-img {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 9.3rem; }
      @media (max-width: 960px) {
        .voice-head-img {
          display: none; } }
      .voice-head-img::before {
        position: absolute;
        content: '';
        width: 26.3rem;
        height: 24.2em;
        right: -1rem;
        top: 32rem;
        background-image: url(assets/img/g.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        @media (max-width: 960px) {
          .voice-head-img::before {
            content: none; } }
      .voice-head-img img {
        width: 29.5rem; }
        @media (max-width: 960px) {
          .voice-head-img img {
            width: 9rem; } }
      .voice-head-img.vz-02 {
        left: auto;
        right: 0; }
  @media (max-width: 960px) {
    .voice-qa {
      padding: 4rem 1.5rem 1.5rem; } }

/******************************************************
パーツ　院長インタビュー
******************************************************/
.interview {
  background: #F9F9F9; }
  .interview__img {
    box-shadow: 1rem 1rem 0 #DCB171; }
    .interview__img img {
      width: 100%; }
  .interview__wrapper:first-child {
    padding-bottom: 6.5rem; }
  .interview__wrapper:last-child {
    padding-bottom: 10.5rem; }
    .interview__wrapper:last-child .title-default-01 {
      border-top: 1px dashed #000000; }
  .interview__row {
    display: flex; }
    .interview__row:not(:last-child) {
      margin-bottom: 5rem; }
    @media (min-width: 960.5px) {
      .interview__row:nth-child(odd) .interview__item:first-child {
        width: 62.34375%;
        padding-right: 6rem; }
      .interview__row:nth-child(odd) .interview__item:last-child {
        width: 37.65625%; }
      .interview__row:nth-child(even) .interview__item:first-child {
        width: 37.65625%; }
      .interview__row:nth-child(even) .interview__item:last-child {
        padding-left: 6rem;
        width: 62.34375%; } }
    @media (max-width: 960px) {
      .interview__row {
        gap: 4.5rem; }
        .interview__row .interview__item {
          width: 100%; }
        .interview__row:nth-child(odd) {
          flex-direction: column-reverse; }
        .interview__row:nth-child(even) {
          flex-direction: column; } }
  .interview__qa + .interview__qa {
    margin-top: 4rem; }
  .interview__qa-question {
    color: #CAA101;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0;
    position: relative;
    padding-left: 3.5rem;
    padding-bottom: 2rem;
    border-bottom: 2px dotted transparent;
    border-image: url("assets/img/line-interview.svg") 10 stretch;
    margin-bottom: 1.5rem; }
    .interview__qa-question::before {
      content: "Q";
      font-size: 2.4rem;
      position: absolute;
      left: 0;
      top: 0;
      font-family: "Inter", sans-serif; }
  @media (max-width: 960px) {
    .interview__qa + .interview__qa {
      margin-top: 2.5rem; }
    .interview__qa-question {
      font-size: 1.8rem;
      padding-left: 2.5rem;
      padding-bottom: 1rem;
      margin-bottom: 1rem; }
      .interview__qa-question::before {
        font-size: 2rem; } }

/******************************************************
パーツ　歯科衛生士の1日
******************************************************/
.schedule__list {
  max-width: 126.8rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  position: relative; }
  .schedule__list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #CCCCCC;
    top: 6rem;
    left: 0; }
.schedule__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22.6rem;
  text-align: center; }
  .schedule__item-time {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 14rem;
    height: 14rem;
    margin-bottom: 3rem;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
    background: #D8B600; }
    .schedule__item-time::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      bottom: -12px;
      left: 50%;
      margin-left: -12px;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 20px solid #D8B600; }
  .schedule__item-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2.5rem; }
  .schedule__item-img {
    margin-top: 2rem; }
@media (max-width: 960px) {
  .schedule__list {
    flex-direction: column;
    gap: 2.5rem; }
    .schedule__list::before {
      content: none; }
  .schedule__item {
    margin-bottom: 1rem; }
  .schedule__item {
    width: 100% !important;
    gap: 1rem; }
    .schedule__item-img img {
      width: 100% !important; } }

/******************************************************
パーツ　いけだ歯科・矯正歯科クリニックの5つの特徴
******************************************************/
.feature {
  padding-bottom: 10rem; }
  .feature__row + .feature__row {
    margin-top: 4.8rem; }
  .feature__row {
    display: flex; }
    .feature__row:nth-child(odd) .number {
      left: -1px; }
    .feature__row:nth-child(odd) .feature__item:first-child {
      display: flex;
      align-items: center; }
    .feature__row:nth-child(even) .number {
      right: -1px; }
    .feature__row:nth-child(even) .feature__item:last-child {
      display: flex;
      align-items: center; }
  .feature__item-heading {
    color: #000000;
    font-size: 4rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 2rem; }
    .feature__item-heading-sub {
      color: #CAA100;
      font-size: 3rem;
      font-weight: 500;
      line-height: 130%;
      letter-spacing: 0;
      margin-bottom: 2rem; }
  .feature__item-content {
    position: relative; }
  .feature__item-number {
    position: absolute;
    top: 0;
    width: 13.9rem;
    z-index: 1; }
  @media (min-width: 960.5px) {
    .feature__row:nth-child(odd) .feature__item-gp {
      margin-left: 14.333333%; }
    .feature__row:nth-child(even) .feature__item-gp {
      margin-right: 14.333333%; }
    .feature__item {
      width: 50%; }
      .feature__item:first-child {
        padding-right: 3.9rem; }
      .feature__item:last-child {
        padding-left: 3.9rem; } }
  @media (max-width: 960px) {
    .feature__list {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .feature__row {
      gap: 2.5rem; }
      .feature__row:nth-child(odd) {
        flex-direction: column-reverse; }
      .feature__row:nth-child(even) {
        flex-direction: column; }
    .feature__item {
      width: 100%; }
      .feature__item-heading {
        font-size: 2.2rem;
        margin-bottom: 1.2rem; }
        .feature__item-heading-sub {
          font-size: 1.8rem;
          margin-bottom: 1.2rem; } }

/******************************************************
パーツ　Clinic Infomation
******************************************************/
.clinic-row {
  display: flex;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  position: relative;
  gap: 1.5rem; }
  .clinic-row > div {
    min-height: 6.4rem;
    padding: 0.5rem 1.65rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: 1.6rem;
    line-height: 175%;
    letter-spacing: .1rem; }
  .clinic-row.va-top .clinic-row__label {
    padding-top: .3rem; }
  .clinic-row.va-top .clinic-row__value {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .clinic-row__label {
    width: 31.2rem;
    color: #fff;
    font-weight: 500;
    justify-content: center; }
  .clinic-row__value {
    width: calc(100% - 18.5rem);
    background: #fff;
    color: #212121;
    font-weight: normal; }

@media (max-width: 960px) {
  main {
    overflow: hidden; }

  .clinic {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 10rem;
    padding-bottom: 5rem;
    position: relative; }
    .clinic .title-default-01 {
      left: 0;
      top: 0;
      width: 100%;
      position: absolute;
      text-align: center; }
      .clinic .title-default-01 p {
        padding-left: 0;
        letter-spacing: normal;
        display: block;
        text-align: center; }
        .clinic .title-default-01 p::before {
          content: none; }
    .clinic__inner {
      flex-direction: column;
      margin-right: auto; }
    .clinic__image {
      order: 0;
      width: 100%;
      border-radius: 1rem;
      margin-bottom: 2rem; }
    .clinic__info {
      order: 1;
      width: 100%;
      display: block;
      padding-right: 0; }
    .clinic__left, .clinic__right {
      width: 100%; }
    .clinic-row {
      flex-direction: column;
      margin-bottom: 1.5rem;
      border-radius: .8rem; }
      .clinic-row > div {
        width: 100%;
        min-height: auto;
        font-size: 1.5rem;
        padding: 1rem 1.5rem;
        letter-spacing: normal; }
        .clinic-row > div:first-child {
          padding-top: 1.3rem; }
      .clinic-row.va-top .clinic-row__label {
        padding-top: 1.3rem; }
      .clinic-row::after {
        width: 100%; }
      .clinic-row::before {
        width: 100%;
        height: .5rem;
        z-index: 2; }

  .clinic-schedule {
    margin-top: 1.5rem;
    border-radius: 0.8rem;
    padding-bottom: 1.7rem; }
    .clinic-schedule::after {
      height: 5rem; }
    .clinic-schedule::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.5rem;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 1;
      background-color: #D0A67C; }
    .clinic-schedule__table {
      display: table; }
      .clinic-schedule__table th,
      .clinic-schedule__table td {
        padding: 0;
        font-size: 1.5rem;
        line-height: 175%;
        letter-spacing: normal; }
        .clinic-schedule__table th:first-child,
        .clinic-schedule__table td:first-child {
          padding-left: 1rem; }
        .clinic-schedule__table th:not(:first-child),
        .clinic-schedule__table td:not(:first-child) {
          padding-left: .5rem;
          padding-right: .5rem; }
      .clinic-schedule__table th {
        height: 5rem; }
        .clinic-schedule__table th:first-child::before {
          content: none; }
      .clinic-schedule__table td {
        padding-top: 2rem;
        padding-bottom: 0.5rem; }
        .clinic-schedule__table td:first-child {
          font-weight: 500;
          color: #212121; }
      .clinic-schedule__table tbody tr:nth-child(2) td {
        padding-top: 0.5rem; }
      .clinic-schedule__table .clinic-schedule__time {
        width: 11rem; }
    .clinic-schedule__note {
      margin-top: 1.6rem;
      font-size: 1.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1.5rem; }
      .clinic-schedule__note::before {
        left: 1rem;
        width: calc(100% - 2rem);
        height: .1rem;
        background-size: contain; } }
.clinic-info {
  background: #F9F9F9; }
  .clinic-info__image {
    width: 100%;
    background-size: cover;
    aspect-ratio: 3 / 2;
    object-fit: cover; }
    .clinic-info__image img {
      width: 100%; }
  .clinic-info__data {
    box-sizing: border-box; }
  .clinic-info__data-box {
    padding: 5rem 1.5rem;
    box-sizing: border-box; }
  .clinic-info__details .is-header {
    background: #555;
    color: #fff;
    text-align: left;
    font-weight: bold;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem; }
  .clinic-info__details table {
    width: 100%; }
  .clinic-info__details th,
  .clinic-info__details td {
    padding: 1.5rem 1.9rem;
    border-bottom: 1px solid #ccc; }
  .clinic-info__details th {
    width: 14.1rem;
    border-color: #000000;
    text-align: left; }
  .clinic-info__details .noborder {
    border: 0; }
  .clinic-info__title {
    color: #000000;
    font-size: 7rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0; }
  @media screen and (min-width: 960.5px) {
    .clinic-info__flex {
      display: flex;
      flex-wrap: wrap; }
    .clinic-info__image {
      width: 57.44791666666667%; }
    .clinic-info__data {
      width: 42.55208333333333%; }
    .clinic-info__data-box {
      max-width: 651px;
      padding-left: 4rem;
      padding-bottom: 7rem;
      padding-right: 0; }
    .clinic-info__title {
      text-align: left; }
    .clinic-info__details th {
      width: auto; } }
  @media (max-width: 960px) {
    .clinic-info__title {
      font-size: 3.5rem;
      text-align: center; }
    .clinic-info__details th,
    .clinic-info__details td {
      float: left;
      width: 100% !important;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .clinic-info__details th.noborder {
      border-bottom: 1px solid; } }

td.cl1 {
  color: rgba(27, 27, 27, 0.4); }

td.cl2 {
  color: #CDA710; }

@media (max-width: 960px) {
  .title-default-01.vs-02 p {
    text-align: center;
    letter-spacing: normal; }
    .title-default-01.vs-02 p.en {
      font-size: 6rem; }
      .title-default-01.vs-02 p.en-sub {
        font-size: 2.5rem; }
  .title-default-01.vs-02 h3 {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding-top: .5rem; } }
/******************************************************
パーツ　採用の流れ
******************************************************/
.flow {
  padding-bottom: 10rem; }
  .flow__list {
    padding-top: 3rem; }
  .flow__item {
    max-width: 26rem;
    position: relative;
    text-align: center; }
    .flow__item:not(:last-child)::before {
      content: "";
      position: absolute;
      width: 2.57rem;
      height: 2.57rem;
      position: absolute;
      top: 16.7rem;
      right: -5.57rem;
      background: url(assets/img/icon_flow.svg) no-repeat center/contain; }
    .flow__item-number {
      position: absolute;
      top: -3rem;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 6rem;
      height: 6rem;
      bottom: -3rem;
      background: #CDA710;
      border-radius: 50%;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 300;
      line-height: 115%;
      letter-spacing: 0;
      font-family: "Noto Serif JP", serif; }
    .flow__item-title {
      margin-top: 2rem; }
    .flow__item-description {
      margin-top: 1.2rem;
      color: #2F3748;
      line-height: 140%;
      font-weight: 400; }
  .flow__note {
    width: 100%;
    max-width: 110rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 175%;
    padding: 5.4rem 1rem;
    background: #FFFCF2;
    margin: 5rem auto 0; }
  @media (max-width: 960px) {
    .flow__list {
      flex-direction: column;
      align-items: center;
      gap: 6rem; }
    .flow__item {
      max-width: none; }
      .flow__item-description {
        text-align: center; } }

/******************************************************
パーツ　歯科医師
******************************************************/
.recruit {
  padding: 0 0 9rem;
  background: #F9F9F9; }
  .recruit__btn {
    gap: 2rem;
    margin-bottom: 6rem; }
    .recruit__btn .btn {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      width: 24rem;
      height: 6rem;
      color: #fff;
      background: #4C6A89;
      cursor: pointer;
      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      transition: all .3s linear; }
      .recruit__btn .btn:hover, .recruit__btn .btn.active {
        background: #CAA100; }
  .recruit__content {
    max-width: 128rem;
    margin: 0 auto; }
    .recruit__content:not(.active) {
      display: none; }
    .recruit__content:nth-child(odd) .clinic-row__label {
      background: #CDA710; }
    .recruit__content:nth-child(even) .clinic-row__label {
      background: #4C6A89; }

@media (max-width: 960px) {
  .recruit {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 6rem; }
    .recruit__btn {
      gap: 1rem;
      flex-wrap: wrap;
      margin-bottom: 3.5rem; }
      .recruit__btn .btn {
        width: calc(50% - .5rem); }

  .hospital,
  .our,
  .voice,
  .interview__wrapper:last-child,
  .flow,
  .feature {
    padding-bottom: 7rem; }

  .feature__item-number {
    width: 8rem; } }
.entry {
  padding-bottom: 10rem; }
  .entry .title-default-01.vs-02 p::after {
    left: -10.9rem; }
  .entry .title-default-01.vs-02 p::before {
    right: -9.7rem; }
  .entry__container {
    max-width: 108rem;
    margin: 0 auto;
    background: #F9F9F9;
    border-radius: 1rem;
    padding: 6rem 7rem;
    margin-top: 7.3rem; }
  .entry .checked {
    text-align: center;
    font-size: 1.6rem;
    margin: 3rem 0 4.5rem;
    color: #212121;
    font-weight: 400; }
    .entry .checked input {
      width: 1.6rem;
      height: 1.6rem;
      margin-right: 1rem;
      position: relative;
      top: .1rem; }
    .entry .checked label {
      cursor: pointer; }

.entrywp-form {
  width: 100%; }
  .entrywp-form td {
    padding: 1.4rem 0;
    vertical-align: top; }
    .entrywp-form td:first-child {
      width: 30rem; }
    .entrywp-form td:last-child {
      width: calc(100% - 30rem);
      padding-left: 3rem; }
    .entrywp-form td label {
      font-size: 1.6rem;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 120%;
      color: #212121;
      display: flex;
      align-items: center;
      gap: 1rem;
      cursor: pointer; }
  .entrywp-form tr:first-child td .entrywp-form_box {
    top: 0; }
  .entrywp-form_box {
    align-items: center;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 120%;
    color: #212121;
    top: .6rem;
    position: relative; }
    .entrywp-form_box--item {
      font-weight: 500; }
      .entrywp-form_box--item:last-child {
        width: 4.8rem;
        height: 3.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #CDA710;
        color: #ffffff;
        font-weight: 300; }
        .entrywp-form_box--item:last-child p {
          line-height: 120%;
          color: #ffffff;
          font-size: 1.4rem;
          font-weight: 400; }
      .entrywp-form_box--item.hide {
        opacity: 0; }
  .entrywp-form ul {
    display: flex;
    align-items: flex-start; }
    .entrywp-form ul li {
      width: 28%;
      font-size: 1.6rem;
      color: #212121;
      font-weight: 400;
      position: relative; }
    .entrywp-form ul input {
      width: 12rem !important;
      margin-right: 2.4rem;
      text-align: center; }
    .entrywp-form ul .poa {
      position: absolute;
      left: 13.1rem;
      top: .7rem; }
  .entrywp-form input[type="radio"] {
    width: 1.5rem;
    height: 1.5rem; }
  .entrywp-form .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    margin-right: 4.1rem; }
  .entrywp-form .wpcf7-not-valid-tip {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 130%;
    padding-right: 1.5rem; }

.entry-field__options input[type="text"],
.entry-field__options input[type="email"],
.entry-field__options input[type="number"],
.entry-field__options textarea {
  width: 100%;
  height: 5rem;
  padding: 0 2rem;
  border: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #212121;
  line-height: 150%;
  letter-spacing: 1px;
  font-weight: 500; }
  .entry-field__options input[type="text"]:focus, .entry-field__options input[type="text"]:focus-visible,
  .entry-field__options input[type="email"]:focus,
  .entry-field__options input[type="email"]:focus-visible,
  .entry-field__options input[type="number"]:focus,
  .entry-field__options input[type="number"]:focus-visible,
  .entry-field__options textarea:focus,
  .entry-field__options textarea:focus-visible {
    border: 0;
    outline: 0; }
.entry-field__options textarea {
  height: 15.5rem;
  padding: 2rem;
  resize: none; }

.entrywp-form_desc {
  text-align: center;
  width: 100%;
  position: relative;
  background-color: #F6F6F6;
  height: 23.8rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .entrywp-form_desc p {
    line-height: 170%;
    letter-spacing: 0px; }
  .entrywp-form_desc.vs-02 {
    background-color: transparent;
    flex-wrap: wrap;
    border: 1px solid #212121;
    padding: 1rem 4rem; }
    .entrywp-form_desc.vs-02 a {
      color: #705135;
      margin-bottom: .2rem;
      display: inline-block; }
    .entrywp-form_desc.vs-02 p {
      width: 100%;
      display: block; }

.entry-field__submit {
  text-align: center;
  margin: 4.5rem 0 3rem; }
  .entry-field__submit p {
    width: 100%;
    max-width: 38.5rem;
    display: inline-block;
    position: relative; }
    .entry-field__submit p::after {
      content: "";
      position: absolute;
      right: 2.8rem;
      top: 50%;
      width: .8rem;
      height: 1.5rem;
      transform: translateY(-50%);
      background-image: url("./assets/img/icon-04.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 1; }
  .entry-field__submit .wpcf7-spinner {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-50%, -50%); }
  .entry-field__submit input[type="submit"] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 7rem;
    background-color: #CDA710;
    border: 0;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative; }
    .entry-field__submit input[type="submit"]:hover {
      opacity: 0.85; }

.wpcf7-not-valid-tip {
  font-size: 15px; }

.wpcf7-response-output {
  padding: 2rem !important;
  text-align: center !important; }

@media (max-width: 960px) {
  .entry {
    padding: 0 0 5rem; }
    .entry .title-default-01.vs-02 h3 {
      padding-top: 1rem; }
    .entry__container {
      border-radius: 0.5rem;
      padding: 0;
      background-color: transparent;
      margin-top: 4rem; }
    .entry .checked {
      font-size: 1.5rem;
      margin: 3rem 0 4.5rem; }
      .entry .checked .wpcf7-list-item {
        margin-left: 0; }
      .entry .checked label {
        display: flex; }
      .entry .checked input {
        margin-right: 0.8rem;
        top: .4rem; }
      .entry .checked .wpcf7-list-item-label {
        width: calc(100% - 1.6rem); }

  .entrywp-form {
    border-spacing: 0 10px; }
    .entrywp-form td {
      float: left;
      padding: 1.4rem 0;
      vertical-align: top; }
      .entrywp-form td:first-child {
        width: 100%; }
      .entrywp-form td:last-child {
        width: 100%;
        padding-left: 0; }
      .entrywp-form td label {
        font-size: 1.5rem; }
    .entrywp-form tr {
      background-color: #F9F9F9; }
      .entrywp-form tr td {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important; }
        .entrywp-form tr td:last-child {
          padding-top: 0; }
      .entrywp-form tr:first-child td .entrywp-form_box {
        top: 0; }
    .entrywp-form_box {
      font-size: 1.5rem;
      top: 0; }
      .entrywp-form_box--item:last-child {
        width: 6.5rem;
        height: 3rem; }
    .entrywp-form ul {
      gap: 10px;
      flex-direction: column; }
      .entrywp-form ul li {
        width: 100%;
        font-size: 1.5rem; }
      .entrywp-form ul input {
        width: 100% !important;
        text-align: left;
        margin-right: 0;
        padding-left: 4rem !important; }
      .entrywp-form ul .poa {
        position: absolute;
        left: 1.5rem;
        top: 1.2rem; }
    .entrywp-form input[type="radio"] {
      position: relative;
      top: .2rem; }
    .entrywp-form .wpcf7-radio .wpcf7-list-item {
      margin-right: 1rem;
      width: calc(50% - 1rem); }

  .entry-field__options input[type="text"],
  .entry-field__options input[type="email"],
  .entry-field__options input[type="number"],
  .entry-field__options textarea {
    background-color: transparent;
    border: 1px solid #212121 !important;
    padding: 0 1.5rem;
    font-size: 1.5rem;
    letter-spacing: .1rem; }
  .entry-field__options textarea {
    padding: 1.5rem; }

  .entrywp-form_desc {
    height: auto;
    padding: 2rem; }
    .entrywp-form_desc p {
      font-size: 1.5rem !important;
      line-height: 175% !important;
      letter-spacing: .1rem; }
    .entrywp-form_desc.vs-02 {
      padding: 2rem;
      background-color: #ffffff; }
      .entrywp-form_desc.vs-02 p {
        letter-spacing: normal; }
        .entrywp-form_desc.vs-02 p:first-child {
          text-align: center; }
      .entrywp-form_desc.vs-02 a {
        margin-bottom: 2rem; }

  .entry-field__submit {
    margin: 3rem 0 4rem; }
    .entry-field__submit p {
      max-width: 34.5rem; }
      .entry-field__submit p::after {
        right: 1.5rem; }
    .entry-field__submit input[type="submit"] {
      height: 6rem;
      font-size: 1.6rem;
      letter-spacing: .1rem; }
    .entry-field__submit .wpcf7-spinner {
      margin-left: auto;
      margin-right: auto; }

  .wpcf7-response-output {
    padding: 1.5rem !important; } }

/*# sourceMappingURL=style.css.map */
