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

common

===================== */
:root {
  --key: #1d3768;
  --sub: #f05e53;
  --title: #325183;
  --txt: #333;
  --bcr: #bfbfbf;
  --bg: #efefef;
  --ffg: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial",
      "Yu Gothic", "Meiryo", sans-serif;
  --ffv: "Great Vibes", system-ui;
  --ffr: "Roboto", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

html {
  font-size: 62.5%;
}

@-webkit-keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section {
  margin-bottom: clamp(5rem, 6.5104166667vw, 8rem);
}
section:last-of-type {
  margin-bottom: 0;
}

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

.container {
  max-width: 132rem;
  padding-left: 0;
  padding-right: 0;
}

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

address {
  margin-bottom: 0;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}

h3.h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--ffg);
  margin: 0 auto clamp(4rem, 5.2083333333vw, 5rem);
  font-size: clamp(2.2rem, 2.8645833333vw, 2.8rem);
  color: var(--key);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 0.4em 0.3em 0.5em;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
  border-top: 1px solid var(--key);
  border-bottom: 1px solid var(--key);
}

h4.h4 {
  font-size: clamp(1.8rem, 2.34375vw, 2.2rem);
  margin: 0 auto clamp(4rem, 5.2083333333vw, 6rem);
  padding-left: 3rem;
  color: var(--titile);
  margin: 0 auto 3rem;
  position: relative;
}
h4.h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: rgba(50, 81, 131, 0.8);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
h4.h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  width: 100%;
  height: 0.1rem;
  background-color: var(--bcr);
  margin-top: 3rem;
}

/* 背景色 */
.bg {
  background-color: var(--bg);
  padding: 6rem 0;
  width: 100%;
}
.bg .container {
  padding-left: 0;
  padding-right: 0;
}

p {
  font-size: clamp(1.6rem, 2.0833333333vw, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  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;
  margin-bottom: 1em;
}

.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: 500px) {
  .aligncenter,
  .alignleft,
  .alignright {
    width: 100% !important;
    text-align: center;
    margin: 0 auto 0.75em;
  }
}
.wp-caption img {
  margin-bottom: 0.5em;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-size: 14px;
}
.wp-caption p {
  margin-bottom: 0;
}

/* 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%, #76c35e));
  background: linear-gradient(transparent 70%, #76c35e 70%);
}

.fz-s {
  font-size: 12px !important;
}

.fz-m {
  font-size: 20px !important;
}

.fz-l {
  font-size: 36px !important;
}

.red {
  color: #ff5a3b !important;
}

.blue {
  color: #2f3da7 !important;
}

.brawn {
  color: #863926 !important;
}

.purple {
  color: #612fa7 !important;
}

.green {
  color: #2fa776 !important;
}

table tr,
table td {
  border: 1px solid #bbb;
  padding: 0.5em 0.75em;
  background-color: #fff;
}

th {
  background: var(--lighter);
}

/* 2カラムレスポンシブテーブル */
table.two-cols {
  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 #bbb;
  font-weight: 500;
  width: auto;
  white-space: nowrap;
}
table.two-cols tbody td {
  padding: 0.5em 1em;
  border: 1px solid #bbb;
}

@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 #bbb;
  }
  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 #bbb;
  }
  table.two-cols tbody tr th {
    width: 100%;
    text-align: left;
  }
  table.two-cols tbody tr td {
    text-align: left;
  }
}
ul,
ol {
  padding: 0;
  margin: 0 0 1.5em 1.5em;
}
ul li,
ol li {
  font-size: clamp(1.4rem, 1.8229166667vw, 1.8rem);
}

ul.def {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.def li {
  position: relative;
  margin-bottom: 1.25em;
  padding: 0 0 2rem calc(clamp(1.4rem, 1.8229166667vw, 1.6rem) * 1.5);
  border-bottom: 0.1rem solid var(--bcr);
}
ul.def li::before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0.55rem;
  left: 0;
  aspect-ratio: 1/1;
  width: clamp(1.4rem, 1.8229166667vw, 1.6rem);
  height: auto;
  border: 0.4rem solid var(--light);
  border-radius: 50%;
}

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); /* 各行の高さを自動で合わせる */
}

dt,
dd {
  margin-top: 0.2rem;
}

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

dd {
  padding: 1em 0.5em 1em 3em;
  grid-column: 2; /* ddは2列目に配置 */
  border-bottom: 1px solid var(--bcr);
  text-align: right;
  margin-bottom: 0;
}

dt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background-color: var(--key);
  left: 0;
  bottom: -0.1rem;
}

/* スマートフォンサイズでのスタイル */
@media screen and (max-width: 768px) {
  dl {
    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: 0;
    text-align: left;
    margin-bottom: 1em; /* 各ddの下に余白を追加 */
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.border_box {
  padding: clamp(1.5rem, 1.953125vw, 3rem);
  border: 1px solid var(--bcr);
}

/* ========= レスポンシブ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(clamp(25rem, 32.2580645161vw, 48rem), 1fr));
  grid-gap: 2rem clamp(1.5rem, 2.0161290323vw, 3rem);
  margin-bottom: clamp(4rem, 5.0403225806vw, 6rem);
}
.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(clamp(25rem, 26.2096774194vw, 40rem), 1fr));
  grid-gap: 2rem clamp(1.5rem, 2.0161290323vw, 3rem);
  margin-bottom: clamp(4rem, 5.0403225806vw, 6rem);
}
.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 clamp(1.5rem, 2.0161290323vw, 3rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(4rem, 5.0403225806vw, 6rem);
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  height: 6rem;
  padding: 1rem 5rem 1rem 0;
  position: relative;
  background-color: var(--key);
  border: none;
  font-size: clamp(1.4rem, 1.8229166667vw, 1.6rem);
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.btn * {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn span {
  padding: 1rem clamp(3.5rem, 4.5572916667vw, 7rem);
  border-right: 1px solid #bcc3d2;
  white-space: nowrap;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 2.2rem;
  top: 50%;
  width: 1.1rem;
  height: 1.1rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.btn:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: var(--sub);
}
.btn:hover span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-right: 1px solid var(--key);
}
.btn:hover::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 1rem;
  border-right: 2px solid var(--key);
  border-bottom: 2px solid var(--key);
}

/* ========= ボタン横並び ========= */
.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 #bbb;
  padding: 0.5em 0.75em;
}
.scroll-x table th,
.scroll-x table td {
  vertical-align: top;
  padding: 15px;
  border-color: #bbb;
}
.scroll-x table tbody tr:nth-child(2n) {
  background: rgba(172, 219, 255, 0.3);
}

.simplebar-track {
  background-color: #fff;
}

/* ========= スクロールリスト ========= */
.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;
  font-size: clamp(1.2rem, 0.9259259259vw, 1.6rem);
  -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;
}

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

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

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

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

.mt5 {
  margin-top: clamp(0.25rem, 0.252016129vw, 0.5rem) !important;
}

.mb5 {
  margin-bottom: clamp(0.25rem, 0.252016129vw, 0.5rem) !important;
}

.pt5 {
  padding-top: clamp(0.25rem, 0.252016129vw, 0.5rem) !important;
}

.pb5 {
  padding-bottom: clamp(0.25rem, 0.252016129vw, 0.5rem) !important;
}

.mt10 {
  margin-top: clamp(0.5rem, 0.5040322581vw, 1rem) !important;
}

.mb10 {
  margin-bottom: clamp(0.5rem, 0.5040322581vw, 1rem) !important;
}

.pt10 {
  padding-top: clamp(0.5rem, 0.5040322581vw, 1rem) !important;
}

.pb10 {
  padding-bottom: clamp(0.5rem, 0.5040322581vw, 1rem) !important;
}

.mt15 {
  margin-top: clamp(0.75rem, 0.7560483871vw, 1.5rem) !important;
}

.mb15 {
  margin-bottom: clamp(0.75rem, 0.7560483871vw, 1.5rem) !important;
}

.pt15 {
  padding-top: clamp(0.75rem, 0.7560483871vw, 1.5rem) !important;
}

.pb15 {
  padding-bottom: clamp(0.75rem, 0.7560483871vw, 1.5rem) !important;
}

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

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

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

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

.mt25 {
  margin-top: clamp(1.25rem, 1.2600806452vw, 2.5rem) !important;
}

.mb25 {
  margin-bottom: clamp(1.25rem, 1.2600806452vw, 2.5rem) !important;
}

.pt25 {
  padding-top: clamp(1.25rem, 1.2600806452vw, 2.5rem) !important;
}

.pb25 {
  padding-bottom: clamp(1.25rem, 1.2600806452vw, 2.5rem) !important;
}

.mt30 {
  margin-top: clamp(1.5rem, 1.5120967742vw, 3rem) !important;
}

.mb30 {
  margin-bottom: clamp(1.5rem, 1.5120967742vw, 3rem) !important;
}

.pt30 {
  padding-top: clamp(1.5rem, 1.5120967742vw, 3rem) !important;
}

.pb30 {
  padding-bottom: clamp(1.5rem, 1.5120967742vw, 3rem) !important;
}

.mt35 {
  margin-top: clamp(1.75rem, 1.7641129032vw, 3.5rem) !important;
}

.mb35 {
  margin-bottom: clamp(1.75rem, 1.7641129032vw, 3.5rem) !important;
}

.pt35 {
  padding-top: clamp(1.75rem, 1.7641129032vw, 3.5rem) !important;
}

.pb35 {
  padding-bottom: clamp(1.75rem, 1.7641129032vw, 3.5rem) !important;
}

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

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

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

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

.mt45 {
  margin-top: clamp(2.25rem, 2.2681451613vw, 4.5rem) !important;
}

.mb45 {
  margin-bottom: clamp(2.25rem, 2.2681451613vw, 4.5rem) !important;
}

.pt45 {
  padding-top: clamp(2.25rem, 2.2681451613vw, 4.5rem) !important;
}

.pb45 {
  padding-bottom: clamp(2.25rem, 2.2681451613vw, 4.5rem) !important;
}

.mt50 {
  margin-top: clamp(2.5rem, 2.5201612903vw, 5rem) !important;
}

.mb50 {
  margin-bottom: clamp(2.5rem, 2.5201612903vw, 5rem) !important;
}

.pt50 {
  padding-top: clamp(2.5rem, 2.5201612903vw, 5rem) !important;
}

.pb50 {
  padding-bottom: clamp(2.5rem, 2.5201612903vw, 5rem) !important;
}

.mt55 {
  margin-top: clamp(2.75rem, 2.7721774194vw, 5.5rem) !important;
}

.mb55 {
  margin-bottom: clamp(2.75rem, 2.7721774194vw, 5.5rem) !important;
}

.pt55 {
  padding-top: clamp(2.75rem, 2.7721774194vw, 5.5rem) !important;
}

.pb55 {
  padding-bottom: clamp(2.75rem, 2.7721774194vw, 5.5rem) !important;
}

.mt60 {
  margin-top: clamp(3rem, 3.0241935484vw, 6rem) !important;
}

.mb60 {
  margin-bottom: clamp(3rem, 3.0241935484vw, 6rem) !important;
}

.pt60 {
  padding-top: clamp(3rem, 3.0241935484vw, 6rem) !important;
}

.pb60 {
  padding-bottom: clamp(3rem, 3.0241935484vw, 6rem) !important;
}

.mt65 {
  margin-top: clamp(3.25rem, 3.2762096774vw, 6.5rem) !important;
}

.mb65 {
  margin-bottom: clamp(3.25rem, 3.2762096774vw, 6.5rem) !important;
}

.pt65 {
  padding-top: clamp(3.25rem, 3.2762096774vw, 6.5rem) !important;
}

.pb65 {
  padding-bottom: clamp(3.25rem, 3.2762096774vw, 6.5rem) !important;
}

.mt70 {
  margin-top: clamp(3.5rem, 3.5282258065vw, 7rem) !important;
}

.mb70 {
  margin-bottom: clamp(3.5rem, 3.5282258065vw, 7rem) !important;
}

.pt70 {
  padding-top: clamp(3.5rem, 3.5282258065vw, 7rem) !important;
}

.pb70 {
  padding-bottom: clamp(3.5rem, 3.5282258065vw, 7rem) !important;
}

.mt75 {
  margin-top: clamp(3.75rem, 3.7802419355vw, 7.5rem) !important;
}

.mb75 {
  margin-bottom: clamp(3.75rem, 3.7802419355vw, 7.5rem) !important;
}

.pt75 {
  padding-top: clamp(3.75rem, 3.7802419355vw, 7.5rem) !important;
}

.pb75 {
  padding-bottom: clamp(3.75rem, 3.7802419355vw, 7.5rem) !important;
}

.mt80 {
  margin-top: clamp(4rem, 4.0322580645vw, 8rem) !important;
}

.mb80 {
  margin-bottom: clamp(4rem, 4.0322580645vw, 8rem) !important;
}

.pt80 {
  padding-top: clamp(4rem, 4.0322580645vw, 8rem) !important;
}

.pb80 {
  padding-bottom: clamp(4rem, 4.0322580645vw, 8rem) !important;
}

.mt85 {
  margin-top: clamp(4.25rem, 4.2842741935vw, 8.5rem) !important;
}

.mb85 {
  margin-bottom: clamp(4.25rem, 4.2842741935vw, 8.5rem) !important;
}

.pt85 {
  padding-top: clamp(4.25rem, 4.2842741935vw, 8.5rem) !important;
}

.pb85 {
  padding-bottom: clamp(4.25rem, 4.2842741935vw, 8.5rem) !important;
}

.mt90 {
  margin-top: clamp(4.5rem, 4.5362903226vw, 9rem) !important;
}

.mb90 {
  margin-bottom: clamp(4.5rem, 4.5362903226vw, 9rem) !important;
}

.pt90 {
  padding-top: clamp(4.5rem, 4.5362903226vw, 9rem) !important;
}

.pb90 {
  padding-bottom: clamp(4.5rem, 4.5362903226vw, 9rem) !important;
}

.mt95 {
  margin-top: clamp(4.75rem, 4.7883064516vw, 9.5rem) !important;
}

.mb95 {
  margin-bottom: clamp(4.75rem, 4.7883064516vw, 9.5rem) !important;
}

.pt95 {
  padding-top: clamp(4.75rem, 4.7883064516vw, 9.5rem) !important;
}

.pb95 {
  padding-bottom: clamp(4.75rem, 4.7883064516vw, 9.5rem) !important;
}

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

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

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

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

.mt105 {
  margin-top: clamp(5.25rem, 5.2923387097vw, 10.5rem) !important;
}

.mb105 {
  margin-bottom: clamp(5.25rem, 5.2923387097vw, 10.5rem) !important;
}

.pt105 {
  padding-top: clamp(5.25rem, 5.2923387097vw, 10.5rem) !important;
}

.pb105 {
  padding-bottom: clamp(5.25rem, 5.2923387097vw, 10.5rem) !important;
}

.mt110 {
  margin-top: clamp(5.5rem, 5.5443548387vw, 11rem) !important;
}

.mb110 {
  margin-bottom: clamp(5.5rem, 5.5443548387vw, 11rem) !important;
}

.pt110 {
  padding-top: clamp(5.5rem, 5.5443548387vw, 11rem) !important;
}

.pb110 {
  padding-bottom: clamp(5.5rem, 5.5443548387vw, 11rem) !important;
}

.mt115 {
  margin-top: clamp(5.75rem, 5.7963709677vw, 11.5rem) !important;
}

.mb115 {
  margin-bottom: clamp(5.75rem, 5.7963709677vw, 11.5rem) !important;
}

.pt115 {
  padding-top: clamp(5.75rem, 5.7963709677vw, 11.5rem) !important;
}

.pb115 {
  padding-bottom: clamp(5.75rem, 5.7963709677vw, 11.5rem) !important;
}

.mt120 {
  margin-top: clamp(6rem, 6.0483870968vw, 12rem) !important;
}

.mb120 {
  margin-bottom: clamp(6rem, 6.0483870968vw, 12rem) !important;
}

.pt120 {
  padding-top: clamp(6rem, 6.0483870968vw, 12rem) !important;
}

.pb120 {
  padding-bottom: clamp(6rem, 6.0483870968vw, 12rem) !important;
}

.mt125 {
  margin-top: clamp(6.25rem, 6.3004032258vw, 12.5rem) !important;
}

.mb125 {
  margin-bottom: clamp(6.25rem, 6.3004032258vw, 12.5rem) !important;
}

.pt125 {
  padding-top: clamp(6.25rem, 6.3004032258vw, 12.5rem) !important;
}

.pb125 {
  padding-bottom: clamp(6.25rem, 6.3004032258vw, 12.5rem) !important;
}

.mt130 {
  margin-top: clamp(6.5rem, 6.5524193548vw, 13rem) !important;
}

.mb130 {
  margin-bottom: clamp(6.5rem, 6.5524193548vw, 13rem) !important;
}

.pt130 {
  padding-top: clamp(6.5rem, 6.5524193548vw, 13rem) !important;
}

.pb130 {
  padding-bottom: clamp(6.5rem, 6.5524193548vw, 13rem) !important;
}

.mt135 {
  margin-top: clamp(6.75rem, 6.8044354839vw, 13.5rem) !important;
}

.mb135 {
  margin-bottom: clamp(6.75rem, 6.8044354839vw, 13.5rem) !important;
}

.pt135 {
  padding-top: clamp(6.75rem, 6.8044354839vw, 13.5rem) !important;
}

.pb135 {
  padding-bottom: clamp(6.75rem, 6.8044354839vw, 13.5rem) !important;
}

.mt140 {
  margin-top: clamp(7rem, 7.0564516129vw, 14rem) !important;
}

.mb140 {
  margin-bottom: clamp(7rem, 7.0564516129vw, 14rem) !important;
}

.pt140 {
  padding-top: clamp(7rem, 7.0564516129vw, 14rem) !important;
}

.pb140 {
  padding-bottom: clamp(7rem, 7.0564516129vw, 14rem) !important;
}

.mt145 {
  margin-top: clamp(7.25rem, 7.3084677419vw, 14.5rem) !important;
}

.mb145 {
  margin-bottom: clamp(7.25rem, 7.3084677419vw, 14.5rem) !important;
}

.pt145 {
  padding-top: clamp(7.25rem, 7.3084677419vw, 14.5rem) !important;
}

.pb145 {
  padding-bottom: clamp(7.25rem, 7.3084677419vw, 14.5rem) !important;
}

.mt150 {
  margin-top: clamp(7.5rem, 7.560483871vw, 15rem) !important;
}

.mb150 {
  margin-bottom: clamp(7.5rem, 7.560483871vw, 15rem) !important;
}

.pt150 {
  padding-top: clamp(7.5rem, 7.560483871vw, 15rem) !important;
}

.pb150 {
  padding-bottom: clamp(7.5rem, 7.560483871vw, 15rem) !important;
}