@charset "UTF-8";
:root {
  --color-main01: #AF9147;
  --color-green: #007864;
}

:root {
  --vw-size11: clamp(10px, calc(((11 + 2) / 1360) * 100vw), 11px);
  --vw-size12: clamp(10px, calc(((12 + 2) / 1360) * 100vw), 12px);
  --vw-size14: clamp(12px, calc(((14 + 2) / 1360) * 100vw), 14px);
  --vw-size16: clamp(13px, calc(((16 + 2) / 1360) * 100vw), 16px);
  --vw-size18: clamp(14px, calc(((18 + 2) / 1360) * 100vw), 18px);
  --vw-size20: clamp(15px, calc(((20 + 2) / 1920) * 100vw), 20px);
  --vw-size24: clamp(18px, calc(((24 + 2) / 1360) * 100vw), 24px);
  --vw-size28: clamp(19px, calc(((28 + 2) / 1360) * 100vw), 28px);
  --vw-size30: clamp(20px, calc(((30 + 2) / 1360) * 100vw), 30px);
  --vw-size32: clamp(20px, calc(((32 + 2) / 1360) * 100vw), 32px);
  --vw-size40: clamp(22px, calc(((40 + 2) / 1360) * 100vw), 40px);
  --vw-size45: clamp(24px, calc(((45 + 2) / 1920) * 100vw), 45px);
  --vw-size48: clamp(26px, calc(((48 + 2) / 1360) * 100vw), 48px);
  --vw-size56: clamp(30px, calc(((56 + 2) / 1360) * 100vw), 56px);
  --vw-size80: clamp(40px, calc(((80 + 2) / 1360) * 100vw), 80px);
  --vw-size100: clamp(50px, calc(((100 + 2) / 1360) * 100vw), 100px);
}

.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
#mainvisual .mv .img-caps {
  bottom: 50px;
}
@media screen and (max-width: 1199px) {
  #mainvisual .mv .img-caps {
    bottom: 0px;
  }
}

#tel-footer .other-links a {
  color: #fff;
}

figure {
  position: relative;
}
figure figcaption {
  font-size: 10px !important;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 5;
}
figure figcaption.bk {
  color: #000;
  text-shadow: none;
}
figure figcaption.bk.bg {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  text-shadow: none;
  bottom: 1px;
  right: 1px;
}
figure figcaption.wh {
  text-shadow: none;
}
figure figcaption.left {
  text-align: left;
  right: auto;
  left: 5px;
}
figure figcaption.btm {
  color: #000;
  margin-top: 5px;
  text-shadow: none;
  position: static;
}
figure figcaption.top {
  bottom: auto;
  top: 5px;
}
figure figcaption.bg {
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  text-shadow: none;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  figure figcaption.bg.spbtm {
    background: none;
    padding: 0;
  }
}
figure figcaption.bg.left {
  text-align: left;
  right: auto;
  left: 0;
}
figure figcaption.bg02 {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-shadow: none;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  figure figcaption.bg02 {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  figure figcaption.bg02.spbtm {
    background: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  figure figcaption.spbtm {
    color: #000;
    margin-top: 5px;
    text-shadow: none;
    position: static;
  }
}

.c-heading-3 {
  font-size: var(--vw-size32);
  font-weight: normal;
  line-height: 1.7em;
  margin-bottom: clamp(30px, 2.9411764706%, 40px);
}
.c-heading-3 span.en {
  display: block;
  font-size: var(--vw-size16);
  line-height: 1;
  color: var(--color-green);
  font-family: "Cinzel", serif;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-heading-3 span.en {
    margin-bottom: 20px;
  }
}

.c-heading-3-en {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: var(--vw-size56);
  font-weight: normal;
  line-height: 1;
  margin-bottom: clamp(30px, 2.9411764706%, 40px);
}
.c-heading-3-en.contentsh3 {
  font-size: var(--vw-size16);
}

.c-heading-4-en {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: var(--vw-size40);
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
}

.c-heading-4 {
  font-size: var(--vw-size24);
  font-weight: normal;
  line-height: 1.7em;
  margin-bottom: 20px;
}

.c-heading-5 {
  font-size: var(--vw-size20);
  font-weight: normal;
  line-height: 1.7em;
  margin-bottom: 10px;
}

.c-cc {
  font-size: var(--vw-size24);
  font-weight: normal;
  line-height: 1.7em;
  margin-bottom: 20px;
}

.c-text {
  font-size: var(--vw-size16);
  line-height: 2.3em;
}
.c-text.cnt {
  text-align: center;
}
@media (max-width: 767px) {
  .c-text.cnt.spLeft {
    text-align: left;
  }
}

.c-subtext {
  font-size: var(--vw-size14);
}

.center {
  text-align: center;
}

.note {
  font-size: 10px;
  line-height: 1.5em;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .note {
    font-size: 10px;
  }
}
.note + .note {
  margin-top: 0;
}
.note.mt10 {
  margin-top: 10px;
}
.note.mt0 {
  margin-top: 0;
}
.note.c01 {
  text-indent: -1em;
  padding-left: 1em;
}
.note.c02 {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.note.cnt {
  text-align: center;
}
.note.right {
  text-align: right;
}

.spImgScroll {
  position: relative;
}
@media (max-width: 767px) {
  .spImgScroll {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .spImgScroll::before {
    content: "";
    width: 150px;
    height: 50px;
    background: url(../../img/icon_swipe.png) no-repeat center center;
    background-size: cover;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-animation: swipe 2.5s linear 0s infinite;
            animation: swipe 2.5s linear 0s infinite;
    -webkit-transition: opacity 0.4s linear 0s;
    transition: opacity 0.4s linear 0s;
  }
}
.spImgScroll.iconOff::before {
  opacity: 0;
}
.spImgScroll .cap01 {
  font-size: 10px;
  color: #000;
  text-shadow: 0 0 5px #fff;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 5;
}
.spImgScroll .cap01.wh {
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
@media (max-width: 767px) {
  .spImgScroll .imgInner {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .spImgScroll .imgInner img {
    width: 900px;
    max-width: none;
  }
}

@-webkit-keyframes swipe {
  0% {
    left: 40%;
  }
  50% {
    left: 60%;
  }
  100% {
    left: 40%;
  }
}

@keyframes swipe {
  0% {
    left: 40%;
  }
  50% {
    left: 60%;
  }
  100% {
    left: 40%;
  }
}
.inner01 {
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
}

.contsLink {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contsLink .inner01 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contsLink h3.contentsh3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.contsLink .contsLinkBox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .contsLink .contsLinkBox ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contsLink .contsLinkBox ul li {
  width: 25%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contsLink .contsLinkBox ul li {
    width: 100%;
    height: 30vw;
  }
}
@media (max-width: 767px) {
  .contsLink .contsLinkBox ul li.developmentPage a .bg figure img {
    -o-object-position: center 73%;
       object-position: center 73%;
  }
}
@media (min-width: 992px) {
  .contsLink .contsLinkBox ul li a:hover .bg figure {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (min-width: 992px) {
  .contsLink .contsLinkBox ul li a:hover .textBox p.read-more span {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.contsLink .contsLinkBox ul li a .bg {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .contsLink .contsLinkBox ul li a .bg {
    height: 30vw;
  }
}
.contsLink .contsLinkBox ul li a .bg figure {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
.contsLink .contsLinkBox ul li a .bg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contsLink .contsLinkBox ul li a .textBox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .contsLink .contsLinkBox ul li a .textBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    left: 5%;
  }
}
.contsLink .contsLinkBox ul li a .textBox p {
  color: #fff;
  font-family: "Cinzel", serif;
}
.contsLink .contsLinkBox ul li a .textBox p.text-en {
  font-size: var(--vw-size32);
}
.contsLink .contsLinkBox ul li a .textBox p.read-more {
  border-bottom: solid 1px #fff;
  font-size: var(--vw-size16);
  padding: 0 5px;
}
.contsLink .contsLinkBox ul li a .textBox p.read-more span {
  display: inline-block;
  font-family: "Ryumin Light KL", YuMincho, "Yu Mincho", A1 Mincho, "Hiragino Mincho ProN", serif;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}

.entryFlowWrap {
  position: relative;
  padding: 150px 0 80px;
}
@media (max-width: 767px) {
  .entryFlowWrap {
    padding: 100px 0 60px;
  }
}
.entryFlowWrap #bg-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.1;
}
.entryFlowWrap #bg-wrap svg {
  width: 100%;
  height: 100%;
}
.entryFlowWrap .inner01 {
  position: relative;
  z-index: 2;
}
.entryFlowWrap .bnrWrap {
  width: 100%;
  max-width: 1140px;
  margin: 60px auto 0;
  position: relative;
}
.entryFlowWrap .bnrWrap .detail {
  width: 10.5263157895%;
  position: absolute;
  bottom: 18%;
  right: 1%;
  z-index: 3;
}
@media (max-width: 767px) {
  .entryFlowWrap .bnrWrap .detail {
    width: 30%;
  }
}
.entryFlowWrap .bnrWrap .detail span {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
.entryFlowWrap .bnrWrap .detail span.off {
  z-index: 4;
}
.entryFlowWrap .bnrWrap .detail span.on {
  z-index: 3;
}
.entryFlowWrap .bnrWrap a {
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (min-width: 992px) {
  .entryFlowWrap .bnrWrap a:hover .detail span.off {
    opacity: 0;
  }
}
.entryFlowWrap .entryTtl {
  text-align: center;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: clamp(30px, 4.1vw, 56px);
  line-height: 1;
  margin-bottom: 80px;
}
.entryFlowWrap .entryFlowList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 767px) {
  .entryFlowWrap .entryFlowList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.entryFlowWrap .entryFlowList .inBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.entryFlowWrap .entryFlowList .inBox .stepTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .entryFlowWrap .entryFlowList .inBox .stepTtl {
    margin-bottom: 15px;
  }
}
.entryFlowWrap .entryFlowList .inBox .stepTtl::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}
.entryFlowWrap .entryFlowList .inBox .stepTtl .ttl {
  color: var(--color-green);
  font-family: "Cinzel", serif;
  font-weight: 400;
}
.entryFlowWrap .entryFlowList .inBox .stepTtl .ttl span {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1;
  display: block;
}
.entryFlowWrap .entryFlowList .inBox .stepTtl .ttl strong {
  font-size: clamp(20px, 2.64vw, 36px);
  font-weight: 400;
  line-height: 1;
  display: block;
}
.entryFlowWrap .entryFlowList .inBox .txtArea {
  padding-left: 64px;
}
@media (max-width: 991px) {
  .entryFlowWrap .entryFlowList .inBox .txtArea {
    padding-left: 42px;
  }
}
.entryFlowWrap .entryFlowList .inBox .txtArea p.sttl {
  font-size: clamp(18px, 1.76vw, 24px);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .entryFlowWrap .entryFlowList .inBox .txtArea p.sttl {
    margin-bottom: 10px;
  }
}
.entryFlowWrap .entryFlowList .inBox .txtArea p.txt {
  font-size: clamp(12px, 1vw, 14px);
}
.entryFlowWrap .entryFlowList .inBox .txtArea p.entryBtn {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .entryFlowWrap .entryFlowList .inBox .txtArea p.entryBtn {
    margin-top: 20px;
  }
}
.entryFlowWrap .entryFlowList .inBox .txtArea p.entryBtn a {
  background: var(--color-main01);
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: clamp(14px, 1.3vw, 18px);
  padding: 5px 40px;
}
.entryFlowWrap .entryFlowList .inBox .txtArea p.entryBtn a::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.4s ease 0s;
  transition: right 0.4s ease 0s;
}
@media (min-width: 992px) {
  .entryFlowWrap .entryFlowList .inBox .txtArea p.entryBtn a:hover::before {
    right: 12px;
  }
}

.invFade {
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: opacity 1s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 1s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 1s ease 0s, filter 1s ease 0s;
  transition: opacity 1s ease 0s, filter 1s ease 0s, -webkit-filter 1s ease 0s;
}
.invFade.fa01 {
  -webkit-transition: opacity 1s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 1s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 1s ease 0s, filter 1s ease 0s;
  transition: opacity 1s ease 0s, filter 1s ease 0s, -webkit-filter 1s ease 0s;
}
.invFade.fa02 {
  -webkit-transition: opacity 1s ease 0.3s, -webkit-filter 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, -webkit-filter 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, filter 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, filter 1s ease 0.3s, -webkit-filter 1s ease 0.3s;
}
.invFade.fa03 {
  -webkit-transition: opacity 1s ease 0.6s, -webkit-filter 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, -webkit-filter 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, filter 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, filter 1s ease 0.6s, -webkit-filter 1s ease 0.6s;
}
.invFade.inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.invRight {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
.invRight.inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.invLeft {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
.invLeft.inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.invUp {
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s, filter 1s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s, filter 1s ease 0s, -webkit-transform 0.8s ease 0s, -webkit-filter 1s ease 0s;
}
.invUp.fa01 {
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s, -webkit-filter 1s ease 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s, -webkit-filter 1s ease 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s, filter 1s ease 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s, filter 1s ease 0.3s, -webkit-transform 0.8s ease 0.3s, -webkit-filter 1s ease 0.3s;
}
.invUp.fa02 {
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s, -webkit-filter 1s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s, -webkit-filter 1s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, transform 0.8s ease 0.6s, filter 1s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, transform 0.8s ease 0.6s, filter 1s ease 0.6s, -webkit-transform 0.8s ease 0.6s, -webkit-filter 1s ease 0.6s;
}
.invUp.inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .invRight {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  .invLeft {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  .invUp {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@media screen and (max-width: 767px) {
  .invRight {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  .invLeft {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .invUp {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
.mt200 {
  margin-top: clamp(100px, 14.7058823529%, 200px) !important;
}

.mt160 {
  margin-top: clamp(80px, 11.7647058824%, 160px) !important;
}

.mt120 {
  margin-top: clamp(60px, 8.8235294118%, 120px) !important;
}

.mt80 {
  margin-top: clamp(40px, 5.8823529412%, 80px) !important;
}

.mt60 {
  margin-top: clamp(30px, 4.4117647059%, 60px) !important;
}

.mt40 {
  margin-top: clamp(20px, 2.9411764706%, 40px) !important;
}

.mt30 {
  margin-top: clamp(20px, 2.2058823529%, 30px) !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb200 {
  margin-bottom: clamp(100px, 14.7058823529%, 200px) !important;
}

.mb160 {
  margin-bottom: clamp(80px, 11.7647058824%, 160px) !important;
}

.mb120 {
  margin-bottom: clamp(60px, 8.8235294118%, 120px) !important;
}

.mb80 {
  margin-bottom: clamp(40px, 5.8823529412%, 80px) !important;
}

.mb60 {
  margin-bottom: clamp(30px, 4.4117647059%, 60px) !important;
}

.mb40 {
  margin-bottom: clamp(20px, 2.9411764706%, 40px) !important;
}

.mb30 {
  margin-bottom: clamp(20px, 2.2058823529%, 30px) !important;
}

.mb0 {
  margin-bottom: 0 !important;
}