html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
  display: block;
}

ul, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a img {
  border: none;
}

img {
  vertical-align: top;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

iframe, video, img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--font-family);
  text-align: center;
  position: relative;
  font-weight: var(--weight-normal);
  background: var(--color-white);
  font-size: var(--fs-default);
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  overflow-x: hidden;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-appearance: none;
  letter-spacing: 0.03em;
}

a {
  color: var(--accent-light-blue);
}
a:link {
  color: var(--color-black);
  text-decoration: none;
  outline: none;
}
a:visited {
  color: var(--color-black);
  text-decoration: none;
  outline: none;
}
a:hover {
  color: var(--color-gray);
  text-decoration: none;
  outline: none;
}

.-header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .-header-main {
    height: 60px;
  }
}
.-header-main.white {
  background: var(--color-white);
}
@media (max-width: 1040px) {
  .-header-main {
    padding: 0 16px;
  }
}

.header-height {
  height: 120px;
}
@media screen and (max-width: 768px) {
  .header-height {
    height: 60px;
  }
}

.-header-main__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 180px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .-header-main__logo {
    max-width: 120px;
  }
}
.-header-main__logo .-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.-header-main__logo .-logo-white {
  display: none;
}

.-header-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 32px;
}
@media (max-width: 1040px) {
  .-header-main__inner {
    gap: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .-header-main__inner {
    display: none;
  }
}

.-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
@media (max-width: 1160px) {
  .-header-nav {
    gap: 0;
  }
}

.-header-nav__item {
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.-header-nav__item.pulldown::before {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.22224%205.05555L1.33335%202.16666C0.981495%201.81481%200.902976%201.41222%201.09779%200.958886C1.29187%200.504812%201.6389%200.277775%202.1389%200.277775H7.86112C8.36112%200.277775%208.70816%200.504812%208.90224%200.958886C9.09705%201.41222%209.01853%201.81481%208.66668%202.16666L5.77779%205.05555C5.66668%205.16666%205.54631%205.25%205.41668%205.30555C5.28705%205.36111%205.14816%205.38889%205.00001%205.38889C4.85187%205.38889%204.71298%205.36111%204.58335%205.30555C4.45372%205.25%204.33335%205.16666%204.22224%205.05555Z%22%20fill%3D%22%23323133%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8px;
  height: 5px;
  position: absolute;
  bottom: 16px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.-header-nav__item.pulldown:hover::before {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.-header-nav__item .js-ac-head {
  display: none;
}

.-header-nav__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 10px;
  white-space: nowrap;
  font-size: var(--fs-x-default);
}
@media (max-width: 1040px) {
  .-header-nav__item-link {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.-header-nav__item-link:hover {
  color: var(--color-black) !important;
}
.-header-nav__item-link span {
  font-weight: var(--weight-bold);
  letter-spacing: 1px;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 900px) {
  .-header-nav__item-link span {
    font-size: var(--fs-small);
  }
}
.-header-nav__item-link[target=_blank] span {
  padding-right: 16px;
}
.-header-nav__item-link[target=_blank] span::after {
  top: 4px;
}

.-header-main .-btn-row .-btn {
  max-width: 100%;
  min-width: auto;
  height: 40px;
  padding: 0 24px;
}
@media (max-width: 1040px) {
  .-header-main .-btn-row .-btn {
    padding: 0 12px;
  }
}
@media (max-width: 900px) {
  .-header-main .-btn-row .-btn {
    font-size: var(--fs-small);
  }
}

.-pulldown-menu {
  display: none;
  width: 180px;
  position: absolute;
  top: 60px;
  left: -35px;
  background: var(--color-white);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 16px 0;
}

.-pulldown-menu__link {
  font-size: var(--fs-default);
  font-weight: var(--weight-bold);
  text-align: center;
  display: block;
  padding: 12px 16px;
  line-height: 1.5;
}
.-pulldown-menu__link span {
  position: relative;
}
.-pulldown-menu__link span::after {
  right: -16px !important;
}
.-pulldown-menu__link:hover {
  background: var(--color-light-gray-light);
  color: var(--color-black);
}

.-header-nav__item:hover {
  opacity: 1;
}
.-header-nav__item:hover .-pulldown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.js-main {
  position: relative;
}
.js-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (max-width: 768px) {
  .js-header {
    background: var(--color-white);
    position: fixed;
    top: 0 !important;
  }
}
.js-header.is-fixed {
  position: fixed;
  background: var(--color-white);
}
.js-header.is-fixed .-header-main {
  height: 96px;
}
@media screen and (max-width: 768px) {
  .js-header.is-fixed .-header-main {
    height: 60px;
  }
}
.js-header.is-fixed .-header-main .-logo {
  width: 140px;
}
.js-header.is-fixed .-header-main .-logo-main {
  display: block;
}
.js-header.is-fixed .-header-nav .-header-nav__item.pulldown::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.22224%205.05555L1.33335%202.16666C0.981495%201.81481%200.902976%201.41222%201.09779%200.958886C1.29187%200.504812%201.6389%200.277775%202.1389%200.277775H7.86112C8.36112%200.277775%208.70816%200.504812%208.90224%200.958886C9.09705%201.41222%209.01853%201.81481%208.66668%202.16666L5.77779%205.05555C5.66668%205.16666%205.54631%205.25%205.41668%205.30555C5.28705%205.36111%205.14816%205.38889%205.00001%205.38889C4.85187%205.38889%204.71298%205.36111%204.58335%205.30555C4.45372%205.25%204.33335%205.16666%204.22224%205.05555Z%22%20fill%3D%22%23323133%22%2F%3E%3C%2Fsvg%3E") !important;
}
.js-header.is-fixed .-header-nav .-header-nav__item-link {
  color: var(--color-black);
}

.-btn-burger {
  position: relative;
  height: 44px;
  width: 44px;
  cursor: pointer;
  background: var(--color-black);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  border-radius: 50rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .-btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.-btn-burger .dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.-btn-burger .close {
  display: none;
}

.js-header.menu-open {
  top: 0 !important;
}
.js-header.menu-open + .-sp-header-body {
  height: 100%;
  padding: 80px 0 32px 0;
}
.js-header.menu-open .-btn-burger {
  background: var(--color-white);
}
.js-header.menu-open .-btn-burger .dot {
  display: none;
}
.js-header.menu-open .-btn-burger .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.-sp-header-body {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  background: url(../img/common/bg-common.webp) no-repeat center;
  background-size: cover;
  background-position: left 12% bottom 64%;
}
.-sp-header-body .-btn-row {
  padding: 24px 16px;
}
.-sp-header-body .-header-sp-nav {
  position: relative;
  padding: 96px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px 0;
}
.-sp-header-body .-sp-item {
  position: relative;
  font-size: var(--fs-default);
  font-weight: var(--weight-middle);
  padding: 0;
  line-height: 1.4;
}
.-sp-header-body .-sp-item .-pulldown-menu__inner {
  padding: 8px 0;
}
.-sp-header-body .-sp-item .-pulldown-menu {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
}
.-sp-header-body .-sp-item .js-ac-head {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  padding: 14px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0 12px;
  color: var(--color-black);
  font-weight: var(--weight-bold);
}
.-sp-header-body .-sp-item .js-ac-head::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%226%22%20viewBox%3D%220%200%208%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.22307%205.17391L0.339114%202.34783C-0.0121368%202.00362%20-0.090521%201.60978%200.103961%201.1663C0.298443%200.722826%200.644887%200.500725%201.14329%200.5H6.85574C7.35488%200.5%207.7017%200.722101%207.89618%201.1663C8.09066%201.61051%208.01191%202.00435%207.65992%202.34783L4.77596%205.17391C4.66504%205.28261%204.54488%205.36413%204.41547%205.41848C4.28606%205.47283%204.14741%205.5%203.99952%205.5C3.85162%205.5%203.71297%205.47283%203.58356%205.41848C3.45415%205.36413%203.33399%205.28261%203.22307%205.17391Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 8px;
  height: 5px;
}
.-sp-header-body .-sp-item .js-ac-head.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.-sp-header-body .-sp-item.pulldown .-sp-item__head {
  display: none;
}
.-sp-header-body .-sp-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: var(--color-black);
  font-weight: var(--weight-bold);
  padding: 14px 32px;
}
.-sp-header-body .-sp-item__head span {
  text-shadow: 0 0 5px white, 0 0 3px white;
}
.-sp-header-body .-sp-item__head[target=_blank] span {
  position: relative;
}
.-sp-header-body .-sp-item__head[target=_blank] span:after {
  top: 0;
  right: -16px;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.-sp-header-body .-sp-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.4);
  height: 0;
  overflow: hidden;
}
.-sp-header-body .-pulldown-menu__link {
  position: relative;
  text-align: left;
  padding-left: 48px;
  color: var(--color-black);
  font-weight: var(--weight-bold);
}
.-sp-header-body .-pulldown-menu__link span::after {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}

.c-footer-recruit {
  position: relative;
  padding: 160px 0;
  background: url(../img/common/bg-common.webp) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-footer-recruit {
    padding: 64px 0;
  }
}
.c-footer-recruit .c-footer-inner {
  max-width: 1112px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 200px;
}
@media (max-width: 768px) {
  .c-footer-recruit .c-footer-inner {
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-recruit .c-footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
}
.c-footer-recruit .c-common-head {
  padding: 0;
}
.c-footer-recruit .recruit-body {
  text-align: justify;
  width: 100%;
}
.c-footer-recruit .recruit-body__text {
  font-size: var(--fs-middle);
  font-weight: var(--weight-xxbold);
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .c-footer-recruit .recruit-body__text {
    font-size: var(--fs-x-default);
    line-height: 2;
  }
}

.c-footer-main {
  background-color: var(--color-navy);
  color: var(--color-white);
  position: relative;
  padding: 56px 0;
}
.c-footer-main .c-footer-inner {
  max-width: 1112px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 40px;
}
@media (max-width: 768px) {
  .c-footer-main .c-footer-inner {
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-main .c-footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px 0;
  }
}

.c-footer-logo {
  display: block;
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-footer-logo {
    margin: 0 auto;
    max-width: 120px;
  }
}
.c-footer-logo .-logo {
  display: block;
}
.c-footer-logo .-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-footer-menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 32px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-footer-menu__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
}
.c-footer-menu__row .-footer-menu__item {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .c-footer-menu__row .-footer-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px 0;
  }
}
.c-footer-menu__row .-footer-menu__item-inner h3 {
  font-size: var(--fs-x-default);
  font-weight: var(--weight-bold);
  padding: 0 0 24px 0;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .c-footer-menu__row .-footer-menu__item-inner h3 {
    font-size: var(--fs-default);
  }
}
.c-footer-menu__row .-footer-menu__item-inner h4 {
  font-size: var(--fs-default);
  font-weight: var(--weight-bold);
  padding: 0 0 16px 0;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .c-footer-menu__row .-footer-menu__item-inner h4 {
    font-size: var(--fs-small);
  }
}
.c-footer-menu__row .-footer-menu__item-inner .-menu-group + .-menu-group {
  margin-top: 32px;
}
.c-footer-menu__row .-footer-menu__item-inner .-menu-group ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
}
.c-footer-menu__row .-footer-menu__item-inner .-menu-group ul li {
  font-size: var(--fs-default);
  font-weight: var(--weight-middle);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-footer-menu__row .-footer-menu__item-inner .-menu-group ul li {
    font-size: var(--fs-small);
  }
}
.c-footer-menu__row .-footer-menu__item-inner .-menu-group ul li a {
  color: var(--color-light-gray);
}

.c-footer-short {
  padding: 24px 0;
}
.c-footer-short .c-footer-inner {
  max-width: 1112px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: var(--fs-small);
}
@media (max-width: 768px) {
  .c-footer-short .c-footer-inner {
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-short .c-footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px 0;
  }
}
.c-footer-short .c-footer-inner .-copy {
  font-size: var(--fs-default);
  font-weight: var(--weight-normal);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .c-footer-short .c-footer-inner .-copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 100%;
  }
}
.c-footer-short .c-footer-inner .-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 24px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .c-footer-short .c-footer-inner .-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}
.c-footer-short .c-footer-inner .-menu li a {
  font-size: var(--fs-small);
  color: var(--color-black);
}

.js-fv-image-bg {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}

.c-lower-headVisual {
  position: relative;
  padding: 64px 0;
  background: url(../img/common/bg-common.webp) no-repeat center;
  background-size: cover;
}

.c-lower-head {
  position: relative;
  overflow: hidden;
}

.c-lower-head__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.c-common-inner {
  max-width: 1112px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .c-common-inner {
    max-width: 480px;
  }
}

.c-common-head {
  max-width: 520px;
  width: 100%;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
  padding: 0;
  position: relative;
}
.c-common-head .-title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
@media screen and (max-width: 768px) {
  .c-common-head .-title-block {
    gap: 0;
  }
}
.c-common-head .-title-block .-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: var(--fs-large);
  font-weight: var(--weight-xxbold);
  letter-spacing: 4px;
  line-height: 1.5;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 2px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .c-common-head .-title-block .-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: var(--fs-x-default);
    letter-spacing: 2px;
    text-shadow: 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 5px rgba(255, 255, 255, 0.9);
  }
}
.c-common-head .-title-block .-title .category-label {
  font-size: var(--fs-x-default);
  position: relative;
  padding: 0 0 0 24px;
}
.c-common-head .-title-block .-title .category-label::before {
  content: "/";
  position: absolute;
  left: 10px;
  font-size: 12px;
  line-height: 1;
  top: 3px;
}
.c-common-head .-title-block small {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: var(--weight-bold);
  font-family: var(--font-family-en);
  font-size: clamp(64px, 4vw, 4vw);
  line-height: 1;
  position: relative;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 2px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .c-common-head .-title-block small {
    font-size: 8vw !important;
    text-shadow: 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 5px rgba(255, 255, 255, 0.9);
  }
}
.c-common-head .-title-block small span {
  opacity: 0;
  display: inline-block;
  top: 32px;
  position: relative;
}
.c-common-head .-title-block small span:first-child {
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .c-common-head .-title-block small span {
    top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-common-head .-title-block small {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    white-space: nowrap;
  }
}
.c-common-head.size-small .-title-block small {
  font-size: clamp(56px, 6vw, 3vw);
}

body .-btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
body .-btn-row.-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  body .-btn-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .-btn-row .-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: var(--fs-default);
  font-weight: var(--weight-middle);
  background: var(--color-navy);
  font-weight: var(--weight-bold);
  color: var(--color-white);
  border: 1px solid var(--color-navy);
  padding: 0 16px;
  height: 56px;
  min-width: 240px;
  width: auto;
  line-height: 1.5;
  white-space: nowrap;
  text-decoration: none !important;
  gap: 0 8px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body .-btn-row .-btn span {
  position: relative;
}
body .-btn-row .-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--color-white);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
body .-btn-row .-btn:hover {
  color: var(--color-navy);
}
body .-btn-row .-btn:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
body .-btn-row .-btn.-default[target=_blank] span {
  padding-right: 16px;
}
body .-btn-row .-btn.-default[target=_blank] span::after {
  background: url(../img/icon/icon-blank-white.svg) no-repeat center;
  top: 3px;
}
body .-btn-row .-btn.-default[target=_blank]:hover span::after {
  background: url(../img/icon/icon-blank-black.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  body .-btn-row .-btn {
    max-width: 100%;
    min-width: auto;
  }
}

a[target=_blank] {
  position: relative;
  padding-right: 18px;
}
a[target=_blank] span::after {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  content: "";
  background: url(../img/icon/icon-blank-black.svg) no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 1px;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.19, 0.82, 0.27, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.19, 0.82, 0.27, 1);
  transition: transform 0.45s cubic-bezier(0.19, 0.82, 0.27, 1);
  transition: transform 0.45s cubic-bezier(0.19, 0.82, 0.27, 1), -webkit-transform 0.45s cubic-bezier(0.19, 0.82, 0.27, 1);
}
a[target=_blank]:hover span::after {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.blackBg-targetBlank a[target=_blank] {
  position: relative;
}
.blackBg-targetBlank a[target=_blank] span::after {
  background: url(../img/icon/icon-blank-white.svg) no-repeat center;
}

.hover-line {
  position: relative;
}
.hover-line a {
  position: relative;
}
.hover-line a .hover-lineText {
  color: inherit;
  padding-bottom: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-black)), to(var(--color-black)));
  background-image: linear-gradient(90deg, var(--color-black), var(--color-black));
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background-size 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
}
.hover-line a:hover .hover-lineText {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.hover-line.white a .hover-lineText {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-white)), to(var(--color-white)));
  background-image: linear-gradient(90deg, var(--color-white), var(--color-white));
}
.hover-line.is-current .hover-lineText {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.b-table-01 tr,
.b-table-01 .-tr {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: justify;
  position: relative;
  border-bottom: 1px solid var(--color-light-gray);
}
.b-table-01 th, .b-table-01 .-th,
.b-table-01 td, .b-table-01 .-td {
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}
.b-table-01 th, .b-table-01 .-th {
  max-width: 240px;
  width: 100%;
  font-size: var(--fs-default);
  font-weight: var(--weight-bold);
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  .b-table-01 th, .b-table-01 .-th {
    max-width: 120px;
    padding-right: 16px;
  }
}
.b-table-01 th::before, .b-table-01 .-th::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: var(--color-black);
}
.b-table-01 td, .b-table-01 .-td {
  max-width: 100%;
  width: 100%;
  color: var(--color-gray);
}
.b-table-01 td > p, .b-table-01 .-td > p {
  margin: 0;
}

.blogcard {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  background: #F5F7FA;
  border: 1px solid #E6E9ED;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 32px;
}
.blogcard:hover {
  background: #edf0f4;
}
.blogcard > div {
  margin: 0;
}

.blogcard-link {
  position: absolute !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
}

.blogcard-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blogcard-column__image-container {
  background: var(--color-white);
  min-width: 190px;
  width: 190px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .blogcard-column__image-container {
    min-width: 130px;
    width: 130px;
  }
}

.blogcard-column__image-wrap {
  height: 100%;
}
.blogcard-column__image-wrap img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.blogcard-column__meta {
  padding: 32px 32px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .blogcard-column__meta {
    padding: 16px 16px;
  }
}

.blogcard-column__meta-title {
  font-size: var(--fs-middle);
  font-weight: var(--weight-bold);
  line-height: 1.45;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  .blogcard-column__meta-title {
    font-size: var(--fs-default);
    line-height: 1.4;
  }
}

.blogcard-column__meta-description {
  margin: 12px 0 0 0;
  font-size: var(--fs-small);
  color: var(--color-gray);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .blogcard-column__meta-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: var(--fs-small);
  }
  .blogcard-column__meta-description br {
    display: none;
  }
}

.blogcard-column__meta-url {
  margin: 12px 0 0 0;
  font-size: var(--fs-x-small);
  color: var(--color-gray);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .blogcard-column__meta-url {
    font-size: 9px;
    margin: 6px 0 0 0;
  }
}

.b-features-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  gap: 64px 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(33.3% - 32px), 1fr));
}
@media screen and (max-width: 768px) {
  .b-features-list {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.b-features-list.column1 {
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}
@media screen and (max-width: 768px) {
  .b-features-list.column1 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.b-features-list.column2 {
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - 32px), 1fr));
}
@media screen and (max-width: 768px) {
  .b-features-list.column2 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.b-features-list.column3 {
  grid-template-columns: repeat(auto-fit, minmax(calc(33.3% - 32px), 1fr));
}
@media screen and (max-width: 992px) {
  .b-features-list.column3 {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 32px), 1fr));
  }
}
@media screen and (max-width: 768px) {
  .b-features-list.column3 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.b-features-list .features-item {
  max-width: 100%;
  width: 100%;
}
.b-features-list .features-item .features-image {
  border-radius: var(--border-radius-middle);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin: 0;
}
.b-features-list .features-item .features-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.b-features-list .features-item .features-body {
  text-align: justify;
  margin: 20px 0 0 0;
}
.b-features-list .features-item .features-body__title {
  font-size: var(--fs-x-default);
  font-weight: var(--weight-bold);
  line-height: 1.5;
  padding: 0;
  margin: 0 !important;
  background: none;
  padding: 0 !important;
  border: none !important;
}
.b-features-list .features-item .features-body__inner {
  margin: 12px 0 0 0 !important;
}
.b-features-list .features-item .features-body__inner .features-description {
  color: var(--color-gray);
  font-size: var(--fs-default);
  line-height: 1.5;
}
.b-features-list .features-item .features-body__inner .-btn-row .-btn {
  color: var(--color-white);
}
.b-features-list .features-item .features-body__inner .-btn-row .-btn:hover {
  color: var(--color-black);
}

.p-fv-section {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 14vh 0;
}
@media screen and (max-width: 768px) {
  .p-fv-section {
    padding: 8vh 0;
  }
}
.p-fv-section .p-fv-section-inner {
  z-index: 3;
}
.p-fv-section .fv-title {
  font-size: 64px;
  font-weight: var(--weight-xxbold);
  line-height: 1.4;
  text-align: justify;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 2px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.1);
}
.p-fv-section .fv-title span {
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-fv-section .fv-title {
    font-size: var(--fs-large);
    text-shadow: 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 5px rgba(255, 255, 255, 0.9);
  }
}
.p-fv-section .fv-text {
  font-weight: var(--weight-bold);
  font-size: var(--fs-x-default);
  text-align: justify;
  margin: 24px 0 0 0;
  line-height: 2.2;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-fv-section .fv-text {
    margin-top: 16px;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 4px rgba(255, 255, 255, 0.8);
  }
}
.p-fv-section .fv-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.p-fv-section .fv-image img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-fv-section .fv-image img {
    -o-object-position: left;
       object-position: left;
    min-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv-section .fv-image img {
    -o-object-position: 0%;
       object-position: 0%;
  }
}
.p-service-section {
  padding: 160px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-service-section {
    padding: 64px 0;
  }
}
.p-service-section .card-list {
  margin: 56px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .p-service-section .card-list {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-section .card-list {
    margin-top: 40px;
    gap: 40px 0;
  }
}
.p-service-section .card-list .card-item {
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
}
.p-service-section .card-list .card-item .-btn-row .-btn {
  height: 48px;
}
.p-service-section .card-list .card-item:nth-child(1) .card-item__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #FFFFFF;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .p-service-section .card-list .card-item:only-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
  .p-service-section .card-list .card-item:only-child .card-item__image {
    width: 40%;
  }
  .p-service-section .card-list .card-item:only-child .card-item__info {
    width: 60%;
  }
}
.p-service-section .card-list .card-item .card-item__image {
  position: relative;
  overflow: hidden;
}
.p-service-section .card-list .card-item .card-item__image img {
  border-radius: var(--border-radius-middle);
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service-section .card-list .card-item .card-item__info .label {
  color: var(--color-brand-main);
  font-family: var(--font-family-en);
  font-weight: var(--weight-bold);
  font-size: var(--fs-default);
}
.p-service-section .card-list .card-item .card-item__info .label + .title {
  margin-top: 8px;
}
.p-service-section .card-list .card-item .card-item__info .title {
  font-size: var(--fs-middle);
  font-weight: var(--weight-bold);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-service-section .card-list .card-item .card-item__info .title {
    font-size: var(--fs-x-default);
  }
}
.p-service-section .card-list .card-item .card-item__info .description {
  margin: 8px 0 0 0;
  color: var(--color-gray);
}

.p-service-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 80px;
}
@media screen and (max-width: 768px) {
  .p-service-section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
.p-service-section-inner .service-head {
  max-width: 520px;
  width: 100%;
}
.p-service-section-inner .service-body {
  width: 100%;
  position: relative;
  text-align: justify;
}
.p-service-section-inner .service-body__title {
  font-size: var(--fs-xxxx-large);
  font-weight: var(--weight-xxbold);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-service-section-inner .service-body__title {
    font-size: var(--fs-x-middle);
    line-height: 1.6;
  }
}
.p-service-section-inner .service-body__title small {
  font-size: var(--fs-middle);
}
.p-service-section-inner .service-body__title + .service-body__description {
  margin-top: 24px;
}
.p-service-section-inner .service-body__description {
  font-size: var(--fs-middle);
  font-weight: var(--weight-xxbold);
  line-height: 2.2;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-service-section-inner .service-body__description {
    font-size: var(--fs-default);
    font-weight: var(--weight-bold);
  }
  .p-service-section-inner .service-body__description br {
    display: none;
  }
}
.p-service-section-inner .-btn-row {
  margin: 48px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-service-section-inner .-btn-row {
    margin-top: 40px;
  }
}

.p-news-section {
  padding: 160px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-news-section {
    padding: 64px 0;
  }
}

.p-news-section-inner .news-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-news-section-inner .news-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news-section-inner .news-head .c-common-head {
  max-width: none;
}
@media screen and (max-width: 768px) {
  .p-news-section-inner .news-head .c-common-head {
    padding: 0;
  }
}

.p-aboutMission {
  padding: 160px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-aboutMission {
    padding: 80px 0;
  }
}

.p-aboutMission-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 80px;
}
@media screen and (max-width: 768px) {
  .p-aboutMission-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px 0;
  }
}
.p-aboutMission-inner .aboutMission-head {
  max-width: 460px;
  width: 100%;
}
.p-aboutMission-inner .aboutMission-head .-title-block small {
  font-size: clamp(62px, 6vw, 4vw);
}
@media (max-width: 768px) {
  .p-aboutMission-inner .aboutMission-head .-title-block small {
    font-size: clamp(40px, 4vw, 3vw);
  }
}
.p-aboutMission-inner .aboutMission-body {
  width: 100%;
  position: relative;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
}
.p-aboutMission-inner .aboutMission-body__title {
  font-size: 36px;
  line-height: 1.5;
  font-weight: var(--weight-xxbold);
}
@media screen and (max-width: 768px) {
  .p-aboutMission-inner .aboutMission-body__title {
    font-size: var(--fs-large);
  }
}
.p-aboutMission-inner .aboutMission-body__description {
  font-size: var(--fs-middle);
  font-weight: var(--weight-middle);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-aboutMission-inner .aboutMission-body__description {
    font-size: var(--fs-middle);
    line-height: 2;
  }
}

.p-aboutValue {
  background: url(../img/common/bg-common.webp) no-repeat center;
  background-size: cover;
  padding: 160px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-aboutValue {
    padding: 80px 0;
  }
}

.p-aboutValue-inner .aboutValue-head .c-common-head {
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.p-aboutValue-inner .aboutValue-head .-title-block small {
  font-size: clamp(62px, 6vw, 4vw);
}
@media (max-width: 768px) {
  .p-aboutValue-inner .aboutValue-head .-title-block small {
    font-size: clamp(40px, 4vw, 3vw);
  }
}
.p-aboutValue-inner .aboutValue-body {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.p-aboutValue-inner .aboutValue-body ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 80px 40px;
}
@media screen and (max-width: 768px) {
  .p-aboutValue-inner .aboutValue-body ul {
    gap: 48px 0;
  }
}
.p-aboutValue-inner .aboutValue-body ul li {
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 16px 0;
  overflow: hidden;
}
.p-aboutValue-inner .aboutValue-body ul li .js-fv-image-bg {
  display: none;
}
.p-aboutValue-inner .aboutValue-body ul li::before {
  content: attr(data-number);
  font-size: var(--fs-small);
  font-family: var(--font-family-en);
  font-weight: var(--weight-bold);
  position: relative;
  top: 8px;
}
.p-aboutValue-inner .aboutValue-body ul li .-head {
  font-size: var(--fs-large);
  font-weight: var(--weight-xxbold);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-aboutValue-inner .aboutValue-body ul li .-head {
    font-size: var(--fs-x-middle);
    line-height: 2;
  }
}
.p-aboutValue-inner .aboutValue-body ul li .-body {
  font-size: var(--fs-x-default);
  font-weight: var(--weight-xxbold);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-aboutValue-inner .aboutValue-body ul li .-body {
    font-size: var(--fs-default);
  }
}

.p-aboutCompany {
  padding: 160px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-aboutCompany {
    padding: 80px 0;
  }
}

.p-aboutCompany-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 80px;
}
@media screen and (max-width: 768px) {
  .p-aboutCompany-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
}
.p-aboutCompany-inner .aboutCompany-head {
  max-width: 460px;
  width: 100%;
}
.p-aboutCompany-inner .aboutCompany-head .-title-block small {
  font-size: clamp(62px, 6vw, 4vw);
}
@media (max-width: 768px) {
  .p-aboutCompany-inner .aboutCompany-head .-title-block small {
    font-size: clamp(40px, 4vw, 3vw);
  }
}
.p-aboutCompany-inner .aboutCompany-body {
  width: 100%;
  position: relative;
  text-align: justify;
}

.news-category__nav {
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 32px;
}
@media screen and (max-width: 768px) {
  .news-category__nav {
    margin: 40px 0 0 0;
    width: 100%;
    gap: 16px;
  }
}
.news-category__nav li a {
  font-weight: var(--weight-bold);
  color: var(--color-black);
  white-space: nowrap;
}

.c-news-list {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(auto-fit, minmax(516px, 1fr));
}
@media screen and (max-width: 768px) {
  .c-news-list {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.c-news-list .c-news-item__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-news-item {
  position: relative;
  overflow: hidden;
}

.c-news-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .c-news-item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
}
.c-news-item__link:hover .c-news-item__image::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-news-item__image {
  min-width: 240px;
  width: 240px;
  height: 135px;
  border-radius: var(--border-radius-small);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-news-item__image {
    min-width: auto;
    width: auto;
    height: auto;
  }
}
.c-news-item__image::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 5px solid var(--color-black);
  border-radius: var(--border-radius-small);
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  position: absolute;
  top: 0;
  left: 0;
}
.c-news-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-news-item__info {
  width: 100%;
  text-align: justify;
  color: var(--color-black);
}

.c-news-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  list-style: 1;
  font-size: var(--fs-small);
  font-weight: var(--weight-bold);
}
.c-news-item__meta .-category {
  position: relative;
}
.c-news-item__meta .-category::before {
  content: "/";
  position: absolute;
  left: -12px;
  font-size: 10px;
}

.c-news-item__title {
  font-size: var(--fs-x-default);
  font-weight: var(--weight-bold);
  line-height: 1.7;
  margin: 8px 0 0 0;
}

.single-thumb__container {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.single-thumb__container .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
.single-thumb__container .image {
  position: relative;
  max-width: 840px;
  width: 100%;
}

.single-body__container {
  text-align: justify;
}

.single-head {
  padding: 32px 0;
}

.single-head__title {
  font-size: var(--fs-xx-large);
  font-weight: var(--weight-xxbold);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .single-head__title {
    font-size: var(--fs-x-middle);
    line-height: 1.5;
  }
}

.single-head__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  font-size: var(--fs-small);
  font-weight: var(--weight-bold);
  line-height: 1;
}
.single-head__meta .post-categories li a {
  color: var(--color-black);
}
.single-head__meta .post-update {
  position: relative;
}
.single-head__meta .post-update::before {
  content: "/";
  position: absolute;
  left: -10px;
  font-size: 10px;
  line-height: 1;
}

.single-sns__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.single-sns__btn .s-button {
  padding: 10px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  gap: 0 5px;
  font-size: var(--fs-default);
  font-weight: var(--weight-bold);
  background: var(--color-light-gray-light);
  border-radius: var(--border-radius-small);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (max-width: 768px) {
  .single-sns__btn .s-button {
    padding: 8px 16px;
  }
}
.single-sns__btn .s-button:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.single-content__body {
  position: relative;
  margin: 0 auto;
}

.text-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-black);
  font-size: var(--fs-default);
  font-weight: var(--weight-bold);
  gap: 0 4px;
}
.text-link:hover {
  color: var(--color-black);
}

.single-body__container + .single-body__container h2 {
  font-size: var(--fs-large);
  font-weight: var(--weight-xxbold);
}
@media screen and (max-width: 768px) {
  .single-body__container + .single-body__container h2 {
    font-size: var(--fs-x-middle);
  }
}

.-single-content {
  text-align: justify;
}
.-single-content > *:nth-child(1) {
  margin-top: 0 !important;
}
.-single-content :is(h1, h2, h3, h4, h5, h6) {
  margin-top: var(--space7) !important;
  font-weight: var(--weight-bold);
  color: var(--color-black);
  margin-bottom: 16px;
}
.-single-content :is(h1, h2, h3, h4, h5, h6) + * {
  margin-top: 32px;
}
.-single-content :is(h1, h2, h3, h4, h5, h6) + .original-section {
  margin-top: 0;
}
.-single-content h1 {
  font-size: var(--fs-x-large);
  line-height: 1.35;
}
@media (max-width: 768px) {
  .-single-content h1 {
    font-size: var(--fs-large);
    line-height: 1.45;
  }
}
.-single-content h2 {
  font-size: var(--fs-large);
  font-weight: var(--weight-xbold);
  background: var(--color-light-gray-light);
  border-radius: var(--border-radius-small);
  padding: 16px 20px;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .-single-content h2 {
    font-size: var(--fs-x-middle);
  }
}
.-single-content h3 {
  font-size: var(--fs-xx-middle);
  line-height: 1.4;
  padding: 0;
}
@media (max-width: 768px) {
  .-single-content h3 {
    font-size: var(--fs-middle);
    line-height: 1.3;
  }
}
.-single-content h4 {
  font-size: var(--fs-middle);
  line-height: 1.4;
  position: relative;
  padding-left: 16px;
  border-left: 3px solid var(--brand);
}
@media (max-width: 768px) {
  .-single-content h4 {
    font-size: var(--fs-x-default);
  }
}
.-single-content h5 {
  font-size: var(--fs-x-default);
  line-height: 1.5;
  padding: 0 0 12px 0;
  border-bottom: 1px solid var(--color-black);
}
@media (max-width: 768px) {
  .-single-content h5 {
    font-size: var(--fs-x-default);
  }
}
.-single-content h6 {
  font-size: var(--fs-default);
  line-height: 1.65;
}
.-single-content p {
  margin-top: var(--space3);
}
.-single-content ul, .-single-content ol,
.-single-content blockquote,
.-single-content pre,
.-single-content figure,
.-single-content .wp-block-image {
  margin-top: var(--space4);
}
.-single-content .wp-block-audio {
  margin-top: var(--space3);
}
.-single-content video,
.-single-content iframe {
  max-width: 100%;
}
.-single-content strong,
.-single-content b {
  font-weight: var(--weight-bold);
}
.-single-content mark {
  font-style: normal;
}
.-single-content img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: auto;
  text-decoration: none;
}
.-single-content a {
  color: var(--accent-light-blue);
  text-decoration: underline;
  outline: none;
}
.-single-content a:visited {
  color: var(--accent-light-blue);
  text-decoration: none;
  outline: none;
}
.-single-content a:hover {
  color: var(--accent-light-blue);
  text-decoration: none;
  outline: none;
}
.-single-content a:hover img {
  opacity: 0.7;
}
.-single-content ul, .-single-content ol {
  padding: 0 0 0 24px !important;
  line-height: 1.6;
}
.-single-content ul::marker, .-single-content ol::marker {
  font-size: 14px !important;
}
.-single-content ul li + li, .-single-content ol li + li {
  margin-top: 6px;
}
.-single-content ul li ul, .-single-content ul li ol, .-single-content ol li ul, .-single-content ol li ol {
  margin-top: 8px;
}
.-single-content ul li {
  list-style-type: disc !important;
  list-style-position: outside !important;
  padding: 0 !important;
  text-indent: 0 !important;
}
.-single-content ul li ul li {
  list-style-type: disc !important;
  list-style-position: outside !important;
}
.-single-content ul li ol li {
  list-style-type: decimal !important;
  list-style-position: outside !important;
}
.-single-content ol li {
  list-style-type: decimal !important;
  list-style-position: outside !important;
  padding: 0 !important;
  text-indent: 0 !important;
}
.-single-content ol li ul li {
  list-style-type: disc !important;
  list-style-position: outside !important;
}
.-single-content ol li ol li {
  list-style-type: decimal !important;
  list-style-position: outside !important;
}
.-single-content blockquote {
  margin-top: var(--space3);
  padding: 32px;
  border-radius: var(--border-radius-small);
  line-height: 1.65;
  background-color: #f0f2f5;
  border: none;
  text-align: justify;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2016%2012%22%20viewBox%3D%220%200%2016%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23999%22%3E%3Cpath%20d%3D%22m4.3.3c-2.7%202-4.3%204.4-4.3%207.7%200%202.6%201.6%204%203.4%204%201.7%200%203-1.1%203-2.8s-1.2-2.7-2.7-2.7c-.5%200-.7-.2-.7-.6%200-1.7%201-3.1%202.7-4.3.3-.2.4-.4.4-.7%200-.6-.5-.9-1-.9-.3%200-.5.1-.8.3z%22%2F%3E%3Cpath%20d%3D%22m13.9.3c-2.8%202-4.3%204.4-4.3%207.6%200%202.6%201.6%204%203.4%204%201.7%200%203-1.1%203-2.8s-1.2-2.7-2.7-2.7c-.5%200-.8-.2-.8-.6%200-1.7%201-3.1%202.7-4.3.3-.2.4-.4.4-.7%200-.6-.5-.9-1-.9-.2.1-.4.2-.7.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2016%2012%22%20viewBox%3D%220%200%2016%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23999%22%3E%3Cpath%20d%3D%22m11.7%2011.7c2.7-2%204.3-4.4%204.3-7.7%200-2.6-1.6-4-3.4-4-1.7%200-3%201.1-3%202.8s1.2%202.7%202.7%202.7c.5%200%20.8.2.8.6%200%201.7-1%203.1-2.7%204.3-.3.2-.4.4-.4.7%200%20.6.5.9%201%20.9.2%200%20.4-.1.7-.3z%22%2F%3E%3Cpath%20d%3D%22m2.1%2011.7c2.8-2%204.3-4.4%204.3-7.6%200-2.6-1.6-4-3.4-4-1.7-.1-3%201-3%202.7s1.2%202.7%202.7%202.7c.5%200%20.8.2.8.6%200%201.7-1%203.1-2.7%204.3-.3.2-.4.4-.4.7%200%20.6.5.9%201%20.9.2%200%20.4-.1.7-.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: 10px 10px, calc(100% - 10px) calc(100% - 10px);
  background-size: 16px auto, 16px auto;
  border: none !important;
}
@media (max-width: 768px) {
  .-single-content blockquote {
    background-size: 10px auto, 10px auto;
    padding: 20px;
    line-height: 1.6;
  }
}
.-single-content blockquote > *:first-child {
  margin-top: 0;
}
.-single-content blockquote > * {
  margin-top: 16px;
}
.-single-content blockquote cite {
  color: var(--color-gray);
  font-size: var(--fs-small);
  display: block;
  margin: 12px 0 0 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .-single-content blockquote cite {
    margin-top: 8px;
    font-size: var(--fs-x-small);
  }
}
.-single-content pre {
  background: var(--color-light-gray);
  padding: 24px;
  border-radius: var(--border-radius-small);
  white-space: pre-wrap;
}
@media (max-width: 768px) {
  .-single-content pre {
    padding: 20px;
  }
}
.-single-content pre.wp-block-code {
  background: var(--color-black);
  color: var(--color-gray);
  white-space: pre-wrap !important;
}
.-single-content pre code {
  overflow-x: auto;
  font-size: var(--fs-default);
}
.-single-content figure figcaption {
  color: var(--color-gray);
  font-size: var(--fs-small);
  margin: 12px 0 0 0;
  text-align: left;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .-single-content figure figcaption {
    font-size: var(--fs-small);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.-single-content figure figcaption a {
  color: var(--color-gray) !important;
  text-decoration: underline;
}

.has-small-font-size {
  font-size: 13px;
}

.has-medium-font-size {
  font-size: 18px;
}

.has-large-font-size {
  font-size: 24px;
}

.has-x-large-font-size {
  font-size: 28px;
}

.has-pale-pink-background-color {
  background-color: #f78da7;
}

.has-vivid-red-background-color {
  background-color: #cf2e2e;
}

.has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}

.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}

.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}

.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}

.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}

.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}

.has-very-dark-gray-background-color {
  background-color: #313131;
}

.has-pale-pink-color {
  color: #f78da7 !important;
}

.has-vivid-red-color {
  color: #cf2e2e !important;
}

.has-luminous-vivid-orange-color {
  color: #ff6900 !important;
}

.has-luminous-vivid-amber-color {
  color: #fcb900 !important;
}

.has-light-green-cyan-color {
  color: #7bdcb5 !important;
}

.has-vivid-green-cyan-color {
  color: #00d084 !important;
}

.has-pale-cyan-blue-color {
  color: #8ed1fc !important;
}

.has-vivid-cyan-blue-color {
  color: #0693e3 !important;
}

.has-very-light-gray-color {
  color: #eee !important;
}

.has-cyan-bluish-gray-color {
  color: #abb8c3 !important;
}

.has-very-dark-gray-color {
  color: #313131 !important;
}

.has-black-color {
  color: #313131 !important;
}

.wp-block-preformatted {
  white-space: normal;
}

.wp-block-calendar.scroll-x,
.wp-block-table.scroll-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.wp-block-calendar.scroll-x table td,
.wp-block-table.scroll-x table td {
  white-space: pre;
}
.wp-block-calendar.is-style-stripes table tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background: var(--color-light-gray) !important;
}
.wp-block-calendar.is-style-regular table tbody tr > *:first-child,
.wp-block-table.is-style-regular table tbody tr > *:first-child {
  background: var(--color-light-gray) !important;
}
.wp-block-calendar caption,
.wp-block-table caption {
  font-weight: var(--weight-bold);
  font-size: var(--fs-middle);
  text-align: justify;
  line-height: 1.5;
  padding: 0 0 8px 0;
}
.wp-block-calendar thead,
.wp-block-calendar tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
  background: var(--color-light-gray) !important;
}
.wp-block-calendar thead *,
.wp-block-calendar tfoot *,
.wp-block-table thead *,
.wp-block-table tfoot * {
  color: var(--color-gray);
  font-weight: var(--weight-bold);
}
.wp-block-calendar table,
.wp-block-table table {
  border-collapse: collapse;
  border-spacing: 0;
  background: #F7F9FA;
  width: 100%;
  position: relative;
}
.wp-block-calendar table.has-fixed-layout tr > *:first-child,
.wp-block-table table.has-fixed-layout tr > *:first-child {
  min-width: 240px;
}
@media (max-width: 768px) {
  .wp-block-calendar table.has-fixed-layout tr > *:first-child,
  .wp-block-table table.has-fixed-layout tr > *:first-child {
    min-width: 180px;
  }
}
.wp-block-calendar table tr,
.wp-block-table table tr {
  border-bottom: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
  background: none !important;
}
.wp-block-calendar table tr:first-child,
.wp-block-table table tr:first-child {
  border-top: 1px solid #ddd !important;
}
.wp-block-calendar table th,
.wp-block-calendar table td,
.wp-block-table table th,
.wp-block-table table td {
  padding: 12px 16px;
  white-space: normal;
  line-height: 1.6 !important;
  border: none !important;
}
@media (max-width: 768px) {
  .wp-block-calendar table th,
  .wp-block-calendar table td,
  .wp-block-table table th,
  .wp-block-table table td {
    min-width: 120px;
    line-height: 1.35 !important;
  }
}
.wp-block-calendar table th + th,
.wp-block-calendar table th + td,
.wp-block-calendar table td + th,
.wp-block-calendar table td + td,
.wp-block-table table th + th,
.wp-block-table table th + td,
.wp-block-table table td + th,
.wp-block-table table td + td {
  border-left: 1px dashed #ddd !important;
}

.wp-block-image {
  clear: both;
}
.wp-block-image.is-style-rounded img {
  border-radius: 50rem;
}
.wp-block-image a {
  display: block;
}
.wp-block-image .alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.wp-block-image .alignright {
  display: block;
  margin: 0 0 0 auto;
}
.wp-block-image .aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: -8px;
  margin-right: -8px;
  gap: 0;
}
.wp-block-gallery .wp-block-image {
  list-style: none;
  margin: 0 !important;
  padding: 8px !important;
  height: 100%;
  width: 100%;
}
.wp-block-gallery.columns-2 .blocks-gallery-item,
.wp-block-gallery.columns-2 .wp-block-image {
  max-width: 50%;
}
.wp-block-gallery.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-3 .wp-block-image {
  max-width: 33.3%;
}
@media (max-width: 768px) {
  .wp-block-gallery.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .wp-block-image {
    max-width: 50%;
  }
}
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-4 .wp-block-image {
  max-width: 25%;
}
@media (max-width: 768px) {
  .wp-block-gallery.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .wp-block-image {
    max-width: 50%;
  }
}
.wp-block-gallery .blocks-gallery-caption {
  margin-top: 0;
}

.wp-block-cover {
  position: relative;
  overflow: hidden;
}
.wp-block-cover .wp-block-cover__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
.wp-block-cover .wp-block-cover__image-background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-cover .wp-block-cover__inner-container {
  padding: 24px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-cover .wp-block-cover__inner-container p {
  color: var(--color-white);
  line-height: 1.4;
}
.wp-block-cover .wp-block-cover__inner-container p + p {
  margin-top: 8px;
}
.wp-block-cover .wp-block-cover__inner-container p.has-large-font-size {
  font-size: var(--fs-middle);
  font-weight: var(--weight-bold);
}

.wp-block-file {
  margin-top: var(--space3);
  border: 1px solid var(--color-gray-dark);
  border-radius: var(--border-radius-small);
  padding: 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
@media (max-width: 768px) {
  .wp-block-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px 0;
  }
}
.wp-block-file a {
  text-decoration: none;
}
.wp-block-file .wp-block-file__button {
  background: var(--color-light-gray);
  font-size: var(--fs-small);
  color: var(--color-gray) !important;
  border-radius: var(--border-radius-small);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
}

.wp-block-media-text {
  margin-top: var(--space3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
}
@media (max-width: 768px) {
  .wp-block-media-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
}
.wp-block-media-text.is-vertically-aligned-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-block-media-text.is-vertically-aligned-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wp-block-media-text__media {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wp-block-media-text__content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 0;
}
.wp-block-media-text__content h1, .wp-block-media-text__content h2, .wp-block-media-text__content h3, .wp-block-media-text__content h4, .wp-block-media-text__content h5, .wp-block-media-text__content h6 {
  margin-top: var(--space3) !important;
}
.wp-block-media-text__content > *:first-child {
  margin-top: 0 !important;
}

.wp-block-embed {
  margin-top: var(--space3);
}
.wp-block-embed iframe {
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-pullquote {
  background-color: var(--color-light-gray-light);
  border-radius: var(--border-radius-small);
  padding: 16px;
}
.wp-block-pullquote blockquote {
  margin-top: 0;
}
.wp-block-pullquote cite {
  color: var(--color-gray);
  font-style: normal;
  margin-top: 4px;
}

.wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: var(--space3) -4px 0 -4px;
  gap: 0 !important;
}
@media (max-width: 768px) {
  .wp-block-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wp-block-buttons .wp-block-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 4px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: var(--fs-default);
  border: 2px solid var(--color-black);
  background: var(--color-black);
  font-weight: var(--weight-bold);
  color: var(--color-white) !important;
  border-radius: 2px !important;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 16px;
  line-height: 1.4;
  cursor: pointer;
  width: 100%;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: var(--color-white);
  color: var(--color-black) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background: var(--color-white);
  border-color: var(--color-black);
  color: var(--color-black) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--color-black);
  color: var(--color-white) !important;
}
.wp-block-buttons .wp-block-button.wp-block-button__width-100 {
  max-width: 100%;
}
.wp-block-buttons .wp-block-button.wp-block-button__width-75 {
  max-width: 75%;
}
@media (max-width: 768px) {
  .wp-block-buttons .wp-block-button.wp-block-button__width-75 {
    max-width: 100%;
  }
}
.wp-block-buttons .wp-block-button.wp-block-button__width-50 {
  max-width: 50%;
}
@media (max-width: 768px) {
  .wp-block-buttons .wp-block-button.wp-block-button__width-50 {
    max-width: 100%;
  }
}
.wp-block-buttons .wp-block-button.wp-block-button__width-25 {
  max-width: 25%;
}
@media (max-width: 768px) {
  .wp-block-buttons .wp-block-button.wp-block-button__width-25 {
    max-width: 100%;
  }
}

.wp-block-columns {
  margin: var(--space3) auto 0 auto;
}

.wp-calendar-table tr th {
  background: none;
  font-weight: var(--weight-bold);
}
.wp-calendar-table tr th,
.wp-calendar-table tr td {
  text-align: center;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
}

.wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: var(--space1) auto 0 auto;
}
.wp-block-categories-list li + li,
.wp-block-archives-list li + li {
  margin-top: 4px;
}

.wp-block-latest-comments {
  margin-top: var(--space3);
  background: var(--color-gray);
  padding: 24px !important;
}
@media (max-width: 768px) {
  .wp-block-latest-comments {
    padding: 16px !important;
  }
}

.wp-block-latest-comments__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-block-latest-comments__comment + .wp-block-latest-comments__comment {
  margin-top: var(--space2);
}
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-avatar {
  border-radius: 50rem;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-latest-comments__comment article {
  width: 100%;
  padding: 0 0 0 16px;
  font-size: var(--fs-small);
}

.wp-block-latest-comments__comment-meta time {
  font-size: var(--fs-x-small);
}

.wp-block-latest-comments__comment-excerpt {
  margin-top: 0;
}
.wp-block-latest-comments__comment-excerpt p {
  margin-top: 0;
}

.is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 24px;
  margin: var(--space3) auto 0 auto;
}
.is-layout-flex h1, .is-layout-flex h2, .is-layout-flex h3, .is-layout-flex h4, .is-layout-flex h5, .is-layout-flex h6 {
  font-size: 18px;
  margin: 0 !important;
  padding: 0;
  background: none;
  border: none;
}
.is-layout-flex h1 + p, .is-layout-flex h2 + p, .is-layout-flex h3 + p, .is-layout-flex h4 + p, .is-layout-flex h5 + p, .is-layout-flex h6 + p {
  margin-top: 8px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .is-layout-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.is-layout-flex.wp-block-columns {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
}
@media (max-width: 768px) {
  .is-layout-flex.wp-block-columns.is-not-stacked-on-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px 0;
  }
}
.is-layout-flex.wp-block-columns .wp-block-column {
  width: 100%;
}
.is-layout-flex.wp-block-columns .wp-block-column .wp-block-image img {
  width: 100%;
}
.is-layout-flex.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.is-layout-flex.is-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .is-layout-flex.is-nowrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.is-layout-flex.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.has-text-align-left {
  text-align: left !important;
}

.has-text-align-right {
  text-align: right !important;
}

@media (max-width: 768px) {
  .wp-block-spacer {
    max-height: 32px;
  }
}
:root {
  --error-color: #BF263C;
}

.c-form-required {
  font-size: var(--fs-small);
  font-weight: var(--weight-bold);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0 4px;
  text-align: right;
  line-height: 1;
  width: 100%;
  position: relative;
}
.c-form-required::after {
  content: "*";
  font-size: var(--fs-default);
  color: var(--color-red);
}

.c-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  width: 100%;
}
.c-form-row .c-form-item {
  margin: 24px 0 0 0;
}
.c-form-row + .c-form-item {
  margin: 24px 0 0 0;
}

.c-form-item {
  font-size: var(--fs-default);
  font-weight: var(--weight-middle);
  background: var(--color-white);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
}
.c-form-item + .c-form-item {
  margin: 24px 0 0 0;
}
.c-form-item span.wpcf7-not-valid-tip {
  font-size: var(--fs-small) !important;
  font-weight: var(--weight-middle);
  color: var(--error-color);
  display: block;
  margin: 6px 0 0 0;
  border-radius: 2px;
  text-align: left;
  line-height: 1.4;
}
.c-form-item select,
.c-form-item .-textarea,
.c-form-item .-input {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  outline: 0;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 3px;
  display: block;
  width: 100%;
  padding: 8px 16px;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: var(--color-black);
  font-size: var(--fs-x-default);
}
.c-form-item select:focus,
.c-form-item .-textarea:focus,
.c-form-item .-input:focus {
  background: rgba(3, 169, 244, 0.05);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(134, 183, 254, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(134, 183, 254, 0.25);
}
.c-form-item select::-webkit-input-placeholder, .c-form-item .-textarea::-webkit-input-placeholder, .c-form-item .-input::-webkit-input-placeholder {
  color: #aaa;
}
.c-form-item select::-moz-placeholder, .c-form-item .-textarea::-moz-placeholder, .c-form-item .-input::-moz-placeholder {
  color: #aaa;
}
.c-form-item select:-ms-input-placeholder, .c-form-item .-textarea:-ms-input-placeholder, .c-form-item .-input:-ms-input-placeholder {
  color: #aaa;
}
.c-form-item select::-ms-input-placeholder, .c-form-item .-textarea::-ms-input-placeholder, .c-form-item .-input::-ms-input-placeholder {
  color: #aaa;
}
.c-form-item select::placeholder,
.c-form-item .-textarea::placeholder,
.c-form-item .-input::placeholder {
  color: #aaa;
}
.c-form-item select.wpcf7-not-valid,
.c-form-item .-textarea.wpcf7-not-valid,
.c-form-item .-input.wpcf7-not-valid {
  background-color: rgba(191, 38, 60, 0.05);
  color: var(--error-color);
}
.c-form-item .wpcf7-not-valid input[type=checkbox]::before,
.c-form-item .wpcf7-not-valid input[type=radio]::before {
  content: "";
  background-color: rgba(191, 38, 60, 0.1) !important;
}
.c-form-item .checkbox .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
}
.c-form-item .checkbox .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-form-item .checkbox .wpcf7-list-item {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
.c-form-item .checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin: 0;
}
.c-form-item .checkbox .wpcf7-list-item label {
  font-size: var(--fs-default);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-form-item .checkbox .wpcf7-list-item label {
    line-height: 1.3;
  }
}
.c-form-item .checkbox .wpcf7-list-item label input[type=checkbox],
.c-form-item .checkbox .wpcf7-list-item label input[type=radio] {
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
  padding: 0;
  cursor: pointer;
}
.c-form-item .checkbox .wpcf7-list-item label input[type=checkbox]:before,
.c-form-item .checkbox .wpcf7-list-item label input[type=radio]:before {
  content: "";
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color-light-gray);
}
.c-form-item .checkbox .wpcf7-list-item label input[type=checkbox]::after {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.75502%2012.0149L0.205017%207.46495C-0.0683389%207.19159%20-0.0683389%206.74838%200.205017%206.47499L1.19494%205.48504C1.4683%205.21166%201.91154%205.21166%202.1849%205.48504L5.24999%208.55011L11.8151%201.98505C12.0884%201.71169%2012.5317%201.71169%2012.805%201.98505L13.795%202.975C14.0683%203.24835%2014.0683%203.69157%2013.795%203.96495L5.74497%2012.015C5.47159%2012.2883%205.02837%2012.2883%204.75502%2012.0149V12.0149Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.c-form-item .checkbox .wpcf7-list-item label input[type=checkbox]:checked::after {
  content: "";
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-form-item .checkbox .wpcf7-list-item label input[type=radio] {
  width: 22px;
  height: 22px;
}
.c-form-item .checkbox .wpcf7-list-item label input[type=radio]::before {
  content: "";
  background-image: none;
  border-radius: 50rem;
}
.c-form-item .checkbox .wpcf7-list-item label input[type=radio]::after {
  content: "";
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-image: none;
  background: #323133;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-form-item .checkbox .wpcf7-list-item label input[type=radio]:checked::before {
  background-image: none;
}
.c-form-item .checkbox .wpcf7-list-item label input[type=radio]:checked::after {
  content: "";
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-form-item select {
  color: var(--color-black);
  font-weight: var(--weight-middle);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2220%22%20viewBox%3D%220%200%2012%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.53772%2010.8H10.4627C11.2652%2010.8%2011.6665%2011.7712%2011.1002%2012.3375L6.63772%2016.8C6.28522%2017.1525%205.71522%2017.1525%205.36647%2016.8L0.900217%2012.3375C0.333967%2011.7712%200.735217%2010.8%201.53772%2010.8ZM11.1002%206.86249L6.63772%202.4C6.28522%202.0475%205.71522%202.0475%205.36647%202.4L0.900217%206.86249C0.333967%207.42874%200.735217%208.39999%201.53772%208.39999H10.4627C11.2652%208.39999%2011.6665%207.42874%2011.1002%206.86249Z%22%20fill%3D%22%23666666%22%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 20px) center !important;
  background-size: 8px !important;
}
.c-form-item .-textarea {
  min-height: 130px;
  resize: vertical;
}

.c-form-item__title {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: var(--weight-bold);
  font-size: var(--fs-default);
  cursor: pointer;
}

.required::after {
  content: "*";
  color: var(--color-red);
  font-size: var(--fs-default);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18px;
  padding: 0 0 0 4px;
}

.c-form-item__contsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  width: 100%;
}

.c-form-item__conts {
  position: relative;
  width: 100%;
  text-align: justify;
}
.c-form-item__conts.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-form-item__conts .policy-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0 8px 0;
}
.c-form-item__conts .policy-text a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-gray);
  text-decoration: underline;
  margin: 0 4px 0 0;
}

.c-form-item__btn {
  margin: 48px auto 0 auto;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-form-item__btn {
    margin-top: 40px;
  }
}
.c-form-item__btn input {
  background: none;
  padding: 0;
  outline: none;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 280px;
  width: 100%;
  height: 64px;
  padding: 12px 24px;
  cursor: pointer;
  background: var(--color-navy);
  font-size: var(--fs-x-default) !important;
  color: var(--color-white) !important;
  font-weight: var(--weight-bold) !important;
}
@media screen and (max-width: 768px) {
  .c-form-item__btn input {
    height: 48px;
  }
}
.c-form-item__btn input:hover {
  opacity: 0.6;
}
.c-form-item__btn .wpcf7-spinner {
  position: absolute;
  right: 20px;
  top: 16px;
  margin: 0;
}

body .wp-block-contact-form-7-contact-form-selector .wpcf7 .wpcf7-response-output {
  font-size: var(--fs-x-default);
  margin: 40px auto 0 auto;
  padding: 16px;
  text-align: center;
}

body.complete .-single-content h2 {
  background: none;
  padding: 0;
}

.page-404 {
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 0;
}

.page-404__text {
  width: 100%;
  font-size: var(--fs-x-default);
  font-weight: var(--weight-middle);
}
@media screen and (max-width: 768px) {
  .page-404__text {
    font-size: var(--fs-default);
    font-weight: var(--weight-bold);
  }
}

.breadcrumbs {
  text-align: left;
  padding: 16px 0;
  width: 100%;
  margin-top: 80px;
}
.breadcrumbs-inner {
  max-width: 1112px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .breadcrumbs-inner {
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs-inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.breadcrumbs-inner a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.breadcrumbs-inner i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6px;
  line-height: 1;
  font-style: normal;
  font-size: 10px;
  position: relative;
  bottom: 1px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs-inner i {
    margin: 0 4px;
  }
}
.breadcrumbs-inner span {
  font-size: var(--fs-x-small);
  font-weight: var(--weight-middle);
  line-height: 1.3;
}
.breadcrumbs-inner span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .breadcrumbs-inner span {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 2000px) {
  .breadcrumbs-inner span:last-of-type {
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.wp-pagenavi {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi > .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--fs-small);
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi span.current,
.wp-pagenavi a.page {
  font-family: Arial;
  font-weight: var(--weight-bold);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 1;
  font-size: var(--fs-small);
  color: var(--color-black);
}
.wp-pagenavi a.page,
.wp-pagenavi span.current {
  color: var(--color-black);
}
.wp-pagenavi a.page::before,
.wp-pagenavi span.current::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--color-black);
  position: absolute;
  letter-spacing: 0;
  left: 0;
  bottom: 0;
}
.wp-pagenavi a.page.current::before, .wp-pagenavi a.page:hover::before,
.wp-pagenavi span.current.current::before,
.wp-pagenavi span.current:hover::before {
  width: 100%;
}
.wp-pagenavi .extend {
  line-height: 1;
  color: var(--color-black);
  position: relative;
  bottom: 3px;
  padding: 0 4px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--color-light-gray-light);
  width: 36px;
  height: 36px;
  border-radius: 50rem;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: var(--color-light-gray);
}
.wp-pagenavi .previouspostslink {
  margin-right: 24px;
}
.wp-pagenavi .previouspostslink::before {
  content: "<";
}
.wp-pagenavi .nextpostslink {
  margin-left: 24px;
}
.wp-pagenavi .nextpostslink::before {
  content: ">";
}

#toc_container {
  background: var(--color-light-gray);
  padding: 24px 24px 24px 16px;
  border-radius: var(--border-radius-middle);
  margin: 24px auto 0 auto;
}
#toc_container .toc_title {
  margin: 0;
  font-weight: var(--weight-bold);
}
#toc_container .toc_list {
  margin: 8px auto 0 auto;
}
#toc_container .toc_list li::marker {
  color: var(--color-gray);
  font-size: 10px;
}
#toc_container .toc_list li a {
  color: var(--color-gray);
}

.w-auto {
  width: auto !important;
}

.w-full {
  width: 100% !important;
  max-width: 100% !important;
}

.w-75 {
  width: 75% !important;
  max-width: 100% !important;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .w-75 {
    width: 100% !important;
  }
}

.w-50 {
  width: 50% !important;
  max-width: 100% !important;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .w-50 {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-w-full {
    width: 100% !important;
  }
}

.opacity {
  text-decoration: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.opacity a img,
.opacity a:hover img, .opacity:hover {
  opacity: 0.8;
}

.font-family-jp {
  font-family: var(--font-family) !important;
}

.font-family-en {
  font-family: var(--font-family-en) !important;
}

.color-black {
  color: var(--color-black) !important;
}

.bg-black {
  background-color: var(--color-black) !important;
}

.color-black-light {
  color: var(--color-black-light) !important;
}

.bg-black-light {
  background-color: var(--color-black-light) !important;
}

.color-gray {
  color: var(--color-gray) !important;
}

.bg-gray {
  background-color: var(--color-gray) !important;
}

.color-gray-light {
  color: var(--color-gray-light) !important;
}

.bg-gray-light {
  background-color: var(--color-gray-light) !important;
}

.color-light-gray {
  color: var(--color-light-gray) !important;
}

.bg-light-gray {
  background-color: var(--color-light-gray) !important;
}

.color-light-gray-light {
  color: var(--color-light-gray-light) !important;
}

.bg-light-gray-light {
  background-color: var(--color-light-gray-light) !important;
}

.color-white {
  color: var(--color-white) !important;
}

.bg-white {
  background-color: var(--color-white) !important;
}

.color-red {
  color: var(--color-red) !important;
}

.bg-red {
  background-color: var(--color-red) !important;
}

.color-red-light {
  color: var(--color-red-light) !important;
}

.bg-red-light {
  background-color: var(--color-red-light) !important;
}

.color-teal {
  color: var(--color-teal) !important;
}

.bg-teal {
  background-color: var(--color-teal) !important;
}

.color-teal-light {
  color: var(--color-teal-light) !important;
}

.bg-teal-light {
  background-color: var(--color-teal-light) !important;
}

.color-blue {
  color: var(--color-blue) !important;
}

.bg-blue {
  background-color: var(--color-blue) !important;
}

.color-blue-light {
  color: var(--color-blue-light) !important;
}

.bg-blue-light {
  background-color: var(--color-blue-light) !important;
}

.color-aqua {
  color: var(--color-aqua) !important;
}

.bg-aqua {
  background-color: var(--color-aqua) !important;
}

.color-aqua-light {
  color: var(--color-aqua-light) !important;
}

.bg-aqua-light {
  background-color: var(--color-aqua-light) !important;
}

.color-mint {
  color: var(--color-mint) !important;
}

.bg-mint {
  background-color: var(--color-mint) !important;
}

.color-mint-light {
  color: var(--color-mint-light) !important;
}

.bg-mint-light {
  background-color: var(--color-mint-light) !important;
}

.color-grass {
  color: var(--color-grass) !important;
}

.bg-grass {
  background-color: var(--color-grass) !important;
}

.color-grass-light {
  color: var(--color-grass-light) !important;
}

.bg-grass-light {
  background-color: var(--color-grass-light) !important;
}

.color-yellow {
  color: var(--color-yellow) !important;
}

.bg-yellow {
  background-color: var(--color-yellow) !important;
}

.color-yellow-light {
  color: var(--color-yellow-light) !important;
}

.bg-yellow-light {
  background-color: var(--color-yellow-light) !important;
}

.color-accent-red {
  color: var(--accent-red) !important;
}

.bg-accent-red {
  background-color: var(--accent-red) !important;
}

.color-accent-yellow {
  color: var(--accent-yellow) !important;
}

.bg-accent-yellow {
  background-color: var(--accent-yellow) !important;
}

.color-accent-green {
  color: var(--accent-green) !important;
}

.bg-accent-green {
  background-color: var(--accent-green) !important;
}

.color-accent-purple {
  color: var(--accent-purple) !important;
}

.bg-accent-purple {
  background-color: var(--accent-purple) !important;
}

.color-accent-blue {
  color: var(--accent-blue) !important;
}

.bg-accent-blue {
  background-color: var(--accent-blue) !important;
}

.color-accent-light-blue {
  color: var(--accent-light-blue) !important;
}

.bg-accent-light-blue {
  background-color: var(--accent-light-blue) !important;
}

.color-beige {
  color: var(--color-beige) !important;
}

.bg-beige {
  background-color: var(--color-beige) !important;
}

.font-size-xxx-large {
  font-size: var(--fs-xxx-large) !important;
}

.font-size-xx-large {
  font-size: var(--fs-xx-large) !important;
}

.font-size-x-large {
  font-size: var(--fs-x-large) !important;
}

.font-size-large {
  font-size: var(--fs-large) !important;
}

.font-size-xx-middle {
  font-size: var(--fs-xx-middle) !important;
}

.font-size-x-middle {
  font-size: var(--fs-x-middle) !important;
}

.font-size-middle {
  font-size: var(--fs-middle) !important;
}

.font-size-x-default {
  font-size: var(--fs-x-default) !important;
}

.font-size-default {
  font-size: var(--fs-default) !important;
}

.font-size-small {
  font-size: var(--fs-small) !important;
}

.font-size-x-small {
  font-size: var(--fs-x-small) !important;
}

.width-auto {
  width: auto !important;
  max-width: 100% !important;
}

.width-full {
  width: 100% !important;
  max-width: 100% !important;
}

.width-three-quarters {
  width: 75% !important;
  max-width: 100% !important;
  margin-right: auto;
  margin-left: auto;
}

.width-half {
  width: 50% !important;
  max-width: 100% !important;
  margin-right: auto;
  margin-left: auto;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-black {
  font-weight: 900;
}

.display-block-pc {
  display: block;
}
@media (max-width: 768px) {
  .display-block-pc {
    display: none;
  }
}

.display-block-sp {
  display: none;
}
@media (max-width: 768px) {
  .display-block-sp {
    display: block;
  }
}

.display-flex-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .display-flex-pc {
    display: none;
  }
}

.display-flex-sp {
  display: none;
}
@media (max-width: 768px) {
  .display-flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.display-inline-flex-pc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 768px) {
  .display-inline-flex-pc {
    display: none;
  }
}

.display-inline-flex-sp {
  display: none;
}
@media (max-width: 768px) {
  .display-inline-flex-sp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.mt0 {
  margin-top: 0px !important;
}
@media (max-width: 768px) {
  .mt0 {
    margin-top: calc(0px / 1.5) !important;
  }
}

.mt1 {
  margin-top: 8px !important;
}
@media (max-width: 768px) {
  .mt1 {
    margin-top: calc(8px / 1.5) !important;
  }
}

.mt2 {
  margin-top: 16px !important;
}
@media (max-width: 768px) {
  .mt2 {
    margin-top: calc(16px / 1.5) !important;
  }
}

.mt3 {
  margin-top: 24px !important;
}
@media (max-width: 768px) {
  .mt3 {
    margin-top: calc(24px / 1.5) !important;
  }
}

.mt4 {
  margin-top: 32px !important;
}
@media (max-width: 768px) {
  .mt4 {
    margin-top: calc(32px / 1.5) !important;
  }
}

.mt5 {
  margin-top: 40px !important;
}
@media (max-width: 768px) {
  .mt5 {
    margin-top: calc(40px / 1.5) !important;
  }
}

.mt6 {
  margin-top: 48px !important;
}
@media (max-width: 768px) {
  .mt6 {
    margin-top: calc(48px / 1.5) !important;
  }
}

.mt7 {
  margin-top: 56px !important;
}
@media (max-width: 768px) {
  .mt7 {
    margin-top: calc(56px / 1.5) !important;
  }
}

.mt8 {
  margin-top: 64px !important;
}
@media (max-width: 768px) {
  .mt8 {
    margin-top: calc(64px / 1.5) !important;
  }
}

.mt9 {
  margin-top: 72px !important;
}
@media (max-width: 768px) {
  .mt9 {
    margin-top: calc(72px / 1.5) !important;
  }
}

.mt10 {
  margin-top: 80px !important;
}
@media (max-width: 768px) {
  .mt10 {
    margin-top: calc(80px / 1.5) !important;
  }
}

.mt11 {
  margin-top: 88px !important;
}
@media (max-width: 768px) {
  .mt11 {
    margin-top: calc(88px / 1.5) !important;
  }
}

.mt12 {
  margin-top: 96px !important;
}
@media (max-width: 768px) {
  .mt12 {
    margin-top: calc(96px / 1.5) !important;
  }
}

.mt13 {
  margin-top: 104px !important;
}
@media (max-width: 768px) {
  .mt13 {
    margin-top: calc(104px / 1.5) !important;
  }
}

.mt14 {
  margin-top: 112px !important;
}
@media (max-width: 768px) {
  .mt14 {
    margin-top: calc(112px / 1.5) !important;
  }
}

.mt15 {
  margin-top: 120px !important;
}
@media (max-width: 768px) {
  .mt15 {
    margin-top: calc(120px / 1.5) !important;
  }
}

.mt16 {
  margin-top: 128px !important;
}
@media (max-width: 768px) {
  .mt16 {
    margin-top: calc(128px / 1.5) !important;
  }
}

.mt17 {
  margin-top: 136px !important;
}
@media (max-width: 768px) {
  .mt17 {
    margin-top: calc(136px / 1.5) !important;
  }
}

.mt18 {
  margin-top: 144px !important;
}
@media (max-width: 768px) {
  .mt18 {
    margin-top: calc(144px / 1.5) !important;
  }
}

.mt19 {
  margin-top: 152px !important;
}
@media (max-width: 768px) {
  .mt19 {
    margin-top: calc(152px / 1.5) !important;
  }
}

.mt20 {
  margin-top: 160px !important;
}
@media (max-width: 768px) {
  .mt20 {
    margin-top: calc(160px / 1.5) !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .mb0 {
    margin-bottom: calc(0px / 1.5) !important;
  }
}

.mb1 {
  margin-bottom: 8px !important;
}
@media (max-width: 768px) {
  .mb1 {
    margin-bottom: calc(8px / 1.5) !important;
  }
}

.mb2 {
  margin-bottom: 16px !important;
}
@media (max-width: 768px) {
  .mb2 {
    margin-bottom: calc(16px / 1.5) !important;
  }
}

.mb3 {
  margin-bottom: 24px !important;
}
@media (max-width: 768px) {
  .mb3 {
    margin-bottom: calc(24px / 1.5) !important;
  }
}

.mb4 {
  margin-bottom: 32px !important;
}
@media (max-width: 768px) {
  .mb4 {
    margin-bottom: calc(32px / 1.5) !important;
  }
}

.mb5 {
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  .mb5 {
    margin-bottom: calc(40px / 1.5) !important;
  }
}

.mb6 {
  margin-bottom: 48px !important;
}
@media (max-width: 768px) {
  .mb6 {
    margin-bottom: calc(48px / 1.5) !important;
  }
}

.mb7 {
  margin-bottom: 56px !important;
}
@media (max-width: 768px) {
  .mb7 {
    margin-bottom: calc(56px / 1.5) !important;
  }
}

.mb8 {
  margin-bottom: 64px !important;
}
@media (max-width: 768px) {
  .mb8 {
    margin-bottom: calc(64px / 1.5) !important;
  }
}

.mb9 {
  margin-bottom: 72px !important;
}
@media (max-width: 768px) {
  .mb9 {
    margin-bottom: calc(72px / 1.5) !important;
  }
}

.mb10 {
  margin-bottom: 80px !important;
}
@media (max-width: 768px) {
  .mb10 {
    margin-bottom: calc(80px / 1.5) !important;
  }
}

.mb11 {
  margin-bottom: 88px !important;
}
@media (max-width: 768px) {
  .mb11 {
    margin-bottom: calc(88px / 1.5) !important;
  }
}

.mb12 {
  margin-bottom: 96px !important;
}
@media (max-width: 768px) {
  .mb12 {
    margin-bottom: calc(96px / 1.5) !important;
  }
}

.mb13 {
  margin-bottom: 104px !important;
}
@media (max-width: 768px) {
  .mb13 {
    margin-bottom: calc(104px / 1.5) !important;
  }
}

.mb14 {
  margin-bottom: 112px !important;
}
@media (max-width: 768px) {
  .mb14 {
    margin-bottom: calc(112px / 1.5) !important;
  }
}

.mb15 {
  margin-bottom: 120px !important;
}
@media (max-width: 768px) {
  .mb15 {
    margin-bottom: calc(120px / 1.5) !important;
  }
}

.mb16 {
  margin-bottom: 128px !important;
}
@media (max-width: 768px) {
  .mb16 {
    margin-bottom: calc(128px / 1.5) !important;
  }
}

.mb17 {
  margin-bottom: 136px !important;
}
@media (max-width: 768px) {
  .mb17 {
    margin-bottom: calc(136px / 1.5) !important;
  }
}

.mb18 {
  margin-bottom: 144px !important;
}
@media (max-width: 768px) {
  .mb18 {
    margin-bottom: calc(144px / 1.5) !important;
  }
}

.mb19 {
  margin-bottom: 152px !important;
}
@media (max-width: 768px) {
  .mb19 {
    margin-bottom: calc(152px / 1.5) !important;
  }
}

.mb20 {
  margin-bottom: 160px !important;
}
@media (max-width: 768px) {
  .mb20 {
    margin-bottom: calc(160px / 1.5) !important;
  }
}

.pt0 {
  padding-top: 0px !important;
}
@media (max-width: 768px) {
  .pt0 {
    padding-top: calc(0px / 1.5) !important;
  }
}

.pt1 {
  padding-top: 8px !important;
}
@media (max-width: 768px) {
  .pt1 {
    padding-top: calc(8px / 1.5) !important;
  }
}

.pt2 {
  padding-top: 16px !important;
}
@media (max-width: 768px) {
  .pt2 {
    padding-top: calc(16px / 1.5) !important;
  }
}

.pt3 {
  padding-top: 24px !important;
}
@media (max-width: 768px) {
  .pt3 {
    padding-top: calc(24px / 1.5) !important;
  }
}

.pt4 {
  padding-top: 32px !important;
}
@media (max-width: 768px) {
  .pt4 {
    padding-top: calc(32px / 1.5) !important;
  }
}

.pt5 {
  padding-top: 40px !important;
}
@media (max-width: 768px) {
  .pt5 {
    padding-top: calc(40px / 1.5) !important;
  }
}

.pt6 {
  padding-top: 48px !important;
}
@media (max-width: 768px) {
  .pt6 {
    padding-top: calc(48px / 1.5) !important;
  }
}

.pt7 {
  padding-top: 56px !important;
}
@media (max-width: 768px) {
  .pt7 {
    padding-top: calc(56px / 1.5) !important;
  }
}

.pt8 {
  padding-top: 64px !important;
}
@media (max-width: 768px) {
  .pt8 {
    padding-top: calc(64px / 1.5) !important;
  }
}

.pt9 {
  padding-top: 72px !important;
}
@media (max-width: 768px) {
  .pt9 {
    padding-top: calc(72px / 1.5) !important;
  }
}

.pt10 {
  padding-top: 80px !important;
}
@media (max-width: 768px) {
  .pt10 {
    padding-top: calc(80px / 1.5) !important;
  }
}

.pt11 {
  padding-top: 88px !important;
}
@media (max-width: 768px) {
  .pt11 {
    padding-top: calc(88px / 1.5) !important;
  }
}

.pt12 {
  padding-top: 96px !important;
}
@media (max-width: 768px) {
  .pt12 {
    padding-top: calc(96px / 1.5) !important;
  }
}

.pt13 {
  padding-top: 104px !important;
}
@media (max-width: 768px) {
  .pt13 {
    padding-top: calc(104px / 1.5) !important;
  }
}

.pt14 {
  padding-top: 112px !important;
}
@media (max-width: 768px) {
  .pt14 {
    padding-top: calc(112px / 1.5) !important;
  }
}

.pt15 {
  padding-top: 120px !important;
}
@media (max-width: 768px) {
  .pt15 {
    padding-top: calc(120px / 1.5) !important;
  }
}

.pt16 {
  padding-top: 128px !important;
}
@media (max-width: 768px) {
  .pt16 {
    padding-top: calc(128px / 1.5) !important;
  }
}

.pt17 {
  padding-top: 136px !important;
}
@media (max-width: 768px) {
  .pt17 {
    padding-top: calc(136px / 1.5) !important;
  }
}

.pt18 {
  padding-top: 144px !important;
}
@media (max-width: 768px) {
  .pt18 {
    padding-top: calc(144px / 1.5) !important;
  }
}

.pt19 {
  padding-top: 152px !important;
}
@media (max-width: 768px) {
  .pt19 {
    padding-top: calc(152px / 1.5) !important;
  }
}

.pt20 {
  padding-top: 160px !important;
}
@media (max-width: 768px) {
  .pt20 {
    padding-top: calc(160px / 1.5) !important;
  }
}

.pr0 {
  padding-right: 0px !important;
}
@media (max-width: 768px) {
  .pr0 {
    padding-right: calc(0px / 1.5) !important;
  }
}

.pr1 {
  padding-right: 8px !important;
}
@media (max-width: 768px) {
  .pr1 {
    padding-right: calc(8px / 1.5) !important;
  }
}

.pr2 {
  padding-right: 16px !important;
}
@media (max-width: 768px) {
  .pr2 {
    padding-right: calc(16px / 1.5) !important;
  }
}

.pr3 {
  padding-right: 24px !important;
}
@media (max-width: 768px) {
  .pr3 {
    padding-right: calc(24px / 1.5) !important;
  }
}

.pr4 {
  padding-right: 32px !important;
}
@media (max-width: 768px) {
  .pr4 {
    padding-right: calc(32px / 1.5) !important;
  }
}

.pr5 {
  padding-right: 40px !important;
}
@media (max-width: 768px) {
  .pr5 {
    padding-right: calc(40px / 1.5) !important;
  }
}

.pr6 {
  padding-right: 48px !important;
}
@media (max-width: 768px) {
  .pr6 {
    padding-right: calc(48px / 1.5) !important;
  }
}

.pr7 {
  padding-right: 56px !important;
}
@media (max-width: 768px) {
  .pr7 {
    padding-right: calc(56px / 1.5) !important;
  }
}

.pr8 {
  padding-right: 64px !important;
}
@media (max-width: 768px) {
  .pr8 {
    padding-right: calc(64px / 1.5) !important;
  }
}

.pr9 {
  padding-right: 72px !important;
}
@media (max-width: 768px) {
  .pr9 {
    padding-right: calc(72px / 1.5) !important;
  }
}

.pr10 {
  padding-right: 80px !important;
}
@media (max-width: 768px) {
  .pr10 {
    padding-right: calc(80px / 1.5) !important;
  }
}

.pr11 {
  padding-right: 88px !important;
}
@media (max-width: 768px) {
  .pr11 {
    padding-right: calc(88px / 1.5) !important;
  }
}

.pr12 {
  padding-right: 96px !important;
}
@media (max-width: 768px) {
  .pr12 {
    padding-right: calc(96px / 1.5) !important;
  }
}

.pr13 {
  padding-right: 104px !important;
}
@media (max-width: 768px) {
  .pr13 {
    padding-right: calc(104px / 1.5) !important;
  }
}

.pr14 {
  padding-right: 112px !important;
}
@media (max-width: 768px) {
  .pr14 {
    padding-right: calc(112px / 1.5) !important;
  }
}

.pr15 {
  padding-right: 120px !important;
}
@media (max-width: 768px) {
  .pr15 {
    padding-right: calc(120px / 1.5) !important;
  }
}

.pr16 {
  padding-right: 128px !important;
}
@media (max-width: 768px) {
  .pr16 {
    padding-right: calc(128px / 1.5) !important;
  }
}

.pr17 {
  padding-right: 136px !important;
}
@media (max-width: 768px) {
  .pr17 {
    padding-right: calc(136px / 1.5) !important;
  }
}

.pr18 {
  padding-right: 144px !important;
}
@media (max-width: 768px) {
  .pr18 {
    padding-right: calc(144px / 1.5) !important;
  }
}

.pr19 {
  padding-right: 152px !important;
}
@media (max-width: 768px) {
  .pr19 {
    padding-right: calc(152px / 1.5) !important;
  }
}

.pr20 {
  padding-right: 160px !important;
}
@media (max-width: 768px) {
  .pr20 {
    padding-right: calc(160px / 1.5) !important;
  }
}

.pb0 {
  padding-bottom: 0px !important;
}
@media (max-width: 768px) {
  .pb0 {
    padding-bottom: calc(0px / 1.5) !important;
  }
}

.pb1 {
  padding-bottom: 8px !important;
}
@media (max-width: 768px) {
  .pb1 {
    padding-bottom: calc(8px / 1.5) !important;
  }
}

.pb2 {
  padding-bottom: 16px !important;
}
@media (max-width: 768px) {
  .pb2 {
    padding-bottom: calc(16px / 1.5) !important;
  }
}

.pb3 {
  padding-bottom: 24px !important;
}
@media (max-width: 768px) {
  .pb3 {
    padding-bottom: calc(24px / 1.5) !important;
  }
}

.pb4 {
  padding-bottom: 32px !important;
}
@media (max-width: 768px) {
  .pb4 {
    padding-bottom: calc(32px / 1.5) !important;
  }
}

.pb5 {
  padding-bottom: 40px !important;
}
@media (max-width: 768px) {
  .pb5 {
    padding-bottom: calc(40px / 1.5) !important;
  }
}

.pb6 {
  padding-bottom: 48px !important;
}
@media (max-width: 768px) {
  .pb6 {
    padding-bottom: calc(48px / 1.5) !important;
  }
}

.pb7 {
  padding-bottom: 56px !important;
}
@media (max-width: 768px) {
  .pb7 {
    padding-bottom: calc(56px / 1.5) !important;
  }
}

.pb8 {
  padding-bottom: 64px !important;
}
@media (max-width: 768px) {
  .pb8 {
    padding-bottom: calc(64px / 1.5) !important;
  }
}

.pb9 {
  padding-bottom: 72px !important;
}
@media (max-width: 768px) {
  .pb9 {
    padding-bottom: calc(72px / 1.5) !important;
  }
}

.pb10 {
  padding-bottom: 80px !important;
}
@media (max-width: 768px) {
  .pb10 {
    padding-bottom: calc(80px / 1.5) !important;
  }
}

.pb11 {
  padding-bottom: 88px !important;
}
@media (max-width: 768px) {
  .pb11 {
    padding-bottom: calc(88px / 1.5) !important;
  }
}

.pb12 {
  padding-bottom: 96px !important;
}
@media (max-width: 768px) {
  .pb12 {
    padding-bottom: calc(96px / 1.5) !important;
  }
}

.pb13 {
  padding-bottom: 104px !important;
}
@media (max-width: 768px) {
  .pb13 {
    padding-bottom: calc(104px / 1.5) !important;
  }
}

.pb14 {
  padding-bottom: 112px !important;
}
@media (max-width: 768px) {
  .pb14 {
    padding-bottom: calc(112px / 1.5) !important;
  }
}

.pb15 {
  padding-bottom: 120px !important;
}
@media (max-width: 768px) {
  .pb15 {
    padding-bottom: calc(120px / 1.5) !important;
  }
}

.pb16 {
  padding-bottom: 128px !important;
}
@media (max-width: 768px) {
  .pb16 {
    padding-bottom: calc(128px / 1.5) !important;
  }
}

.pb17 {
  padding-bottom: 136px !important;
}
@media (max-width: 768px) {
  .pb17 {
    padding-bottom: calc(136px / 1.5) !important;
  }
}

.pb18 {
  padding-bottom: 144px !important;
}
@media (max-width: 768px) {
  .pb18 {
    padding-bottom: calc(144px / 1.5) !important;
  }
}

.pb19 {
  padding-bottom: 152px !important;
}
@media (max-width: 768px) {
  .pb19 {
    padding-bottom: calc(152px / 1.5) !important;
  }
}

.pb20 {
  padding-bottom: 160px !important;
}
@media (max-width: 768px) {
  .pb20 {
    padding-bottom: calc(160px / 1.5) !important;
  }
}

.pl0 {
  padding-left: 0px !important;
}
@media (max-width: 768px) {
  .pl0 {
    padding-left: calc(0px / 1.5) !important;
  }
}

.pl1 {
  padding-left: 8px !important;
}
@media (max-width: 768px) {
  .pl1 {
    padding-left: calc(8px / 1.5) !important;
  }
}

.pl2 {
  padding-left: 16px !important;
}
@media (max-width: 768px) {
  .pl2 {
    padding-left: calc(16px / 1.5) !important;
  }
}

.pl3 {
  padding-left: 24px !important;
}
@media (max-width: 768px) {
  .pl3 {
    padding-left: calc(24px / 1.5) !important;
  }
}

.pl4 {
  padding-left: 32px !important;
}
@media (max-width: 768px) {
  .pl4 {
    padding-left: calc(32px / 1.5) !important;
  }
}

.pl5 {
  padding-left: 40px !important;
}
@media (max-width: 768px) {
  .pl5 {
    padding-left: calc(40px / 1.5) !important;
  }
}

.pl6 {
  padding-left: 48px !important;
}
@media (max-width: 768px) {
  .pl6 {
    padding-left: calc(48px / 1.5) !important;
  }
}

.pl7 {
  padding-left: 56px !important;
}
@media (max-width: 768px) {
  .pl7 {
    padding-left: calc(56px / 1.5) !important;
  }
}

.pl8 {
  padding-left: 64px !important;
}
@media (max-width: 768px) {
  .pl8 {
    padding-left: calc(64px / 1.5) !important;
  }
}

.pl9 {
  padding-left: 72px !important;
}
@media (max-width: 768px) {
  .pl9 {
    padding-left: calc(72px / 1.5) !important;
  }
}

.pl10 {
  padding-left: 80px !important;
}
@media (max-width: 768px) {
  .pl10 {
    padding-left: calc(80px / 1.5) !important;
  }
}

.pl11 {
  padding-left: 88px !important;
}
@media (max-width: 768px) {
  .pl11 {
    padding-left: calc(88px / 1.5) !important;
  }
}

.pl12 {
  padding-left: 96px !important;
}
@media (max-width: 768px) {
  .pl12 {
    padding-left: calc(96px / 1.5) !important;
  }
}

.pl13 {
  padding-left: 104px !important;
}
@media (max-width: 768px) {
  .pl13 {
    padding-left: calc(104px / 1.5) !important;
  }
}

.pl14 {
  padding-left: 112px !important;
}
@media (max-width: 768px) {
  .pl14 {
    padding-left: calc(112px / 1.5) !important;
  }
}

.pl15 {
  padding-left: 120px !important;
}
@media (max-width: 768px) {
  .pl15 {
    padding-left: calc(120px / 1.5) !important;
  }
}

.pl16 {
  padding-left: 128px !important;
}
@media (max-width: 768px) {
  .pl16 {
    padding-left: calc(128px / 1.5) !important;
  }
}

.pl17 {
  padding-left: 136px !important;
}
@media (max-width: 768px) {
  .pl17 {
    padding-left: calc(136px / 1.5) !important;
  }
}

.pl18 {
  padding-left: 144px !important;
}
@media (max-width: 768px) {
  .pl18 {
    padding-left: calc(144px / 1.5) !important;
  }
}

.pl19 {
  padding-left: 152px !important;
}
@media (max-width: 768px) {
  .pl19 {
    padding-left: calc(152px / 1.5) !important;
  }
}

.pl20 {
  padding-left: 160px !important;
}
@media (max-width: 768px) {
  .pl20 {
    padding-left: calc(160px / 1.5) !important;
  }
}