@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&Mrs+Saint+Delafield&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mrs+Saint+Delafield&family=Zen+Old+Mincho&display=swap");
.color3 {
  color: #AC904C !important; }

.color4 {
  color: #C19935 !important; }

.color11 {
  color: #027A5F !important; }

.colorw {
  color: #FFFFFF !important; }

.ft_inter {
  font-family: "Inter", sans-serif; }

.ft_min {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal; }

.ft_gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal; }

html {
  font-size: 0.521vw; }
  @media (max-width: 1440px) and (min-width: 961px) {
    html {
      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; } }

::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }
  @media (max-width: 960px) {
    .anchor_fixtop {
      top: -8rem; } }

.grid-850 {
  max-width: 88rem; }
.grid-930 {
  max-width: 96rem; }
.grid-1100 {
  max-width: 114rem; }
.grid-1200 {
  max-width: 123rem; }
.grid-1240 {
  max-width: 127rem; }
.grid-1340 {
  max-width: 137rem; }
.grid-1420 {
  max-width: 145rem; }
.grid-1500 {
  max-width: 153rem; }
.grid-1540 {
  max-width: 157rem; }
.grid-1670 {
  max-width: 170rem; }

p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: .18rem;
  color: #2c2c2c; }

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: #027A5F 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: 12rem;
      width: 5rem;
      height: 5rem;
      position: fixed; } }

.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: 0.115rem;
    line-height: 185%;
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  :root {
    --break: 750; } }
:root {
  --break: 1920;
  --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;
  pointer-events: all; }

.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; }

.t-center {
  text-align: center !important; }

.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: 100%;
    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;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  background: linear-gradient(90deg, rgba(166, 161, 138, 0) 0%, #ffffff 30%, #ffffff 70%, rgba(166, 161, 138, 0) 100%); }
  .hero-banner__title .ja {
    font-size: 3.5rem;
    line-height: 150%;
    letter-spacing: .2rem;
    text-align: center;
    font-weight: 600;
    color: #027A5F; }
@media (max-width: 960px) {
  .hero-banner__image {
    height: 20rem; }
    .hero-banner__image img {
      height: 20rem; }
  .hero-banner__title {
    min-width: 30rem;
    padding: 2rem 1rem;
    background-color: rgba(255, 255, 255, 0); }
    .hero-banner__title .ja {
      font-size: 2rem;
      letter-spacing: .1rem; } }

.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; }
  @media (max-width: 960px) {
    .breadcrumb__text br {
      display: none !important; } }

.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: #027A5F 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: #027A5F;
  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: #027A5F solid 0.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: #027A5F; }

.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(2, 122, 95, 0.2); }
    .news-list li:nth-child(odd) {
      background: #027a5f; }
      .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(2, 122, 95, 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; }

@media (max-width: 960px) {
  .news__group {
    flex-wrap: wrap;
    padding-top: 3rem; }
    .news__group-item:first-child {
      width: 100%;
      margin-bottom: 6rem; }
    .news__group-item:last-child {
      width: 100%;
      padding-left: 0; }

  .news-list li a .date {
    padding-left: 1rem;
    padding-right: 0;
    min-width: 11rem; }
  .news-list li a .txt {
    font-size: 1.5rem;
    padding-right: 1rem; }

  .archive-list li a {
    font-size: 1.5rem; }

  .breadcrumb__item {
    font-size: 1.5rem; } }
.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: #027A5F 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: #027A5F;
        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 #027A5F;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1.55rem;
      color: #027A5F;
      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: #027A5F;
      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%;
  overflow: hidden; }
  .column-list__thumb img {
    width: 100%;
    aspect-ratio: 4/2.75;
    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: #027A5F;
      transition: ease-in-out .3s; }
      @media (min-width: 768px) {
        .column-list__box .cate-item a:hover {
          background-color: rgba(2, 122, 95, 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: #027A5F; }
.column-list__excerpt {
  font-size: 1.6rem;
  font-weight: 500; }

@media (max-width: 960px) {
  .column-list__items {
    gap: 5rem 1rem; }
  .column-list__item {
    flex: 0 0 calc((100% - 1rem) / 2); }
  .column-list__title {
    font-size: 1.5rem; }
  .column-list__excerpt {
    font-size: 1.3rem; }
  .column-list__date {
    font-size: 1.5rem; }
  .column-list__box .cate-item a {
    font-size: 1.3rem;
    letter-spacing: 0; } }
.single-post__header {
  background-color: rgba(2, 122, 95, 0.1);
  display: inline-table;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal; }
.single-post__title {
  font-size: 3.2rem;
  color: #027A5F;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.single-post__date {
  font-size: 1.6rem;
  color: #027A5F;
  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;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-weight: 500;
    font-style: normal; }
  .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: "Aboreto", system-ui;
    color: #ffffff;
    border: 0.1rem solid #027A5F;
    border-radius: 3.3rem;
    background: #027A5F;
    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: #027A5F; }
  .single-post__nav--alt .single-post__nav-item a,
  .single-post__nav--alt .single-post__nav-item span {
    border-color: #027A5F; }
  .single-post__nav--alt .single-post__nav-item a:hover {
    background: #027A5F; }

@media (max-width: 960px) {
  .single-post__nav {
    margin-top: 0; }
    .single-post__nav-item a,
    .single-post__nav .single-post__nav-item span {
      width: 20rem; }
  .single-post__header {
    padding: 1.5rem; }
  .single-post__title {
    font-size: 2rem; }

  .single-post__body :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    line-height: 185%; }
  .single-post__body h1 {
    font-size: 2.6rem; }
  .single-post__body h2 {
    font-size: 2.4rem; }
  .single-post__body h3 {
    font-size: 2.2rem; }
  .single-post__body h4 {
    font-size: 2rem; }
  .single-post__body h5 {
    font-size: 1.8rem; }
  .single-post__body h6 {
    font-size: 1.6rem; }
  .single-post__body blockquote {
    padding: 1.5rem; } }
@media (max-width: 767px) {
  .single-post__nav-item {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem; }
    .single-post__nav-item:nth-child(3n) {
      margin-right: 0; }
    .single-post__nav-item:nth-child(2) {
      width: 100%;
      margin-right: 0;
      order: 1;
      margin-top: 1.5rem; }
  .single-post__nav-list {
    gap: initial;
    flex-wrap: wrap; }

  .single-post__nav-item a,
  .single-post__nav .single-post__nav-item span {
    width: 100%;
    height: 5rem; } }
.sitemap__section:last-child {
  margin-bottom: 0; }
.sitemap__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #027A5F;
  margin-bottom: 2.5rem;
  line-height: 185%;
  border-bottom: 0.1rem solid #ddd;
  padding-bottom: 1.5rem;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal; }
.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: #027A5F; }

.sitemap__menu ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 2rem;
  list-style: none;
  margin: 0;
  padding: 0; }

@media (max-width: 960px) {
  .sitemap__menu ul {
    grid-template-columns: repeat(2, 1fr); }
    .sitemap__menu ul li a {
      font-size: 1.5rem; } }
@media (max-width: 767px) {
  .sitemap__menu ul {
    grid-template-columns: repeat(1, 1fr); } }
.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: #027A5F;
        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: #027A5F; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem;
        background: rgba(2, 122, 95, 0.1);
        border: #027A5F 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: 1.5rem 0.5rem;
            letter-spacing: 0; } }

@media (max-width: 960px) {
  .catalogue-list ul li a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .catalogue-list.style-4button ul li {
    margin-bottom: 1rem;
    margin-right: 1rem;
    width: calc((100% - 1.01rem) / 2); }
    .catalogue-list.style-4button ul li:nth-child(2n) {
      margin-right: 0; } }
.main_page #toc_container {
  width: calc(100% - 3rem);
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 5rem;
  padding: 2rem;
  margin-bottom: 8rem;
  background: transparent;
  border: 0; }
  .main_page #toc_container p.toc_title {
    text-align: left;
    margin-bottom: 1rem;
    color: #027A5F; }
  .main_page #toc_container a {
    font-size: 1.8rem; }
.main_page .toc_list,
.main_page .toc_title {
  width: 53%; }
.main_page .toc_list {
  position: relative; }
  .main_page .toc_list li {
    margin-bottom: 0.8rem !important; }
    @media (min-width: 960.5px) {
      .main_page .toc_list li {
        padding-right: 1.5rem !important; } }
  .main_page .toc_list::before {
    content: "";
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 9rem);
    top: -7rem;
    left: -2rem;
    background-color: rgba(2, 122, 95, 0.1);
    border: #027A5F solid 1px;
    z-index: -1; }
.main_page.style-1columns .toc_list,
.main_page.style-1columns .toc_title, .main_page.style-2columns .toc_list,
.main_page.style-2columns .toc_title, .main_page.style-3columns .toc_list,
.main_page.style-3columns .toc_title, .main_page.style-4button .toc_list,
.main_page.style-4button .toc_title {
  width: 100%; }
.main_page.style-1columns .toc_list::before, .main_page.style-2columns .toc_list::before, .main_page.style-3columns .toc_list::before, .main_page.style-4button .toc_list::before {
  width: calc(100% + 4rem); }
  @media (max-width: 960px) {
    .main_page.style-1columns .toc_list::before, .main_page.style-2columns .toc_list::before, .main_page.style-3columns .toc_list::before, .main_page.style-4button .toc_list::before {
      width: calc(100% + 3rem);
      left: -1.5rem; } }
.main_page.style-2columns #toc_container.no_bullets ul {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-2columns #toc_container.no_bullets ul li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 0.6rem; }
    .main_page.style-2columns #toc_container.no_bullets ul li:nth-child(2n) {
      margin-right: 0; }
.main_page.style-3columns #toc_container.no_bullets ul {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-3columns #toc_container.no_bullets ul li {
    width: calc((100% - 3.001rem) / 3);
    margin-right: 1.5rem; }
    @media (min-width: 960.5px) {
      .main_page.style-3columns #toc_container.no_bullets ul li:nth-child(3n) {
        margin-right: 0; } }
.main_page.style-4button .toc_list {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-4button .toc_list li {
    margin-right: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
    .main_page.style-4button .toc_list li a {
      font-weight: 500;
      line-height: 175%;
      transition: ease all 500ms;
      position: relative;
      display: block;
      color: #027A5F;
      letter-spacing: 0;
      border-bottom: #353535 solid .1rem;
      padding: 1rem 2rem;
      background: rgba(255, 255, 255, 0.6);
      border: #027A5F solid 1px; }
      .main_page.style-4button .toc_list li a:hover {
        text-decoration: none !important;
        background: #027A5F;
        color: #FFFFFF; }

@media (max-width: 960px) {
  .main_page #toc_container a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .main_page.style-3columns #toc_container.no_bullets ul li {
    width: 100%;
    margin-right: 0; }

  .main_page.style-2columns #toc_container.no_bullets ul li {
    width: 100%;
    margin-right: 0; }

  .main_page #toc_container {
    padding: 1.5rem; }
  .main_page .toc_list::before {
    left: -1.5rem;
    width: calc(100% + 3rem); }
  .main_page .toc_list,
  .main_page .toc_title {
    width: 100%; } }
header {
  height: 12rem; }

body:not(.home) .header {
  display: flex;
  justify-content: space-between; }
body:not(.home) .footer .contact {
  padding-top: 0 !important; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  z-index: 60;
  transition: all 0.35s; }
  .header-gp-item {
    padding: 0 1.7rem; }
  .header-gp .logo img {
    width: 18rem;
    transition: all 0.35s; }
  .header-btn-gp {
    background: #DBCFB1;
    margin-bottom: 1rem; }
    .header-btn-gp li {
      border-right: #FFFFFF solid 1px;
      height: 8rem;
      display: flex;
      align-items: center; }
      .header-btn-gp li:last-child {
        border-right: 0; }
      .header-btn-gp li .instagram {
        padding: 0 2.8rem; }
        .header-btn-gp li .instagram a {
          font-size: 0;
          width: 5.4rem;
          height: 5.4rem;
          display: block;
          -webkit-mask: url(assets/img/instagram-01.svg) center/100% no-repeat;
          mask: url(assets/img/instagram-01.svg) center/100% no-repeat;
          background: #FFFFFF; }
      .header-btn-gp li.txt {
        flex-flow: column;
        justify-content: center; }
        .header-btn-gp li.txt .location {
          border-top: #FFFFFF solid 1px;
          padding: 0.6rem 1.5rem 0.6rem 4rem;
          position: relative;
          transition: all 0.35s; }
          .header-btn-gp li.txt .location::before {
            content: "";
            position: absolute;
            width: 1.6rem;
            height: 2.4rem;
            top: 0.8rem;
            transition: all 0.35s;
            left: 1.7rem;
            background: url(assets/img/icon-location.png) no-repeat center;
            background-size: contain; }
        .header-btn-gp li.txt .tel a {
          font-family: "Aboreto", system-ui;
          font-size: 2.2rem;
          letter-spacing: .25rem;
          transition: all 0.35s; }
        .header-btn-gp li.txt * {
          color: #FFFFFF;
          font-size: 1.7rem;
          font-weight: 700;
          line-height: 175%;
          letter-spacing: 0.03rem; }
      .header-btn-gp li .link_order {
        padding: 0 2.5rem; }
        .header-btn-gp li .link_order a {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-flow: column; }
          .header-btn-gp li .link_order a span {
            color: #FFFFFF;
            font-size: 2rem;
            font-weight: 700;
            line-height: 175%;
            letter-spacing: 0.2rem; }
            .header-btn-gp li .link_order a span:last-child {
              position: relative;
              padding-right: 2.8rem;
              letter-spacing: 0; }
              .header-btn-gp li .link_order a span:last-child::before {
                content: "";
                position: absolute;
                width: 1.8rem;
                height: 1.7rem;
                background: url(assets/img/icon-01.png) no-repeat center;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                background-size: contain; }
  .header-menu li {
    padding: 0 2rem;
    position: relative; }
    .header-menu li a {
      position: relative;
      display: block;
      font-family: "dnp-shuei-mincho-pr6n", sans-serif;
      font-weight: 500;
      font-style: normal;
      padding: 3.1rem .9rem; }
      .header-menu li a::before {
        content: "";
        position: absolute;
        width: 1.4rem;
        height: 0.8rem;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #C19935;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        transition: all 0.35s;
        opacity: 0; }
      .header-menu li a span {
        color: #000000;
        font-size: 1.97rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0.12rem;
        display: block;
        text-align: center; }
        .header-menu li a span:last-child {
          margin-bottom: 0;
          color: #C19935;
          font-size: 1.2rem;
          line-height: 200%; }
      .header-menu li a:hover::before {
        opacity: 1; }
    .header-menu li.current_page_item a::before {
      opacity: 1; }
    @media (min-width: 961px) {
      .header-menu li .sub-menu {
        pointer-events: none;
        position: absolute;
        z-index: 0;
        opacity: 0;
        right: 0;
        padding: 1.5rem;
        left: 0;
        top: 100%;
        transition: all 0.3s ease;
        width: 29rem;
        background: rgba(193, 153, 53, 0.8); }
        .header-menu li .sub-menu li {
          margin-left: 0;
          padding: 0;
          border-bottom: 1px solid #fff; }
          .header-menu li .sub-menu li:last-child {
            border-width: 0; }
          .header-menu li .sub-menu li a {
            display: block;
            padding: 1rem 1.5rem 1rem 3rem;
            border-right: 0;
            color: #FFFFFF;
            position: relative;
            transition: all 0.35s; }
            .header-menu li .sub-menu li a::before {
              content: "";
              position: absolute;
              top: 50%;
              transform: translateY(-50%) rotate(-90deg);
              background: #FFFFFF;
              left: 1rem;
              width: 1rem;
              height: 1rem;
              clip-path: inherit;
              opacity: 1;
              -webkit-mask: url(assets/img/icon-down.png) center/100% no-repeat;
              mask: url(assets/img/icon-down.png) center/100% no-repeat; }
            .header-menu li .sub-menu li a:hover {
              opacity: 0.8; }
      .header-menu li.vz-02 {
        position: initial; }
        .header-menu li.vz-02 .sub-menu {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          left: 0;
          top: 12rem;
          padding: 5rem 10rem !important; }
          .header-menu li.vz-02 .sub-menu li {
            width: calc((100% - 6.001rem) / 3);
            margin-right: 3rem; }
            .header-menu li.vz-02 .sub-menu li:nth-child(3n) {
              margin-right: 0; }
            .header-menu li.vz-02 .sub-menu li:last-child {
              border-width: 1px; }
      .header-menu li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto;
        padding: 0; }
      .header-menu li:hover.menu-item-has-children > a::before {
        opacity: 1; } }

@media (min-width: 960.5px) {
  .home header {
    height: auto; }
  .home .header {
    background: transparent;
    position: absolute; }
    .home .header.active {
      background: #FFFFFF;
      position: fixed;
      display: flex;
      justify-content: space-between; }
      .home .header.active .header-gp .logo img {
        width: 18rem; }
      .home .header.active .header-gp-item:last-child {
        padding-top: 0; }
      .home .header.active .header-btn-gp li {
        height: 8rem; }
        .home .header.active .header-btn-gp li.txt .tel {
          padding-bottom: 0; }
          .home .header.active .header-btn-gp li.txt .tel a {
            font-size: 2.2rem; }
        .home .header.active .header-btn-gp li.txt .location {
          padding: 0.6rem 1.5rem 0.6rem 4rem; }
          .home .header.active .header-btn-gp li.txt .location::before {
            top: 0.8rem; }
      .home .header.active .header-menu.vz-01 {
        opacity: 1;
        pointer-events: all; }
    .home .header-gp .logo img {
      width: 24rem; }
    .home .header-btn-gp li {
      height: 11rem; }
      .home .header-btn-gp li.txt .location {
        padding: 1.2rem 1.5rem 1.3rem 4rem; }
        .home .header-btn-gp li.txt .location::before {
          top: 1.4rem; }
      .home .header-btn-gp li.txt .tel {
        padding-bottom: .4rem; }
        .home .header-btn-gp li.txt .tel a {
          font-size: 2.8rem; }

  .header-gp-item:first-child {
    padding-left: 3.8rem;
    padding-top: 3.6rem; }
  .header-gp-item:last-child {
    padding-top: 3.6rem;
    padding-right: 3.8rem;
    transition: all 0.35s; }
  .header-block-btn:first-child {
    position: relative;
    z-index: 0;
    transition: all 0.35s;
    padding-right: 1.7rem; }
    .header-block-btn:first-child::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 4rem;
      background: #38383880;
      right: 0;
      left: auto;
      top: 50%;
      transform: translateY(-50%); }
    .header-block-btn:first-child p {
      color: #373737;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 115%;
      letter-spacing: 0.13rem; }
    .header-block-btn:first-child a {
      display: inline-block;
      font-family: "Inter", sans-serif;
      padding-left: 2.8rem;
      background: url(assets/img/icon-tel-01.svg) no-repeat center left;
      background-size: 2.3rem;
      color: #074A62;
      font-size: 3.2rem;
      font-weight: 600;
      line-height: 155%;
      letter-spacing: 0.136rem; }
  .header-block-btn:last-child {
    width: 13.485rem;
    margin-left: 1.7rem; }
    .header-block-btn:last-child a {
      display: flex;
      flex-flow: column;
      height: 100%; }
      .header-block-btn:last-child a span {
        color: #373737;
        font-size: 1.36rem;
        font-weight: 600;
        line-height: 155%;
        letter-spacing: 0.136rem; }
  .header-block-item:last-child * {
    display: inline-block; }
  .header-block-item:last-child p {
    color: #373737;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 131%;
    letter-spacing: 17%;
    margin-right: 1rem; }

  .home .header {
    background: transparent; }
    .home .header-gp-item:first-child {
      display: flex;
      align-items: center; }
    .home .header-list-01 {
      margin-top: 2.5rem; }
    .home .header-menu-item {
      padding: 1.5rem 0; }
      .home .header-menu-item li {
        padding: 0.3rem 2rem; }
        .home .header-menu-item li a {
          font-size: 1.8rem; }
        .home .header-menu-item li .sub-menu {
          top: 13rem; }
        .home .header-menu-item li.vz-02 .sub-menu::before {
          height: calc(100% - .6rem); }
    .home .header-menu.vz-01 {
      opacity: 0;
      transition: all 0.35s;
      cursor: default;
      pointer-events: none; }
      .home .header-menu.vz-01 > li > a {
        cursor: default;
        pointer-events: none; }
    .home .header.active .header-field {
      display: none; }
    .home .header.active .header-menu {
      background-color: transparent;
      transition: ease all 0.35s; }
    .home .header.active .header-list-01 {
      margin-top: 1.5rem; }
    .home .header.active .header-menu-item {
      padding: 0; }
      .home .header.active .header-menu-item li {
        padding: 1rem 2rem; }
        .home .header.active .header-menu-item li a {
          font-size: 1.6rem;
          cursor: pointer; }
        .home .header.active .header-menu-item li .sub-menu li {
          padding: 0; }
    .home .header.active .header-block-btn:first-child {
      padding: 0.5rem 0; }
      .home .header.active .header-block-btn:first-child * {
        font-size: 1.6rem; }
      .home .header.active .header-block-btn:first-child a {
        font-size: 2rem;
        background-size: 2rem; }
    .home .header.active_02 .header-menu {
      background: #C65C40; }
    .home .header.active_02 .header-menu.vz-01 {
      height: 100%;
      overflow: visible;
      opacity: 1;
      cursor: pointer;
      pointer-events: all; }
      .home .header.active_02 .header-menu.vz-01 > li > a {
        cursor: pointer;
        pointer-events: all; }
    .home .header.active_02 .header-menu-item li .sub-menu {
      top: 4rem; }
    .home .header.active_02 .header-menu-item li.vz-02 .sub-menu {
      top: 12.9rem; }
  .home header.head {
    height: auto; } }
@media (max-width: 960px) {
  header {
    height: 6rem; }

  .header {
    padding-bottom: 0;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .header-gp .logo img {
      width: 12rem; }
    .header-gp-item:first-child {
      padding: 0;
      display: flex;
      width: 100%;
      padding-left: 1.5rem;
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 5;
      background: #FFFFFF; }
    .header-gp-item:last-child {
      display: none;
      padding: 0 1.5rem 10rem;
      height: calc(100vh - 6rem);
      overflow-y: scroll;
      width: 100%;
      background: #FFFFFF;
      position: absolute;
      top: 0;
      padding-top: 5rem; }
    .header-menu {
      background: transparent;
      margin-bottom: 3rem; }
      .header-menu.vz-01 {
        display: none; }
      .header-menu.u-sp {
        display: block; }
      .header-menu li {
        border-bottom: #1c181a solid 1px;
        margin-left: 0;
        padding: 0;
        border-right: 0; }
        .header-menu li:first-child {
          border-left: 0; }
        .header-menu li a {
          color: #1c181a;
          font-size: 1.5rem;
          height: auto;
          display: flex;
          padding: 1rem 0;
          justify-content: flex-start;
          width: 100%;
          line-height: 175%;
          position: relative; }
          .header-menu li a::before {
            clip-path: inherit; }
          .header-menu li a.active {
            color: #027A5F; }
          .header-menu li a.active::before {
            background-color: #027A5F !important; }
      .header-menu .menu > li:not(.item-has-children) a::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: auto;
        right: 1rem;
        width: 1rem;
        aspect-ratio: 1 / 1;
        z-index: 1;
        -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
        mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
        background-color: #333333;
        transform: translateY(-50%);
        border: 0;
        opacity: 1;
        height: 1rem; }

  .nav-menu {
    display: flex;
    position: relative;
    bottom: 0;
    right: 0;
    background: #027A5F;
    width: 6rem;
    height: 6rem;
    z-index: 10; }
    .nav-menu-item {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 1.5rem; }
      .nav-menu-item span {
        background: #fff;
        display: block;
        height: 1px;
        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: .9rem; }
      .nav-menu-item.active span:nth-child(2) {
        display: none; }
      .nav-menu-item.active span:nth-child(3) {
        transform: rotate(135deg);
        top: -0.6rem; }

  .header-menu-title {
    font-size: 3rem;
    color: #027A5F;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding-top: 3rem; } }
.grid-1620 {
  max-width: 165rem; }
.grid-1570 {
  max-width: 160rem; }

.footer-link-fix {
  position: fixed;
  bottom: 2.4rem;
  right: 8rem;
  z-index: 60;
  transition: all 0.35s; }
  .footer-link-fix a {
    width: 33.5rem;
    height: 11.3rem;
    padding: 0 .9rem;
    border-radius: 0 .6rem .6rem 0;
    background: url(assets/img/banner-recruit.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.35s; }
    .footer-link-fix a::before {
      content: "";
      position: absolute;
      width: 2.4rem;
      height: 2.4rem;
      bottom: .4rem;
      right: .7rem;
      border-radius: 100%;
      background: #DBCFB1; }
    .footer-link-fix a::after {
      content: "";
      position: absolute;
      width: 0.5rem;
      height: 0.6rem;
      background: #FFFFFF;
      bottom: 1.3rem;
      right: 1.5rem;
      clip-path: polygon(0 0, 0% 100%, 100% 50%); }
    .footer-link-fix a .sub {
      background: #FFFFFF;
      text-align: center;
      border-radius: .5rem;
      padding: .7rem 1.2rem;
      color: #DBCFB1;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 155%;
      letter-spacing: 0.05rem; }
      .footer-link-fix a .sub span {
        display: block; }
        .footer-link-fix a .sub span:first-child {
          font-size: 1.8rem; }
    .footer-link-fix a:hover {
      opacity: 0.8; }
  .footer-link-fix .close {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.65);
    position: absolute;
    top: -1.2rem;
    left: -1.7rem;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.15); }
    .footer-link-fix .close::before {
      content: "";
      position: absolute;
      width: 2rem;
      height: 1px;
      background: #DBCFB1;
      top: 1.5rem;
      left: .6rem;
      transform: rotate(45deg); }
    .footer-link-fix .close::after {
      content: "";
      position: absolute;
      width: 2rem;
      height: 1px;
      background: #DBCFB1;
      top: 1.5rem;
      left: .6rem;
      transform: rotate(-45deg); }
  .footer-link-fix.active {
    opacity: 0;
    pointer-events: none; }
.footer .menu_right--fix {
  position: fixed;
  right: 1.5rem;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column-reverse;
  z-index: 100; }
  .footer .menu_right--fix li {
    background: #F1F0E9;
    border-top-left-radius: 1.4rem;
    overflow: hidden; }
    .footer .menu_right--fix li:last-child {
      margin-bottom: 1rem;
      display: none; }
    .footer .menu_right--fix li a {
      width: 10rem;
      height: 19.2rem;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      padding: 2rem 0;
      position: relative; }
      .footer .menu_right--fix li a::before {
        content: "";
        position: absolute;
        background: #FFFFFF;
        left: 50%;
        transform: translateX(-50%);
        top: 2rem; }
      .footer .menu_right--fix li a::after {
        content: "";
        position: absolute;
        width: 2.5rem;
        height: 2.5rem;
        left: 50%;
        transform: translateX(-50%);
        bottom: 2rem;
        background: url(assets/img/arw01.svg) center/100% no-repeat; }
      .footer .menu_right--fix li a span {
        color: #343131;
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 115%;
        letter-spacing: 0.22rem;
        font-family: "dnp-shuei-mincho-pr6n", sans-serif;
        font-weight: 500;
        font-style: normal; }
      .footer .menu_right--fix li a.vz-01::before {
        background: url(assets/img/icon_phone-02.svg) no-repeat center/100%; }
      .footer .menu_right--fix li a.vz-02::before {
        width: 4.6rem;
        height: 4.6rem;
        background: url(assets/img/icn_user.png) center/100% no-repeat; }
      .footer .menu_right--fix li a.vz-02 span {
        padding-top: 1rem;
        line-height: 95%; }
      .footer .menu_right--fix li a.vz-03::before {
        width: 4rem;
        height: 4rem;
        top: 1.5rem;
        -webkit-mask: url(assets/img/icon-instagram.png) center/100% no-repeat;
        mask: url(assets/img/icon-instagram.png) center/100% no-repeat; }
      .footer .menu_right--fix li a.vz-04::before {
        width: 4.6rem;
        height: 4.6rem;
        background: url(assets/img/icn_line.png) center/100% no-repeat; }
      .footer .menu_right--fix li a.vz-04 span {
        padding-top: 2rem; }
@media (min-width: 960.5px) {
  .footer .contact__item:first-child {
    width: 122.9rem;
    margin-bottom: 6rem; }
    .footer .contact__item:first-child img {
      width: 100%; }
  .footer .contact__item:last-child {
    width: calc(calc(100% - 122.9rem)); }
  .footer .contact__item-info-gp {
    padding-left: 7.2rem;
    padding-right: 7.2rem; }
    .footer .contact__item-info-gp::after {
      content: "";
      position: absolute;
      width: 127%;
      height: 100%;
      content: "";
      z-index: -1;
      right: 0;
      top: 0;
      background: #027A5F; }
  .footer .contact__buttons {
    gap: 2rem; }
  .footer .contact__btn--web {
    width: 24.5rem; }
  .footer .contact__btn--line {
    width: 25rem; } }
@media (max-width: 960px) {
  .footer .contact__note {
    letter-spacing: .1rem !important; }
  .footer .contact__btn--web img {
    width: 24.5rem; }
  .footer .contact__btn--line img {
    width: 25rem; }
  .footer .contact__buttons {
    gap: 2rem;
    justify-content: center; }
  .footer .contact__inner {
    flex-direction: column !important; }
  .footer .contact__item {
    width: 100%; }
    .footer .contact__item:last-child {
      background: #027A5F;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
.footer .contact__tel {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1rem;
  font-family: "Inter", sans-serif;
  display: inline-block;
  padding-left: 3.4rem;
  background: url(assets/img/icon_phone-02.svg) no-repeat center left;
  background-size: 3.1rem; }
.footer .contact__text-head {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 167%;
  letter-spacing: 0.24rem;
  margin-bottom: 1rem; }
.footer .contact__text-box {
  color: #006E52;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 167%;
  letter-spacing: 0.184rem; }
.footer .contact__text-gp {
  display: inline-block;
  background: #F6F6F6;
  padding: 0.65rem 1.5rem;
  border-radius: .8rem;
  position: relative;
  width: 32rem;
  margin-bottom: 2.2rem; }
  .footer .contact__text-gp::after {
    content: "";
    position: absolute;
    width: 2.1rem;
    height: 0.9rem;
    bottom: -.8rem;
    left: 50%;
    transform: translateX(-50%);
    background: #F6F6F6;
    clip-path: polygon(51% 100%, 0 0, 100% 0); }
.footer .contact__note {
  letter-spacing: .24rem; }
.footer .info-footer {
  background: url(assets/img/bg-footer.svg) center bottom/contain no-repeat; }
@media (min-width: 960.5px) {
  .footer .info__item:first-child {
    width: 49rem; }
  .footer .info__item:last-child {
    width: calc(100% - 49rem);
    padding-left: 6rem;
    padding-right: 0; }
  .footer .info__item-map {
    height: 55rem; } }
@media (max-width: 960px) {
  .footer .info__item {
    flex-direction: column; } }
.footer .info__item .table-info table tr:first-child td {
  border-top: 1px solid #000000;
  border-bottom-color: #333333; }
.footer .info__item .table-info table tr:last-child td {
  border-bottom: 1px solid #333333;
  padding-top: 0; }
.footer .info__item .table-info table tr td {
  color: #333333; }
.footer .info__item .table-info p {
  font-size: 1.6rem;
  color: #263043; }
.footer .info__item .info__item-access {
  background: transparent;
  padding: 0; }
  .footer .info__item .info__item-access--txt {
    color: #263043; }
.footer-nav {
  background: #F5F8FA; }
  .footer-nav__pagetop {
    width: 15%;
    margin-left: auto;
    text-align: -webkit-right; }
  .footer-nav__copyright {
    margin-top: 1.5rem;
    color: #C19935;
    font-size: 1.24rem;
    font-weight: 600;
    line-height: 190%;
    letter-spacing: 0.256rem;
    font-family: "Inter", sans-serif; }
.footer .copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #C1A963; }
  .footer .copyright .logo img {
    width: 18.2rem;
    padding-right: 3rem; }
  .footer .copyright .txt p {
    padding-left: 3rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 167%;
    letter-spacing: 0.3rem;
    border-left: #fff solid 1px; }
    .footer .copyright .txt p strong {
      font-weight: 400;
      font-family: "Zen Kaku Gothic New", sans-serif; }
@media (min-width: 960.5px) {
  .footer-nav__title {
    display: inline-block;
    font-size: 140%;
    letter-spacing: .2em;
    line-height: 1.2em;
    writing-mode: vertical-rl;
    font-size: 2rem;
    text-transform: uppercase; }
    .footer-nav__title-wrap {
      width: 4rem; }
  .footer-nav__groups {
    width: 95rem; }
  .footer-nav__column:first-child {
    width: 29rem; }
  .footer-nav__column:last-child .footer-nav__menu-wrap {
    gap: 1rem; }
    .footer-nav__column:last-child .footer-nav__menu-wrap ul {
      min-width: 16.5rem; }
      .footer-nav__column:last-child .footer-nav__menu-wrap ul:last-child {
        padding-left: 1.5rem; }
  .footer-nav__column--sitemap li a:hover {
    color: #006E52; }
  .footer-nav__column--medical li a:hover {
    color: #C19935; }
  .footer-menu li {
    margin-bottom: 2rem;
    line-height: 1; }
    .footer-menu li a {
      color: #000000;
      font-size: 1.36rem;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 0.136rem;
      padding-left: 1.6rem;
      background: url(assets/img/arow-right.svg) no-repeat left center/contain;
      background-size: .398rem .624rem; } }
@media (max-width: 960px) {
  .footer .copyright .logo img {
    padding-right: 1rem; }
  .footer .copyright .txt p {
    padding-left: 1rem; }
  .footer-nav__right {
    width: 100%; }
  .footer-nav__copyright {
    text-align: center; }
  .footer-nav__pagetop {
    margin-left: auto;
    margin-right: auto;
    text-align: -webkit-center; }
  .footer-nav__column {
    display: none; } }

@media (max-width: 960px) {
  .footer {
    padding-bottom: 6rem; }
    .footer .menu_right--fix {
      top: auto;
      bottom: 0;
      right: 0;
      width: 100%;
      display: flex;
      flex-direction: row;
      transform: inherit; }
      .footer .menu_right--fix li {
        width: calc(100% / 3);
        margin: 0 !important;
        border-radius: 0; }
        .footer .menu_right--fix li a {
          width: 100%;
          height: 6rem;
          border-radius: 0; }
          .footer .menu_right--fix li a::after {
            content: none; }
          .footer .menu_right--fix li a span {
            display: none; }
          .footer .menu_right--fix li a::before {
            top: 50%;
            transform: translate(-50%, -50%); }
          .footer .menu_right--fix li a.vz-01 {
            background: #074a62; }
            .footer .menu_right--fix li a.vz-01::before {
              width: 2.5rem;
              height: 3rem; }
          .footer .menu_right--fix li a.vz-02::before {
            width: 2.8rem;
            height: 2.9rem; }
          .footer .menu_right--fix li a.vz-03 {
            background: linear-gradient(130deg, #7453bd 5%, #df3479 61%, #febc5a 100%); }
            .footer .menu_right--fix li a.vz-03::before {
              height: 2.8rem;
              width: 2.8rem;
              top: 50%; }
          .footer .menu_right--fix li a.vz-04 {
            background: #39cd00; }
            .footer .menu_right--fix li a.vz-04::before {
              width: 3rem;
              height: 2.8rem;
              -webkit-mask: url(assets/img/icon-line.png) center/100% no-repeat;
              mask: url(assets/img/icon-line.png) center/100% no-repeat;
              background: #fff; }
    .footer-gp {
      margin-bottom: 5rem; }
      .footer-gp-box:first-child {
        width: 100%;
        padding-right: 0; }
      .footer-gp-box:last-child {
        display: none; }
      .footer-gp-box .logo img {
        width: 28rem; }
    .footer-list-01 li.location p {
      font-size: 1.5rem; }
    .footer-list-01 li.tel a {
      font-size: 2.4rem; }

  .table-schedule .table {
    padding: .5rem 1.5rem; }
  .table-schedule table td {
    font-size: 1.5rem;
    padding: 2rem 0;
    border-bottom-width: 1px; }
    .table-schedule table td:first-child {
      width: 12rem;
      padding-left: 1rem; }
  .table-schedule p {
    font-size: 1.5rem; }

  .copyright .txt p {
    font-size: 1.2rem; }

  .menu_right_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    width: 100%;
    background: #DBCFB1; }
    .menu_right_fix li {
      width: calc(100% / 3); }
      .menu_right_fix li a {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        color: #FFFFFF;
        width: 100%;
        height: 6rem;
        border-right: #FFFFFF solid 1px;
        padding: .8rem 0;
        position: relative; }
        .menu_right_fix li a::before {
          content: "";
          position: absolute;
          top: .5rem;
          left: 50%;
          transform: translateX(-50%);
          background: #FFFFFF; }
      .menu_right_fix li.access a::before {
        width: 2.5rem;
        height: 2.5rem;
        -webkit-mask: url(assets/img/icon-location.svg) center/100% no-repeat;
        mask: url(assets/img/icon-location.svg) center/100% no-repeat; }
      .menu_right_fix li.tel a::before {
        width: 2.5rem;
        height: 2.5rem;
        -webkit-mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat;
        mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat; }
      .menu_right_fix li.web a::before {
        width: 3rem;
        height: 2.5rem;
        -webkit-mask: url(assets/img/icon-calendar.svg) center/100% no-repeat;
        mask: url(assets/img/icon-calendar.svg) center/100% no-repeat; }
      .menu_right_fix li:last-child a {
        border-right: 0; } }
@media (max-width: 767px) {
  .footer-maps iframe {
    height: 25rem; } }
.btn-more-01 a {
  z-index: 2;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.15rem;
  background: #434543;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  .btn-more-01 a::before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 0.2rem;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    margin: auto; }
  @media (min-width: 960.5px) {
    .btn-more-01 a {
      width: 36rem;
      height: 8rem; } }
  @media (max-width: 960px) {
    .btn-more-01 a {
      width: 28rem;
      height: 7rem; } }
.btn-more-02 {
  border-radius: 2rem;
  color: #C19935;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.22rem;
  border: 1px solid #C19935;
  height: 4rem;
  width: 11.4rem; }
.btn-default-01 a {
  display: flex;
  justify-content: center;
  padding: 1.5rem;
  width: 23.4rem;
  color: #FFFFFF;
  font-size: 1.52rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  position: relative;
  transition: all 0.35s;
  border: #C19935 solid 1px;
  box-shadow: 0.8rem 0.6rem 0.8rem rgba(66, 66, 66, 0.12); }
  .btn-default-01 a::after {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.7rem;
    top: 50%;
    right: 2.2rem;
    transform: translateY(-26%);
    background: #fff;
    z-index: 1;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transition: all 0.35s; }
  .btn-default-01 a:hover {
    background: #C19935; }
.btn-default-02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12.8px 2.3px rgba(0, 0, 0, 0.1);
  outline: 1px solid #C19935;
  outline-offset: -.5rem;
  width: 40rem;
  height: 10rem;
  background: #fff;
  color: #000000;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.22rem;
  transition: all 0.35s;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative; }
  .btn-default-02 a::before {
    content: "";
    position: absolute;
    width: 3.3rem;
    height: 0.9rem;
    bottom: 0;
    top: 0;
    right: 3.3rem;
    margin: auto;
    transition: .15s;
    -webkit-mask: url(assets/img/arw02.svg) no-repeat center/contain;
    mask: url(assets/img/arw02.svg) no-repeat center/contain;
    background-color: #000000; }
  .btn-default-02 a:hover {
    background: #C19935;
    outline-color: #FFFFFF;
    color: #FFFFFF; }
    .btn-default-02 a:hover::before {
      right: 2.5rem;
      transition: .15s;
      background-color: #FFFFFF; }
@media (min-width: 767.5px) {
  .btn-gp-02 {
    gap: 4rem; }
  .btn-gp-01 li {
    margin-right: 3rem; }
    .btn-gp-01 li:last-child {
      margin-right: 0; } }
@media (max-width: 767px) {
  .btn-gp-01 {
    flex-direction: column;
    gap: 2rem; }
    .btn-gp-01 a {
      width: 100%;
      max-width: 80%;
      margin: 0 auto; } }

.btn__map {
  width: 100%;
  margin: 0 auto;
  max-width: 30rem; }
  @media (min-width: 960.5px) {
    .btn__map {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translate(-50%, -50%);
      z-index: 1; } }
  @media (max-width: 960px) {
    .btn__map {
      margin-bottom: 4rem; } }
  .btn__map a {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.2rem;
    width: 100%;
    max-width: 30rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C19935 url(assets/img//icn_map.svg) no-repeat left 3rem center/1.6rem auto; }
    .btn__map a::after {
      content: "";
      position: absolute;
      width: 0.8rem;
      height: 1rem;
      top: 50%;
      right: 2.5rem;
      transform: translateY(-50%);
      background: #FFFFFF;
      z-index: 1;
      clip-path: polygon(0 0, 0% 100%, 100% 50%);
      transition: all 0.35s; }

.title-default-01 {
  color: #C19935;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.68rem; }

.block-list-flow.vz-faq .section-title__heading {
  position: relative;
  padding-left: 4rem; }
  .block-list-flow.vz-faq .section-title__heading::before {
    content: "Q.";
    position: absolute;
    top: 0;
    left: 0; }
.block-list-flow.vz-faq p {
  position: relative;
  padding-left: 4rem; }
  .block-list-flow.vz-faq p::before {
    content: "A.";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 2.3rem;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-weight: 500;
    font-style: normal; }

.mv-cont {
  text-align: center; }
  .mv-cont__gp {
    position: absolute;
    top: 19.6rem;
    right: 17.5rem;
    left: auto;
    z-index: 2; }
  .mv-cont--title {
    color: #373737;
    font-size: 4.58rem;
    font-weight: 400;
    line-height: 195%;
    letter-spacing: 0.46rem;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff;
    text-shadow: 0 0 0.26vw #fff, 0 0 0.26vw #fff, 0 0 0.521vw #fff, 0 0 0.521vw #fff, 0 0 0.781vw #fff, 0 0 0.781vw #fff; }
    .mv-cont--title span {
      font-size: 6.4rem; }
  .mv-cont--desc {
    margin-top: .5rem;
    color: #373737;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 156%;
    letter-spacing: 0.56rem;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff;
    text-shadow: 0 0 0.26vw #fff, 0 0 0.26vw #fff, 0 0 0.521vw #fff, 0 0 0.521vw #fff, 0 0 0.781vw #fff, 0 0 0.781vw #fff; }
.mv-desc__gp {
  font-family: "Mrs Saint Delafield", cursive;
  opacity: 10%;
  position: absolute;
  width: max-content;
  top: 0;
  right: 0;
  z-index: -1; }
.mv-desc-01 {
  transform: rotate(352.05deg);
  color: #4F4F4F;
  font-size: 31.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.56rem;
  margin-left: -16rem; }
.mv-desc-02 {
  transform: rotate(353.35deg);
  color: #4F4F4F;
  font-size: 20.6rem;
  font-weight: 400;
  line-height: 51.65%;
  letter-spacing: 0.56rem; }
.mv-menu {
  position: relative;
  z-index: 2;
  background: #FFFFFF; }

.top-news {
  background: #F5F5F5; }

.news-list-top {
  height: 18rem;
  overflow: auto; }
  .news-list-top::-webkit-scrollbar {
    width: 4px;
    height: 117px; }
    .news-list-top::-webkit-scrollbar-thumb {
      background-color: #C19935;
      border-radius: .6rem; }
    .news-list-top::-webkit-scrollbar-track {
      background-color: #f1f1f1; }
    .news-list-top::-webkit-scrollbar-thumb:hover {
      background-color: #006E52; }
  .news-list-top li {
    width: 100%; }
    .news-list-top li:first-child a {
      padding-top: .5rem; }
    .news-list-top li a {
      display: flex;
      align-items: flex-start;
      padding: 1rem 0; }
      .news-list-top li a span {
        color: #000000;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 172%;
        letter-spacing: 0.18rem; }
        .news-list-top li a span.date {
          font-weight: 400;
          width: 13rem; }
        .news-list-top li a span.txt {
          width: calc(100% - 13rem);
          padding-right: .5rem; }

.info__item {
  position: relative; }
  .info__item-map {
    height: 57rem; }
  .info__item-access {
    background: #F5F5F5;
    padding: 2rem;
    position: relative;
    gap: 1.9rem; }
    .info__item-access strong {
      font-size: 2.8rem;
      font-weight: 500; }
    .info__item-access em {
      font-style: normal; }
    .info__item-access:last-child {
      margin-top: 1rem; }
.info__access--title {
  font-family: "dnp-shuei-mincho-pr6n", serif;
  color: #C19935;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.48rem;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  background: url(assets/img/icon_title.svg) no-repeat left center/contain;
  background-size: 1.6rem 1.8rem; }
.info iframe {
  width: 100%;
  height: 100%;
  display: block; }
@media (min-width: 960.5px) {
  .info__list {
    gap: 5rem; }
    .info__list-item {
      width: 50%; }
  .info__item {
    width: 50%; }
    .info__item:last-child {
      padding-left: 6.2rem;
      padding-right: 2.6rem; } }
@media (max-width: 960px) {
  .info__inner > div {
    flex-direction: column-reverse; }
  .info__list {
    flex-direction: column;
    gap: 2rem; }
  .info__item {
    width: 100%; }
    .info__item:first-child {
      margin-top: 4rem; } }
.info .table-info {
  position: relative; }
  .info .table-info .info__table {
    background: #027A5F;
    padding: 1.2rem 3rem 0; }
    .info .table-info .info__table.table tr:first-child td {
      border-bottom: #A9CDC4 solid 1px;
      padding-top: .2rem; }
    .info .table-info .info__table.table tr:nth-of-type(2) td {
      padding-bottom: 0; }
    .info .table-info .info__table.table tr:last-child td {
      padding-top: 0; }
  .info .table-info table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse; }
    .info .table-info table tr:first-child td {
      border-bottom: #A9CDC4 solid 1px; }
    .info .table-info table td {
      color: #A9CDC4;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0.15rem;
      padding: 1.6rem 0;
      width: 3.55rem; }
      .info .table-info table td:first-child {
        width: 16.4rem;
        text-align: center; }
      .info .table-info table td:last-child {
        width: 5.175rem;
        padding-right: 3.3rem;
        text-align: right; }
  .info .table-info p {
    padding-top: 1rem;
    color: #000000;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.15rem; }
    .info .table-info p strong {
      color: #027A5F; }

.greeting {
  background: url(assets/img/bg-greeting.png) no-repeat center/cover;
  background-attachment: fixed !important; }
  .greeting::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(24, 21, 17, 0.8);
    top: 0;
    left: 0; }
  .greeting__inner::before, .greeting__inner::after {
    content: "";
    position: absolute;
    width: 23.0729166667%;
    height: 93.1445603577%;
    top: 0; }
  .greeting__inner::before {
    background: url(assets/img/greeting-01.png) no-repeat top center/contain;
    left: 0; }
  .greeting__inner::after {
    background: url(assets/img/greeting-02.png) no-repeat top center/contain;
    right: 0; }
  .greeting__title {
    color: #fff;
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.46rem; }
  .greeting__subtitle {
    color: #AC904C;
    font-size: 2.36rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.24rem; }
    .greeting__subtitle::after {
      content: "";
      position: absolute;
      width: 4rem;
      height: 0.1rem;
      background: #fff;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }

.trouble__header::before, .trouble__header::after {
  content: "";
  position: absolute;
  width: 32.7083333333%;
  height: 76.0290556901%; }
.trouble__header::before {
  background: url(assets/img/bg-trobule-01.png) no-repeat left top/contain;
  top: 0;
  left: 0;
  z-index: 1; }
.trouble__header::after {
  background: url(assets/img/bg-trobule-02.png) no-repeat right bottom/contain;
  right: 0;
  bottom: -2px; }
@media (max-width: 960px) {
  .trouble__header > div {
    flex-direction: column !important; } }
.trouble__title {
  color: #333333;
  font-size: 4rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1rem; }
.trouble__highlight {
  font-size: 5.4rem; }
  @media (max-width: 767px) {
    .trouble__highlight {
      font-size: 6.4vw; } }
.trouble__deco {
  width: 30.8rem; }
.trouble__body {
  position: relative;
  padding-bottom: 8rem; }
  .trouble__body::before {
    content: "";
    position: absolute;
    top: calc(60 / 1920 * 100vw);
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 60 / 1920 * 100vw);
    background: url(assets/img/bg-trobule.png) no-repeat center/cover;
    z-index: -1; }
  @media (max-width: 767px) {
    .trouble__body::before {
      background: url(images/index/bg_trobule01_sp.jpg) no-repeat center/cover;
      height: calc(100% - 55 / 750 * 100vw);
      top: calc(55 / 750 * 100vw); } }
.trouble__inner {
  position: relative;
  z-index: 1; }
.trouble__item-link {
  display: block;
  background: #FFFFFF;
  border: 0.7rem solid #DBCFB1;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  text-align: center;
  position: relative;
  z-index: 1;
  outline: #DBCFB1 solid 0.2rem;
  outline-offset: -1.4rem;
  padding: 3.5rem;
  aspect-ratio: 1 / 0.64;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.35s; }
  .trouble__item-link:hover {
    background: rgba(255, 255, 255, 0.8); }
.trouble__label {
  color: #cdcac4;
  margin-bottom: calc(18 / 1920 * 100vw);
  line-height: 1;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal; }
.trouble__num {
  font-size: 2.4rem; }
.trouble__text {
  font-size: 2.2rem;
  color: #333333; }
@media (min-width: 960.5px) {
  .trouble__item {
    max-width: 38rem;
    width: 30.7%; }
  .trouble__list {
    margin-top: -6rem;
    row-gap: 2rem;
    column-gap: 4%; } }
@media (max-width: 960px) {
  .trouble__item {
    width: calc(50% - .75rem); }
  .trouble__list {
    margin-top: -3rem;
    gap: 1.5rem; } }

.feature::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background: #DCD1C0;
  left: 0;
  right: 0;
  top: 10rem; }
.feature__title {
  position: relative;
  margin-top: -6rem; }
  .feature__title-en {
    color: transparent;
    font-size: 21rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 3rem;
    background: repeating-linear-gradient(90deg, #E1E3E1 0, #F5F4F0 100%);
    -webkit-background-clip: text;
    padding-left: 8.3rem; }
  .feature__title-ja {
    color: #333333;
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 155%;
    letter-spacing: 1rem;
    position: absolute;
    width: 100%;
    top: 7rem; }
    .feature__title-ja strong {
      font-size: 7.2rem;
      font-weight: 400; }
.feature__heading {
  color: #333333;
  font-size: 4rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.4rem; }
  .feature__heading-sub {
    color: #C19935;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 300%;
    letter-spacing: 0.4rem;
    margin-bottom: 2rem; }
.feature__block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background: #DCD1C0;
  left: 0;
  right: 0;
  bottom: 4rem; }
.feature__block--type4::before {
  content: "";
  position: absolute;
  width: 91.8rem;
  height: 74.9rem;
  left: 0;
  top: 0;
  background: url(assets/img/deco_feature03.png) top left/contain no-repeat;
  margin-top: -4rem; }
.feature__block--type4 .feature__heading-sub {
  color: #FFF3B0;
  line-height: 190%;
  margin-bottom: 4rem; }
.feature__block--type4 .feature__headline {
  gap: 3.2rem; }
.feature__icon img {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
.feature__image-gp {
  position: relative;
  max-height: 55rem; }
  .feature__image-gp::before {
    content: "";
    position: absolute;
    width: calc(100%);
    height: 100%;
    top: 2rem;
    border: solid 1px #877B69;
    z-index: 1; }
  .feature__image-gp.vs-left::before {
    left: 2rem;
    right: -2rem; }
  .feature__image-gp.vs-right::before {
    right: 2rem;
    left: -2rem; }
.feature__image-decor {
  width: 42.6rem;
  z-index: 1;
  bottom: -5.7rem;
  left: 4rem; }
.feature__box--bg {
  background: url(assets/img/deco_feature04.png) no-repeat center right/cover;
  padding: 7.85rem 10rem; }
  .feature__box--bg::before {
    content: "";
    position: absolute;
    width: calc(100%);
    height: 100%;
    top: 2rem;
    border: solid 1px #877B69;
    left: 2rem;
    right: -2rem; }
.feature--slider-scroll {
  margin-top: -3.9rem; }

/* ================================
    Infinity Scroll (Left)
================================ */
@keyframes scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.scroll-infinity {
  overflow: hidden; }
  .scroll-infinity__wrap {
    display: flex;
    width: 200%; }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
    .scroll-infinity__list--left {
      animation: scroll-left 30s linear infinite;
      animation-delay: 0.5s; }
  .scroll-infinity__item {
    flex-shrink: 0; }
    .scroll-infinity__item img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
      pointer-events: none;
      user-select: none; }

.medical {
  background: #FFF9F4; }
  .medical__title {
    color: #C19935;
    font-size: 10rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1rem; }
  .medical__subtitle {
    color: #000000;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.68rem; }
  .medical__imgbox-gp {
    margin-left: auto;
    margin-right: 0; }
    .medical__imgbox-gp img {
      width: 100%; }
  .medical__imgbox-title {
    color: #263043;
    font-size: 4rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.6rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0 auto;
    z-index: 2;
    left: 0;
    top: 0; }
    .medical__imgbox-title-en {
      position: absolute;
      left: 0;
      bottom: -1.4rem;
      color: #0C6349;
      font-size: 3.28rem;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0.656rem; }
      .medical__imgbox-title-en.vs-02 {
        color: #470D60; }
      .medical__imgbox-title-en.vs-03 {
        color: #634711; }
  .medical__thumb-list li {
    width: 31.9%;
    position: relative;
    padding: 2rem 0;
    cursor: pointer;
    transition: all 0.8s; }
    .medical__thumb-list li::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 4.7rem;
      background: url(assets/img/medi_arrow.webp) no-repeat center center;
      background-size: contain;
      left: 0;
      bottom: 0;
      transform: translateY(50%);
      transition: all 0.8s; }
    .medical__thumb-list li:hover::before {
      transition: all 0.4s;
      transform: translateY(60%); }
  .medical__thumb-img {
    width: 34%;
    max-width: 9rem;
    position: absolute;
    z-index: 0;
    left: 6%;
    top: 0;
    transform: translateY(-25%); }
    .medical__thumb-img-txt {
      width: 65%;
      max-width: 17rem;
      margin-left: auto;
      margin-right: 0; }
  .medical__thumb--school {
    background: #0C6349; }
    .medical__thumb--school:hover {
      background: #148F6A; }
  .medical__thumb--adult {
    background: #470D60; }
    .medical__thumb--adult:hover {
      background: #6C168F; }
  .medical__thumb--old {
    background: #634711; }
    .medical__thumb--old:hover {
      background: #8C631A; }
  .medical__inner {
    width: 94%;
    margin-left: auto;
    margin-right: auto; }
  .medical__slider {
    position: relative;
    padding: 0 3%; }
    .medical__slider::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 87%;
      z-index: 0;
      background: #fff;
      border-radius: 15px;
      left: 0;
      bottom: 0; }
    .medical__slider::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 70px;
      background: url(assets/img/medi_shadow.webp) no-repeat center top;
      background-size: 100% 100%;
      left: 0;
      top: 100%; }
  .medical .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex; }
  .medical__slide-item:not(:last-child) {
    margin-right: 5rem; }
  .medical__slide-item:not(:nth-of-type(2)) .medical__imgbox-gp {
    max-width: 35.8rem; }
  .medical__slide-item:nth-of-type(2) .medical__imgbox-gp {
    max-width: 48rem; }
  .medical__slide-item--school a {
    background-color: #E1EEEA; }
    .medical__slide-item--school a:hover {
      background-color: #C4D7CE; }
    .medical__slide-item--school a::before {
      background: #72C989; }
  .medical__slide-item--adult {
    width: 56rem !important; }
    .medical__slide-item--adult a {
      background-color: #D7C6DD; }
      .medical__slide-item--adult a:hover {
        background-color: #B89BC7; }
      .medical__slide-item--adult a::before {
        background: #FFB3DE; }
  .medical__slide-item--old a {
    background-color: #DED7C6; }
    .medical__slide-item--old a:hover {
      background-color: #C7BDA1; }
    .medical__slide-item--old a::before {
      background: #C9AD72; }
  .medical__slide-item--school, .medical__slide-item--old {
    width: 44rem !important; }
  .medical__link-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.5rem; }
    .medical__link-list li a {
      border-radius: 1rem;
      color: #263043;
      font-size: 1.7rem;
      font-weight: 400;
      line-height: 125%;
      letter-spacing: 0;
      padding: 1.4rem .5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      max-height: 6rem;
      height: 100%;
      min-height: 6rem;
      transition: color 0.8s, background-color 0.8s;
      position: relative;
      text-align: center; }
      .medical__link-list li a:hover {
        transition: color 0.4s, background-color 0.4s; }
        .medical__link-list li a:hover::before {
          transform: translateX(-50%) scale(1.2); }
      .medical__link-list li a::before {
        content: "";
        position: absolute;
        width: 1.9rem;
        height: 1.9rem;
        left: 50%;
        transform: translateX(-50%);
        bottom: -.95rem;
        z-index: 0;
        border-radius: 50%;
        transition: all 0.35s; }
      .medical__link-list li a::after {
        content: "";
        position: absolute;
        width: 0.69rem;
        height: 0.69rem;
        left: 50%;
        transform: translateX(-50%);
        bottom: -.345rem;
        background: #FFFFFF;
        z-index: 0;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        transition: all 0.35s; }
    .medical__link-list.vs-02 {
      column-gap: 1.5rem; }
      .medical__link-list.vs-02 li {
        width: calc(50% - .75rem); }
    .medical__link-list.vs-04 li {
      width: 24.4%; }
      .medical__link-list.vs-04 li:not(:nth-child(4n)) {
        margin-right: 0.8%; }
      .medical__link-list.vs-04 li a {
        max-width: 13.63rem; }
  .medical__yobo-gp {
    position: relative;
    background: url(assets/img/hdg4_deco01.png) no-repeat center left/contain, url(assets/img/hdg4_deco02.png) no-repeat center right/contain;
    background-color: #027A5F;
    padding: 3.2rem 1rem;
    transition: all 0.8s;
    gap: 3.2rem; }
    .medical__yobo-gp:hover {
      background-color: #148F6A;
      transition: all 0.4s; }
      .medical__yobo-gp:hover .medical__yobo-text--link::before {
        transform: scale(1.2);
        top: 22%; }
  .medical__yobo-text {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.34rem; }
    .medical__yobo-text--link {
      color: #FFFFFF;
      font-size: 3.3rem;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0.34rem;
      position: relative;
      padding-right: 4.4rem; }
      .medical__yobo-text--link::before {
        content: "";
        position: absolute;
        width: 2.7rem;
        height: 2.7rem;
        top: 50%;
        right: 0;
        transform: translateY(-40%);
        border-radius: 50%;
        background: #FFF;
        transition: all 0.4s; }
      .medical__yobo-text--link::after {
        content: "";
        position: absolute;
        width: 0.6rem;
        height: 0.9rem;
        top: 50%;
        right: 1rem;
        transform: translateY(-26%);
        background: #b7b4af;
        z-index: 1;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        transition: all 0.35s; }

.recruit {
  position: relative;
  background-color: #E1EEEA;
  overflow: hidden;
  padding-top: 22.6rem;
  padding-bottom: 22.6rem;
  z-index: 0;
  /* ---------- Slider ---------- */ }
  .recruit__inner {
    position: relative;
    max-width: 150rem;
    margin: 0 auto;
    z-index: 2; }
  .recruit__title {
    color: #222222;
    font-size: 7rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.7rem;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .recruit__title {
        text-align: center;
        font-size: 2.2rem; } }
  .recruit__copy {
    display: inline-block;
    margin-bottom: 5rem; }
    .recruit__copy * {
      font-style: normal; }
    .recruit__copy-line {
      color: #FFFFFF;
      font-size: 2.6rem;
      font-weight: 400;
      line-height: 261%;
      letter-spacing: 0.34rem;
      display: inline-block;
      background-color: #634711;
      padding: 0 2rem;
      margin-top: 2rem; }
  .recruit__text {
    color: #222222;
    margin-bottom: 4rem;
    max-width: 80rem; }
  .recruit__button-link {
    width: 50rem;
    height: 9.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #C19935;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.2rem;
    transition: opacity 0.3s ease;
    border-radius: .2rem;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-weight: 500;
    font-style: normal; }
    .recruit__button-link::before {
      content: "";
      position: absolute;
      width: 3rem;
      height: 3rem;
      top: 50%;
      right: 4.5rem;
      transform: translateY(-50%);
      transition: all 0.35s;
      border-radius: 50%;
      background: #FFF9F4; }
    .recruit__button-link::after {
      content: "";
      position: absolute;
      width: 0.6rem;
      height: 0.9rem;
      top: 50%;
      right: 5.7rem;
      transform: translateY(-50%);
      background: #C19935;
      z-index: 1;
      clip-path: polygon(0 0, 0% 100%, 100% 50%);
      transition: all 0.35s; }
    .recruit__button-link:hover {
      outline-color: #FFFFFF;
      background: #C19935; }
  .recruit__slider {
    position: absolute;
    top: 0;
    right: 22.5%;
    z-index: 0; }
  .recruit__slide {
    transform: rotate(15deg);
    display: flex;
    gap: 3rem;
    position: relative; }
    .recruit__slide-list {
      width: 28.6rem;
      animation-delay: .5s !important; }
      .recruit__slide-list li {
        margin-top: 1rem;
        margin-bottom: 1rem; }
        .recruit__slide-list li img {
          display: block;
          width: 100%;
          height: auto;
          max-width: 35rem; }
      .recruit__slide-list--left {
        animation: scroll-up 40s linear infinite; }
      .recruit__slide-list--right {
        animation: scroll-down 40s linear infinite; }
@keyframes scroll-up {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-50%); } }
@keyframes scroll-down {
  0% {
    transform: translateY(-50%); }
  100% {
    transform: translateY(0); } }
.sns-topics__title-ja {
  color: #000000;
  font-size: 4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.4rem; }
.sns-topics__title-en {
  font-size: 2rem;
  margin-left: 1rem;
  margin-top: 1rem; }
.sns-topics__shortcode-gp img {
  width: 100%; }
.sns-topics__shortcode-link {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }
  .sns-topics__shortcode-link img {
    width: 10rem;
    aspect-ratio: 1 / 1; }
.sns-topics__more-btn {
  width: 10rem;
  height: 3rem;
  background: #222222;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.18rem;
  padding-left: 1.3rem;
  position: relative; }
  .sns-topics__more-btn::after {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 1rem;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background: #FFFFFF;
    z-index: 1;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transition: all 0.35s; }
.sns-topics__topics-header {
  margin-bottom: 4rem; }

.top-greeting {
  background: url(assets/img/deco__greeting01.svg) no-repeat left bottom/100% auto; }
  .top-greeting__content {
    width: 60%; }
  .top-greeting__img {
    width: 40%; }
  .top-greeting__title {
    color: #000000;
    font-size: 5rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.5rem; }
  .top-greeting__name > div:not(:last-child) {
    margin-right: 2rem; }
  .top-greeting__name-ja {
    color: #000000;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.34rem; }
  .top-greeting__name-en {
    color: #C19935;
    font-size: 2rem;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.2rem; }
  .top-greeting__label {
    height: 6rem;
    width: 10rem;
    color: #FFFFFF;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.28rem;
    background: #C19935; }
.top_column-list-items li {
  display: flex;
  flex-wrap: wrap;
  background: #F6F6F6;
  border-radius: .8rem; }
  .top_column-list-items li:not(:last-child) {
    margin-bottom: 3rem; }
  .top_column-list-items li .img {
    width: 12rem; }
    .top_column-list-items li .img img {
      box-shadow: 0.8rem 0.6rem 0.8rem rgba(66, 66, 66, 0.12);
      transition: transform 0.4s;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      position: relative;
      width: 100%; }
  .top_column-list-items li .cont {
    padding-left: 2.9rem;
    width: calc(100% - 12rem);
    margin-top: .8rem; }
    .top_column-list-items li .cont .date {
      color: #222222;
      font-size: 1.43rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0.16rem; }
    .top_column-list-items li .cont .title {
      display: block;
      margin-bottom: -0.5rem;
      color: #222222;
      font-size: 2rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0.2rem; }
    .top_column-list-items li .cont .detail {
      color: #222222;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 165%;
      letter-spacing: 0.18rem; }
      .top_column-list-items li .cont .detail a {
        display: inline-block;
        line-height: 1.3;
        border-bottom: 1px solid; }

.info-table--head-link {
  color: #263043;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.336rem;
  font-family: 'Inter', sans-serif; }
.info-table--head-txt {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media (min-width: 960.5px) {
  .trouble::before, .trouble::after {
    content: "";
    position: absolute;
    width: 34rem;
    height: 0.2rem;
    top: 24.5rem;
    z-index: 1;
    background: #333; }
  .trouble::before {
    left: 0; }
  .trouble::after {
    right: 0; }

  .sns-topics__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start; }
  .sns-topics__topics-header {
    margin-top: -1rem; }
  .sns-topics__item:first-child {
    padding-right: 15.7rem; }
  .sns-topics__item:last-child {
    border-left: 2px solid #222222;
    padding-left: 10rem; }

  .feature .scroll-infinity__list {
    gap: 3.9rem; }
  .feature .scroll-infinity__item {
    width: 60rem; }
    .feature .scroll-infinity__item:last-child {
      margin-right: 3.9rem; }
  .feature__decor-04 {
    top: 0;
    left: 0;
    margin-top: -4rem;
    width: 91.8rem; }
  .feature__decor-right {
    top: -8.5rem;
    right: -8.7rem;
    width: 60.8rem; }
  .feature--slider {
    margin-top: -24.5rem; }
    .feature--slider .btn-more-01 a {
      width: 30rem; }
  .feature__box--bg {
    height: 62.7rem; }
  .feature__icon img {
    max-width: 12.2rem; }
  .feature__images {
    margin-top: 2rem; }
    .feature__images li {
      max-width: 31rem; }
      .feature__images li:nth-child(2) {
        margin-top: 6rem; }
      .feature__images li:not(:last-child) {
        padding-right: 3rem; }
  .feature__block::after {
    content: "";
    position: absolute;
    width: 46rem;
    height: 58.6rem; }
  .feature__block:nth-child(even)::after {
    top: -5rem;
    left: 5rem;
    background: url(assets/img/deco_feature01.svg) top left/contain no-repeat; }
  .feature__block:nth-child(even) .feature__row {
    margin-right: -1.7rem; }
    .feature__block:nth-child(even) .feature__row-item:first-child {
      width: 54%; }
    .feature__block:nth-child(even) .feature__row-item:last-child {
      width: 46%; }
  .feature__block:nth-child(even) .feature__content {
    padding-right: 5rem;
    padding-left: 9rem; }
  .feature__block:nth-child(odd)::after {
    top: 0;
    right: 5rem;
    background: url(assets/img/deco_feature02.svg) top left/contain no-repeat; }
  .feature__block:nth-child(odd) .feature__row {
    margin-left: -1.7rem; }
    .feature__block:nth-child(odd) .feature__row-item:first-child {
      width: 46%; }
    .feature__block:nth-child(odd) .feature__row-item:last-child {
      width: 54%; }
  .feature__block:nth-child(odd) .feature__content {
    padding-left: 6rem;
    padding-right: 8rem; }
  .feature__block--type1::after {
    top: -15rem !important; }
  .feature__block--type1 .btn-more-01 {
    padding-top: 5.5rem; }
  .feature__block--type2::after {
    top: -15rem !important; }
  .feature__block--type2 .btn-more-01 {
    padding-top: 6rem; }

  .top-greeting__content {
    width: 60%;
    padding-left: 10rem;
    padding-right: 15.5rem; }
    .top-greeting__content::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background: #00000080;
      left: 0;
      top: 17.7rem;
      z-index: -1; }
    .top-greeting__content-inner {
      max-width: 763px;
      margin-left: auto; }
  .top-greeting__text {
    line-height: 200%;
    padding-top: 1rem; }
  .top-greeting__name {
    padding-right: 7rem; }
  .top-greeting__img {
    width: 40%; }
    .top-greeting__img-en {
      width: 7.7rem;
      top: 2.4rem;
      left: -3.4rem; }
  .top-greeting__btn {
    position: absolute;
    bottom: 5.6rem;
    width: 100%; }
  .top-greeting__slide {
    margin-top: -19.5rem; }
    .top-greeting__slide .scroll-infinity__list {
      gap: 2rem; }
      .top-greeting__slide .scroll-infinity__list li {
        width: 38rem; }
        .top-greeting__slide .scroll-infinity__list li:nth-of-type(even) {
          margin-top: 10rem; }
        .top-greeting__slide .scroll-infinity__list li:last-child {
          margin-right: 2rem; }

  .grid-full {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 960px) {
  .news-list-top li a {
    flex-direction: column; }
    .news-list-top li a * {
      width: 100% !important; }

  .title-default-01 {
    font-size: 2.6rem;
    letter-spacing: 0.2rem; }

  .btn-more-02 {
    font-size: 1.6rem;
    height: 3.5rem;
    width: 9rem; }

  .mv-cont__gp {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  .mv-cont--title {
    font-size: 2.5rem;
    letter-spacing: .1rem;
    line-height: 150%; }
    .mv-cont--title span {
      font-size: 3.4rem; }
  .mv-cont--desc {
    font-size: 1.6rem;
    letter-spacing: .1rem; }
  .mv-desc-01 {
    font-size: 9rem;
    margin-left: -14vw; }
  .mv-desc-02 {
    font-size: 6rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .mv-desc__gp {
    right: 30%; } }

@media (max-width: 960px) {
  .info .info__item-map {
    height: 60vw !important; }
  .info .info__item-access strong {
    font-size: 2.2rem; }
  .info .table-info .info__table:not(.table) {
    padding: 0 1.5rem; }
  .info .table-info .info__table td {
    width: 4rem; }
    .info .table-info .info__table td:first-child {
      padding-left: 0 !important; }
  .info .table-info .info__table.table tr:last-child td {
    padding-top: 1rem; }
  .info .table-info .info__table tr:last-child td {
    padding-top: 0; }
  .info .table-info table td {
    font-size: 1.5rem;
    letter-spacing: 0;
    width: 5rem; }
    .info .table-info table td:first-child {
      width: 18.5rem;
      padding-left: 1rem; }
    .info .table-info table td:last-child {
      width: 5.5rem;
      padding-right: 0;
      text-align: left; }
  .info .table-info p {
    font-size: 1.5rem !important; }

  .greeting__title {
    font-size: 3.5rem; }

  .recruit {
    padding-top: 10rem !important;
    padding-bottom: 6rem !important; }
    .recruit__slide {
      position: absolute;
      left: -30%;
      top: 0; }
      .recruit__slide-list {
        width: 48vw; }
    .recruit__slider {
      width: 100%;
      right: 0;
      height: 145vw;
      overflow: hidden;
      border-top: 1px solid #222;
      border-bottom: 1px solid #222; }
    .recruit__title {
      text-align: center;
      margin-bottom: 3rem; }
    .recruit__copy {
      display: flex;
      justify-content: flex-end;
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: column;
      writing-mode: vertical-rl;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      text-orientation: upright;
      gap: 1.5rem;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 145rem;
      height: auto;
      width: 12rem;
      margin: auto;
      z-index: 10;
      flex-wrap: wrap; }
    .recruit__copy-line {
      margin: 0;
      padding: 1.8rem 0;
      line-height: 200%; }
    .recruit__inner {
      padding-top: 140vw; } }
    @media (max-width: 960px) and (min-width: 767.5px) {
      .recruit__inner {
        text-align: center; } }

@media (max-width: 960px) {
  .trouble__title {
    font-size: 2.5rem;
    letter-spacing: 0;
    padding-bottom: 1.5rem; }
  .trouble__highlight {
    font-size: 3.5rem; }
  .trouble__item-link {
    border-width: 4px;
    outline-width: 1px;
    outline-offset: -0.8rem; }
  .trouble__text {
    font-size: 1.6rem; }

  .feature--environment {
    padding-top: 10rem; }
  .feature__box--bg {
    padding: 14rem 10rem; }
  .feature--slider {
    margin-top: -8rem; }
  .feature__decor-right {
    top: -22%;
    left: 0;
    width: 100%; }
    .feature__decor-right img {
      width: 100%;
      max-width: 80%;
      margin: 0 auto; }
  .feature__block--type2 {
    padding-top: 0 !important; }
  .feature__block--type4::before {
    width: 100%;
    margin-top: -3.4rem; }
  .feature__block--type4 .feature__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .feature__image-gp::before {
    top: 1rem; }
  .feature__image-gp.vs-left::before {
    left: 1rem;
    right: -1rem; }
  .feature__image-gp.vs-right::before {
    right: 1rem;
    left: -1rem; }
  .feature::before {
    top: 5.3336rem; }
  .feature__title {
    margin-top: -2.6rem; }
    .feature__title-en {
      font-size: 10rem;
      letter-spacing: .5rem;
      padding-left: 0; }
    .feature__title-ja {
      font-size: 2.8rem;
      margin-top: -3.5rem;
      letter-spacing: 0.3rem; }
      .feature__title-ja strong {
        font-size: 3.5rem; }
  .feature .scroll-infinity__list {
    gap: 1.5rem; }
  .feature .scroll-infinity__item {
    width: 25rem; }
    .feature .scroll-infinity__item:last-child {
      margin-right: 1.5rem; }
  .feature__heading {
    font-size: 2rem;
    letter-spacing: .12rem; }
    .feature__heading-sub {
      font-size: 1.7rem;
      letter-spacing: .15rem;
      line-height: 145%;
      word-break: auto-phrase;
      overflow-wrap: normal; }
  .feature__block::before {
    bottom: 3.4rem; }
  .feature__block:nth-child(even) .feature__row-item:last-child::after {
    top: -5rem;
    left: 0;
    background: url(assets/img/deco_feature01.svg) top left/contain no-repeat; }
  .feature__block:nth-child(odd) .feature__row-item:first-child::after {
    top: 0;
    right: 0;
    background: url(assets/img/deco_feature02.svg) top left/contain no-repeat; }
  .feature__block:nth-child(even) .feature__row {
    flex-direction: column !important; }
  .feature__block:nth-child(odd) .feature__row {
    flex-direction: column-reverse !important; }
  .feature .feature__row-item {
    width: 100%;
    position: relative; }
  .feature .feature__content {
    padding-top: 5rem; }
    .feature .feature__content::after {
      content: "";
      position: absolute;
      width: 28rem;
      height: 35rem;
      z-index: -1; }
  .feature__icon img {
    width: 8rem;
    position: relative;
    z-index: 2; }
  .feature__images {
    margin-top: 2rem; }
    .feature__images li:nth-child(2) {
      margin-top: 3rem; }
    .feature__images li:not(:last-child) {
      padding-right: 1.5rem; }

  .medical__title {
    font-size: 4.3rem; }
  .medical__subtitle {
    font-size: 2.2rem; }
  .medical .swiper-scrollbar {
    position: relative;
    display: block;
    margin-top: 1.5em; }
    .medical .swiper-scrollbar::after {
      position: absolute;
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      background-color: #ece5c5; }
  .medical .swiper-scrollbar-drag {
    height: 6px;
    cursor: pointer;
    background-color: #c9b55a; }
  .medical__yobo {
    margin-top: 1.5rem; }
    .medical__yobo-gp {
      background: url(assets/img/hdg4_deco02_sp.png) no-repeat center left -2px/contain, url(assets/img/hdg4_deco01_sp.png) no-repeat center right -2px/contain;
      background-color: #027A5F;
      padding: 2.3rem 1rem; }

  .top-greeting__row {
    flex-direction: column !important; }
  .top-greeting__name {
    justify-content: center; }
  .top-greeting__img {
    width: 95%;
    margin-left: auto; }
    .top-greeting__img img {
      width: 100%; }
    .top-greeting__img-en {
      top: 2.4rem;
      left: -2.8rem;
      width: 6rem; }
  .top-greeting__title {
    position: relative;
    font-size: 2.5rem; }
    .top-greeting__title::before {
      content: "";
      position: absolute;
      width: 80%;
      height: 1px;
      background: #00000080;
      left: 50%;
      transform: translateX(-50%);
      bottom: -2.5rem;
      z-index: -1; }
  .top-greeting__content {
    width: 100%; }
  .top-greeting__btn {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4.8rem; }
    .top-greeting__btn .btn-default-02 a {
      font-size: 1.7rem;
      height: 8rem;
      width: 100%;
      max-width: 34rem;
      margin-left: auto;
      margin-right: auto; }
  .top-greeting .btn-default-02 a {
    height: 8rem; }
  .top-greeting__slide-gp {
    margin-top: 5rem; }
  .top-greeting__slide .scroll-infinity__list {
    gap: 1rem; }
    .top-greeting__slide .scroll-infinity__list li {
      width: 22rem; }
      .top-greeting__slide .scroll-infinity__list li:nth-of-type(even) {
        margin-top: 5rem; }
      .top-greeting__slide .scroll-infinity__list li:last-child {
        margin-right: 1rem; }
  .top-greeting__label {
    height: 5rem;
    width: 7rem;
    font-size: 2rem; }
  .top-greeting__name > div:not(:last-child) {
    margin-right: 1.5rem; }
  .top-greeting__name-ja {
    font-size: 2.4rem; }
  .top-greeting__name-en {
    font-size: 1.8rem;
    letter-spacing: 0.08rem; }

  .sns-topics__title-en {
    margin-top: 1.5vw; }
  .sns-topics__item:first-child {
    padding-bottom: 5rem; }
  .sns-topics__item:last-child {
    border-top: 2px solid #222222;
    padding-top: 5rem; }
  .sns-topics__shortcode-link img {
    width: 7rem;
    aspect-ratio: 1 / 1; } }
@media (max-width: 767px) {
  .mv-view .slick-slide img {
    height: 70vw;
    object-fit: cover;
    width: 100%; }

  .feature__image-decor {
    width: 55%;
    z-index: 1;
    bottom: -3rem;
    left: 0; }
  .feature__decor-right {
    top: -10.2%; }
  .feature--environment {
    padding-top: 3rem; }

  .trouble__list {
    gap: .5rem; }
  .trouble__item {
    width: calc(50% - .25rem); }
    .trouble__item-link {
      aspect-ratio: 1 / 0.75;
      padding: 1.5rem .6rem; }
  .trouble__deco {
    width: 15.8rem; }
  .trouble__text {
    font-size: 1.2rem;
    letter-spacing: 0; }

  .medical__title {
    font-size: 3.5rem;
    letter-spacing: .1rem; }
  .medical__thumb-img {
    left: 50%;
    transform: translate(-50%, -25%); }
    .medical__thumb-img-txt {
      margin-top: 1rem;
      width: 90%; }
  .medical__thumb-list li {
    padding-bottom: 1rem; }
    .medical__thumb-list li::before {
      height: 2.7rem; }
  .medical__link-list.vs-04 li {
    width: calc(50% - .75rem); }
    .medical__link-list.vs-04 li:nth-of-type(2n) {
      margin-right: 0; }
    .medical__link-list.vs-04 li:nth-of-type(2n-1) {
      margin-right: 1.5rem; }
    .medical__link-list.vs-04 li a {
      max-width: 100%; }
  .medical__link-list li a {
    padding: 1rem 0;
    font-size: 1.5rem;
    max-height: 5rem;
    min-height: 5rem; }
  .medical .swiper-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .medical__slide-item-item:nth-of-type(2) .medical__imgbox-gp {
    max-width: 28rem; }
  .medical__slide-item:not(:nth-of-type(2)) .medical__imgbox-gp {
    max-width: 20rem;
    width: 100%; }
    .medical__slide-item:not(:nth-of-type(2)) .medical__imgbox-gp img {
      width: 100%; }
  .medical__slide-item--adult, .medical__slide-item--school, .medical__slide-item--old {
    width: 33rem !important; }
  .medical__imgbox-title {
    font-size: 2.5rem; }
    .medical__imgbox-title-en {
      font-size: 2.5rem;
      letter-spacing: .2rem; }
  .medical__yobo-gp {
    gap: 1rem;
    flex-direction: column;
    padding: 1.8rem 1rem; }
    .medical__yobo-gp:hover::before {
      transform: none; }
  .medical__yobo-text {
    font-size: 1.8rem;
    letter-spacing: .14rem; }
    .medical__yobo-text--link {
      font-size: 2.2rem; }

  .feature__box--bg {
    padding: 9rem 2rem; }
    .feature__box--bg::before {
      top: 1rem;
      left: 1rem; }
  .feature::before {
    top: 5.3336rem; }
  .feature__title {
    margin-top: -1.8rem; }
    .feature__title-en {
      font-size: 7rem; }
    .feature__title-ja {
      font-size: 1.8rem;
      margin-top: -4.5rem; }
      .feature__title-ja strong {
        font-size: 2.5rem; }

  .recruit {
    padding-top: 12rem; }
    .recruit__inner {
      padding-top: 230vw; }
    .recruit__slide-list {
      width: 48vw; }
    .recruit__slider {
      height: 230vw;
      height: 225vw; }
    .recruit__copy-line {
      font-size: 2rem;
      display: flex;
      align-items: center; }
    .recruit__button-link {
      width: 100%;
      height: 7rem;
      font-size: 1.7rem; }
      .recruit__button-link::before {
        width: 2rem;
        height: 2rem; }
      .recruit__button-link::after {
        width: 0.5rem;
        height: 0.8rem;
        right: 5.2rem; }

  .top-greeting__title {
    font-size: 3rem; }
  .top-greeting__img-en {
    left: -1.8rem;
    width: 4rem; }

  .top_column-list-items li {
    flex-direction: column; }
    .top_column-list-items li .img {
      width: 100%; }
    .top_column-list-items li .cont {
      padding-left: 0;
      width: 100%; }

  .info__item-access {
    gap: 1.5rem;
    padding: 1.5rem; }
    .info__item-access img {
      width: 5rem; }
  .info .table-info .info__table.table {
    padding: 1.2rem 1.5rem 0; }

  .sns-topics__title-ja {
    font-size: 2.5rem;
    letter-spacing: -.2rem; }
  .sns-topics__title-en {
    font-size: 1.5rem;
    margin-left: 0.9rem; }
  .sns-topics__more-btn {
    width: 8rem;
    height: 2.8rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-left: 1rem; } }
/*
* ＝＝ 共通変数 ＝＝
*/
.group_signature {
  border: 1rem solid rgba(2, 122, 95, 0.5);
  background-color: #E1EEEA; }
  .group_signature :is(h2, h3, h4, h5, h6) {
    width: 100%;
    position: relative;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.2rem; }
    @media (max-width: 960px) {
      .group_signature :is(h2, h3, h4, h5, h6) {
        font-size: 1.8rem;
        line-height: 165%; } }
  @media (max-width: 960px) {
    .group_signature {
      padding: 2rem !important;
      border: 0.7rem solid rgba(2, 122, 95, 0.5); }
      .group_signature :is(h2, h3, h4, h5, h6) {
        font-size: 2rem;
        letter-spacing: normal;
        margin-bottom: 1rem; } }

/*　
* ＝＝ タイトル　＝＝
*/
.section-title {
  width: 100%;
  position: relative;
  /*
  * --- STYLE 01 ---
  */
  /*
  * --- STYLE 02 ---
  */
  /*
  * --- STYLE 03 ---
  */ }
  .section-title--style01 {
    text-align: center; }
    .section-title--style01 :is(h2, h3, h4, h5, h6) {
      display: block;
      padding-left: .5rem;
      padding-right: .5rem;
      font-family: "dnp-shuei-mincho-pr6n", sans-serif;
      font-weight: 500;
      font-style: normal;
      color: #FFFFFF;
      font-size: 3rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.2rem;
      background: url(assets/img/hdg4_deco01.png) no-repeat center left/contain, url(assets/img/hdg4_deco02.png) no-repeat center right/contain;
      background-color: #027A5F; }
      @media (max-width: 960px) {
        .section-title--style01 :is(h2, h3, h4, h5, h6) {
          font-size: 2rem;
          line-height: 165%; } }
  .section-title--style02 {
    text-align: left; }
    .section-title--style02 :is(h2, h3, h4, h5, h6) {
      font-family: "dnp-shuei-mincho-pr6n", sans-serif;
      font-weight: 500;
      font-style: normal;
      color: #FFFFFF;
      font-size: 2.5rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.2rem;
      color: #ffffff;
      padding-left: 2rem;
      padding-right: 2rem;
      background-color: #027A5F; }
      @media (max-width: 960px) {
        .section-title--style02 :is(h2, h3, h4, h5, h6) {
          font-size: 1.8rem;
          line-height: 165%; } }
      .section-title--style02 :is(h2, h3, h4, h5, h6)::before {
        content: "";
        position: absolute;
        left: 2%;
        bottom: 1rem;
        z-index: 1;
        width: 96%;
        height: 1px;
        border-bottom: 1px dashed #fff; }
    .section-title--style02.title-question :is(h2, h3, h4, h5, h6) {
      position: relative;
      border-radius: 1rem;
      padding-left: 9rem !important; }
      .section-title--style02.title-question :is(h2, h3, h4, h5, h6)::before {
        content: none; }
      .section-title--style02.title-question :is(h2, h3, h4, h5, h6)::after {
        width: 6rem;
        height: 6rem;
        content: "Q";
        position: absolute;
        left: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 3rem;
        font-weight: bold;
        color: #C19935;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%); }
  .section-title--style03 {
    text-align: left; }
    .section-title--style03 :is(h2, h3, h4, h5, h6) {
      font-family: "dnp-shuei-mincho-pr6n", sans-serif;
      font-weight: 500;
      font-style: normal;
      color: #FFFFFF;
      font-size: 2.3rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.2rem;
      letter-spacing: .1rem;
      color: #027A5F; }
      @media (max-width: 960px) {
        .section-title--style03 :is(h2, h3, h4, h5, h6) {
          font-size: 1.7rem;
          line-height: 165%; } }
  @media (max-width: 960px) {
    .section-title {
      /*
      * --- STYLE 01 ---
      */
      /*
      * --- STYLE 02 ---
      */
      /*
      * --- STYLE 03 ---
      */ }
      .section-title--style01 :is(h2, h3, h4, h5, h6) {
        background-size: 7rem;
        background: url(assets/img/hdg4_deco02_sp.png) no-repeat center left -2px/contain, url(assets/img/hdg4_deco01_sp.png) no-repeat center right -2px/contain;
        background-color: #027A5F; }
      .section-title--style02 :is(h2, h3, h4, h5, h6) {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        background-color: rgba(2, 122, 95, 0.75); }
        .section-title--style02 :is(h2, h3, h4, h5, h6)::before {
          bottom: .4rem; }
      .section-title--style03 :is(h2, h3, h4, h5, h6) {
        font-family: "dnp-shuei-mincho-pr6n", sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #FFFFFF;
        font-size: 2.3rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.2rem;
        letter-spacing: .1rem;
        color: #027A5F; } }
    @media (max-width: 960px) and (max-width: 960px) {
      .section-title--style03 :is(h2, h3, h4, h5, h6) {
        font-size: 1.7rem;
        line-height: 165%; } }

.wrap-img {
  position: relative;
  margin-top: 1.5rem; }
  .wrap-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #027A5F;
    z-index: 1;
    opacity: 0;
    transition: ease all 0.35s;
    left: 0rem;
    top: 0rem;
    animation: imgAfter 0.35s 0.85s linear forwards;
    border-radius: 1rem; }
  @media (max-width: 960px) {
    .wrap-img::after {
      border-radius: 0.5rem; } }

@keyframes imgAfter {
  0% {
    left: 0rem;
    top: 0rem;
    opacity: 0; }
  100% {
    left: -1.5rem;
    top: -1.5rem;
    opacity: 1; } }
@media (max-width: 960px) {
  @keyframes imgAfter {
    0% {
      left: 0rem;
      top: 0rem;
      opacity: 0; }
    100% {
      left: -0.8rem;
      top: -0.8rem;
      opacity: 1; } } }
.block-list-flow.no-before li::before {
  content: none !important; }
.block-list-flow li {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: .5rem .5rem 0px #61432f;
  border: 1px solid #61432f;
  padding: 5rem;
  position: relative; }
  .block-list-flow li .numbox {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #61432f;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 1.8rem; }
  .block-list-flow li .group-title-03 * {
    color: #61432f; }
    .block-list-flow li .group-title-03 *::before {
      background-color: #61432f; }
  .block-list-flow li:nth-child(2n) {
    box-shadow: -0.5rem .5rem 0px #cb9661;
    border: 1px solid #cb9661; }
    .block-list-flow li:nth-child(2n) .group-title-03 * {
      color: #cb9661; }
      .block-list-flow li:nth-child(2n) .group-title-03 *::before {
        background-color: #cb9661; }
    .block-list-flow li:nth-child(2n) .numbox, .block-list-flow li:nth-child(2n)::before {
      background-color: #cb9661 !important; }
  .block-list-flow li:not(:last-child) {
    margin-bottom: 5rem; }
    .block-list-flow li:not(:last-child)::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -3.6rem;
      transform: translateX(-50%);
      width: 2rem;
      height: 1.5rem;
      background-color: #301500;
      clip-path: polygon(100% 0, 0 0, 50% 100%); }
@media (max-width: 960px) {
  .block-list-flow.no-before li:not(:last-child) {
    margin-bottom: 3rem; }
  .block-list-flow.no-numbox li {
    padding-top: 2.2rem; }
  .block-list-flow li {
    padding: 5rem 2rem 2rem; } }

/*
*　 テーブル
*/
.block-table {
  /*
  * --- STYLE 01 ---
  */
  /*
  * --- STYLE 02 ---
  */
  /*
  * --- STYLE 03 ---
  */ }
  .block-table table {
    width: 100%;
    border-collapse: collapse; }
  .block-table td,
  .block-table th {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #333333;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.08rem; }
    @media (max-width: 960px) {
      .block-table td,
      .block-table th {
        font-size: 1.5rem;
        line-height: 185%; } }
  .block-table--style01 th,
  .block-table--style01 td {
    padding: 2rem 2rem;
    border-top: 1px solid #027A5F;
    border-bottom: 1px solid #027A5F; }
    .block-table--style01 th:first-child,
    .block-table--style01 td:first-child {
      width: 30rem;
      color: #027A5F;
      background-color: rgba(2, 122, 95, 0.1);
      font-weight: bold; }
  .block-table--style02.vs-02 td {
    text-align: left !important; }
  .block-table--style02 th,
  .block-table--style02 td {
    padding: 2rem 2rem;
    border: 1px solid #027A5F; }
    .block-table--style02 th:first-child,
    .block-table--style02 td:first-child {
      width: 30rem;
      color: #027A5F;
      font-weight: bold;
      background-color: rgba(2, 122, 95, 0.1);
      font-weight: bold; }
    .block-table--style02 th:not(:first-child),
    .block-table--style02 td:not(:first-child) {
      text-align: center; }
  .block-table--style02 th {
    background-color: rgba(2, 122, 95, 0.1); }
  .block-table--style03 th,
  .block-table--style03 td {
    padding: 1.5rem 2.5rem;
    border: 1px solid #027A5F; }
  .block-table--style03 th {
    text-align: left;
    font-weight: bold;
    background-color: rgba(2, 122, 95, 0.2); }
  .block-table--style03 .price-table__note {
    font-size: 1.6rem; }
  @media (max-width: 960px) {
    .block-table {
      /*
      * --- STYLE 01 ---
      */
      /*
      * --- STYLE 02 ---
      */
      /*
      * --- STYLE 03 ---
      */ }
      .block-table--style01 th,
      .block-table--style01 td {
        width: 100% !important;
        float: left;
        padding: 1.5rem;
        border: 0px !important; }
        .block-table--style01 th:last-child,
        .block-table--style01 td:last-child {
          padding-left: 1.5rem;
          padding-right: 0;
          padding-bottom: 2.5rem; }
      .block-table--style01 tr:last-child td:last-child {
        padding-bottom: 0; }
      .block-table--style02 th,
      .block-table--style02 td {
        padding: 0.5rem; }
        .block-table--style02 th:first-child,
        .block-table--style02 td:first-child {
          width: 12rem; }
        .block-table--style02 th:not(:first-child),
        .block-table--style02 td:not(:first-child) {
          font-size: 1.4rem; }
      .block-table--style03 th,
      .block-table--style03 td {
        padding: 1rem 1.5rem;
        border: 1px solid #027A5F; }
      .block-table--style03 .price-table__note {
        font-size: 1.2rem; } }

/*
*   雲の画像
*/
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; }
  .image-gallery__item {
    flex: 1 1 calc(33.333% - 1.4rem);
    overflow: hidden;
    border-radius: .8rem; }
    .image-gallery__item img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.3s ease;
      border-radius: inherit;
      aspect-ratio: 4 / 3;
      object-fit: cover; }
  .image-gallery__title {
    background-color: rgba(2, 122, 95, 0.1); }
  .image-gallery--col5, .image-gallery--col4 {
    gap: 1.2rem; }
    .image-gallery--col5 .image-gallery__item, .image-gallery--col4 .image-gallery__item {
      border-radius: 0.5rem; }
    .image-gallery--col5 p, .image-gallery--col4 p {
      letter-spacing: normal; }
  .image-gallery--col5 .image-gallery__item {
    flex-basis: calc(20% - 1.6rem); }
  .image-gallery--col4 .image-gallery__item {
    flex-basis: calc(25% - 1.5rem); }
  .image-gallery--col3 .image-gallery__item {
    flex-basis: calc(33.333% - 1.4rem); }
  .image-gallery--col2 .image-gallery__item {
    flex-basis: calc(50% - 1rem); }
  @media (max-width: 960px) {
    .image-gallery {
      gap: 1rem; }
      .image-gallery__item {
        border-radius: .4rem; }
      .image-gallery--col5 .image-gallery__item, .image-gallery--col4 .image-gallery__item {
        flex-basis: calc(50% - 1rem); } }
  @media (max-width: 768px) {
    .image-gallery__item {
      flex-basis: 100%; } }

/*
*　
*/
.block-maps iframe {
  vertical-align: top;
  width: 100% !important;
  height: 40rem;
  border: 0 !important; }
@media (max-width: 960px) {
  .block-maps iframe {
    height: 23rem; } }

/*
*　
*/
.block-list {
  --color: #0C6349; }
  .block-list ul,
  .block-list ol {
    width: 100%;
    padding: 3rem 3rem 2.3rem 3rem;
    border: 5px solid var(--color);
    border-radius: 10px; }
    .block-list ul.bg-white,
    .block-list ol.bg-white {
      background-color: #ffffff;
      border: 1px solid #ffffff; }
    .block-list ul *,
    .block-list ol * {
      font-family: "Zen Kaku Gothic New", sans-serif;
      color: #333333;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 200%;
      letter-spacing: 0.08rem; }
      @media (max-width: 960px) {
        .block-list ul *,
        .block-list ol * {
          font-size: 1.5rem;
          line-height: 185%; } }
    .block-list ul li,
    .block-list ol li {
      padding-left: 3rem;
      position: relative;
      margin-bottom: 1.5rem; }
      .block-list ul li strong,
      .block-list ol li strong {
        color: #027A5F;
        font-weight: bold;
        display: 900; }
      .block-list ul li::before,
      .block-list ol li::before {
        content: "";
        width: 2.3rem;
        height: 2.3rem;
        position: absolute;
        left: 0;
        top: .7rem;
        background-color: var(--color);
        -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23e3e3e3"><path d="M480.13-120q-74.67 0-140.41-28.34-65.73-28.34-114.36-76.92-48.63-48.58-76.99-114.26Q120-405.19 120-479.87q0-74.67 28.35-140.41 28.35-65.73 76.95-114.36 48.6-48.63 114.3-76.99Q405.3-840 480-840q61.41 0 116.2 19 54.8 19 99.95 53l-28.77 29.77q-39.53-29.39-86.98-45.58Q532.96-800 480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-24.15-3.54-47.38-3.54-23.22-10.61-45.16l31.92-32.69q11 29.69 16.61 60.93Q840-513.07 840-480q0 74.7-28.34 140.4t-76.92 114.3q-48.58 48.6-114.26 76.95Q554.81-120 480.13-120Zm-57.67-203.69L280.15-466l28.31-28.31 114 114 389.23-389.46L840-741.46 422.46-323.69Z"/></svg>') no-repeat center;
        mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23e3e3e3"><path d="M480.13-120q-74.67 0-140.41-28.34-65.73-28.34-114.36-76.92-48.63-48.58-76.99-114.26Q120-405.19 120-479.87q0-74.67 28.35-140.41 28.35-65.73 76.95-114.36 48.6-48.63 114.3-76.99Q405.3-840 480-840q61.41 0 116.2 19 54.8 19 99.95 53l-28.77 29.77q-39.53-29.39-86.98-45.58Q532.96-800 480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-24.15-3.54-47.38-3.54-23.22-10.61-45.16l31.92-32.69q11 29.69 16.61 60.93Q840-513.07 840-480q0 74.7-28.34 140.4t-76.92 114.3q-48.58 48.6-114.26 76.95Q554.81-120 480.13-120Zm-57.67-203.69L280.15-466l28.31-28.31 114 114 389.23-389.46L840-741.46 422.46-323.69Z"/></svg>') no-repeat center;
        -webkit-mask-size: cover;
        mask-size: cover; }
      .block-list ul li.hide,
      .block-list ol li.hide {
        padding-left: 0; }
        .block-list ul li.hide::before,
        .block-list ol li.hide::before {
          content: none; }
  .block-list .vs-50 {
    display: flex;
    flex-wrap: wrap; }
    .block-list .vs-50 li {
      width: 50%; }
      .block-list .vs-50 li:nth-child(2n-1) {
        padding-right: 5rem; }
    .block-list .vs-50 strong {
      color: #027A5F;
      font-weight: bold;
      display: 900; }
  @media (max-width: 960px) {
    .block-list ul,
    .block-list ol {
      width: 100%;
      padding: 2rem 2rem 2rem 2rem;
      border: 1px solid var(--color); }
      .block-list ul *,
      .block-list ol * {
        font-size: 1.5rem;
        line-height: 185%; }
      .block-list ul li,
      .block-list ol li {
        margin-bottom: 0.8rem; }
    .block-list .vs-50 li {
      width: 100%; }
      .block-list .vs-50 li:nth-child(2n-1) {
        padding-right: 0rem; } }

/*
*　
*/
.colums-block p {
  text-align: justify;
  letter-spacing: .06rem; }
  .colums-block p:not(:last-child) {
    margin-bottom: 1.5rem; }
.colums-block .item {
  width: 50%; }
  .colums-block .item:first-child {
    padding-right: 5rem; }
  .colums-block .item img {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%; }
  .colums-block .item.left:first-child {
    width: 65%;
    padding-right: 7rem; }
  .colums-block .item.right:last-child {
    width: 35%; }
  .colums-block .item.right:first-child {
    width: 65%;
    padding-left: 7rem;
    padding-right: 0;
    order: 1; }
  .colums-block .item.left:last-child {
    width: 35%;
    order: 0; }
.colums-block-02 .item.left:first-child {
  width: 75%;
  padding-right: 5rem; }
.colums-block-02 .item.right:last-child {
  width: 25%; }
.colums-block-02 .item.right:first-child {
  width: 75%; }
.colums-block-02 .item.left:last-child {
  width: 25%; }
@media (max-width: 960px) {
  .colums-block {
    flex-wrap: wrap; }
    .colums-block p:not(:last-child) {
      margin-bottom: 1rem; }
    .colums-block .item {
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .colums-block .item:first-child {
        padding-right: 0rem; }
      .colums-block .item img {
        border-radius: 0.5rem; }
      .colums-block .item.left:first-child {
        margin-top: 2rem;
        order: 1; }
      .colums-block .item.right:last-child {
        order: 0; }
      .colums-block .item.right:first-child {
        margin-top: 2rem; } }

.box_author {
  margin-top: 2rem;
  text-align: right; }
  .box_author p {
    font-size: 1.6rem;
    letter-spacing: normal;
    margin-bottom: 0 !important;
    display: block;
    text-align: right; }
  .box_author h5 {
    color: #027A5F;
    font-size: 4rem;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.4rem; }
  @media (max-width: 960px) {
    .box_author {
      position: absolute;
      left: 1rem;
      bottom: 1rem;
      width: calc(100% - 20px);
      z-index: 2;
      border-radius: 1rem;
      padding: 1.5rem;
      margin-top: 0;
      background-color: rgba(255, 255, 255, 0.8); }
      .box_author p {
        font-size: 1.5rem;
        letter-spacing: 0.05rem; }
      .box_author h5 {
        font-size: 3rem;
        margin-top: 1rem; } }

.block-list-flow.no-before li::before {
  content: none !important; }
.block-list-flow li {
  background: white url(assets/img/bg-01.png) no-repeat right top/contain;
  background-size: auto 38.5rem !important;
  box-shadow: 0.8rem 0.8rem 0px #027A5F;
  border: 1px solid #027A5F;
  padding: 5rem;
  position: relative; }
  .block-list-flow li .numbox {
    width: 9rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #027A5F;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 1.8rem;
    letter-spacing: 1px;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-weight: 500;
    font-style: normal; }
  .block-list-flow li .section-title__heading {
    color: #027A5F; }
  .block-list-flow li .group-title-03 * {
    color: #027A5F; }
    .block-list-flow li .group-title-03 *::before {
      background-color: #027A5F; }
  .block-list-flow li:nth-child(2n) {
    background: white url(assets/img/bg-02.png) no-repeat right top/contain;
    box-shadow: -0.8rem 0.8rem 0px #C19935;
    border: 1px solid #C19935; }
    .block-list-flow li:nth-child(2n) .section-title__heading {
      color: #C19935; }
    .block-list-flow li:nth-child(2n) .group-title-03 * {
      color: #C19935; }
      .block-list-flow li:nth-child(2n) .group-title-03 *::before {
        background-color: #C19935; }
    .block-list-flow li:nth-child(2n) .numbox, .block-list-flow li:nth-child(2n)::before {
      background-color: #C19935 !important; }
  .block-list-flow li:not(:last-child) {
    margin-bottom: 6rem; }
    .block-list-flow li:not(:last-child)::before {
      content: "";
      position: absolute;
      width: 5rem;
      height: 1.8rem;
      left: 50%;
      bottom: -2.6rem;
      transform: translateX(-50%);
      background-color: #027A5F;
      clip-path: polygon(100% 0, 0 0, 50% 100%); }
@media (max-width: 960px) {
  .block-list-flow.no-before li:not(:last-child) {
    margin-bottom: 3rem; }
  .block-list-flow.no-numbox li {
    padding-top: 2.2rem; }
  .block-list-flow li {
    padding: 5rem 2rem 2rem; } }

.colums-block__img .section-title {
  position: absolute !important;
  left: 0;
  bottom: 0; }
  .colums-block__img .section-title__heading {
    background: linear-gradient(90deg, rgba(166, 161, 138, 0) 0%, #ffffff 30%, #ffffff 70%, rgba(166, 161, 138, 0) 100%); }
.colums-block__img img {
  border-radius: .6rem; }

@media (max-width: 960px) {
  .os-main {
    overflow: hidden; }
    .os-main .item.right {
      position: relative; }
    .os-main .py-sp-0 {
      padding-left: 0 !important;
      padding-right: 0 !important; }

  .block-list-flow li {
    background-size: auto 19rem !important; }
    .block-list-flow li:nth-child(2n) {
      background-size: auto 19rem !important; } }
@media (max-width: 767px) {
  .block-list-flow li {
    background-size: auto 10rem !important; }
    .block-list-flow li:nth-child(2n) {
      background-size: auto 10rem !important; } }
.desc-question {
  border-radius: 1rem;
  background-color: rgba(2, 122, 95, 0.3);
  position: relative; }
  .desc-question::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background-color: rgba(2, 122, 95, 0.3);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    left: 2rem;
    top: -2rem; }
  @media (max-width: 960px) {
    .desc-question {
      padding: 2rem 1.5rem !important; }
      .desc-question::before {
        width: 1.3rem;
        height: 1.3rem;
        top: -1.3rem; }
      .desc-question p {
        text-align: justify !important; } }

/*# sourceMappingURL=style.css.map */
