@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
/* Mixins */
html {
  font-size: 0.521vw; }
  @media (max-width: 1440px) and (min-width: 960.1px) {
    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; }

::-webkit-scrollbar {
  width: 5px;
  height: 7.6rem;
  border-radius: .6rem; }
  ::-webkit-scrollbar-thumb {
    background-color: #0764AB;
    border-radius: .6rem; }
  ::-webkit-scrollbar-track {
    background-color: #EDEDED; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #F4BC63; }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 180%;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #454545; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -12rem;
  width: 100%;
  visibility: hidden; }
  @media (max-width: 960px) {
    .anchor_fixtop {
      top: -8rem; } }

body.admin-bar .header {
  top: 32px; }

@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px; } }
@media print {
  #wpadminbar {
    display: none; } }
.grid-1145 {
  max-width: 118rem; }
.grid-1200 {
  max-width: 123rem; }
.grid-1475 {
  max-width: 150.5rem; }
.grid-1475 {
  max-width: 150.5rem; }
.grid-1485 {
  max-width: 151.5rem; }
.grid-1745 {
  max-width: 177.5rem; }

p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
  color: #454545; }

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: #0764AB 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: 18rem;
      width: 4rem;
      height: 4rem;
      position: fixed; }
      #page_top.fixed {
        bottom: 14rem; } }
  @media (max-width: 767px) {
    #page_top {
      bottom: 18rem; } }

.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 {
    line-height: 165%;
    font-size: 1.5rem; } }
: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 !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-justify {
  text-align: justify !important; }

.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; }

.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 1.5rem;
  background: linear-gradient(90deg, rgba(166, 161, 138, 0) 0%, #ffffff 30%, #ffffff 70%, rgba(166, 161, 138, 0) 100%); }
  @media (max-width: 960px) {
    .hero-banner__title {
      top: 50%; } }
  .hero-banner__title .ja {
    font-size: 2.8rem;
    line-height: 150%;
    letter-spacing: .2rem;
    text-align: center;
    font-weight: bold;
    color: #0764ab; }
@media (max-width: 960px) {
  .hero-banner__image {
    height: 20rem; }
  .hero-banner__title {
    min-width: 30rem; }
    .hero-banner__title .ja {
      font-size: 1.8rem; } }

.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__item {
    font-size: 1.5rem; } }
.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: #0764AB 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: #0764AB;
  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: #0764AB 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: #0764AB; }

.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(7, 100, 171, 0.2); }
    .news-list li:nth-child(odd) {
      background: #0764ab; }
      .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(7, 100, 171, 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-list li a {
    gap: 1rem; }
    .news-list li a .txt,
    .news-list li a .date {
      font-size: 1.5rem; }
    .news-list li a .txt {
      padding-right: 1rem; }
    .news-list li a .date {
      padding-left: 1rem;
      padding-right: 0;
      min-width: 8.5rem; }

  .news__group {
    flex-wrap: wrap;
    padding-top: 3rem; }
    .news__group-item:first-child {
      width: 100%;
      margin-bottom: 6rem; }
    .news__group-item:last-child {
      padding-left: 0;
      width: 100%; }

  .archive-list li a {
    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: #0764AB 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: #0764AB;
        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 #0764AB;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1.55rem;
      color: #0764AB;
      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: #0764AB;
      color: #fff; }
    .news-pagination .wp-pagenavi .extend {
      border: none;
      background: none;
      color: #999;
      pointer-events: none; }

@media (max-width: 767px) {
  .news-pagination {
    margin-top: 5rem; } }
.column-list__items {
  flex-wrap: wrap;
  gap: 5rem 1.5rem; }
.column-list__thumb {
  width: 100%;
  overflow: hidden; }
  .column-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out .3s;
    display: block;
    aspect-ratio: 4/2.78; }
    .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: #0764AB;
      transition: ease-in-out .3s; }
      @media (min-width: 768px) {
        .column-list__box .cate-item a:hover {
          background-color: rgba(7, 100, 171, 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: #0764AB; }
.column-list__excerpt {
  font-size: 1.6rem;
  font-weight: 500; }

@media (max-width: 960px) {
  .column-list {
    margin-top: 6rem;
    margin-bottom: 6rem; }
    .column-list__box {
      flex-wrap: wrap; }
      .column-list__box .cate-item {
        margin-right: .8rem; }
        .column-list__box .cate-item a {
          font-size: 1.3rem; }
    .column-list__item {
      flex: 0 0 calc((100% - 1rem) / 2); }
    .column-list__items {
      gap: 5rem 1rem; }
    .column-list__title {
      font-size: 1.5rem; }
    .column-list__excerpt {
      font-size: 1.3rem; } }
.single-post__header {
  background-color: rgba(7, 100, 171, 0.1);
  width: 100%; }
.single-post__title {
  font-size: 3.2rem;
  color: #0764AB;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.single-post__date {
  font-size: 1.6rem;
  color: #0764AB;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3rem; }
.single-post__body {
  padding: 4rem 0; }
  .single-post__body :is(h1, h2, h3, h4, h5, h6) {
    font-size: 2.8rem;
    color: #171717;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .single-post__body h2 {
    font-size: 2.6rem; }
  .single-post__body h3 {
    font-size: 2.4rem; }
  .single-post__body h4 {
    font-size: 2.2rem; }
  .single-post__body h5 {
    font-size: 2rem; }
  .single-post__body h6 {
    font-size: 1.8rem; }
  .single-post__body blockquote {
    background-color: #eeeeee;
    padding: 4rem; }
    .single-post__body blockquote p:last-child {
      margin-bottom: 0; }
  .single-post__body :is(p, td, li, th, blockquote, a) {
    font-size: 1.8rem;
    color: #171717;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .single-post__body * {
    word-break: break-all; }
  .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 #0764AB;
    border-radius: 3.3rem;
    background: #0764AB;
    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: #0764AB; }
  .single-post__nav--alt .single-post__nav-item a,
  .single-post__nav--alt .single-post__nav-item span {
    border-color: #0764AB; }
  .single-post__nav--alt .single-post__nav-item a:hover {
    background: #0764AB; }

@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: 2.2rem; }

  .single-post__body :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem; }
  .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: #0764AB;
  margin-bottom: 2.5rem;
  line-height: 185%;
  border-bottom: 0.1rem solid #ddd;
  padding-bottom: 1.5rem; }
.sitemap__menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sitemap__menu ul li {
    margin-bottom: 1.5rem; }
    .sitemap__menu ul li a {
      display: inline-block;
      color: #171717;
      font-size: 1.8rem;
      line-height: 1.85;
      text-decoration: none;
      transition: color 0.3s ease;
      font-weight: 500; }
      .sitemap__menu ul li a:hover {
        color: #0764AB; }

.sitemap__menu ul {
  display: grid;
  grid-template-columns: repeat(3, 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: #454545;
        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: #0764AB; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem;
        word-break: auto-phrase;
        overflow-wrap: normal;
        background: rgba(241, 249, 254, 0.9);
        border: #0764AB 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: #0764AB; }
  .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(7, 100, 171, 0.1);
    border: #0764AB 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: #0764AB;
      letter-spacing: 0;
      border-bottom: #353535 solid .1rem;
      padding: 1rem 2rem;
      background: rgba(255, 255, 255, 0.6);
      border: #0764AB solid 1px; }
      .main_page.style-4button .toc_list li a:hover {
        text-decoration: none !important;
        background: #0764AB;
        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%; } }
.faq {
  padding: 8rem 0 10rem;
  overflow-x: auto; }
  @media (max-width: 960px) {
    .faq {
      padding: 5.3rem 0 5rem; } }
  .faq__box {
    padding: 3.5rem;
    background-color: rgba(204, 204, 204, 0.1);
    background-color: #F1F9FE; }
    @media (max-width: 960px) {
      .faq__box {
        padding: 1.5rem; } }
  .faq__inner {
    padding: 4.5rem 3.5rem 3.5rem;
    background: #FFFFFF; }
    @media (max-width: 960px) {
      .faq__inner {
        padding: 2.1rem 1rem 1rem; } }
  .faq__item {
    font-size: 1.9rem;
    background-color: #F1F9FE;
    border: 1px solid #0764AB;
    position: relative;
    z-index: 0;
    border-radius: 0.5rem;
    margin-top: 3rem; }
    .faq__item + .faq__item {
      margin-top: 6.5rem; }
    @media (max-width: 960px) {
      .faq__item {
        font-size: 1.6rem; } }
    .faq__item.open .faq__question::after {
      transform: translate(0, -50%) rotate(180deg); }
    .faq__item.open .faq__answer {
      display: block; }
  .faq__question {
    padding: 2rem 5rem 2rem 10rem;
    position: relative;
    z-index: 0;
    cursor: pointer; }
    @media (max-width: 960px) {
      .faq__question {
        padding: 3rem 1.5rem 1.5rem 1.5rem; } }
    .faq__question-text {
      font-weight: 700;
      color: #0764AB; }
    .faq__question::before {
      content: "Q.";
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #F1F9FE;
      border: solid 0.1rem #FFFFFF;
      border-radius: 50%;
      width: 7.9rem;
      height: 7.9rem;
      color: #0764AB;
      font-size: 4.2rem;
      font-weight: 700;
      position: absolute;
      top: -3.6rem;
      left: 1.2rem;
      z-index: 10; }
      @media (max-width: 960px) {
        .faq__question::before {
          font-size: 2.4rem;
          width: 4.7rem;
          height: 4.7rem;
          top: -2.2rem;
          left: 0.3rem; } }
    .faq__question.js-toggle::after {
      content: "";
      display: block;
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      background: url("assets/img/btn_arrow_faq.svg") no-repeat center/cover;
      position: absolute;
      top: 50%;
      right: 2rem;
      transform: translate(0, -50%);
      transition: transform 0.3s ease; }
      @media (max-width: 960px) {
        .faq__question.js-toggle::after {
          width: 2rem;
          height: 2rem;
          top: 2rem;
          right: 1rem; } }
  .faq__answer {
    padding: 0 2rem 2rem;
    display: none; }
    @media (max-width: 960px) {
      .faq__answer {
        padding: 0 1rem 1rem; } }
    .faq__answer-inner {
      position: relative;
      z-index: 0;
      padding: 2rem 2rem 2rem 10rem;
      background-color: #FFFFFF;
      border-radius: 0.5rem;
      min-height: 8rem; }
      @media (max-width: 960px) {
        .faq__answer-inner {
          padding: 1.8rem 1rem 1rem 1rem;
          line-height: 1.9; } }
      .faq__answer-inner::before {
        content: "A.";
        display: block;
        font-weight: 700;
        font-size: 4.2rem;
        position: absolute;
        top: 2rem;
        left: 2rem; }
        @media (max-width: 960px) {
          .faq__answer-inner::before {
            font-size: 2.3rem;
            position: relative;
            left: 0;
            top: 0;
            margin-bottom: 1rem; } }
      .faq__answer-inner p + p {
        margin-top: 2rem; }
      .faq__answer-inner .disc,
      .faq__answer-inner .decimal {
        padding-left: 2rem;
        margin: 2rem auto; }
        .faq__answer-inner .disc li + li,
        .faq__answer-inner .decimal li + li {
          margin-top: 1rem; }
    .faq__answer a {
      color: #0764AB;
      text-decoration: underline; }

body:not(.home) p + p {
  margin-top: 1.5rem; }

.group_signature {
  border: 1rem solid #F4BC63;
  padding: 1.5rem; }
  .group_signature.vs-01 {
    border-color: rgba(7, 100, 171, 0.8);
    background: #F1F9FE; }
  .group_signature :is(h2, h3, h4, h5, h6) {
    width: 100%;
    display: block;
    color: #F4BC63;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.1rem;
    position: relative;
    margin-bottom: 1.5rem; }
  @media (max-width: 960px) {
    .group_signature {
      border: 0.7rem solid #F4BC63; }
      .group_signature:not(.vs-01) {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important; }
      .group_signature.vs-01 {
        padding: 1.4rem !important; }
      .group_signature :is(h2, h3, h4, h5, h6) {
        font-size: 2rem;
        letter-spacing: normal;
        margin-bottom: 1rem; } }

header.head {
  height: 13.7rem; }

.admin-bar header.head {
  position: relative;
  top: 32px;
  height: calc(13.7rem + 32px); }

.site-description {
  padding-top: .8rem; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 62;
  padding: 2rem 3rem 2rem;
  transition: all 0.35s; }
  .header.active .header-gp {
    background: #FFFFFF; }
  .header-gp-item .logo img {
    width: 35.7rem; }
  .header-menu {
    margin-right: 6.6rem; }
    .header-menu li {
      padding: 2rem;
      position: relative; }
      .header-menu li:first-child {
        padding-left: 0; }
      .header-menu li:last-child {
        padding-right: 0; }
      .header-menu li a {
        color: #0764AB;
        font-size: 2rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.15rem;
        transition: all 0.35s; }
        .header-menu li a:hover {
          color: #F4BC63; }
      .header-menu li.current-menu-parent a, .header-menu li.current_page_item a, .header-menu li.current-menu-item a {
        border-bottom: 1px solid; }
      .header-menu li.menu-item.current-menu-item > a[href*="/#"] {
        border-bottom: 0; }
      @media (min-width: 961px) {
        .header-menu li.menu-item-has-children a {
          position: relative; }
          .header-menu li.menu-item-has-children a::before {
            content: "";
            position: absolute;
            width: 2rem;
            height: 0.8rem;
            left: -2.5rem;
            top: 50%;
            background: url(assets/img/icon-menu.svg) no-repeat center/contain; }
        .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(7, 100, 171, 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%);
                background: #FFFFFF;
                left: 1rem;
                width: 1rem;
                height: 1rem;
                clip-path: inherit;
                -webkit-mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
                mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat; }
              .header-menu li .sub-menu li a:hover {
                color: #F4BC63; }
                .header-menu li .sub-menu li a:hover::before {
                  background-color: #F4BC63; }
        .header-menu li.vz-02 {
          position: initial; }
          .header-menu li.vz-02 .sub-menu {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            left: 0;
            top: 9.8rem;
            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; } }
  .header-btn__inner {
    background: #0764AB;
    border-radius: 1rem;
    padding-bottom: 0.1rem;
    width: 32.3rem; }
  .header-btn-gp * {
    color: #FFFFFF; }
  .header-btn-gp .label {
    font-size: 1.8rem; }
  .header-btn-gp .location {
    font-size: 1.6rem; }
    .header-btn-gp .location::before {
      left: 1.5rem;
      width: 2.5rem;
      height: 3.6rem;
      -webkit-mask: url(assets/img/icon-location.png) center/100% no-repeat;
      mask: url(assets/img/icon-location.png) center/100% no-repeat; }
  .header-btn-gp .tel {
    font-size: 4rem;
    line-height: 0.8;
    font-weight: bold; }
    .header-btn-gp .tel::before {
      left: 2rem;
      width: 2rem;
      height: 2rem;
      -webkit-mask: url(assets/img/icon-tel-02.png) center/100% no-repeat;
      mask: url(assets/img/icon-tel-02.png) center/100% no-repeat; }
  .header.active {
    background: #FFFFFF;
    padding: 1rem 2.7rem;
    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2); }
    .header.active .header-gp-item:last-child {
      box-shadow: inherit; }
    .header.active .header-menu li.vz-02 .sub-menu {
      top: 8.3rem;
      top: 80%; }
  @media (min-width: 960.5px) {
    .header.active_02 {
      background: #FFFFFF;
      padding: 1rem 2.7rem; }
      .header.active_02 .header-gp-item:last-child {
        box-shadow: inherit; }
      .header.active_02 .header-menu li.vz-02 .sub-menu {
        top: 8.3rem; } }

.nav-menu {
  margin-left: 2rem;
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
  background: #0764AB;
  width: 9.7rem;
  height: 9.7rem;
  border-radius: 1rem;
  z-index: 10; }
  .nav-menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 3.1rem 2rem;
    cursor: pointer; }
    .nav-menu-item span {
      background: #fff;
      display: block;
      height: 1px;
      transition: transform 0.3s;
      width: 100%;
      transform-origin: center;
      position: relative; }
      .nav-menu-item span:first-child, .nav-menu-item span:last-child {
        width: 2.5rem; }
      .nav-menu-item span:last-child {
        margin-left: auto; }
    .nav-menu-item.active span:first-child {
      transform: rotate(45deg);
      margin-bottom: 0;
      top: .8rem;
      width: 100%; }
    .nav-menu-item.active span:nth-child(2) {
      display: none; }
    .nav-menu-item.active span:nth-child(3) {
      transform: rotate(135deg);
      top: -0.8rem;
      width: 100%; }

.admin-bar .nav-header {
  top: calc(11.7rem + 32px); }

.nav-header {
  position: fixed;
  top: 11.7rem;
  width: 85rem;
  right: -85rem;
  background: #FFF;
  z-index: 60;
  padding: 1.5rem 5rem;
  transition: all 0.35s;
  overflow-y: auto;
  height: calc(100vh - 8rem);
  padding-bottom: 10rem; }
  .nav-header-title {
    color: #0764AB;
    font-size: 3rem;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0;
    margin-bottom: 1rem; }
    .nav-header-title.vs-02 {
      color: #3fa1b0; }
  .nav-header.active {
    right: 0; }
  .nav-header-gp {
    margin-bottom: 4.2rem; }
    .nav-header-gp-item {
      width: 100%; }
  .nav-header .menu {
    margin-bottom: 3rem;
    flex-wrap: wrap;
    margin-left: 3rem; }
    .nav-header .menu:last-child {
      margin-bottom: 0; }
    .nav-header .menu li {
      color: #454545;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem;
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem; }
      .nav-header .menu li:nth-child(2n) {
        margin-right: 0; }
      .nav-header .menu li:last-child {
        margin-bottom: 0; }
      .nav-header .menu li a {
        position: relative;
        padding-left: 1.5rem;
        transition: all 0.35s; }
        .nav-header .menu li a:hover {
          opacity: 0.8;
          text-decoration: none; }
        .nav-header .menu li a::before {
          content: "";
          position: absolute;
          width: 0.6rem;
          height: 0.6rem;
          background: #0764AB;
          border-radius: 100%;
          left: 0;
          top: 1rem; }
        .nav-header .menu li a:hover, .nav-header .menu li a.active {
          color: #0764AB; }

@media (max-width: 960px) {
  .admin-bar header.head {
    height: calc(6rem + 46px); }

  header.head {
    height: 6rem; }

  .header {
    padding: 0;
    background: #FFFFFF; }
    .header-menu, .header-btn-gp {
      display: none; }
    .header-gp-item .logo img {
      width: 22rem; }
    .header-gp-item:first-child {
      padding-left: 1.5rem; }
    .header-gp-item:last-child {
      padding: 0; }
    .header.active {
      padding: 0; }

  .nav-menu {
    width: 6rem;
    height: 6rem;
    border-radius: 0; }
    .nav-menu-item {
      padding: 1.5rem 1rem; }
      .nav-menu-item span:first-child,
      .nav-menu-item span:last-child {
        width: 100%; }

  .nav-header {
    top: 6rem;
    width: 100%;
    right: -100%;
    height: calc(100vh - 12rem);
    padding: 1.5rem 1.5rem 15rem; }
    .nav-header .menu {
      margin-left: 0; }
      .nav-header .menu li {
        font-size: 1.5rem; } }
@media (max-width: 767px) {
  .nav-header .menu li {
    width: 100%;
    margin-right: 0; } }
.menu_right_fix {
  position: fixed;
  right: 0rem;
  z-index: 1;
  top: 49%;
  transform: translateY(-50%); }
  .menu_right_fix li {
    margin-bottom: 1.4rem; }
    .menu_right_fix li:last-child {
      margin-bottom: 0; }
    .menu_right_fix li a {
      background: #F1F9FE;
      width: 11rem;
      height: 8rem;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: flex-end;
      padding: 0.8rem 0;
      position: relative;
      border-radius: 1rem 0 0 1rem;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
      .menu_right_fix li a::before {
        content: "";
        position: absolute;
        background: #FFFFFF;
        left: 50%;
        transform: translateX(-50%);
        top: 0.8rem; }
      .menu_right_fix li a span:last-child {
        color: #fff;
        font-weight: 500; }
      .menu_right_fix li a.vz-02 {
        background: #0764AB; }
        .menu_right_fix li a.vz-02::before {
          top: 1.2rem;
          width: 2.9rem;
          height: 2.8rem;
          -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 a.vz-03 {
        background: #F4BC63; }
        .menu_right_fix li a.vz-03::before {
          top: 1.2rem;
          width: 1.8rem;
          height: 2.6rem;
          background: url(assets/img/icon-access.png) center/100% no-repeat; }
      .menu_right_fix li a.vz-04 {
        background: linear-gradient(130deg, #7453bd 5%, #df3479 61%, #febc5a 100%); }
        .menu_right_fix li a.vz-04::before {
          width: 5.1rem;
          height: 5.1rem;
          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; }
        .menu_right_fix li a.vz-04 span:last-child {
          display: none; }
  @media (max-width: 960px) {
    .menu_right_fix {
      top: auto;
      bottom: 0;
      right: 0;
      width: 100%;
      display: flex;
      transform: inherit;
      box-shadow: 0px 0 5px rgba(0, 0, 0, 0.5);
      z-index: 10; }
      .menu_right_fix li {
        width: calc(100% / 3);
        margin-bottom: 0; }
        .menu_right_fix li a {
          width: 100%;
          height: 6rem;
          border-radius: 0; }
          .menu_right_fix li a span {
            display: none; }
          .menu_right_fix li a::before {
            top: 50% !important;
            transform: translate(-50%, -50%); }
          .menu_right_fix li a.vz-01::before {
            -webkit-mask: url(assets/img/icon-phone.svg) center/100% no-repeat;
            mask: url(assets/img/icon-phone.svg) center/100% no-repeat;
            background: #0764AB;
            width: 2.5rem;
            height: 2.5rem; }
          .menu_right_fix li a.vz-02::before {
            width: 2.8rem;
            height: 2.9rem; }
          .menu_right_fix li a.vz-03::before {
            width: 1.5rem;
            height: 2.2rem; }
          .menu_right_fix li a.vz-04::before {
            width: 2.5rem;
            height: 2.5rem; } }

.footer {
  background: #0764AB;
  clip-path: shape(from 48.23% 0%, curve to 49.53% 1.4% with 48.7% 0%/49.16% 0.49%, line to 49.99% 2.54%, line to 50.01% 2.58%, line to 50.03% 2.54%, line to 50.49% 1.4%, curve to 51.79% 0% with 50.86% 0.49%/51.32% 0%, hline to 100%, vline to 100%, hline to 0%, vline to 0%, hline to 48.23%, close); }
  .footer * {
    color: #FFFFFF; }
  .footer__logo {
    margin-bottom: 2.4rem; }
    .footer__logo img {
      width: 42.9rem; }
  .footer .menu-footer li + li {
    margin-top: 1.8rem; }
  @media (min-width: 960.5px) {
    .footer-title-01 {
      font-size: 2.5rem;
      font-weight: 500;
      padding-bottom: 1.8rem;
      border-bottom: 1px solid #FFFFFF;
      margin-bottom: 3rem; }
    .footer-gp {
      padding-top: 9rem;
      padding-bottom: 10.3rem; }
      .footer-gp-box:first-child {
        width: 50.8rem; }
      .footer-gp-box:last-child {
        width: calc(100% - 50.8rem);
        gap: 4rem;
        padding-top: 1.3rem; }
      .footer-gp-item.vs-01 {
        width: 21.3rem; }
      .footer-gp-item.vs-02 {
        width: 46.7rem; }
        .footer-gp-item.vs-02 .menu-footer {
          width: 50%; } }
  @media (max-width: 960px) {
    .footer-gp {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .footer-link-fix {
    position: fixed;
    bottom: 8.5rem;
    right: 10rem;
    z-index: 60;
    transition: all 0.35s; }
    .footer-link-fix a {
      width: 33.5rem;
      height: 11.3rem;
      padding: 0 .9rem 0 2.2rem;
      border-radius: .6rem;
      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: .7rem;
        right: .7rem;
        border-radius: 100%;
        background: #0764AB; }
      .footer-link-fix a::after {
        content: "";
        position: absolute;
        width: 0.5rem;
        height: 0.6rem;
        background: #FFFFFF;
        bottom: 1.6rem;
        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: #0764AB;
        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: #0764AB;
        top: 1.5rem;
        left: .6rem;
        transform: rotate(45deg); }
      .footer-link-fix .close::after {
        content: "";
        position: absolute;
        width: 2rem;
        height: 1px;
        background: #0764AB;
        top: 1.5rem;
        left: .6rem;
        transform: rotate(-45deg); }
    .footer-link-fix.active {
      opacity: 0;
      pointer-events: none; }
    @media (max-width: 960px) {
      .footer-link-fix {
        right: 1.5rem;
        bottom: 7rem; }
        .footer-link-fix a {
          height: 10rem; } }

.copyright {
  padding: 1.9rem;
  border-top: #FFFFFF solid 1px; }
  .copyright-item.logo {
    border-right: #FFFFFF solid 1px;
    padding: .25rem 4rem .25rem 0;
    margin-right: 4rem; }
    .copyright-item.logo img {
      width: 19rem; }
  .copyright-item p {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 166%;
    letter-spacing: 0; }

@media (max-width: 960px) {
  .copyright {
    padding: 1.5rem 1.5rem 7rem; }
    .copyright-item.logo {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .copyright-item.logo img {
        width: 14rem; }
    .copyright-item p {
      font-size: 1.5rem; } }
.title__default {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; }
  .title__default.vs-01 {
    padding-bottom: 7rem; }
  .title__default-en {
    color: #0764AB;
    font-size: 8rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0;
    position: relative;
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
    .title__default-en::before, .title__default-en::after {
      content: "";
      position: absolute;
      width: 2.5rem;
      height: 2rem;
      top: calc(50% + .3rem);
      transform: translateY(-50%); }
    .title__default-en::before {
      left: 0;
      background: url(assets/img/arrow_right.svg) no-repeat center/contain; }
    .title__default-en::after {
      background: url(assets/img/arrow_left.svg) no-repeat center/contain;
      right: 0; }
  .title__default-ja {
    padding-top: 2rem;
    color: #0764AB;
    font-size: 3rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0; }
  .title__default-01 {
    color: #0764AB;
    font-size: 15rem;
    font-weight: bold;
    line-height: 125%;
    letter-spacing: 0.5rem;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: transparent; }
    .title__default-01.vs-01 {
      background: linear-gradient(to bottom, #86b4d8 0%, #cae0ef 100%); }
    .title__default-01.vs-02 {
      background: linear-gradient(to bottom, white, rgba(220, 240, 255, 0.5)); }
    .title__default-01.vs-03 {
      background: linear-gradient(to right, rgba(7, 100, 171, 0.69) 0%, rgba(255, 255, 255, 0.69) 100%); }
    @media (min-width: 960.5px) {
      .title__default-01 {
        writing-mode: sideways-lr;
        position: absolute;
        left: .5rem;
        z-index: 1; } }
  @media (max-width: 960px) {
    .title__default {
      padding-bottom: 3.5rem; }
      .title__default.vs-01 {
        padding-bottom: 3.5rem; }
      .title__default-en {
        font-size: 3.5rem; }
      .title__default-ja {
        font-size: 1.8rem;
        padding-top: 1rem; }
      .title__default-01 {
        text-align: center;
        font-size: 8rem;
        letter-spacing: 0.15rem;
        padding-bottom: 4rem; } }
  @media (max-width: 960px) and (max-width: 767px) {
    .title__default-01 {
      font-size: 5rem; } }

.space__top {
  padding-top: 15rem; }
  .space__top-01 {
    padding-top: 11.4rem; }
  .space__top-02 {
    padding-top: 14.4rem; }
.space__bottom {
  padding-bottom: 15rem; }
  .space__bottom-01 {
    padding-bottom: 16.5rem; }
@media (max-width: 960px) {
  .space__top {
    padding-top: 6rem; }
    .space__top-01, .space__top-02 {
      padding-top: 6.4rem; }
  .space__bottom {
    padding-bottom: 7rem; }
    .space__bottom-01 {
      padding-bottom: 7.5rem; } }

.hv-o--01 {
  transition: all .3s ease; }
  .hv-o--01:hover {
    background-color: #054B80 !important; }

.btn-default {
  width: 100%; }
  .btn-default a {
    width: 100%;
    max-width: 45rem;
    margin: 0 auto;
    border-radius: 4rem;
    background-color: #F1F9FE;
    color: #0764AB;
    border: 0.2rem solid #0764AB;
    padding: 2rem 3rem;
    transition: 0.3s;
    font-size: 2rem;
    min-height: 6.5rem;
    display: block;
    text-align: center;
    position: relative;
    transition: background-color .3s ease;
    cursor: pointer; }
    .btn-default a:hover {
      color: #FFFFFF;
      background-color: #0764AB;
      transition: 0.3s; }
  @media (max-width: 960px) {
    .btn-default a {
      min-height: auto;
      font-size: 1.5rem;
      padding: 1.2rem; } }

.btn__default-link {
  position: relative;
  border: 1px solid #CCCCCC;
  border-radius: 1rem .5rem .5rem .5rem;
  background-color: #FFFFFF;
  height: 3.6rem;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding-left: .7rem;
  padding-right: .7rem;
  font-size: 1.6rem;
  transition: all .3s ease; }
  .btn__default-link::before {
    content: "";
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    position: unset;
    display: inline-block;
    border-radius: .5rem;
    background: #F1F9FE;
    transition: all .3s ease; }
  .btn__default-link::after {
    content: "";
    position: absolute;
    width: 1.96rem;
    height: 0.59rem;
    background-color: currentColor;
    color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 5" fill="none"><path d="M0.75 3.63597H20.3109C19.7051 3.49347 18.002 2.71677 16.0353 0.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 5" fill="none"><path d="M0.75 3.63597H20.3109C19.7051 3.49347 18.002 2.71677 16.0353 0.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: all .3s ease;
    display: block;
    right: 1.32rem;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: 1.3rem;
    width: 1.29rem; }
  .btn__default-link:hover {
    background: #F1F9FE;
    color: #0764AB;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px; }
    .btn__default-link:hover::before {
      background: #0764AB; }
    .btn__default-link:hover::after {
      background: #FFFFFF;
      -webkit-animation: 0.9s cubic-bezier(0.86, 0, 0.07, 1) forwards arrow-anim;
      animation: 0.9s cubic-bezier(0.86, 0, 0.07, 1) forwards arrow-anim; }

@keyframes arrow-anim {
  0% {
    opacity: 1;
    -webkit-mask-position: center;
    mask-position: center; }
  29% {
    opacity: 0;
    -webkit-mask-position: 15px;
    mask-position: 15px; }
  30% {
    -webkit-mask-position: -10px;
    mask-position: -10px; }
  60% {
    opacity: 1;
    -webkit-mask-position: center;
    mask-position: center; } }
.img--zoomout {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .img--zoomout img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s linear; }
  .img--zoomout:hover img {
    transform: scale(1.2) !important; }

.popup {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  margin: 0 0 0 auto;
  overflow: hidden;
  box-shadow: 0 0 4rem rgba(61, 37, 37, 0.25);
  border-radius: 1rem;
  z-index: 100000;
  transition: transform .6s ease; }
  .popup__head {
    width: 100%;
    background-color: #0764AB;
    color: #FFFFFF;
    padding: 2rem 3rem;
    text-align: left;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0;
    position: relative;
    transition: background-color .3s ease;
    border: 0;
    cursor: pointer; }
    .popup__head::before, .popup__head::after {
      content: "";
      position: absolute;
      width: 1.6rem;
      height: 0.2rem;
      right: 3rem;
      top: 50%;
      transform: translateY(-50%);
      background-color: #fff;
      transition: transform .3s ease; }
    .popup__head::after {
      transform: translateY(-50%) rotate(90deg); }
    .popup__head.is-active::after {
      transform: translateY(-50%) rotate(0deg); }
    .popup__head:hover {
      background-color: #054B80; }
  .popup__set01 {
    padding: 2rem 3rem 3rem; }
    @media (max-width: 960px) {
      .popup__set01 {
        padding: 1.5rem; } }
  .popup__set02 {
    margin: 0 3rem 2.5rem;
    border-top: 0.1rem solid #CCCCCC; }
    @media (max-width: 960px) {
      .popup__set02 {
        margin: 0 1.5rem 2.5rem;
        padding-top: 2rem; } }
  .popup__btn-tel {
    margin-top: 2rem; }
    .popup__btn-tel--link {
      position: relative;
      border-radius: 1rem;
      background: #F1F9FE;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 10.2rem;
      transition: all .3s ease; }
      .popup__btn-tel--link:hover {
        background: #0764AB; }
        .popup__btn-tel--link:hover * {
          color: #FFFFFF !important; }
    .popup__btn-tel--num {
      font-size: 4rem;
      color: #0764AB;
      font-weight: bold; }
    .popup__btn-tel--txt {
      font-size: 1.6rem; }
      .popup__btn-tel--txt:not(.small) {
        color: #0764AB;
        font-weight: 500; }
    @media (max-width: 960px) {
      .popup__btn-tel {
        margin-top: 1rem; } }
  .popup__btn-set01 {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem; }
    @media (max-width: 767px) {
      .popup__btn-set01 {
        gap: 1rem; } }
  .popup__btn-set02 {
    gap: 0.5rem; }
    @media (min-width: 960.5px) {
      .popup__btn-set02 {
        gap: 1rem; } }
  .popup__btn01 {
    width: calc(50% - 0.75rem); }
    .popup__btn01.vs-01 a::before {
      content: "";
      position: absolute;
      width: 1.7rem;
      height: 2.5rem;
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 14 21" xmlns="http://www.w3.org/2000/svg"><path d="M12.6334 0.625544C12.0336 0.375613 11.3838 0.505577 10.9239 0.955452L7.015 4.84437L3.09609 0.965449C2.63622 0.505577 1.9764 0.385611 1.38657 0.625544C0.786736 0.875474 0.41684 1.42532 0.41684 2.07514V12.6122C0.41684 13.1121 0.596789 13.6019 0.9167 13.9818L6.18523 20.1401V20.1601L6.21522 20.1701C6.43516 20.39 6.72508 20.5 7.005 20.5C7.28492 20.5 7.57484 20.39 7.79478 20.1701H7.80478L13.0833 13.9818C13.4132 13.6019 13.5832 13.1121 13.5832 12.6122V2.07514C13.5832 1.42532 13.2133 0.875474 12.6134 0.625544H12.6334ZM12.5934 12.6222C12.5934 12.8821 12.5035 13.1421 12.3335 13.342L7.08498 19.4803C7.08498 19.4803 7.03499 19.5103 7.005 19.5103V6.26397L11.6237 1.67525C11.8736 1.42532 12.1636 1.5153 12.2435 1.55528C12.3235 1.58528 12.5934 1.72524 12.5934 2.08514V12.6222Z"/></svg>');
      mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 14 21" xmlns="http://www.w3.org/2000/svg"><path d="M12.6334 0.625544C12.0336 0.375613 11.3838 0.505577 10.9239 0.955452L7.015 4.84437L3.09609 0.965449C2.63622 0.505577 1.9764 0.385611 1.38657 0.625544C0.786736 0.875474 0.41684 1.42532 0.41684 2.07514V12.6122C0.41684 13.1121 0.596789 13.6019 0.9167 13.9818L6.18523 20.1401V20.1601L6.21522 20.1701C6.43516 20.39 6.72508 20.5 7.005 20.5C7.28492 20.5 7.57484 20.39 7.79478 20.1701H7.80478L13.0833 13.9818C13.4132 13.6019 13.5832 13.1121 13.5832 12.6122V2.07514C13.5832 1.42532 13.2133 0.875474 12.6134 0.625544H12.6334ZM12.5934 12.6222C12.5934 12.8821 12.5035 13.1421 12.3335 13.342L7.08498 19.4803C7.08498 19.4803 7.03499 19.5103 7.005 19.5103V6.26397L11.6237 1.67525C11.8736 1.42532 12.1636 1.5153 12.2435 1.55528C12.3235 1.58528 12.5934 1.72524 12.5934 2.08514V12.6222Z"/></svg>'); }
    .popup__btn01.vs-02 a::before {
      content: "";
      position: absolute;
      width: 1.8rem;
      height: 2.6rem;
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 21"><path d="M7.99983 0.510452C3.97579 0.594068 0.777462 3.92827 0.850626 7.95231C0.850626 9.20656 1.15374 10.4504 1.7495 11.5583C1.79131 11.6314 1.82267 11.7046 1.86448 11.7673L7.12186 20.014C7.52949 20.662 8.47017 20.662 8.88825 20.014L14.1352 11.7778C14.177 11.7046 14.2188 11.6314 14.2606 11.5478C14.8459 10.4399 15.1595 9.19611 15.149 7.94186C15.2326 3.90737 12.0239 0.583616 7.99983 0.5M7.99983 11.2029C6.24389 11.1611 4.85376 9.70826 4.88512 7.96276C4.85376 6.20682 6.24389 4.75399 7.99983 4.72263C9.75577 4.76444 11.1459 6.20682 11.1145 7.96276C11.1459 9.71871 9.75577 11.1715 7.99983 11.2029Z"/></svg>');
      mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 21"><path d="M7.99983 0.510452C3.97579 0.594068 0.777462 3.92827 0.850626 7.95231C0.850626 9.20656 1.15374 10.4504 1.7495 11.5583C1.79131 11.6314 1.82267 11.7046 1.86448 11.7673L7.12186 20.014C7.52949 20.662 8.47017 20.662 8.88825 20.014L14.1352 11.7778C14.177 11.7046 14.2188 11.6314 14.2606 11.5478C14.8459 10.4399 15.1595 9.19611 15.149 7.94186C15.2326 3.90737 12.0239 0.583616 7.99983 0.5M7.99983 11.2029C6.24389 11.1611 4.85376 9.70826 4.88512 7.96276C4.85376 6.20682 6.24389 4.75399 7.99983 4.72263C9.75577 4.76444 11.1459 6.20682 11.1145 7.96276C11.1459 9.71871 9.75577 11.1715 7.99983 11.2029Z"/></svg>'); }
    @media (max-width: 960px) {
      .popup__btn01 {
        width: calc(50% - 0.25rem); } }
    @media (max-width: 767px) {
      .popup__btn01 {
        width: 100%; } }
    .popup__btn01 .btn05__link {
      position: relative;
      display: flex;
      align-items: center;
      gap: 1.6rem;
      border: 1px solid #0764AB;
      border-radius: 1rem;
      padding: 1.13rem 1.32rem;
      transition: all .3s ease;
      color: #0764AB;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 166%;
      letter-spacing: 0; }
      @media (max-width: 960px) {
        .popup__btn01 .btn05__link {
          font-size: 1.2rem; } }
      @media (max-width: 767px) {
        .popup__btn01 .btn05__link {
          gap: .5rem; } }
      .popup__btn01 .btn05__link::after {
        content: "";
        position: absolute;
        width: 1.96rem;
        height: 0.59rem;
        background-color: currentColor;
        color: currentColor;
        -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 5" fill="none"><path d="M0.75 3.63597H20.3109C19.7051 3.49347 18.002 2.71677 16.0353 0.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
        mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 5" fill="none"><path d="M0.75 3.63597H20.3109C19.7051 3.49347 18.002 2.71677 16.0353 0.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
        -webkit-mask-size: contain;
        mask-size: contain;
        transition: all .3s ease;
        display: block;
        right: 1.32rem;
        top: 50%;
        transform: translateY(-50%);
        height: 0.5rem; }
      .popup__btn01 .btn05__link:hover {
        background-color: #0764AB;
        color: #FFFFFF;
        border-color: #0764AB; }
      .popup__btn01 .btn05__link::before {
        position: unset !important;
        display: inline-block;
        background-color: currentColor;
        color: currentColor;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center; }
        @media (max-width: 767px) {
          .popup__btn01 .btn05__link::before {
            width: 1.4rem !important; } }
    .popup__btn01 .c-ico {
      margin-bottom: -0.4rem;
      margin-right: 0.6rem; }
  @media (max-width: 960px) {
    .popup__btn02 {
      margin-top: 0.5rem; } }
  @media (min-width: 960.5px) {
    .popup__btn02 .c-btn01__main {
      padding-left: 3.6rem; } }
  @media (min-width: 960.5px) {
    .popup__btn02 .c-btn01__main::before {
      left: 1rem; } }
  .popup__checklist {
    display: flex;
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    padding: 1.8rem 0; }
    .popup__checklist-item {
      width: calc(100% / 2);
      border-left: 0.1rem solid #CCCCCC;
      text-align: center; }
      .popup__checklist-item:last-child {
        border-right: 0.1rem solid #CCCCCC; }
  @media (min-width: 960.5px) {
    .popup {
      width: 50rem;
      overflow: hidden;
      position: fixed;
      top: auto;
      right: 10rem;
      bottom: 0;
      transform: translateY(calc(100% - 7.1rem)); }
      .popup.is-active {
        transform: translateY(0); }
      .popup.is-fixed {
        position: fixed;
        top: auto;
        bottom: 0; } }

.information__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0; }
  .information__table-head {
    width: 16rem;
    font-weight: 500;
    text-align: left; }
    .information__table-head .small {
      font-weight: 400; }
    @media (max-width: 960px) {
      .information__table-head {
        width: 9.5rem; } }
  .information__table .o {
    position: relative;
    text-align: center; }
    .information__table .o::before {
      content: "";
      position: absolute;
      width: 1.6rem;
      height: 1.6rem;
      border-radius: 50%;
      border: 0.3rem solid #0764AB;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .information__table .x {
    position: relative;
    text-align: center;
    font-weight: bold; }
  .information__table tr {
    border-bottom: 1px solid #CCCCCC; }
  .information__table th,
  .information__table td {
    vertical-align: middle;
    padding: 1rem 0; }
.information__notes {
  padding-top: 1.5rem; }

.instagram__btn {
  position: relative;
  overflow: hidden;
  background: #0764AB;
  border-radius: 1rem;
  width: 20.4rem;
  height: 9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .instagram__btn-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.3rem;
    width: 13.3rem;
    color: #0764AB;
    border-radius: 10rem;
    background: #F1F9FE; }
  .instagram__btn-02 {
    font-size: 3rem;
    color: #FFFFFF;
    font-weight: 500; }

@media (max-width: 960px) {
  .home-popup.is-fixed {
    transform: translateY(calc(100% - 57px)); } }
@media (min-width: 960.5px) {
  .home-popup {
    position: absolute;
    top: -7rem;
    bottom: auto; }
    .home-popup:not(.is-fixed) {
      z-index: 9;
      transform: translateY(0); }
      .home-popup:not(.is-fixed) .popup__head {
        pointer-events: none; }
        .home-popup:not(.is-fixed) .popup__head::before, .home-popup:not(.is-fixed) .popup__head::after {
          display: none; } }
.mv {
  position: relative;
  margin-left: 3rem;
  margin-right: 3rem;
  border-radius: 3rem; }
  @media (min-width: 960.5px) {
    .mv {
      overflow: hidden; } }
  .mv .slick-slide img {
    border-radius: 3rem;
    overflow: hidden;
    max-height: 82rem;
    width: 100%;
    object-fit: cover; }
  .mv-cont {
    position: absolute;
    top: 19rem;
    left: 50%;
    transform: translateX(-50%); }
    .mv-cont__gp {
      position: relative;
      width: 85rem;
      height: 25rem;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .mv-cont__gp::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(7, 99, 169, 0.6);
        filter: blur(1.8rem); }
    .mv-cont__title {
      color: #FFFFFF;
      font-size: 5rem;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0;
      z-index: 1; }
    .mv-cont__desc {
      margin-top: 2.5rem;
      color: #FFFFFF;
      font-size: 2.5rem;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0;
      z-index: 1; }
  .mv-news {
    display: flex; }
    @media (min-width: 960.5px) {
      .mv-news {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 85rem;
        background: #FFFFFF;
        border-top-right-radius: 3rem;
        padding-right: 5rem;
        padding-top: 3.4rem; }
        .mv-news::before, .mv-news::after {
          content: "";
          position: absolute;
          width: 8rem;
          height: 3.5rem;
          position: absolute;
          background: transparent;
          border-color: #FFFFFF;
          border-bottom-left-radius: 3rem;
          box-shadow: -2.5rem 0.5rem 0px 0px #FFFFFF; }
        .mv-news::after {
          top: -3.5rem;
          left: 0; }
        .mv-news::before {
          right: -8rem;
          bottom: 0; } }
    .mv-news-gp {
      width: 19rem; }
      @media (min-width: 960.5px) {
        .mv-news-gp {
          padding-left: 2.2rem; } }
    .mv-news-wrap {
      width: calc(100% - 19rem);
      padding-left: 1.9rem;
      padding-bottom: 1.5rem;
      border-left: 1px solid #0764AB; }
    .mv-news-title {
      margin-top: 1rem; }
      .mv-news-title span:first-child {
        color: #0764AB;
        font-size: 4rem;
        font-weight: bold;
        line-height: 100%;
        letter-spacing: 0; }
        @media (max-width: 767px) {
          .mv-news-title span:first-child {
            font-size: 3.5rem; } }
      .mv-news-title span:last-child {
        color: #0764AB;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 166%;
        letter-spacing: 0; }
    .mv-news-btn {
      margin-top: 3.4rem; }
    .mv-news .top-news-list {
      height: 17rem;
      overflow: auto;
      padding-right: 2.4rem; }
      .mv-news .top-news-list::-webkit-scrollbar {
        width: 5px;
        height: 7.6rem;
        border-radius: .6rem; }
        .mv-news .top-news-list::-webkit-scrollbar-thumb {
          background-color: #0764AB;
          border-radius: .6rem; }
        .mv-news .top-news-list::-webkit-scrollbar-track {
          background-color: #EDEDED; }
        .mv-news .top-news-list::-webkit-scrollbar-thumb:hover {
          background-color: #F4BC63; }
      .mv-news .top-news-list li {
        border-bottom: 1px solid #0764AB;
        margin-top: 1.5rem; }
        .mv-news .top-news-list li a {
          display: flex;
          align-items: center;
          gap: 2rem;
          padding-bottom: 1rem;
          position: relative;
          color: #0764AB;
          font-size: 1.8rem;
          font-weight: 400;
          line-height: 166%;
          letter-spacing: 0; }
          @media (max-width: 960px) {
            .mv-news .top-news-list li a {
              font-size: 1.5rem; } }
          .mv-news .top-news-list li a::after {
            content: "";
            position: absolute;
            width: 1.96rem;
            height: 0.59rem;
            background-color: currentColor;
            color: currentColor;
            -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 5" fill="none"><path d="M0.75 3.63597H20.3109C19.7051 3.49347 18.002 2.71677 16.0353 0.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
            mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 5" fill="none"><path d="M0.75 3.63597H20.3109C19.7051 3.49347 18.002 2.71677 16.0353 0.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
            -webkit-mask-size: contain;
            mask-size: contain;
            transition: all .3s ease;
            display: block;
            right: 1.32rem;
            top: 50%;
            transform: translateY(-50%); }
          @media (max-width: 960px) {
            .mv-news .top-news-list li a {
              flex-direction: column;
              align-items: flex-start; } }
    .mv-news .date {
      width: 10.15rem;
      height: 2.82rem;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      background: #F1F9FE;
      border-radius: 3rem; }
  @media (max-width: 960px) {
    .mv {
      margin-left: 1.5rem;
      margin-right: 1.5rem; }
      .mv-cont {
        top: 12rem; }
        .mv-cont__gp {
          width: max-content;
          height: auto;
          padding: 2.5rem; }
        .mv-cont__title {
          font-size: 2.8rem; }
          .mv-cont__title .u-pc {
            display: block !important; }
        .mv-cont__desc {
          font-size: 1.5rem;
          margin-top: 1.5rem; }
      .mv .mv-view .slick-slide img {
        height: 40rem;
        object-fit: cover; }
      .mv-news {
        padding-top: 6rem; } }
  @media (max-width: 767px) {
    .mv-cont {
      top: 6rem;
      width: 100%; }
      .mv-cont__gp {
        width: 100%;
        padding: 2.5rem 1rem; }
      .mv-cont__title {
        word-break: auto-phrase;
        overflow-wrap: normal; }
    .mv-news {
      flex-direction: column; }
      .mv-news-gp {
        flex-direction: row !important;
        justify-content: space-between;
        padding-bottom: 1.5rem; }
      .mv-news > div {
        width: 100%; } }

.trouble {
  background: url(assets/img/bg_trouble.png) no-repeat center/cover;
  padding-top: 7.5rem; }
  @media (min-width: 960.5px) {
    .trouble__inner {
      position: relative;
      width: 100%;
      max-width: 174.2rem;
      margin: 0 auto; }
      .trouble__inner-gp {
        padding-top: 5.5rem; } }
  @media (min-width: 960.5px) {
    .trouble__title {
      position: absolute;
      left: 16rem;
      top: -1rem; } }
  .trouble__title-jp {
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0; }
  .trouble__tab-header {
    background: #0764AB;
    height: 12rem;
    display: flex;
    align-items: center; }
    @media (min-width: 960.5px) {
      .trouble__tab-header {
        padding-right: 23rem;
        justify-content: end; } }
    @media (max-width: 960px) {
      .trouble__tab-header {
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        justify-content: center;
        height: 7rem; } }
  .trouble__content {
    border-radius: 2rem; }
    @media (min-width: 960.5px) {
      .trouble__content {
        clip-path: shape(from 98.75% 0%, hline to 51.93%, curve to 50.68% 2.55% with 51.24% 0%/50.68% 1.14%, vline to 10.37%, curve to 49.23% 13.33% with 50.68% 12%/50.03% 13.33%, hline to 1.25%, curve to 0% 15.88% with 0.56% 13.33%/0% 14.47%, vline to 97.45%, curve to 1.25% 100% with 0% 98.86%/0.56% 100%, hline to 98.75%, curve to 100% 97.45% with 99.44% 100%/100% 98.86%, vline to 2.55%, curve to 98.75% 0% with 100% 1.14%/99.44% 0%, close); } }
    .trouble__content-gp {
      border: 2px solid #0764AB;
      border-bottom-left-radius: 2rem;
      border-bottom-right-radius: 2rem;
      padding: 2rem;
      background: rgba(255, 255, 255, 0.8); }
      @media (max-width: 767px) {
        .trouble__content-gp {
          padding: 1.5rem; } }
  .trouble__list {
    gap: 2rem; }
    @media (max-width: 960px) {
      .trouble__list {
        gap: 1.5rem; } }
    @media (min-width: 960.5px) {
      .trouble__list-item {
        width: calc(50% - 1rem); } }
    @media (max-width: 960px) {
      .trouble__list-item {
        width: 100%; } }
    .trouble__list-item .link {
      position: relative;
      overflow: hidden;
      border-radius: 2rem;
      border: 1px solid #CCCCCC;
      display: flex;
      align-items: center;
      padding: 0 2.5rem;
      transition: all .3s ease;
      background: #F1F9FE;
      height: 9.4rem; }
      .trouble__list-item .link:hover {
        background-color: #0764AB;
        border-color: #0764AB; }
        .trouble__list-item .link:hover * {
          color: #FFFFFF; }
        .trouble__list-item .link:hover::before {
          background: #F4BC63; }
        .trouble__list-item .link:hover::after {
          background: #FFFFFF;
          -webkit-animation: 0.9s cubic-bezier(0.86, 0, 0.07, 1) forwards arrow-anim;
          animation: 0.9s cubic-bezier(0.86, 0, 0.07, 1) forwards arrow-anim; }
        .trouble__list-item .link:hover .label span {
          border-bottom: 1px solid #FFFFFF; }
      .trouble__list-item .link::before {
        content: "";
        position: absolute;
        width: 3.5rem;
        height: 3.5rem;
        left: auto;
        right: 2.5rem;
        background: #0764AB;
        border-radius: .5rem; }
        @media (max-width: 767px) {
          .trouble__list-item .link::before {
            top: 50%;
            transform: translateY(-50%);
            width: 2.5rem;
            height: 2.5rem;
            right: 1.5rem; } }
      .trouble__list-item .link::after {
        content: "";
        position: absolute;
        width: 1.96rem;
        height: 0.59rem;
        background-color: currentColor;
        color: currentColor;
        -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 5" fill="none"><path d="M0.75 3.63597H20.3109C19.7051 3.49347 18.002 2.71677 16.0353 0.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
        mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 5" fill="none"><path d="M0.75 3.63597H20.3109C19.7051 3.49347 18.002 2.71677 16.0353 0.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
        -webkit-mask-size: contain;
        mask-size: contain;
        transition: all .3s ease;
        display: block;
        right: 1.32rem;
        top: 50%;
        transform: translateY(-50%);
        top: 50%;
        transform: translateY(-50%);
        right: 3.3rem;
        left: auto;
        z-index: 2;
        background: #FFFFFF !important; }
        @media (max-width: 767px) {
          .trouble__list-item .link::after {
            right: 1.75rem; } }
      @media (max-width: 767px) {
        .trouble__list-item .link {
          padding: 1.5rem;
          height: auto;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          border-radius: 1rem; }
          .trouble__list-item .link .text {
            width: 100%;
            padding-left: 0;
            padding-right: 3rem; }
          .trouble__list-item .link .label {
            width: 100%;
            font-size: 2rem; }
          .trouble__list-item .link br {
            display: none; } }
    .trouble__list-item .label {
      color: #0764AB;
      font-size: 2.5rem;
      font-weight: 500;
      line-height: 166%;
      letter-spacing: 0;
      width: 21.3rem; }
    .trouble__list-item .text {
      width: calc(100% - 12.5rem);
      padding-left: 1.3rem; }

.medical {
  position: relative; }
  .medical::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 13.2rem);
    left: 0;
    top: 0; }
    @media (min-width: 960.5px) {
      .medical::before {
        background: url(assets/img/medical_bg.png) repeat top center/cover;
        top: -6.6rem; } }
    @media (max-width: 960px) {
      .medical::before {
        background: #F1F9FE url(assets/img/bg_round.svg) repeat-y center/contain; } }
  .medical__inner {
    position: relative; }
  .medical__list.vs-01 {
    gap: 1rem; }
    @media (min-width: 960.5px) {
      .medical__list.vs-01 {
        gap: 4rem; } }
    .medical__list.vs-01 li {
      text-align: center;
      aspect-ratio: 1.7 / 1; }
      @media (min-width: 960.5px) {
        .medical__list.vs-01 li {
          aspect-ratio: 1.42 / 1;
          width: calc(33.33% - 2.6666666666667rem); }
          .medical__list.vs-01 li:hover .icon {
            height: 12.5rem; } }
      .medical__list.vs-01 li .title {
        display: inline-block; }
      .medical__list.vs-01 li .icon {
        height: 4rem; }
        .medical__list.vs-01 li .icon img {
          width: auto;
          max-width: 4rem;
          max-height: 10.1rem; }
        @media (min-width: 960.5px) {
          .medical__list.vs-01 li .icon {
            height: 15rem; }
            .medical__list.vs-01 li .icon img {
              max-width: 9.9rem;
              max-height: 10.1rem; } }
      @media (max-width: 960px) {
        .medical__list.vs-01 li .content {
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding-left: .8rem;
          padding-right: .8rem; } }
  .medical__list.vs-02 {
    margin-top: 1rem;
    gap: 1rem; }
    @media (min-width: 960.5px) {
      .medical__list.vs-02 {
        margin-top: 2rem;
        gap: 1.6rem; } }
    @media (min-width: 960.5px) {
      .medical__list.vs-02 li {
        width: calc(25% - 1.2rem); }
        .medical__list.vs-02 li .content {
          padding-left: 1.9rem; }
        .medical__list.vs-02 li:hover .medical__item-content-gp {
          height: 100%;
          width: 100%; }
        .medical__list.vs-02 li:hover .sub,
        .medical__list.vs-02 li:hover .title,
        .medical__list.vs-02 li:hover .icon {
          display: none; } }
    .medical__list.vs-02 li a {
      display: flex;
      align-items: center;
      gap: 1.5rem;
      aspect-ratio: 1.7 / 1;
      transition: all 0.3s ease; }
    .medical__list.vs-02 li .desc {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .medical__list.vs-02 li .icon {
      width: 7.5rem; }
    @media (max-width: 960px) {
      .medical__list.vs-02 li .content {
        padding-left: .8rem;
        padding-right: .8rem;
        gap: 1rem; } }
    @media (max-width: 767px) {
      .medical__list.vs-02 li .icon {
        padding-top: 1.5rem; }
        .medical__list.vs-02 li .icon img {
          height: 4rem; }
      .medical__list.vs-02 li .title {
        padding-top: 0; }
      .medical__list.vs-02 li .sub {
        line-height: 145%; }
      .medical__list.vs-02 li .content {
        flex-direction: column;
        text-align: center; } }
  .medical__list li {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    transition: 0.5s ease; }
    .medical__list li:hover .image::before {
      background: rgba(7, 100, 171, 0.8); }
    .medical__list li * {
      color: #ffff;
      transition: 0.5s ease;
      position: relative;
      z-index: 1; }
    @media (min-width: 960.5px) {
      .medical__list li:hover .content {
        padding-left: 0; }
      .medical__list li:hover .title {
        border-bottom: 1px solid #FFFFFF; }
      .medical__list li:hover .sub {
        display: none; }
      .medical__list li:hover .desc {
        opacity: 1;
        transition: 0.5s ease;
        z-index: 10; }
      .medical__list li:hover a::before {
        background: #F4BC63; }
      .medical__list li:hover a::after {
        background: #FFFFFF;
        -webkit-animation: 0.9s cubic-bezier(0.86, 0, 0.07, 1) forwards arrow-anim;
        animation: 0.9s cubic-bezier(0.86, 0, 0.07, 1) forwards arrow-anim; } }
    @media (max-width: 960px) {
      .medical__list li {
        width: calc(50% - .5rem); }
        .medical__list li .desc {
          display: none; } }
    @media (max-width: 767px) {
      .medical__list li {
        aspect-ratio: 1 / 1 !important; } }
  .medical__item-content {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .medical__item-content::before {
      content: "";
      position: absolute;
      width: 3.5rem;
      height: 3.5rem;
      right: 2rem;
      bottom: 2rem;
      background: #F1F9FE;
      border-radius: .5rem;
      transition: 0.5s ease;
      z-index: 2; }
      @media (max-width: 767px) {
        .medical__item-content::before {
          width: 2.5rem;
          height: 2.5rem;
          right: 1rem;
          bottom: 1rem; } }
    .medical__item-content::after {
      content: "";
      position: absolute;
      width: 1.96rem;
      height: 0.59rem;
      background-color: currentColor;
      color: currentColor;
      -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 5" fill="none"><path d="M0.75 3.63597H20.3109C19.7051 3.49347 18.002 2.71677 16.0353 0.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
      mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 5" fill="none"><path d="M0.75 3.63597H20.3109C19.7051 3.49347 18.002 2.71677 16.0353 0.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
      -webkit-mask-size: contain;
      mask-size: contain;
      transition: all .3s ease;
      display: block;
      right: 1.32rem;
      top: 50%;
      transform: translateY(-50%);
      top: auto;
      bottom: 3.6rem;
      right: 2.8rem;
      left: auto;
      background: #0764AB;
      z-index: 2;
      transform: none; }
      @media (max-width: 767px) {
        .medical__item-content::after {
          bottom: 2rem;
          right: 1.25rem; } }
  .medical__item-image {
    position: absolute !important;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0 !important; }
    .medical__item-image::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(11, 63, 102, 0.7);
      transition: 0.5s ease;
      z-index: 2; }
    .medical__item-image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .medical__item-icon {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 0.5s ease; }
  .medical__item-title {
    padding-top: 2rem;
    margin-bottom: 1rem;
    color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0; }
    @media (max-width: 767px) {
      .medical__item-title {
        padding-top: .8rem;
        font-size: 1.6rem;
        word-break: auto-phrase;
        overflow-wrap: normal;
        margin-bottom: 0; } }
  .medical__item-desc {
    text-align: center;
    word-break: auto-phrase;
    overflow-wrap: normal; }
  @media (min-width: 960.5px) {
    .medical__title {
      top: 26.8rem; }
    .medical__item-desc {
      opacity: 0;
      transition: 0.5s ease;
      display: grid;
      align-items: center;
      justify-content: center;
      padding: 0 2rem; } }

.pickup {
  position: relative;
  background: url(assets/img/bg_pickup.png) no-repeat top center/cover; }
  @media (min-width: 960.5px) {
    .pickup {
      clip-path: shape(from 48.23% 0%, curve to 49.53% 1.4% with 48.7% 0%/49.16% 0.49%, line to 49.99% 2.54%, line to 50.01% 2.58%, line to 50.03% 2.54%, line to 50.49% 1.4%, curve to 51.79% 0% with 50.86% 0.49%/51.32% 0%, hline to 100%, vline to 100%, hline to 0%, vline to 0%, hline to 48.23%, close); } }
  .pickup::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(7, 100, 171, 0.81); }
  .pickup__inner {
    position: relative;
    z-index: 1; }
  .pickup__vertical-title {
    top: 7rem; }
  .pickup__title * {
    color: #FFFFFF !important; }
  .pickup__list {
    gap: 4rem; }
  .pickup__card {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 3px solid #0764AB;
    background: #FFFFFF; }
    @media (min-width: 960.5px) {
      .pickup__card {
        width: calc(33.33% - 2.6666666666667rem); } }
    .pickup__card:hover img {
      transform: scale(1.2); }
    .pickup__card:hover .pickup__card-title {
      color: #0764AB; }
    .pickup__card-image {
      margin-bottom: -1rem; }
    .pickup__card-body {
      position: relative;
      padding: 2rem 1.5rem 7rem;
      background: #FFFFFF; }
      @media (min-width: 960.5px) {
        .pickup__card-body {
          padding: 3rem 2rem 10.1rem; } }
    .pickup__card-title {
      color: #454545;
      font-size: 2.5rem;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0; }
    .pickup__card-sub {
      font-weight: 500;
      padding-bottom: 2rem; }
    .pickup__card-btn {
      position: absolute;
      bottom: 1.5rem;
      left: 1.5rem; }
      @media (min-width: 960.5px) {
        .pickup__card-btn {
          left: 2rem;
          bottom: 3.6rem; } }

.feature {
  position: relative; }
  .feature::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 3.6rem);
    left: 0;
    background: #FFFFFF url(assets/img/bg_round.svg) repeat-y center/contain;
    top: 0; }
    @media (min-width: 960.5px) {
      .feature::before {
        top: -3.6rem;
        clip-path: shape(from 93.73% 0%, curve to 96.15% 0.59% with 94.75% 0%/95.51% 0.27%, curve to 97.05% 1.1% with 96.47% 0.76%/96.77% 0.93%, curve to 97.91% 1.52% with 97.34% 1.26%/97.62% 1.41%, curve to 99.28% 1.81% with 98.37% 1.69%/98.88% 1.77%, curve to 99.78% 1.84% with 99.48% 1.83%/99.66% 1.84%, curve to 99.92% 1.84% with 99.84% 1.84%/99.89% 1.84%, curve to 99.96% 1.84% with 99.94% 1.84%/99.95% 1.84%, curve to 99.97% 1.84% with 99.96% 1.84%/99.97% 1.84%, curve to 99.97% 1.84% with 99.97% 1.84%/99.97% 1.84%, hline to 99.97%, line to 100% 1.84%, line to 100% 100%, hline to 0%, line to 0% 1.84%, hline to 0.03%, curve to 2.43% 1.25% with 1.05% 1.84%/1.79% 1.58%, curve to 3.33% 0.75% with 2.75% 1.09%/3.04% 0.92%, curve to 4.2% 0.32% with 3.62% 0.59%/3.9% 0.44%, curve to 5.58% 0.03% with 4.66% 0.15%/5.18% 0.07%, curve to 6.08% 0% with 5.79% 0.01%/5.96% 0%, curve to 6.22% 0% with 6.14% 0%/6.19% 0%, curve to 6.26% 0% with 6.24% 0%/6.25% 0%, curve to 6.27% 0% with 6.27% 0%/6.27% 0%, curve to 6.27% 0% with 6.27% 0%/6.27% 0%, hline to 6.28%, vline to 0%, curve to 8.7% 0.59% with 7.3% 0%/8.06% 0.27%, curve to 9.6% 1.1% with 9.02% 0.76%/9.32% 0.93%, curve to 10.46% 1.52% with 9.89% 1.26%/10.17% 1.41%, curve to 11.83% 1.81% with 10.92% 1.69%/11.43% 1.77%, curve to 12.33% 1.84% with 12.04% 1.83%/12.21% 1.84%, curve to 12.47% 1.84% with 12.39% 1.84%/12.44% 1.84%, curve to 12.51% 1.84% with 12.49% 1.84%/12.5% 1.84%, curve to 12.52% 1.84% with 12.51% 1.84%/12.52% 1.84%, curve to 12.52% 1.84% with 12.52% 1.84%/12.52% 1.84%, hline to 12.52%, curve to 12.52% 1.87% with 12.52% 1.84%/12.52% 1.84%, vline to 1.84%, curve to 14.92% 1.25% with 13.54% 1.84%/14.28% 1.58%, curve to 15.82% 0.75% with 15.24% 1.09%/15.53% 0.92%, curve to 16.69% 0.32% with 16.11% 0.59%/16.39% 0.44%, curve to 18.08% 0.03% with 17.15% 0.15%/17.67% 0.07%, curve to 18.57% 0% with 18.28% 0.01%/18.45% 0%, curve to 18.72% 0% with 18.63% 0%/18.68% 0%, curve to 18.76% 0% with 18.73% 0%/18.75% 0%, curve to 18.77% 0% with 18.76% 0%/18.76% 0%, curve to 18.77% 0% with 18.77% 0%/18.77% 0%, hline to 18.77%, vline to 0%, curve to 21.19% 0.59% with 19.8% 0%/20.55% 0.27%, curve to 22.09% 1.1% with 21.51% 0.76%/21.81% 0.93%, curve to 22.96% 1.52% with 22.38% 1.26%/22.66% 1.41%, curve to 24.33% 1.81% with 23.41% 1.69%/23.93% 1.77%, curve to 24.82% 1.84% with 24.53% 1.83%/24.7% 1.84%, curve to 24.96% 1.84% with 24.88% 1.84%/24.93% 1.84%, curve to 25% 1.84% with 24.98% 1.84%/24.99% 1.84%, curve to 25.01% 1.84% with 25.01% 1.84%/25.01% 1.84%, curve to 25.01% 1.84% with 25.01% 1.84%/25.01% 1.84%, hline to 25.01%, curve to 25.01% 1.87% with 25.01% 1.84%/25.01% 1.84%, vline to 1.84%, curve to 27.41% 1.25% with 26.03% 1.84%/26.78% 1.58%, curve to 28.31% 0.75% with 27.73% 1.09%/28.03% 0.92%, curve to 29.18% 0.32% with 28.6% 0.59%/28.88% 0.44%, curve to 30.57% 0.03% with 29.65% 0.15%/30.17% 0.07%, curve to 31.07% 0% with 30.77% 0.01%/30.94% 0%, curve to 31.21% 0% with 31.13% 0%/31.18% 0%, curve to 31.25% 0% with 31.23% 0%/31.24% 0%, curve to 31.26% 0% with 31.25% 0%/31.26% 0%, curve to 31.26% 0% with 31.26% 0%/31.26% 0%, hline to 31.26%, vline to 0%, curve to 33.69% 0.59% with 32.29% 0%/33.04% 0.27%, curve to 34.59% 1.1% with 34.01% 0.76%/34.3% 0.93%, curve to 35.45% 1.52% with 34.87% 1.26%/35.15% 1.41%, curve to 36.82% 1.81% with 35.91% 1.69%/36.42% 1.77%, curve to 37.31% 1.84% with 37.02% 1.83%/37.19% 1.84%, curve to 37.46% 1.84% with 37.37% 1.84%/37.42% 1.84%, curve to 37.49% 1.84% with 37.47% 1.84%/37.49% 1.84%, curve to 37.5% 1.84% with 37.5% 1.84%/37.5% 1.84%, curve to 37.51% 1.84% with 37.5% 1.84%/37.51% 1.84%, hline to 37.51%, curve to 37.51% 1.87% with 37.51% 1.84%/37.51% 1.84%, vline to 1.84%, curve to 39.91% 1.25% with 38.52% 1.84%/39.27% 1.58%, curve to 40.81% 0.75% with 40.23% 1.09%/40.52% 0.92%, curve to 41.68% 0.32% with 41.09% 0.59%/41.38% 0.44%, curve to 43.06% 0.03% with 42.14% 0.15%/42.66% 0.07%, curve to 43.56% 0% with 43.26% 0.01%/43.44% 0%, curve to 43.7% 0% with 43.62% 0%/43.67% 0%, curve to 43.74% 0% with 43.72% 0%/43.73% 0%, curve to 43.75% 0% with 43.75% 0%/43.75% 0%, curve to 43.75% 0% with 43.75% 0%/43.75% 0%, hline to 43.75%, vline to 0%, curve to 46.18% 0.59% with 44.78% 0%/45.53% 0.27%, curve to 47.08% 1.1% with 46.5% 0.76%/46.79% 0.93%, curve to 47.94% 1.52% with 47.37% 1.26%/47.65% 1.41%, curve to 49.31% 1.81% with 48.4% 1.69%/48.91% 1.77%, curve to 49.81% 1.84% with 49.51% 1.83%/49.69% 1.84%, curve to 49.95% 1.84% with 49.87% 1.84%/49.92% 1.84%, curve to 49.99% 1.84% with 49.97% 1.84%/49.98% 1.84%, curve to 50% 1.84% with 49.99% 1.84%/49.99% 1.84%, curve to 50% 1.84% with 50% 1.84%/50% 1.84%, hline to 50%, curve to 50% 1.87% with 50% 1.84%/50% 1.84%, vline to 1.84%, curve to 52.4% 1.25% with 51.02% 1.84%/51.76% 1.58%, curve to 53.3% 0.75% with 52.72% 1.09%/53.01% 0.92%, curve to 54.17% 0.32% with 53.59% 0.59%/53.87% 0.44%, curve to 55.55% 0.03% with 54.63% 0.15%/55.15% 0.07%, curve to 56.05% 0% with 55.76% 0.01%/55.93% 0%, curve to 56.2% 0% with 56.11% 0%/56.16% 0%, curve to 56.23% 0% with 56.21% 0%/56.23% 0%, curve to 56.24% 0% with 56.24% 0%/56.24% 0%, curve to 56.25% 0% with 56.24% 0%/56.25% 0%, hline to 56.25%, vline to 0%, curve to 58.67% 0.59% with 57.28% 0%/58.03% 0.27%, curve to 59.57% 1.1% with 58.99% 0.76%/59.29% 0.93%, curve to 60.44% 1.52% with 59.86% 1.26%/60.14% 1.41%, curve to 61.81% 1.81% with 60.89% 1.69%/61.41% 1.77%, curve to 62.3% 1.84% with 62.01% 1.83%/62.18% 1.84%, curve to 62.44% 1.84% with 62.36% 1.84%/62.41% 1.84%, curve to 62.48% 1.84% with 62.46% 1.84%/62.47% 1.84%, curve to 62.49% 1.84% with 62.48% 1.84%/62.49% 1.84%, curve to 62.49% 1.84% with 62.49% 1.84%/62.49% 1.84%, hline to 62.49%, curve to 62.49% 1.87% with 62.49% 1.84%/62.49% 1.84%, vline to 1.84%, curve to 64.89% 1.25% with 63.51% 1.84%/64.25% 1.58%, curve to 65.79% 0.75% with 65.21% 1.09%/65.5% 0.92%, curve to 66.66% 0.32% with 66.08% 0.59%/66.36% 0.44%, curve to 68.05% 0.03% with 67.12% 0.15%/67.64% 0.07%, curve to 68.54% 0% with 68.25% 0.01%/68.42% 0%, curve to 68.69% 0% with 68.61% 0%/68.65% 0%, curve to 68.73% 0% with 68.7% 0%/68.72% 0%, curve to 68.74% 0% with 68.73% 0%/68.73% 0%, curve to 68.74% 0% with 68.74% 0%/68.74% 0%, hline to 68.74%, vline to 0%, curve to 71.16% 0.59% with 69.77% 0%/70.52% 0.27%, curve to 72.07% 1.1% with 71.48% 0.76%/71.78% 0.93%, curve to 72.93% 1.52% with 72.35% 1.26%/72.63% 1.41%, curve to 74.3% 1.81% with 73.38% 1.69%/73.9% 1.77%, curve to 74.79% 1.84% with 74.5% 1.83%/74.67% 1.84%, curve to 74.93% 1.84% with 74.85% 1.84%/74.9% 1.84%, curve to 74.97% 1.84% with 74.95% 1.84%/74.96% 1.84%, curve to 74.98% 1.84% with 74.98% 1.84%/74.98% 1.84%, curve to 74.98% 1.84% with 74.98% 1.84%/74.98% 1.84%, hline to 74.98%, curve to 74.99% 1.87% with 74.98% 1.84%/74.98% 1.84%, vline to 1.84%, curve to 77.39% 1.25% with 76% 1.84%/76.75% 1.58%, curve to 78.28% 0.75% with 77.7% 1.09%/78% 0.92%, curve to 79.15% 0.32% with 78.57% 0.59%/78.86% 0.44%, curve to 80.54% 0.03% with 79.62% 0.15%/80.14% 0.07%, curve to 81.04% 0% with 80.74% 0.01%/80.92% 0%, curve to 81.18% 0% with 81.1% 0%/81.15% 0%, curve to 81.22% 0% with 81.2% 0%/81.21% 0%, curve to 81.23% 0% with 81.22% 0%/81.23% 0%, curve to 81.23% 0% with 81.23% 0%/81.23% 0%, hline to 81.23%, vline to 0%, curve to 83.66% 0.59% with 82.26% 0%/83.01% 0.27%, curve to 84.56% 1.1% with 83.98% 0.76%/84.27% 0.93%, curve to 85.42% 1.52% with 84.85% 1.26%/85.13% 1.41%, curve to 86.79% 1.81% with 85.88% 1.69%/86.39% 1.77%, curve to 87.29% 1.84% with 86.99% 1.83%/87.16% 1.84%, curve to 87.43% 1.84% with 87.35% 1.84%/87.39% 1.84%, curve to 87.47% 1.84% with 87.44% 1.84%/87.46% 1.84%, curve to 87.47% 1.84% with 87.47% 1.84%/87.47% 1.84%, curve to 87.48% 1.84% with 87.48% 1.84%/87.48% 1.84%, hline to 87.48%, curve to 87.48% 1.87% with 87.48% 1.84%/87.48% 1.84%, vline to 1.84%, curve to 89.88% 1.25% with 88.5% 1.84%/89.24% 1.58%, curve to 90.78% 0.75% with 90.2% 1.09%/90.49% 0.92%, curve to 91.65% 0.32% with 91.07% 0.59%/91.35% 0.44%, curve to 93.03% 0.03% with 92.11% 0.15%/92.63% 0.07%, curve to 93.53% 0% with 93.23% 0.01%/93.41% 0%, curve to 93.67% 0% with 93.59% 0%/93.64% 0%, curve to 93.71% 0% with 93.69% 0%/93.7% 0%, curve to 93.72% 0% with 93.72% 0%/93.72% 0%, curve to 93.72% 0% with 93.72% 0%/93.72% 0%, hline to 93.73%, vline to 0%, close); } }
  .feature__row {
    gap: 4rem; }
    .feature__row--top {
      margin-top: 3rem; }
    .feature__row--bottom {
      padding-top: 4rem; }
      @media (min-width: 960.5px) {
        .feature__row--bottom {
          padding-top: 12.5rem; } }
  .feature__card {
    position: relative;
    border-top: 1.4rem solid;
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    overflow: visible; }
    .feature__card [class*="-header"],
    .feature__card [class*="-content"] {
      position: relative;
      z-index: 1; }
    .feature__card::before {
      content: "";
      position: absolute;
      width: calc(100% - 2px);
      height: calc(100% - 1px);
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      transition: .3s ease;
      overflow: hidden;
      border-radius: 0 0 1rem 1rem; }
    .feature__card.vs-01::before {
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 35%, #FFFFFF 45%, #FFFFFF 100%); }
      @media (max-width: 767px) {
        .feature__card.vs-01::before {
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35%, #FFFFFF 45%, #FFFFFF 100%); } }
    .feature__card.vs-01:hover::before {
      background: linear-gradient(270deg, rgba(241, 249, 254, 0) 35%, #F1F9FE 45%, #F1F9FE 100%); }
      @media (max-width: 767px) {
        .feature__card.vs-01:hover::before {
          background: linear-gradient(180deg, rgba(241, 249, 254, 0) 35%, #F1F9FE 45%, #F1F9FE 100%); } }
    .feature__card.vs-02::before {
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 20%, #FFFFFF 40%, #FFFFFF 100%); }
      @media (max-width: 767px) {
        .feature__card.vs-02::before {
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #FFFFFF 40%, #FFFFFF 100%); } }
    .feature__card.vs-02:hover::before {
      background: linear-gradient(270deg, rgba(241, 249, 254, 0) 20%, #F1F9FE 40%, #F1F9FE 100%); }
      @media (max-width: 767px) {
        .feature__card.vs-02:hover::before {
          background: linear-gradient(180deg, rgba(241, 249, 254, 0) 20%, #F1F9FE 40%, #F1F9FE 100%); } }
    .feature__card.vs-03::before {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #FFFFFF 40%, #FFFFFF 100%); }
      @media (max-width: 767px) {
        .feature__card.vs-03::before {
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #FFFFFF 40%, #FFFFFF 100%); } }
    .feature__card.vs-03:hover::before {
      background: linear-gradient(180deg, rgba(241, 249, 254, 0) 20%, #F1F9FE 40%, #F1F9FE 100%); }
      @media (max-width: 767px) {
        .feature__card.vs-03:hover::before {
          background: linear-gradient(180deg, rgba(241, 249, 254, 0) 20%, #F1F9FE 40%, #F1F9FE 100%); } }
    .feature__card.vs-04::before {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #FFFFFF 40%, #FFFFFF 100%); }
      @media (max-width: 767px) {
        .feature__card.vs-04::before {
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #FFFFFF 40%, #FFFFFF 100%); } }
    .feature__card.vs-04:hover::before {
      background: linear-gradient(180deg, rgba(241, 249, 254, 0) 20%, #F1F9FE 40%, #F1F9FE 100%); }
      @media (max-width: 767px) {
        .feature__card.vs-04:hover::before {
          background: linear-gradient(180deg, rgba(241, 249, 254, 0) 20%, #F1F9FE 40%, #F1F9FE 100%); } }
    .feature__card.vs-05::before {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #FFFFFF 40%, #FFFFFF 100%); }
      @media (max-width: 767px) {
        .feature__card.vs-05::before {
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #FFFFFF 40%, #FFFFFF 100%); } }
    .feature__card.vs-05:hover::before {
      background: linear-gradient(180deg, rgba(241, 249, 254, 0) 20%, #F1F9FE 40%, #F1F9FE 100%); }
      @media (max-width: 767px) {
        .feature__card.vs-05:hover::before {
          background: linear-gradient(180deg, rgba(241, 249, 254, 0) 20%, #F1F9FE 40%, #F1F9FE 100%); } }
    .feature__card:hover [class*="-title"] {
      color: #0764AB;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 3px; }
    .feature__card-link {
      position: relative;
      display: inline-block;
      width: 100%;
      overflow: hidden;
      border: 1px solid #CCCCCC;
      border-radius: 0 0 1rem 1rem; }
      .feature__card-link:hover [class*="-title"] {
        color: #0764AB; }
    .feature__card:nth-child(odd) {
      border-color: #0764AB; }
    .feature__card:nth-child(even) {
      border-color: #F4BC63; }
      .feature__card:nth-child(even) [class*="-number"] {
        color: #F4BC63; }
    .feature__card-number {
      position: absolute;
      top: -5rem;
      left: 1.3rem;
      color: #0764AB;
      font-size: 4rem;
      font-weight: bold;
      line-height: 100%;
      letter-spacing: 0; }
    @media (min-width: 960.5px) {
      .feature__card--large {
        width: calc(50% - 2rem); } }
    .feature__card--large img {
      max-height: 33.8rem; }
    .feature__card--large [class*="__card-link"] {
      padding-top: 2.3rem;
      padding-left: 2rem;
      padding-bottom: 7.4rem;
      position: relative;
      display: inline-block;
      width: 100%;
      overflow: hidden;
      max-height: 34rem;
      display: flex;
      flex-direction: column; }
    .feature__card--large [class*="-image"] {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0; }
    .feature__card--large [class*="-content"] {
      max-width: 44.8rem; }
    .feature__card--large::before {
      z-index: 2; }
    .feature__card--large [class*="-image"] {
      z-index: 1; }
    .feature__card--large [class*="-header"],
    .feature__card--large [class*="-content"] {
      z-index: 2; }
    @media (max-width: 767px) {
      .feature__card--large [class*="__card-link"] {
        padding: 0 0 1.5rem;
        max-height: auto;
        max-height: unset; }
      .feature__card--large [class*="-header"] {
        position: absolute;
        left: 0;
        width: 100%;
        top: 19.5rem;
        padding: 0 1.5rem; }
      .feature__card--large [class*="-image"] {
        left: 0;
        width: 100%;
        position: relative; }
        .feature__card--large [class*="-image"] img {
          width: 100%;
          aspect-ratio: 1.42/1; }
      .feature__card--large [class*="-content"] {
        padding: 2.5rem 1.5rem 1.5rem; }
      .feature__card--large [class*="-desc"] {
        word-break: auto-phrase;
        overflow-wrap: normal; }
      .feature__card--large .btn__default {
        position: relative !important;
        width: 100%;
        left: unset !important;
        bottom: unset !important;
        padding: 0 1.5rem; } }
    @media (min-width: 960.5px) {
      .feature__card--small {
        width: calc(33.33% - 2.6666666666667rem); }
        .feature__card--small [class*="__card-link"] {
          padding-bottom: 9.2rem;
          display: inline-block;
          width: 100%;
          cursor: pointer; } }
    @media (max-width: 960px) {
      .feature__card--small .btn__default {
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
        z-index: 2 !important;
        padding: 1.5rem; } }
    @media (max-width: 960px) and (min-width: 767.5px) {
      .feature__card--small::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #FFFFFF 70%, #FFFFFF 100%) !important; }
      .feature__card--small:hover::before {
        background: linear-gradient(180deg, rgba(241, 249, 254, 0) 20%, #F1F9FE 70%, #F1F9FE 100%) !important; } }
    .feature__card-info {
      position: relative;
      z-index: 2;
      padding: 0 1.5rem; }
    .feature__card-title {
      font-weight: 500;
      padding-bottom: 1.5rem; }
    .feature__card .btn__default {
      position: absolute;
      left: 2rem;
      bottom: .7rem;
      z-index: 2;
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem; }
      .feature__card .btn__default::after {
        height: 1rem;
        left: 1.1rem;
        width: 1.49rem; }
    @media (min-width: 960.5px) {
      .feature__card-info {
        padding: 0 2rem; } }
    @media (max-width: 960px) {
      .feature__card {
        width: 100%; } }
    @media (max-width: 767px) {
      .feature__card .btn__default-link {
        font-size: 1.5rem; } }
  @media (max-width: 960px) {
    .feature__card-number {
      top: -4.1rem;
      font-size: 3rem; } }

.mask__mess-slider {
  position: relative; }
  .mask__mess-slider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    @media (min-width: 960.5px) {
      .mask__mess-slider::before {
        top: -6.6rem;
        background: url(assets/img/message_bg.png) no-repeat top center/cover; } }

.message {
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .message.space__top-01 {
      padding-top: 0 !important; } }
  .message__title {
    color: #0764AB;
    font-size: 3rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0;
    padding-bottom: 3.6rem; }
    .message__title span {
      display: block; }
      .message__title span:last-child {
        padding-top: 4.5rem; }
  .message__container {
    background: url(assets/img/mess.png) no-repeat center/cover;
    border-radius: 3rem; }
  .message__box-content {
    position: relative;
    z-index: 1; }
  .message__box-item {
    position: relative; }
    @media (max-width: 767px) {
      .message__box-item {
        width: 100%; } }
    .message__box-item-gp {
      position: relative;
      overflow: hidden;
      border-radius: 2rem;
      box-shadow: 0px 0.4rem 3.1rem rgba(0, 0, 0, 0.25);
      margin-bottom: 3.8rem; }
      .message__box-item-gp::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.76);
        filter: blur(1.66rem); }
      .message__box-item-gp::after {
        content: "";
        position: absolute;
        width: 36rem;
        height: 40.9rem;
        bottom: 1.2rem;
        right: 1.05rem;
        left: auto;
        background: url(assets/img/icon.png) no-repeat center/contain;
        z-index: -1;
        filter: blur(0.1rem); }
    @media (min-width: 960.5px) {
      .message__box-item {
        padding-left: 13rem; }
        .message__box-item:first-child {
          width: 52.55014326647564%;
          display: flex; }
        .message__box-item:last-child {
          width: 47.44985673352436%;
          display: flex;
          align-items: flex-end; }
        .message__box-item-gp {
          max-width: 76.8rem;
          padding: 8rem;
          margin-top: 7.5rem; } }
  .message__image-wrapper {
    padding-top: 1.65rem; }
    @media (max-width: 767px) {
      .message__image-wrapper {
        padding-top: 11rem; } }
  .message__doctor-info {
    position: absolute;
    right: 8.4rem;
    top: 10.3rem;
    text-align: center; }
    @media (max-width: 767px) {
      .message__doctor-info {
        display: flex;
        flex-direction: column;
        top: 1rem;
        right: 0; }
        .message__doctor-info p {
          writing-mode: unset; }
          .message__doctor-info p.message__doctor-role {
            border-left: 0;
            margin-top: .5rem;
            border-top: 1px solid; } }
  .message__doctor-en {
    color: #0764AB;
    padding-right: 1.2rem;
    line-height: 1.2; }
  .message__doctor-role {
    writing-mode: tb;
    color: #0764AB;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 156%;
    letter-spacing: 1.4rem;
    border-left: 1px solid #CCCCCC; }
  .message__doctor-jp {
    writing-mode: tb;
    letter-spacing: 1.4rem; }
  .message__img-doctor {
    width: 100%;
    max-width: 49.5rem; }
  .message__links {
    margin-top: 5.1rem;
    display: flex;
    gap: 5rem; }
    @media (max-width: 767px) {
      .message__links {
        gap: 1.5rem; } }
  .message__btn {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    border: 1px solid #CCCCCC;
    border-radius: 1.5rem .8rem .8rem .8rem;
    height: 6.2rem;
    padding-left: 0.8rem;
    gap: .6rem; }
    .message__btn::before {
      content: "";
      position: absolute;
      width: 2.2rem;
      height: 2.2rem;
      position: unset;
      display: inline-flex;
      background: #F1F9FE;
      border-radius: .5rem;
      transition: 0.5s ease;
      z-index: 2; }
    .message__btn::after {
      content: "";
      position: absolute;
      width: 1.96rem;
      height: 0.59rem;
      background-color: currentColor;
      color: currentColor;
      -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 5" fill="none"><path d="M0.75 3.63597H20.3109C19.7051 3.49347 18.002 2.71677 16.0353 0.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
      mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 5" fill="none"><path d="M0.75 3.63597H20.3109C19.7051 3.49347 18.002 2.71677 16.0353 0.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
      -webkit-mask-size: contain;
      mask-size: contain;
      transition: all .3s ease;
      display: block;
      right: 1.32rem;
      top: 50%;
      transform: translateY(-50%);
      right: auto;
      left: 1.3rem;
      height: 0.39rem;
      width: 1.29rem;
      background-color: #0764AB;
      color: #0764AB;
      z-index: 2; }
    .message__btn:hover * {
      color: #0764AB;
      font-weight: 500; }
    .message__btn:hover::before {
      background: #0764AB !important; }
    .message__btn:hover::after {
      background: #FFFFFF;
      -webkit-animation: 0.9s cubic-bezier(0.86, 0, 0.07, 1) forwards arrow-anim;
      animation: 0.9s cubic-bezier(0.86, 0, 0.07, 1) forwards arrow-anim; }
    @media (min-width: 767.5px) {
      .message__btn.vs-01 {
        width: 20.6rem;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 29%, #FFFFFF 46%, #FFFFFF 100%), url("assets/img/sakunoki_01_bg.png") right/contain no-repeat; }
        .message__btn.vs-01:hover {
          background: linear-gradient(270deg, rgba(241, 249, 254, 0) 29%, #F1F9FE 46%, #F1F9FE 100%), url("assets/img/sakunoki_01_bg.png") right/contain no-repeat; } }
    @media (max-width: 767px) {
      .message__btn.vs-01 {
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 20%, #FFFFFF 32%, #FFFFFF 100%), url("assets/img/sakunoki_01_bg.png") right/contain no-repeat; }
        .message__btn.vs-01:hover {
          background: linear-gradient(270deg, rgba(241, 249, 254, 0) 20%, #F1F9FE 32%, #F1F9FE 100%), url("assets/img/sakunoki_01_bg.png") right/contain no-repeat; } }
    .message__btn.vs-01 img {
      width: 4.6rem; }
    .message__btn.vs-02 {
      width: 34.5rem;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 20%, #FFFFFF 38%, #FFFFFF 100%), url("assets/img/sakunoki_02_bg.png") right/contain no-repeat; }
      .message__btn.vs-02:hover {
        background: linear-gradient(270deg, rgba(241, 249, 254, 0) 20%, #F1F9FE 38%, #F1F9FE 100%), url("assets/img/sakunoki_02_bg.png") right/contain no-repeat; }
      .message__btn.vs-02 img {
        width: 7.5rem; }
    @media (max-width: 767px) {
      .message__btn {
        width: 100% !important;
        font-size: 1.5rem !important; } }
    .message__btn-img {
      position: absolute;
      bottom: 0;
      right: 3.2rem;
      width: 100%;
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 767px) {
        .message__btn-img {
          right: 1rem; } }
  @media (max-width: 960px) {
    .message__title {
      font-size: 2.4rem;
      padding-bottom: 1rem; }
      .message__title span:last-child {
        padding-top: 1.5rem; }
    .message__box {
      flex-direction: column-reverse;
      padding: 0 1.5rem; }
      .message__box-item-gp {
        padding: 1.5rem; }
        .message__box-item-gp::after {
          width: 20rem;
          height: 20rem; } }

.slider {
  position: relative;
  overflow: hidden; }
  .slider__scroll {
    border-radius: 2rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
    background: #F1F9FE url(assets/img/icon_slider.png);
    background-repeat: no-repeat;
    background-position: bottom right 7px;
    background-size: 49rem 54rem;
    clip-path: shape(from 0% 3.59%, curve to 1.15% 0% with 0% 1.61%/0.51% 0%, hline to 48.09%, curve to 49.63% 1.86% with 48.66% 0%/49.21% 0.66%, line to 50.01% 2.94%, line to 50.39% 1.86%, curve to 51.93% 0% with 50.81% 0.66%/51.36% 0%, hline to 98.85%, curve to 100% 3.59% with 99.49% 0%/100% 1.61%, vline to 56.5%, hline to 0%, line to 0% 3.59%, close, move to 100% 96.41%, curve to 98.85% 100% with 100% 98.39%/99.49% 100%, line to 51.91% 100%, curve to 50.37% 98.14% with 51.34% 100%/50.79% 99.34%, line to 49.99% 97.06%, line to 49.61% 98.14%, curve to 48.07% 100% with 49.19% 99.34%/48.64% 100%, line to 1.15% 100%, curve to 0% 96.41% with 0.51% 100%/0% 98.39%, line to 0% 43.5%, line to 100% 43.5%, line to 100% 96.41%, close); }
    @media (max-width: 960px) {
      .slider__scroll {
        background-size: 28rem; } }
    .slider__scroll::before, .slider__scroll::after {
      content: "";
      position: absolute;
      width: 13rem;
      height: 100%;
      top: 0;
      bottom: 0;
      z-index: 1; }
    .slider__scroll::before {
      left: 0;
      background: linear-gradient(to left, rgba(241, 249, 254, 0) 0%, #F1F9FE 100%); }
    .slider__scroll::after {
      right: 0;
      background: linear-gradient(to right, rgba(241, 249, 254, 0) 0%, #F1F9FE 100%); }
    .slider__scroll .scroll-infinity__list {
      gap: 3rem; }
      .slider__scroll .scroll-infinity__list img {
        border-radius: 1rem;
        width: 48.7rem; }
    .slider__scroll .scroll-infinity__item:last-child {
      margin-right: 3rem; }
    .slider__scroll .scroll-infinity__item:nth-child(even) img {
      margin-top: 3rem; }

/* ================================
    Infinity Scroll (Left)
================================ */
@keyframes scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.scroll-infinity {
  position: relative;
  overflow: hidden; }
  .scroll-infinity__wrap {
    display: flex;
    width: 400%; }
  .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.1s; }
  .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; }
  @media (max-width: 960px) {
    .scroll-infinity__list {
      gap: 1.2rem !important; }
    .scroll-infinity__item {
      width: 20rem !important; }
      .scroll-infinity__item:last-child {
        margin-right: 1.2rem !important; }
      .scroll-infinity__item:nth-child(even) img {
        margin-top: 1.2rem !important; } }

.column__header {
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 7rem;
  border-bottom: 1px solid #CCCCCC; }
  .column__header::before {
    content: "";
    position: absolute;
    width: 16.8rem;
    height: 2px;
    left: 0;
    bottom: -.5px;
    background: #0764AB; }
  .column__header-title {
    color: #0764AB;
    font-size: 4rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0; }
    @media (max-width: 767px) {
      .column__header-title {
        font-size: 3.5rem; } }
.column .column-list * {
  transition: 0.5s ease; }
.column .column-list__thumb {
  position: relative;
  border-radius: 1rem;
  overflow: hidden; }
  .column .column-list__thumb:hover img {
    transform: scale(1.08); }
  .column .column-list__thumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(7, 100, 171, 0.8);
    z-index: 1; }
  .column .column-list__thumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 12.5rem;
    margin: 0 auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(assets/img/icon-column.svg) no-repeat center/contain;
    z-index: 2; }
.column .column-list__item:hover [class*="__date"],
.column .column-list__item:hover [class*="__title"] {
  font-weight: 500; }
.column .column-list__more, .column .column-list__title, .column .column-list__excerpt {
  color: #0764AB;
  font-weight: 400; }
.column .column-list__more {
  text-decoration: underline; }
.column .column-list__excerpt {
  color: #160c0c; }
.column .column-list__date {
  color: #0764AB;
  font-weight: 400;
  width: 10.1rem;
  height: 3rem;
  border-radius: 10rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F9FE; }

.clinic {
  position: relative;
  margin-bottom: -3.6rem;
  background: url(assets/img/bg_clinic.png) no-repeat center/cover;
  padding-bottom: 10rem; }
  .clinic::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 3.6rem);
    left: 0;
    top: 0;
    background: rgba(241, 249, 254, 0.95); }
  .clinic__inner-gp {
    background: rgba(255, 255, 255, 0.47);
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.47); }
  .clinic__block {
    padding: 2rem; }
    @media (min-width: 960.5px) {
      .clinic__block {
        width: 50%;
        padding-top: 5.5rem; }
        .clinic__block--left {
          padding-left: 5.5rem; }
          .clinic__block--left table tr td {
            color: #454545;
            font-size: 1.8rem;
            font-weight: 400;
            line-height: 155%;
            letter-spacing: 0.05rem; }
            .clinic__block--left table tr td:first-child {
              width: 7.5rem;
              font-weight: 500;
              vertical-align: baseline;
              border-bottom: 2px solid #0764AB; }
            .clinic__block--left table tr td:last-child {
              padding-left: 2.3rem !important; }
        .clinic__block--right {
          padding-right: 5.5rem; } }
    .clinic__block table {
      width: 100%;
      table-layout: fixed;
      border-collapse: collapse;
      border-spacing: 0; }
      .clinic__block table tr th,
      .clinic__block table tr td {
        padding: 1.8rem 0 1.8rem !important; }
      .clinic__block table tr:first-child td,
      .clinic__block table tr th {
        padding-top: 0 !important; }
    .clinic__block .information__notes {
      padding-bottom: 2rem;
      border-bottom: 1px solid #CCCCCC; }
    @media (max-width: 960px) {
      .clinic__block {
        padding: 1.5rem; }
        .clinic__block--left table tr td:first-child {
          width: 8rem;
          border-bottom: 2px solid #0764AB; }
        .clinic__block--left table tr td:last-child {
          width: calc(100% - 10rem);
          padding-left: 1.2rem !important; }
        .clinic__block .information__table td {
          padding: 1.2rem 0 !important; } }
    @media (max-width: 767px) {
      .clinic__block .information__table td,
      .clinic__block table tr td {
        padding: 1.3rem 0 !important; } }
  .clinic__item {
    border-bottom: 1px solid #CCCCCC; }
  .clinic__contact {
    margin-top: 3rem; }
    .clinic__contact .popup__btn-tel--link {
      width: 28rem;
      height: 9rem;
      background: #0764AB; }
      .clinic__contact .popup__btn-tel--link * {
        color: #FFFFFF !important; }
    @media (max-width: 767px) {
      .clinic__contact {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center; } }
  .clinic__map {
    height: 38.9rem; }
    .clinic__map iframe {
      height: 100%; }

.instagram__btn {
  display: none !important; }

.group-title-01 {
  text-align: center;
  width: 100%; }
  .group-title-01 :is(h2, h3, h4, h5, h6) {
    color: #0764AB;
    font-size: 3rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.4rem;
    text-shadow: 1px 1px 0 #171717; }
    .group-title-01 :is(h2, h3, h4, h5, h6)::before, .group-title-01 :is(h2, h3, h4, h5, h6)::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1; }
    .group-title-01 :is(h2, h3, h4, h5, h6)::before {
      bottom: 0;
      width: 7.6rem;
      height: 2rem;
      -webkit-mask: url(assets/img/line-02.png) center/contain no-repeat;
      mask: url(assets/img/line-02.png) center/contain no-repeat;
      background-color: #333; }
    .group-title-01 :is(h2, h3, h4, h5, h6)::after {
      top: 1.5rem;
      width: 7.8rem;
      height: 6.3rem;
      -webkit-mask: url(assets/img/icon.png) center/contain no-repeat;
      mask: url(assets/img/icon.png) center/contain no-repeat;
      background-color: #ccc; }
.group-title-02 :is(h2, h3, h4, h5, h6) {
  --color: #0764AB;
  width: 100%;
  display: block;
  color: #0764AB;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1rem;
  position: relative;
  padding: 2rem 0; }
  .group-title-02 :is(h2, h3, h4, h5, h6)::before, .group-title-02 :is(h2, h3, h4, h5, h6)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: .4rem;
    left: 0;
    bottom: 0; }
  .group-title-02 :is(h2, h3, h4, h5, h6)::after {
    --color: #0764AB;
    background: -webkit-repeating-linear-gradient(-45deg, var(--color), var(--color) 10%, #fff 10%, #fff 30%, var(--color) 30%, var(--color) 70%, #fff 70%, #fff 90%, var(--color) 90%, var(--color) 100%);
    background: repeating-linear-gradient(-45deg, var(--color), var(--color) 10%, #fff 10%, #fff 30%, var(--color) 30%, var(--color) 70%, #fff 70%, #fff 90%, var(--color) 90%, var(--color) 100%);
    background-size: .6rem .4rem;
    opacity: 0.7; }
  .group-title-02 :is(h2, h3, h4, h5, h6)::before {
    --color: #0764AB;
    width: 10rem;
    z-index: 1;
    background-color: var(--color); }
.group-title-02.vs-02 :is(h2, h3, h4, h5, h6) {
  --color: #0764AB;
  color: #ffffff;
  background-color: var(--color);
  padding-left: 2rem;
  padding-right: 2rem; }
  .group-title-02.vs-02 :is(h2, h3, h4, h5, h6)::before, .group-title-02.vs-02 :is(h2, h3, h4, h5, h6)::after {
    content: none; }
.group-title-03 :is(h2, h3, h4, h5, h6) {
  width: 100%;
  display: block;
  color: #0764AB;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1rem;
  position: relative;
  padding-left: 2.5rem; }
  .group-title-03 :is(h2, h3, h4, h5, h6)::before {
    --color: #0764AB;
    background-color: var(--color);
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 0;
    top: .75rem; }
.group-title-04 :is(h2, h3, h4, h5, h6) {
  width: 100%;
  display: block;
  color: #0764AB;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1rem;
  position: relative; }
@media (max-width: 960px) {
  .group-title-01 :is(h2, h3, h4, h5, h6) {
    font-size: 2.3rem;
    letter-spacing: 0;
    padding-top: 3.7rem !important;
    padding-bottom: 2.5rem !important;
    word-break: auto-phrase;
    overflow-wrap: normal; }
    .group-title-01 :is(h2, h3, h4, h5, h6)::before {
      width: 5rem; }
    .group-title-01 :is(h2, h3, h4, h5, h6)::after {
      width: 6.5rem;
      height: 5.5rem; }
  .group-title-02 :is(h2, h3, h4, h5, h6) {
    font-size: 2rem;
    padding: 1.5rem 0;
    letter-spacing: .05rem; }
    .group-title-02 :is(h2, h3, h4, h5, h6)::before, .group-title-02 :is(h2, h3, h4, h5, h6)::after {
      height: .2rem; }
  .group-title-03 :is(h2, h3, h4, h5, h6) {
    font-size: 1.8rem;
    padding-left: 2rem; }
    .group-title-03 :is(h2, h3, h4, h5, h6)::before {
      width: 1.2rem;
      height: 1.2rem; }
  .group-title-04 :is(h2, h3, h4, h5, h6) {
    font-size: 1.8rem; } }

.main_page p {
  text-align: justify; }

.section-title--style03 {
  color: #fff;
  padding: 1rem;
  background: #0764AB;
  text-align: center; }
  .section-title--style03 :is(h2, h3, h4, h5, h6) {
    font-size: 2.2rem;
    font-weight: 500; }

/*
*　 テーブル
*/
.block-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .block-table table th,
  .block-table table td {
    font-size: 1.6rem;
    line-height: 190%;
    color: #171717;
    font-weight: 500;
    letter-spacing: .115rem;
    vertical-align: top;
    text-align: justify; }
  @media (min-width: 960.5px) {
    .block-table table.first td:first-child {
      width: 28.8rem; } }
.block-table .maps-info td {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }
  .block-table .maps-info td:first-child {
    width: 20rem; }
.block-table-01.td-width-50 td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .block-table-01.td-width-50 td:first-child {
    width: 30rem !important; }
@media (min-width: 960.5px) {
  .block-table-01 tr:nth-child(even) td {
    background-color: rgba(7, 100, 171, 0.5); } }
.block-table-01 tr:first-child td {
  border-top: 1px solid rgba(7, 100, 171, 0.5);
  border-left: 1px solid rgba(7, 100, 171, 0.5);
  border-right: 1px solid rgba(7, 100, 171, 0.5); }
.block-table-01 tr:last-child td {
  border-bottom: 1px solid rgba(7, 100, 171, 0.5);
  border-left: 1px solid rgba(7, 100, 171, 0.5);
  border-right: 1px solid rgba(7, 100, 171, 0.5); }
.block-table-01 td {
  padding: 1.8rem 2rem;
  border: 1px solid rgba(7, 100, 171, 0.5); }
  .block-table-01 td:first-child {
    width: 15rem;
    padding-right: 0; }
  .block-table-01 td:last-child {
    padding-right: 0; }
.block-table-02 table {
  table-layout: fixed;
  border: 0 !important; }
.block-table-02 th,
.block-table-02 td {
  padding: 1.5rem 1rem;
  border: rgba(7, 100, 171, 0.8) solid 1px !important;
  vertical-align: middle; }
  .block-table-02 th:not(:first-child),
  .block-table-02 td:not(:first-child) {
    text-align: center;
    width: calc((100% - 40rem) / 7); }
  .block-table-02 th:first-child,
  .block-table-02 td:first-child {
    width: 40rem; }
.block-table-02 th,
.block-table-02 td:first-child {
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: bold !important;
  color: #0764AB !important;
  background-color: rgba(7, 100, 171, 0.2); }
.block-table-03 th,
.block-table-03 td {
  border: 1px solid #0764AB;
  vertical-align: middle !important;
  padding: 2rem; }
.block-table-03 th {
  background-color: rgba(7, 100, 171, 0.2); }
.block-table-03 li:not(:last-child) {
  margin-bottom: 1rem; }
@media (min-width: 960.5px) {
  .block-table-03.table-width-first th:first-child,
  .block-table-03.table-width-first td:first-child {
    width: 30rem; } }
@media (max-width: 960px) {
  .block-table-03.thead-pc thead {
    display: none; } }
.block-table-04 th,
.block-table-04 td {
  border: 1px solid #0764AB;
  vertical-align: middle !important;
  padding: 2rem;
  word-break: auto-phrase;
  overflow-wrap: normal; }
  .block-table-04 th:first-child,
  .block-table-04 td:first-child {
    background-color: rgba(7, 100, 171, 0.2); }
.block-table-04 th {
  background-color: rgba(7, 100, 171, 0.2); }
.block-table-04 li:not(:last-child) {
  margin-bottom: 1rem; }
@media (min-width: 960.5px) {
  .block-table-04.table-width-first th:first-child,
  .block-table-04.table-width-first td:first-child {
    width: 30rem; } }
@media (max-width: 960px) {
  .block-table-04.thead-pc thead {
    display: none; } }

@media (max-width: 960px) {
  .os-main {
    overflow: hidden; }

  .block-table table th,
  .block-table table td {
    font-size: 1.5rem;
    line-height: 185%;
    letter-spacing: .115rem; }
  .block-table .maps-info td {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
    .block-table .maps-info td:first-child {
      width: 20rem; }
  .block-table-01.td-width-50 td {
    width: 100%;
    float: left;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    .block-table-01.td-width-50 td:first-child {
      width: 100% !important; }
  .block-table-01 tr:first-child td {
    border-top: 0px !important; }
  .block-table-01 td {
    padding: 1.5rem !important;
    float: left !important;
    width: 100% !important; }
    .block-table-01 td:first-child {
      background-color: #0764AB;
      color: #ffffff; }
    .block-table-01 td:last-child {
      background-color: #ffffff !important; }
  .block-table-02 table {
    table-layout: auto; }
  .block-table-02 th,
  .block-table-02 td {
    padding: 1rem 0.3rem;
    border: rgba(7, 100, 171, 0.5) solid 1px !important; }
    .block-table-02 th:not(:first-child),
    .block-table-02 td:not(:first-child) {
      width: calc((100% - 11rem) / 7); }
    .block-table-02 th:first-child,
    .block-table-02 td:first-child {
      width: 11rem; }
  .block-table-02 th,
  .block-table-02 td:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    background-color: rgba(7, 100, 171, 0.1); }
  .block-table-03.fix-sp {
    overflow-x: auto; }
    .block-table-03.fix-sp table {
      width: 60.5rem; }
    .block-table-03.fix-sp td {
      float: inherit !important;
      width: auto !important;
      border: 1px solid #0764AB !important; }
      .block-table-03.fix-sp td:first-child {
        background-color: rgba(203, 150, 97, 0.2);
        color: #171717; }
      .block-table-03.fix-sp td:last-child {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important; }
  .block-table-03 th,
  .block-table-03 td {
    padding: 1rem; }
  .block-table-03 tr:last-child td:last-child {
    border-bottom: 1px solid #0764AB !important; }
  .block-table-03 td {
    padding: 1.5rem !important;
    float: left !important;
    width: 100% !important;
    border: 0 !important; }
    .block-table-03 td:first-child {
      background-color: #0764AB;
      color: #ffffff; }
    .block-table-03 td:last-child {
      background-color: #ffffff !important;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
@media (max-width: 960px) and (max-width: 767px) {
  .block-table-04 th,
  .block-table-04 td {
    padding: 1rem; }
  .block-table-04 tr:last-child td:last-child {
    border-bottom: 1px solid #0764AB !important; }
  .block-table-04 td {
    padding: 1.5rem !important;
    float: left !important;
    width: 100% !important; }
    .block-table-04 td:first-child {
      background-color: #0764AB;
      color: #ffffff; }
    .block-table-04 td:last-child {
      background-color: #ffffff !important; } }

/*
*   雲の画像
*/
.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__item img.vs-02 {
        max-width: 800px;
        margin: 0 auto; }
  .image-gallery__title {
    background-color: rgba(7, 100, 171, 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 {
    gap: 3rem; }
    .image-gallery--col2.vs-01 {
      gap: 5rem; }
      .image-gallery--col2.vs-01 .image-gallery__item {
        flex-basis: calc(50% - 2.5rem); }
    .image-gallery--col2 .image-gallery__item {
      flex-basis: calc(50% - 1.5rem); }
      .image-gallery--col2 .image-gallery__item img {
        border-radius: 0; }
  @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% !important; } }

.column-default-30 {
  margin-top: 4rem; }
  .column-default-30 .item {
    width: calc((100% - 4.001rem) / 3);
    margin-right: 2rem; }
    .column-default-30 .item:nth-child(3n) {
      margin-right: 0; }
    .column-default-30 .item img {
      border-radius: 1rem;
      width: 100%;
      aspect-ratio: 4 / 2.8;
      object-fit: cover; }
@media (max-width: 960px) {
  .column-default-30 {
    margin-top: 2rem; }
    .column-default-30 .item {
      width: calc((100% - 2.001rem) / 3);
      margin-right: 1rem; }
      .column-default-30 .item img {
        border-radius: 0.5rem;
        aspect-ratio: 4 / 3; } }

.colums-block p {
  text-align: justify;
  letter-spacing: .08rem; }
  .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%;
    aspect-ratio: 1.4 / 1; }
  .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; } }

.column-equipment {
  flex-wrap: wrap; }

.column-default-grid {
  display: grid;
  gap: 4rem 2rem;
  grid-template-columns: repeat(3, 1fr); }
  .column-default-grid img {
    border-radius: 1rem;
    width: 100%;
    aspect-ratio: 4 / 2.8;
    object-fit: cover;
    margin-bottom: 1.5rem; }
  @media (max-width: 960px) {
    .column-default-grid {
      gap: 3rem 1rem;
      grid-template-columns: repeat(2, 1fr); }
      .column-default-grid img {
        border-radius: 0.5rem;
        aspect-ratio: 4 / 3; } }

.block-maps iframe {
  vertical-align: top;
  width: 100% !important;
  height: 40rem;
  border: 0 !important; }
@media (max-width: 960px) {
  .block-maps iframe {
    height: 23rem; } }

.wrap-img {
  position: relative;
  display: inline-block;
  margin-top: 1.5rem; }
  .wrap-img::after, .wrap-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #0764AB;
    border-radius: 1rem;
    z-index: 1;
    opacity: 0;
    transition: ease all 0.35s; }
  .wrap-img::after {
    left: 0rem;
    top: 0rem;
    animation: imgAfter 0.35s 0.85s linear forwards; }
  .wrap-img::before {
    right: 0rem;
    top: 0rem;
    z-index: -1;
    border: 0;
    background-color: rgba(7, 100, 171, 0.4);
    animation: imgBefore 0.35s 0.5s linear forwards; }
  @media (max-width: 960px) {
    .wrap-img::after, .wrap-img::before {
      border-radius: 0.5rem; } }

@keyframes imgBefore {
  0% {
    right: 0rem;
    top: 0rem;
    opacity: 0; }
  100% {
    right: -1.5rem;
    top: 1.5rem;
    opacity: 1; } }
@keyframes imgAfter {
  0% {
    left: 0rem;
    top: 0rem;
    opacity: 0; }
  100% {
    left: -1.5rem;
    top: -1.5rem;
    opacity: 1; } }
@media (max-width: 960px) {
  @keyframes imgBefore {
    0% {
      right: 0rem;
      top: 0rem;
      opacity: 0; }
    100% {
      right: -0.8rem;
      top: 0.8rem;
      opacity: 1; } }
  @keyframes imgAfter {
    0% {
      left: 0rem;
      top: 0rem;
      opacity: 0; }
    100% {
      left: -0.8rem;
      top: -0.8rem;
      opacity: 1; } } }
.block-list {
  --color: #0764AB; }
  .block-list ul,
  .block-list ol {
    width: 100%;
    padding: 3rem 3rem 2.3rem 3rem;
    border: 2px solid var(--color); }
    .block-list ul.bg-white,
    .block-list ol.bg-white {
      background-color: #ffffff;
      border: 2px solid #ffffff; }
    .block-list ul *,
    .block-list ol * {
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 190%;
      letter-spacing: .115rem;
      color: #171717; }
    .block-list ul li,
    .block-list ol li {
      padding-left: 3rem;
      position: relative;
      margin-bottom: 1rem; }
      .block-list ul li strong,
      .block-list ol li strong {
        color: #0764AB;
        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: .3rem;
        background-color: var(--color);
        -webkit-mask: url("assets/img/circle-check.svg") no-repeat center;
        -webkit-mask-size: contain;
        mask: url("assets/img/circle-check.svg") no-repeat center;
        mask-size: contain; }
      .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: #0764AB;
      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; } }

.block__faq--item {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0.5rem 0.5rem 0px #0764AB;
  border: 1px solid #0764AB; }
  .block__faq--item:nth-child(2n) {
    box-shadow: -0.5rem 0.5rem 0px #0764AB;
    border: 1px solid #0764AB; }

.t-center {
  text-align: center !important; }

.block-list-flow.no-before li::before {
  content: none !important; }
.block-list-flow li {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0.5rem 0.5rem 0px #0764AB;
  border: 1px solid #0764AB;
  padding: 5rem;
  position: relative; }
  .block-list-flow li .numbox {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0764AB;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 1.8rem; }
  .block-list-flow li .group-title-03 * {
    color: #0764AB; }
    .block-list-flow li .group-title-03 *::before {
      background-color: #0764AB; }
  .block-list-flow li:nth-child(2n) {
    box-shadow: -0.5rem 0.5rem 0px #0764AB;
    border: 1px solid #0764AB; }
    .block-list-flow li:nth-child(2n) .group-title-03 * {
      color: #0764AB; }
      .block-list-flow li:nth-child(2n) .group-title-03 *::before {
        background-color: #0764AB; }
    .block-list-flow li:nth-child(2n) .numbox, .block-list-flow li:nth-child(2n)::before {
      background-color: #0764AB !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: -2.5rem;
      transform: translateX(-50%);
      width: 6.5rem;
      height: 2rem;
      background-color: #0764AB;
      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 li {
    padding: 5rem 2rem 2rem; } }

.recruit__btn {
  gap: 2rem;
  margin-bottom: 6rem; }
  .recruit__btn .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 1.5rem 2rem;
    font-weight: 500;
    color: #fff;
    background: #F4BC63;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    width: 33.333%; }
    .recruit__btn .btn:hover, .recruit__btn .btn.active {
      background: #0764AB; }
.recruit__content {
  max-width: 128rem;
  margin: 0 auto; }
  .recruit__content:not(.active) {
    display: none; }

@media (max-width: 960px) {
  .recruit {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 6rem; }
    .recruit__btn {
      gap: 1rem;
      flex-wrap: wrap;
      margin-bottom: 3.5rem; }
      .recruit__btn .btn {
        width: calc(50% - .5rem); } }
      @media (max-width: 960px) and (max-width: 767px) {
        .recruit__btn .btn {
          width: 100%; } }

/*# sourceMappingURL=style.css.map */
