@charset "UTF-8";
/* =====================

common

===================== */
:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --key: #2b4c5b;
  --key_l: #83a8b1;
  --orange: #eca62d;
  --orange_l: #f3c679;
  --red: #d15b4d;
  --red_l: #e99f89;
  --txt: #333;
  --bcr: #ccc;
  --bg: #f5f5f5;
  --ffm: "Kaisei Tokumin", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --ffg: "Noto Sans JP", sans-serif;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

* {
  line-break: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* 句読点調整用スタイル */
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

* {
  min-height: 0vw;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes open-vertical {
  0% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    height: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    height: 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes open-vertical {
  0% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    height: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    height: 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
section:last-of-type {
  margin-bottom: 0;
}

.main section:only-child {
  margin-bottom: 0;
}

.main section > section:only-child {
  margin-bottom: 0;
}

.container {
  width: min(calc(100% - clamp(3rem, -31.2260869565rem + 44.5652173913vw, 27.6rem)), 132rem);
  margin-inline: auto;
}

a {
  color: var(--txt);
  text-decoration: underline;
  word-break: break-all;
}

address {
  margin-bottom: 0;
}

/* メアド表記スパム対策　*/
.domain::before {
  content: "@";
}

.bottom-line {
  border-bottom: 0.1rem solid var(--bcr);
  padding-bottom: 1.5rem !important;
  -webkit-margin-after: 2rem !important;
          margin-block-end: 2rem !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: 0;
}
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  font-family: var(--ffm);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 0;
}

.text-center {
  text-align: center !important;
}

.h2 {
  color: var(--key);
  width: 100%;
  text-align: center;
  padding: clamp(2rem, -0.8571428571rem + 8.9285714286vw, 6rem) 3rem;
  margin: 0 auto 4rem;
  position: relative;
  line-height: 1.2;
}
.h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: clamp(-3rem, -4.4285714286rem + 4.4642857143vw, -1rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.2rem;
  height: 5rem;
  background-color: #333;
}
.h2 .jp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(2.8rem, 1.3714285714rem + 4.4642857143vw, 4.8rem);
}
.h2 .jp > span {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  margin-block: 0;
  padding: 0;
}
.h2 .eng {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -0.1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(7rem, 3.4285714286rem + 11.1607142857vw, 12rem);
  color: var(--key_l);
  opacity: 0.6;
  z-index: -1;
}

h3.h3 {
  font-size: clamp(2.8rem, 2.0857142857rem + 2.2321428571vw, 3.8rem);
  margin-inline: auto;
  margin-bottom: 4rem;
  position: relative;
  text-align: left;
  padding: 0;
  font-weight: 700;
  color: var(--key);
  z-index: 1;
}

h4.h4 {
  color: var(--txt);
  margin: 0 auto 3rem;
  position: relative;
  line-height: 1.25;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid var(--bcr);
}

/* 赤 */
.red {
  color: var(--red);
}

/* 背景色 */
.bg {
  background-color: #fff;
  padding: 6rem 0;
  width: 100%;
  margin-bottom: 0;
}

p {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-justify: inter-ideograph;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin-bottom: 0;
}
p:not(:last-child) {
  margin-bottom: 1em;
}
p:not(:last-of-type) {
  margin-bottom: 1em;
}
p:only-child {
  margin-bottom: 0;
}
p:only-of-type {
  margin-bottom: 0;
}
p::after {
  content: "";
  display: block;
  clear: both;
}

p:empty {
  display: none;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.img-border {
  border: 1px solid #666;
}

.left-text-center {
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  display: block;
  float: left;
  margin-bottom: 0.75em;
  margin-right: 2em;
}

.aligncenter {
  display: block;
  margin: 0 auto 0.75em;
}

.alignright {
  display: block;
  float: right;
  margin-bottom: 0.75em;
  margin-left: 2em;
}

@media screen and (max-width: 768) {
  .aligncenter,
  .alignleft,
  .alignright {
    width: 100% !important;
    text-align: center;
    margin: 0 auto 0.75em;
    *zoom: 1;
  }
  .aligncenter:after,
  .alignleft:after,
  .alignright:after {
    content: "";
    display: table;
    clear: both;
  }
}
.wp-caption img {
  margin-bottom: 0.5em;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-size: 14px;
}
.wp-caption p {
  margin-bottom: 0;
}

/* 改行1文字インデント */
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* 2段カラム */
.columns-two {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
@media screen and (max-width: 767px) {
  .columns-two {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ff7b86));
  background: linear-gradient(transparent 70%, #ff7b86 70%);
}

table {
  background-color: #fff;
  margin-inline: auto;
}

table,
td,
th {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

td,
th {
  padding: 1em;
  text-align: center;
  line-height: 1.3;
  white-space: nowrap;
}

tr:nth-child(odd) {
  background-color: rgba(156, 195, 228, 0.15);
}

td:nth-child(2) {
  background-color: rgba(131, 168, 177, 0.2) !important;
}
td:nth-child(3) {
  background-color: rgba(243, 198, 121, 0.2) !important;
}
td:nth-child(4) {
  background-color: rgba(233, 159, 137, 0.2) !important;
}

.th-myp_plan {
  background-color: var(--key) !important;
  color: #fff;
}

.th-tj_plan {
  background-color: var(--orange) !important;
  color: #fff;
}

.th-sp_plan {
  background-color: var(--red) !important;
  color: #fff;
}

.empty_cell {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #ccc 50%, #ccc calc(50% + 0.5px), transparent calc(50% + 1px));
}

/* 2カラムレスポンシブテーブル */
table.two-cols {
  width: auto;
  border-collapse: collapse;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
table.two-cols tbody th {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  font-weight: 500;
  width: auto;
  white-space: nowrap;
}
table.two-cols tbody td {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  table.two-cols tbody tr th {
    white-space: normal;
  }
}
@media (max-width: 576px) {
  table.two-cols {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
  }
  table.two-cols tbody tr {
    border: 0 !important;
  }
  table.two-cols tbody tr:last-child td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0 !important;
  }
  table.two-cols tbody tr th,
  table.two-cols tbody tr td {
    display: block;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  table.two-cols tbody tr th {
    width: 100%;
    text-align: left;
  }
  table.two-cols tbody tr th a {
    display: block;
  }
  table.two-cols tbody tr td {
    text-align: left;
  }
}
ul {
  padding: 0;
  margin-block: 0;
  margin: 0 0 1.5em 1.5em;
}

ul.def {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.def > li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 0.5em;
}
ul.def > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.5em + clamp(0.3rem, 0.2047619048rem + 0.2976190476vw, 0.5rem));
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: var(--txt);
}

ol.circle {
  position: relative;
  margin: 0;
  padding: 0;
}
ol.circle li {
  list-style: none;
  list-style-position: outside;
  margin: 0 0 0.5em;
  padding-left: 1.25em;
  line-height: 1.3;
}
ol.circle li span {
  position: absolute;
  left: 0;
  margin: 0;
}

dl {
  display: grid; /* CSS Gridを使用する */
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto; /* dtの幅を最大の要素に合わせ、ddが残りを埋める */
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0; /* dtとddの間の隙間 */
  grid-auto-rows: minmax(auto, -webkit-max-content);
  grid-auto-rows: minmax(auto, max-content); /* 各行の高さを自動で合わせる */
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

dt {
  grid-column: 1; /* dtは1列目に配置 */
  color: var(--txt);
  position: relative;
  padding: 1em 0.5em 1em 1em;
  border-bottom: 0.1rem solid #ccc;
}

dd {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  padding: 1em 0.5em 1em 3em;
  grid-column: 2; /* ddは2列目に配置 */
  border-bottom: 0.1rem solid #ccc;
  text-align: left;
  margin-bottom: 0;
}

dl dt:nth-of-type(even),
dl dt:nth-of-type(even) + dd {
  background-color: #e0eae0; /* 偶数列の背景色 */
}

/* スマートフォンサイズでのスタイル */
@media screen and (max-width: 768px) {
  dl {
    border-top: 0.1rem solid #ccc;
    grid-template-columns: 1fr; /* 1カラムに変更 */
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0; /* dtとddの間の隙間 */
  }
  dt,
  dd {
    grid-column: 1; /* dtとddが同じカラムに配置される */
  }
  dd {
    padding-left: 1em;
    text-align: center;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  dl dt {
    background-color: #e0eae0; /* 偶数列の背景色 */
  }
  dl dt:nth-of-type(even) + dd {
    background-color: transparent;
  }
}
.border_box {
  border: 1px solid var(--bcr);
  border-radius: 0.3rem;
  background-color: #fff;
}

/* ========= レスポンシブ2列 ========= */
.two-column {
  display: grid;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(clampVw(250, 320, 480, 992), 1fr));
  grid-gap: 2rem clampVw(15, 20, 30, 992);
  margin-bottom: clampVw(40, 50, 60, 992);
}
.two-column .cell > img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

/* ========= レスポンシブ3列 ========= */
.three-column {
  display: grid;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(clampVw(250, 260, 400, 992), 1fr));
  grid-gap: 2rem clampVw(15, 20, 30, 992);
  margin-bottom: clampVw(40, 50, 60, 992);
}
.three-column .cell > img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* ========= レスポンシブ4列 ========= */
.responsive-four-column {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23.5rem, 1fr));
  grid-gap: 2rem clampVw(15, 20, 30, 992);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clampVw(40, 50, 60, 992);
}
.responsive-four-column > div {
  text-align: center;
}
.responsive-four-column > div > img {
  width: 100%;
  height: auto;
}
.responsive-four-column p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
}

/* ========= ボタン ========= */
*:focus,
*:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* ========= ボタン ========= */
.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background-color: var(--txt);
  border: 0.1rem solid var(--txt);
  font-size: clamp(1.4rem, 2.8vw, 1.6rem);
  text-align: left;
  border-radius: 50vh;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  position: relative;
}
.btn * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn::after {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.1rem;
  height: 0.8rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #fff;
}
.btn:hover::after {
  background-color: var(--txt);
  -webkit-transform: translate(1rem, -50%);
  transform: translate(1rem, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn span {
  display: inline-block;
}

/* ========= ボタン横並び ========= */
.horizontal_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 30px auto;
}

@media screen and (max-width: 992px) {
  .horizontal_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* ========= //ボタン横並び ========= */
/* ========= テキストリンク ========= */
.text-arrow-right::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin-left: 0.25em;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--key);
  border-right: 1px solid var(--key);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.text-arrow-right:hover {
  text-decoration: none;
}

/* ========= テーブル幅スクロール ========= */
.scroll-x {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.scroll-x table {
  width: auto;
}
.scroll-x table thead tr th {
  text-align: center !important;
}
.scroll-x table th,
.scroll-x table tr,
.scroll-x table td {
  border: 1px solid #ccc;
  padding: 0.5em 0.75em;
}
.scroll-x table th,
.scroll-x table td {
  vertical-align: top;
  padding: 15px;
  border-color: #ccc;
}
.scroll-x table tbody tr:nth-child(2n) {
  background: rgba(172, 219, 255, 0.3);
}

.simplebar-track {
  background-color: transparent;
}

/* ========= スクロールリスト ========= */
.scroll-y {
  width: 100%;
  height: 500px;
  overflow-y: auto;
}
.scroll-y #archives {
  padding: 0 !important;
}
.scroll-y #archives .container ul.archives {
  width: calc(100% - 30px);
}

/* =================================================

タブ

================================================= */
.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 3rem;
  gap: 0.4rem;
}

.tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px;
  list-style: none;
  color: var(--key);
  border: 1px solid var(--bcr);
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tab:hover, .tab:active {
  text-decoration: none;
  color: #fff;
  background-color: var(--key);
}
.tab:last-child {
  color: var(--key);
  border: 1px solid var(--bcr);
  background-color: #fff;
}
.tab:last-child:hover, .tab:last-child:active {
  color: #fff;
  background-color: var(--key);
  border: 1px solid var(--key);
}
.tab:last-child.is-active {
  text-decoration: none;
  color: #fff;
  background-color: var(--key);
}

.panel-group {
  min-height: 100px;
  padding: 15px 0;
}

.panel {
  display: none;
}
.panel > table.two-cols {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.tab.is-active {
  text-decoration: none;
  color: #fff;
  background-color: var(--key);
  position: relative;
}
.tab.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: var(--key) transparent transparent transparent;
}

.panel.is-show {
  display: block;
}

/* ========= 電話リンク ========= */
@media (min-width: 768) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ======  lightbox ====== */
#fancybox-content {
  background-color: #fff;
}

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

.pb0 {
  padding-bottom: 0 !important;
}

.mt10 {
  margin-top: clamp(2rem, 2.2rem + -0.625vw, 1rem) !important;
}

.mb10 {
  margin-bottom: clamp(2rem, 2.2rem + -0.625vw, 1rem) !important;
}

.pt10 {
  padding-top: clamp(2rem, 2.2rem + -0.625vw, 1rem) !important;
}

.pb10 {
  padding-bottom: clamp(2rem, 2.2rem + -0.625vw, 1rem) !important;
}

.mt20 {
  margin-top: clamp(2rem, 2rem + 0vw, 2rem) !important;
}

.mb20 {
  margin-bottom: clamp(2rem, 2rem + 0vw, 2rem) !important;
}

.pt20 {
  padding-top: clamp(2rem, 2rem + 0vw, 2rem) !important;
}

.pb20 {
  padding-bottom: clamp(2rem, 2rem + 0vw, 2rem) !important;
}

.mt30 {
  margin-top: clamp(2rem, 1.8rem + 0.625vw, 3rem) !important;
}

.mb30 {
  margin-bottom: clamp(2rem, 1.8rem + 0.625vw, 3rem) !important;
}

.pt30 {
  padding-top: clamp(2rem, 1.8rem + 0.625vw, 3rem) !important;
}

.pb30 {
  padding-bottom: clamp(2rem, 1.8rem + 0.625vw, 3rem) !important;
}

.mt40 {
  margin-top: clamp(2rem, 1.6rem + 1.25vw, 4rem) !important;
}

.mb40 {
  margin-bottom: clamp(2rem, 1.6rem + 1.25vw, 4rem) !important;
}

.pt40 {
  padding-top: clamp(2rem, 1.6rem + 1.25vw, 4rem) !important;
}

.pb40 {
  padding-bottom: clamp(2rem, 1.6rem + 1.25vw, 4rem) !important;
}

.mt50 {
  margin-top: clamp(2rem, 1.4rem + 1.875vw, 5rem) !important;
}

.mb50 {
  margin-bottom: clamp(2rem, 1.4rem + 1.875vw, 5rem) !important;
}

.pt50 {
  padding-top: clamp(2rem, 1.4rem + 1.875vw, 5rem) !important;
}

.pb50 {
  padding-bottom: clamp(2rem, 1.4rem + 1.875vw, 5rem) !important;
}

.mt60 {
  margin-top: clamp(2rem, 1.2rem + 2.5vw, 6rem) !important;
}

.mb60 {
  margin-bottom: clamp(2rem, 1.2rem + 2.5vw, 6rem) !important;
}

.pt60 {
  padding-top: clamp(2rem, 1.2rem + 2.5vw, 6rem) !important;
}

.pb60 {
  padding-bottom: clamp(2rem, 1.2rem + 2.5vw, 6rem) !important;
}

.mt70 {
  margin-top: clamp(2rem, 1rem + 3.125vw, 7rem) !important;
}

.mb70 {
  margin-bottom: clamp(2rem, 1rem + 3.125vw, 7rem) !important;
}

.pt70 {
  padding-top: clamp(2rem, 1rem + 3.125vw, 7rem) !important;
}

.pb70 {
  padding-bottom: clamp(2rem, 1rem + 3.125vw, 7rem) !important;
}

.mt80 {
  margin-top: clamp(2rem, 0.8rem + 3.75vw, 8rem) !important;
}

.mb80 {
  margin-bottom: clamp(2rem, 0.8rem + 3.75vw, 8rem) !important;
}

.pt80 {
  padding-top: clamp(2rem, 0.8rem + 3.75vw, 8rem) !important;
}

.pb80 {
  padding-bottom: clamp(2rem, 0.8rem + 3.75vw, 8rem) !important;
}

.mt90 {
  margin-top: clamp(2rem, 0.6rem + 4.375vw, 9rem) !important;
}

.mb90 {
  margin-bottom: clamp(2rem, 0.6rem + 4.375vw, 9rem) !important;
}

.pt90 {
  padding-top: clamp(2rem, 0.6rem + 4.375vw, 9rem) !important;
}

.pb90 {
  padding-bottom: clamp(2rem, 0.6rem + 4.375vw, 9rem) !important;
}

.mt100 {
  margin-top: clamp(2rem, 0.4rem + 5vw, 10rem) !important;
}

.mb100 {
  margin-bottom: clamp(2rem, 0.4rem + 5vw, 10rem) !important;
}

.pt100 {
  padding-top: clamp(2rem, 0.4rem + 5vw, 10rem) !important;
}

.pb100 {
  padding-bottom: clamp(2rem, 0.4rem + 5vw, 10rem) !important;
}

.mt110 {
  margin-top: clamp(2rem, 0.2rem + 5.625vw, 11rem) !important;
}

.mb110 {
  margin-bottom: clamp(2rem, 0.2rem + 5.625vw, 11rem) !important;
}

.pt110 {
  padding-top: clamp(2rem, 0.2rem + 5.625vw, 11rem) !important;
}

.pb110 {
  padding-bottom: clamp(2rem, 0.2rem + 5.625vw, 11rem) !important;
}

.mt120 {
  margin-top: clamp(2rem, 0rem + 6.25vw, 12rem) !important;
}

.mb120 {
  margin-bottom: clamp(2rem, 0rem + 6.25vw, 12rem) !important;
}

.pt120 {
  padding-top: clamp(2rem, 0rem + 6.25vw, 12rem) !important;
}

.pb120 {
  padding-bottom: clamp(2rem, 0rem + 6.25vw, 12rem) !important;
}

.mt130 {
  margin-top: clamp(2rem, -0.2rem + 6.875vw, 13rem) !important;
}

.mb130 {
  margin-bottom: clamp(2rem, -0.2rem + 6.875vw, 13rem) !important;
}

.pt130 {
  padding-top: clamp(2rem, -0.2rem + 6.875vw, 13rem) !important;
}

.pb130 {
  padding-bottom: clamp(2rem, -0.2rem + 6.875vw, 13rem) !important;
}

.mt140 {
  margin-top: clamp(2rem, -0.4rem + 7.5vw, 14rem) !important;
}

.mb140 {
  margin-bottom: clamp(2rem, -0.4rem + 7.5vw, 14rem) !important;
}

.pt140 {
  padding-top: clamp(2rem, -0.4rem + 7.5vw, 14rem) !important;
}

.pb140 {
  padding-bottom: clamp(2rem, -0.4rem + 7.5vw, 14rem) !important;
}

.mt150 {
  margin-top: clamp(2rem, -0.6rem + 8.125vw, 15rem) !important;
}

.mb150 {
  margin-bottom: clamp(2rem, -0.6rem + 8.125vw, 15rem) !important;
}

.pt150 {
  padding-top: clamp(2rem, -0.6rem + 8.125vw, 15rem) !important;
}

.pb150 {
  padding-bottom: clamp(2rem, -0.6rem + 8.125vw, 15rem) !important;
}