*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus) {
  outline: none;
}

:where(:focus-visible) {
  outline: none;
}

:where(:focus-visible):is(button, a, input, textarea, [tabindex="0"]) {
  outline: 0.125rem solid CanvasText;
  box-shadow: 0 0 0 0.125rem Canvas;
  outline-offset: 0.125rem;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 0.0625rem !important;
  width: 0.0625rem !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  --vh: 1vh;
  --vw: 1vw;
  --white: #fff;
  --light-gray: #bbbbbb;
  --gray: #959595;
  --dark-gray: #707070;
  --black: rgba(63, 62, 63, 1);
  --primary: #c75300;
  --primary-bg: #fff2e6;
  --light-primary: #dbdfec;
  --secondary: #137384;
  --text-color: #535a6e;
  --font-family-base: "Zen Kaku Gothic New", sans-serif;
  --font-family-en: "Roboto", sans-serif;
  --font-size-base: 1rem;
  --line-height-base: 1.5;
  --container-width: 80rem;
  --containers-width: 71.875rem;
  --side-padding: 5.1875rem;
  --side-padding-mobile: 1.25rem;
  --inter: "Inter", sans-serif;
  --trim: trim-both cap alphabetic;
}

html,
body {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  color: var(--text-color);
  font-weight: 400;
  background: var(--white);
  width: 100%;
  overflow-x: visible;
  scroll-behavior: smooth;
}

html:has(.is-gnavi-open) {
  scrollbar-gutter: stable;
  overflow: clip;
}

body {
  background-color: #fff;
  color: var(--black);
}

.ff-num {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}

.fw-md {
  font-weight: 600;
}

.bg-gray {
  background: #ededed;
}

:where(a:not[class]) {
  color: var(--primary);
  text-decoration: none;
}
:where(a:not[class]):hover {
  text-decoration: underline;
}

.on-fade {
  transition: opacity 0.3s;
}
.on-fade:hover {
  opacity: 0.8;
}

.sp_show {
  display: none;
}

.pc_show {
  display: block;
}

.layout-header {
  box-sizing: border-box;
  column-gap: 2.5rem;
  padding-inline: 1.25rem;
  background: var(--primary-bg);
}
.layout-header.__non-bg {
  background: transparent;
}
.layout-header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.75rem;
  max-width: var(--container-width);
  margin-inline: auto;
}
.layout-header__inner.__wide-sm {
  max-width: 48.75rem;
}
.layout-header__logo {
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  padding-top: 0.625rem;
}
.layout-header__logo a {
  display: grid;
  grid-template-columns: 3.375rem auto;
  grid-template-rows: 1fr auto;
  column-gap: 0.5625rem;
  row-gap: 0.4375rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
.layout-header__logo a:hover {
  opacity: 0.7;
}
.layout-header__logo img {
  width: 3.125rem;
  grid-column: 1/2;
  grid-row: 1/3;
}
.layout-header__logoCap {
  font-size: 0.625rem;
  grid-column: 2/3;
  grid-row: 1/2;
  line-height: 1;
  font-weight: 400;
  align-self: end;
}
.layout-header__logoFace {
  grid-column: 2/3;
  grid-row: 2/3;
  line-height: 1.2;
  font-weight: 700;
  align-self: start;
  padding-bottom: 0.25rem;
}
.layout-header__info {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
}
.layout-header__infoTel {
  padding-top: 0.625rem;
}
.layout-header__infoTelHead {
  font-size: 0.75rem;
  font-weight: 700;
  display: block;
  line-height: 1;
  color: var(--secondary);
  margin-bottom: 0.25rem;
}
.layout-header__infoTelMain {
  font-size: 1.625rem;
  font-weight: 700;
  display: block;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.layout-header__infoTime {
  padding-top: 0.625rem;
}
.layout-header__infoTimeMain {
  font-size: 0.75rem;
  line-height: 1.4;
  display: flex;
  column-gap: 0.5rem;
}
.layout-header__infoTimeSub {
  font-size: 0.75rem;
  color: #242424;
}
.layout-header__infoContact {
  display: flex;
  background-color: var(--primary);
  color: var(--white);
  font-size: 1rem;
  align-self: stretch;
  align-items: center;
  padding-block: 1.0625rem;
  padding-inline: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: opacity 0.3s ease-out;
}
.layout-header__infoContact:hover {
  opacity: 0.7;
}
.layout-header__infoContact::before {
  content: "";
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 0.5rem;
  background: url("../../assets/images/ic_mail.svg") no-repeat
    center/contain;
}
.layout-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  max-width: 80rem;
  height: 4.375rem;
  border-radius: 8px;
  gap: 0 5rem;
  max-width: var(--container-width);
  margin-inline: auto;
  margin-top: 0.5rem;
}
.layout-header__list {
  position: relative;
}
.layout-header__list::after {
  content: "";
  width: 0.0625rem;
  height: 1.5625rem;
  display: block;
  background: #b8b8b8;
  position: absolute;
  top: 0;
  right: -2.5rem;
}
.layout-header__list:last-of-type::after {
  content: "";
  display: none;
}
.layout-header__link {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.layout-header__link:hover {
  opacity: 0.5;
}

#Newjob .primary-heading {
  flex-direction: row;
  justify-content: center;
}
#Newjob .primary-heading .latest_update {
  width: fit-content;
  display: flex;
  align-items: flex-end;
  font-size: 1rem;
  font-weight: 500;
  margin: 0.625rem 0.875rem 0;
}
#Newjob .primary-heading .latest_update span {
  font-size: 1.25rem;
  padding-left: 0.75rem;
}

.jobSearch .layout-header,
.onLine .layout-header,
.protectionPolicy .layout-header,
.jobInfo .layout-header {
  background: #fff;
}
.jobSearch .layout-header__menu,
.onLine .layout-header__menu,
.protectionPolicy .layout-header__menu,
.jobInfo .layout-header__menu {
  background: #f0f0f0;
}

.layout-footer {
  background-color: rgb(63, 62, 63);
  color: var(--white);
}
.layout-footer__inner {
  padding: 5rem 5rem 0.625rem;
}
.layout-footer__inner.__is-pre {
  padding-block: 0.3125rem;
  text-align: center;
}
.layout-footer__inner .copyright {
  font-size: 0.75rem;
}
.layout-footer__inner .layout-footer__header {
  margin-bottom: 2.5rem;
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.layout-footer__inner .layout-footer__header .logoCap {
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
}
.layout-footer__inner .layout-footer__header .logoFace {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 0.25rem;
}
.layout-footer__inner .layout-footer__middle {
  display: flex;
  align-items: center;
  gap: 0 3.125rem;
  margin-bottom: 3.75rem;
}
.layout-footer__inner .layout-footer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.layout-footer__inner .layout-footer__bottom .layout-footer_menu {
  font-size: 1.25rem;
  font-weight: 600;
}
.layout-footer__inner .layout-footer__bottom .layout-footer_menu li {
  margin-bottom: 1rem;
}
.layout-footer__inner .layout-footer__bottom .layout-footer_menu li a {
  text-decoration: none;
  transition: 0.3s;
}
.layout-footer__inner .layout-footer__bottom .layout-footer_menu li a:hover {
  opacity: 0.8;
}
.layout-footer__inner .layout-footer_access {
  display: flex;
  flex-direction: column;
}
.layout-footer__inner .layout-footer_access li:not(:first-child) {
  padding-left: 0.5rem;
  border-left: 1px solid #fff;
}
.layout-footer__inner .layout-footer_access h4 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.layout-footer__inner .layout-footer_access h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.layout-footer__inner .layout-footer_access > li p {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.layout-footer__inner .layout-footer_access .info {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.layout-footer__inner .layout-footer_access .free {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.125rem;
  margin-right: 0.625rem;
}
.layout-footer__inner .layout-footer_access .free img {
  height: 0.75rem;
  object-fit: contain;
  margin: 0.125rem 0.25rem 0 0;
}
.layout-footer__inner .layout-footer_access .tel span,
.layout-footer__inner .layout-footer_access .fax span {
  margin-right: 0.25rem;
}
.layout-footer__inner .layout-footer_access .tel {
  margin-right: 0.5rem;
}
.layout-footer__inner .layout-footer_access .time li p {
  font-size: 0.9375rem;
  letter-spacing: 0.02rem;
}
.layout-footer__inner .layout-footer_access .company {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}
.layout-footer__inner .layout-footer_access .company p {
  font-weight: 500;
}
.layout-footer__inner .layout-footer_access .company span {
  font-size: 0.875rem;
  padding-bottom: 0.25rem;
  font-family: "Inter", sans-serif;
}
.layout-footer .copyright {
  text-align: center;
}

.sidebar-layout-container__to-pageTop {
  border: 2px solid var(--primary);
  background: rgb(255, 255, 255);
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: fixed;
  bottom: 2.5rem;
  right: 5rem;
  z-index: 4000;
  transition: 0.3s;
  margin-bottom: 1.875rem;
  visibility: hidden;
  transform: translateY(1.25rem) rotate(-90deg);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s;
}
.sidebar-layout-container__to-pageTop img {
  width: 0.875rem;
  height: 0.875rem;
}
.sidebar-layout-container__to-pageTop:hover {
  opacity: 0.8;
}
.sidebar-layout-container__to-pageTop.is-visible {
  transform: translateY(0) rotate(-90deg);
  opacity: 1;
  visibility: visible;
}

.section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: -0.3125rem;
  z-index: -1;
  display: inline-block;
  width: 16.25rem;
  height: 16.25rem;
  background: url("../../assets/images/bg_img.svg") center
    center/contain no-repeat;
  border-radius: 2px;
}
.section::after {
  content: "";
  position: absolute;
  bottom: 5rem;
  right: 0;
  z-index: -1;
  display: inline-block;
  width: 16.25rem;
  height: 16.25rem;
  background: url("../../assets/images/bg_img02.svg") center
    center/contain no-repeat;
  border-radius: 2px;
}
.section__inner {
  max-width: 77.1875rem;
  margin-inline: auto;
  padding-inline: 1rem;
  padding-block: 5rem;
}
.section__inner.__pt-zero {
  padding-top: 0;
}
.section__inner.__wide-sm {
  max-width: 48.75rem;
}
.section__inner.__wide-md {
  max-width: 57rem;
}

.section__preOpen {
  padding-top: 1.25rem;
}

.section.last {
  padding: 2.5rem 0 5rem;
}

.section.footer {
  padding-inline: 1rem;
  padding-block: 5rem;
}
.section.footer::after,
.section.footer::before {
  display: none;
}

.col_yellow::after,
.col_yellow::before {
  display: none;
}
.col_yellow .section__inner {
  padding: 3.75rem;
  max-width: var(--container-width);
  margin-inline: auto;
  background: #fffcd6;
  border-radius: 20px;
}

.col_orange::after,
.col_orange::before {
  display: none;
}
.col_orange .section__inner {
  padding: 3.75rem;
  max-width: 100%;
  background: #fff2e6;
  border-radius: 20px;
}

.mv__inner {
  width: 100%;
  background: var(--primary-bg);
  grid-column: 1/4;
  grid-row: 1/2;
  position: relative;
}
.mv__image {
  display: block;
  width: 60%;
  margin-inline: auto;
  padding-block: 1.25rem;
}
.mv__image img {
  height: auto;
  object-fit: cover;
  object-position: center;
}
.mv .button-wrapper {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
}
.mv .button-wrapper_sp {
  display: none;
}

.page-heading {
  color: var(--primary);
  text-align: center;
  font-size: 2rem;
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 1.125rem;
  line-height: 1.6;
  margin-top: 9.375rem;
}
.page-heading.page-heading.__has-subText {
  display: flex;
  flex-direction: column;
}
.page-heading .subText {
  font-size: 1.5rem;
  line-height: 1.3;
}
.page-heading.page-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2.5rem;
  height: 0.25rem;
  border-radius: 2px;
  background-color: var(--primary);
  left: 50%;
  transform: translateX(-50%);
}

.tertiary-heading {
  color: #282d3c;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.primary-heading {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  color: #231815;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.primary-heading p {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.primary-heading p .line {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--primary);
  background: linear-gradient(transparent 60%, #fffcd6 60%);
}
.primary-heading span {
  color: var(--secondary);
  font-size: 1rem;
  font-weight: 600;
}
.primary-heading img {
  height: 6.875rem;
  margin-inline: auto;
  margin-bottom: 1.875rem;
}
.primary-heading .latest_update {
  display: flex;
  align-items: center;
}

.sub-heading {
  text-align: center;
}
.sub-heading span {
  color: var(--secondary);
  font-size: 1rem;
  font-weight: 600;
}
.sub-heading p {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.secondary-heading {
  color: #282d3c;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 1.5625rem;
}

.tree-heading {
  color: #282d3c;
  font-weight: bold;
  font-size: 1.875rem;
  text-align: center;
  font-weight: 500;
  margin: 0 0 2.5rem;
  position: relative;
}
.tree-heading::after {
  content: "";
  width: 1.25rem;
  height: 0.125rem;
  border-radius: 100px;
  background: var(--primary);
  position: absolute;
  bottom: -0.875rem;
  left: 50%;
  transform: translateX(-50%);
}

.lead-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  text-align: center;
  line-height: 1.5555555556;
  color: var(--primary);
}

.target__header {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 3rem;
}
.target__header .header_left {
  position: relative;
  top: -1.25rem;
  right: -1.875rem;
  z-index: 1;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 9.375rem;
  height: 9.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: var(--primary);
  text-align: center;
}
.target__header .header_left p {
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
}
.target__header .header_left span {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.6;
  padding-top: 0.5rem;
}
.target__header .header_right {
  font-size: 1.25rem;
  background: var(--primary-bg);
  padding: 1.5625rem 2.5rem;
  border-radius: 0px 10px 10px 0px;
}
.target__header .header_right > span {
  font-weight: 600;
}

.page-header {
  padding-top: 3.75rem;
}
.page-header .page-header__title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: var(--primary);
  position: relative;
  margin-bottom: 3.125rem;
}
.page-header .page-header__title::after {
  content: "";
  width: 2.5rem;
  height: 0.25rem;
  border-radius: 100px;
  background: var(--primary);
  position: absolute;
  bottom: -0.875rem;
  left: 50%;
  transform: translateX(-50%);
}

.page__header-bottom {
  margin-bottom: 5rem;
}
.page__header-bottom ul {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 1.25rem;
  padding-inline: 1rem;
}
.page__header-bottom li {
  width: fit-content;
}
.page__header-bottom li > label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
}
.page__header-bottom select,
.page__header-bottom input {
  width: 15rem;
  height: 2.5rem;
  border-radius: 12px;
  border: 1.5px solid;
  border-color: light-dark(#3f3e3f, #fff);
  padding: 0.25rem 0.5rem;
  background-color: #fff;
}
.page__header-bottom select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../../assets/images/icon_arrow04.svg");
  background-position: right 0.625rem center;
  background-repeat: no-repeat;
  background-size: 0.8125rem 0.8125rem;
}
.page__header-bottom .lead-text {
  margin-bottom: 2.5rem;
}
.page__header-bottom .button-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.page__header-bottom .button-wrap .button--sp {
  margin-right: 0.625rem;
}
.page__header-bottom .button-wrap .button--pc {
  margin-left: 0.625rem;
}

.target__list {
  font-size: 1.25rem;
  max-width: 48.125rem;
  margin-inline: auto;
  margin-bottom: 1.5625rem;
  padding-left: 4.375rem;
  position: relative;
}
.target__list span {
  font-weight: 600;
}
.target__list span > span {
  font-size: 1rem;
}
.target__list::after {
  content: "";
  width: 1.5rem;
  height: 1.25rem;
  background: url("../../assets/images/icon_check.svg") center
    center/cover;
  display: block;
  position: absolute;
  top: 0.125rem;
  left: 1.875rem;
}

.target__list.attention::after {
  content: "";
  display: none;
}
.target__list.attention h4 {
  font-size: 1.125rem;
  font-weight: 500;
}
.target__list.attention p {
  font-size: 0.9375rem;
  letter-spacing: -0.02rem;
  padding-left: 1.125rem;
}

.job__list {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.job__list dt {
  display: flex;
  align-items: flex-start;
  width: 40%;
  margin-bottom: 1.25rem;
  padding: 0 0 1.25rem 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.6;
  border-bottom: 1px solid #e5e5e5;
}
.job__list dd {
  display: flex;
  align-items: flex-start;
  width: 60%;
  padding: 0 0.9375rem 1.25rem 0;
  margin-bottom: 1.25rem;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.job__list dd p {
  display: inline-block;
}

.provisions__list p,
.provisions__list ul,
.provisions__list li {
  text-align: left;
  max-width: 46.25rem;
  margin: 0 auto;
}
.provisions__list .provisions__lead-text {
  margin-bottom: 1.25rem;
}
.provisions__list .provisions__list_main {
  padding-left: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-type: decimal;
}
.provisions__list .provisions__text_right {
  text-align: right;
  margin-bottom: 1.25rem;
}
.provisions__list .signature {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 0;
}
.provisions__list .provisions__list_second > li {
  margin: 0.625rem 0 1.25rem;
}
.provisions__list .provisions__list_second h4 {
  margin-bottom: 0.625rem;
}
.provisions__list .provisions__list_second p {
  padding-left: 0.625rem;
}
.provisions__list .provisions__list_second span {
  display: block;
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1.5em;
}
.provisions__list .provisions__list_second .attention {
  padding-top: 0.5rem;
}

.provisions__row {
  max-width: var(--container-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.provisions__row_right,
.provisions__row_left {
  width: 49%;
  min-height: 13.75rem;
  box-sizing: border-box;
  padding: 1.5rem 2.1875rem;
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-self: stretch;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  font-weight: 500;
}
.provisions__row_right h4,
.provisions__row_left h4 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.provisions__row_right dl,
.provisions__row_left dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  font-size: 1rem;
}
.provisions__row_right dt,
.provisions__row_left dt {
  width: 20%;
  margin-bottom: 0.625rem;
  font-weight: 500;
}
.provisions__row_right dd,
.provisions__row_left dd {
  width: 80%;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.provisions__row_right dd a,
.provisions__row_left dd a {
  text-decoration: none;
  color: var(--primary);
  font-weight: 600;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  position: relative;
}
.provisions__row_right dd a img,
.provisions__row_left dd a img {
  margin-left: 0.3125rem;
  height: 0.875rem;
}
.provisions__row_right span,
.provisions__row_left span {
  font-size: 0.8125rem;
}
.provisions__row_right h5,
.provisions__row_left h5 {
  font-size: 1rem;
  margin: 0.625rem 0 0.25rem;
}

.card-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.card-box__item {
  display: flex;
  flex-direction: column;
}

.card {
  box-sizing: border-box;
  max-width: 25rem;
  border-radius: 12px;
  border: 1px solid #f37043;
  background: #fff;
  box-shadow: 0 0.375rem 0 0 rgba(243, 111, 67, 0.4);
}

.support__inner {
  max-width: var(--container-width);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.125rem 1.25rem;
}
.support__inner .support__card {
  max-width: 21.875rem;
  padding: 0.9375rem 1.25rem;
  height: 10rem;
}
.support__inner .support__card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.support__inner .support__card-header > h4 {
  color: var(--primary);
  font-size: 1.25rem;
  font-weight: 600;
}
.support__inner .support__card-header > p {
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 500;
}
.support__inner .support__card-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1.25rem;
}
.support__inner .support__card-inner p {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.06rem;
  padding-right: 0.625rem;
}
.support__inner .support__card-inner img {
  width: 3.75rem;
  height: 2.5rem;
}
.support__inner .support__card-inner.fast {
  padding-top: 0.25rem;
}

.card_content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-self: stretch;
  justify-content: center;
  row-gap: 2.5rem;
  column-gap: 2.5rem;
  max-width: 80rem;
  margin: 0 auto 2.5rem;
}
.card_content img {
  width: 100%;
  height: 14.375rem;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
}
.card_content .card_inner_wrap {
  width: 100%;
  max-width: 25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  flex: 1 1 auto;
}
.card_content .card_inner_wrap h4 {
  font-size: 1.125rem;
  font-weight: 600;
}
.card_content .card_inner_wrap .posting_term {
  font-size: 0.75rem;
  text-align: right;
  margin-bottom: 0.875rem;
}
.card_content .card_inner_wrap p {
  font-size: 0.875rem;
  height: 10rem;
}
.card_content .card_inner_wrap ul {
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
.card_content .card_inner_wrap ul li {
  position: relative;
}
.card_content .card_inner_wrap ul .industry::before,
.card_content .card_inner_wrap ul .salary::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  display: block;
  background: url("../../assets/images/icon_work.svg") center
    center/cover;
  position: absolute;
  top: 0.25rem;
  left: -1.25rem;
}
.card_content .card_inner_wrap ul .salary::before {
  content: "";
  background: url("../../assets/images/icon_money.svg") center
    center/cover;
}
.card_content .card_inner_wrap ul .salary p {
  font-size: 1rem;
  height: fit-content;
  max-height: 4.375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.card_content .card_inner_wrap a {
  font-size: 0.875rem;
  margin-top: auto;
  font-weight: 600;
  padding: 0.4375rem 1.5625rem 0.4375rem 0.9375rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  margin-left: auto;
  position: relative;
  transition: 0.3s;
}
.card_content .card_inner_wrap a::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  display: block;
  position: absolute;
  top: 0.75rem;
  right: -0.75rem;
  z-index: 1;
  background: url("../../assets/images/icon_arrow02.svg") center
    center/cover;
}
.card_content .card_inner_wrap a::after {
  content: "";
  position: absolute;
  inset: -0.5rem;
}
.card_content .card_inner_wrap a:hover {
  opacity: 0.8;
}
.card_content .card_inner {
  padding: 0.75rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.jobSearch .card,
.onLine .card {
  max-width: 25rem;
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: none;
}

.icon_status {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  width: 1.6875rem;
  height: 1.5rem;
  font-weight: 500;
  background: var(--primary);
  color: #fff;
  border-radius: 4px;
  margin-right: 0.375rem;
}

.breadcrumb {
  max-width: 80rem;
  margin: 1rem auto 0;
  padding-inline: 1rem;
}
.breadcrumb__list {
  display: flex;
  column-gap: 1.75rem;
}
.breadcrumb__list-item {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(63, 62, 63, 0.6);
  position: relative;
}
.breadcrumb__list-item:not(:last-child)::after {
  content: "";
  display: block;
  margin-inline: 0.5rem;
  position: absolute;
  top: 0.25rem;
  right: -2.1875rem;
  width: 0.875rem;
  height: 0.875rem;
  background: url("../../assets/images/icon_arrow02.svg") center
    center/cover;
}
.breadcrumb__list-link {
  font-size: 1rem;
  font-weight: 600;
  color: var(--black);
}
.breadcrumb__list-link:hover {
  opacity: 0.8;
}

.image-map {
  display: flex;
  align-items: center;
}
.image-map img {
  height: 10.375rem;
}
.image-map p {
  width: 8.125rem;
  margin-left: 0.625rem;
  font-weight: 500;
  position: relative;
}
.image-map p span {
  color: var(--secondary);
}

.container {
  background: #f5f5f5;
  border-radius: 40px;
  padding: 3.75rem;
  margin: 0 auto 2.5rem;
}
.container:last-of-type {
  margin-bottom: 0;
}
.container__header {
  max-width: 80rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto 1.25rem;
}
.container__header #js-pagination-result-range-text {
  display: flex;
  align-items: center;
}
.container__header #js-pagination-result-range-text p {
  font-weight: 600;
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
.container__header #js-pagination-result-range-text .count {
  font-size: 1.5rem;
  color: var(--primary);
  margin: 0 0.25rem;
  line-height: 1.2;
}
.container__header #js-pagination-result-range-text .num {
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 0.5rem;
  font-weight: normal;
}
.container__header .update {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.container .container_content .container_content_inner {
  box-sizing: border-box;
  padding: 2.1875rem;
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 2rem;
}

.onLine .container,
.jobInfo .container,
.protectionPolicy .container {
  max-width: var(--container-width);
  margin-inline: auto;
}

.conclusion {
  margin-block: 3.75rem 5rem;
  padding-inline: 1.25rem;
}
.conclusion_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: var(--container-width);
  margin: 0 auto 2.5rem;
}
.conclusion .conclusion_left {
  width: 36.25rem !important;
  height: 20.625rem !important;
}
.conclusion .conclusion_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid var(--primary);
  border-radius: 10px;
}
.conclusion .conclusion_left,
.conclusion .conclusion_right {
  width: 49%;
  height: fit-content;
}
.conclusion .conclusion_right {
  margin-left: 2.1875rem;
}
.conclusion .conclusion_right > h4 {
  font-size: 1.375rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
}
.conclusion .conclusion_right .posting_term {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.conclusion .conclusion_right > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  column-gap: 2.5rem;
}
.conclusion .conclusion_right > ul li {
  display: flex;
  margin-bottom: 0.25rem;
}
.conclusion .conclusion_right > ul li img {
  height: 1.25rem;
  margin-right: 0.75rem;
}
.conclusion .conclusion_right > p {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.04rem;
}

.conclusion_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.conclusion_bottom .button--counseling {
  margin-right: 0.625rem;
}
.conclusion_bottom .button--tell {
  margin-left: 0.625rem;
}

.process {
  display: grid;
  grid-template-columns: calc(100% - 22.1875rem) 2.1875rem 20rem;
  position: relative;
}
.process:last-of-type::before {
  content: "";
  display: none;
}
.process::before {
  content: "";
  position: absolute;
  bottom: -1.625rem;
  left: 50%;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #3f3e3f;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.process__left {
  max-width: 45rem;
  grid-column: 1/2;
}
.process__left .process__title {
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  margin-bottom: 1.5rem;
  color: var(--primary);
}
.process__left .process__title span {
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  text-align: center;
  color: #fff;
  margin-right: 0.5rem;
  background: var(--primary);
}
.process__left .process__text {
  font-size: 1rem;
}
.process__left .process__attention {
  display: block;
  padding-top: 1.5rem;
  font-size: 0.875rem;
  padding-left: 1em;
  text-indent: -1em;
}
.process__right {
  grid-column: 3/4;
  margin-inline: auto;
}
.process .sub_process {
  grid-column: 1/4;
  display: flex;
  justify-content: center;
  margin-top: 0.875rem;
  gap: 0 1.25rem;
}
.process .sub_process-left,
.process .sub_process-right,
.process .sub_process-middle {
  width: 100%;
  padding: 1.5rem 1.25rem;
  border-radius: 4px;
  background: var(--primary-bg);
}
.process .sub_process-left h4,
.process .sub_process-right h4,
.process .sub_process-middle h4 {
  color: var(--primary);
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.process .sub_process-left p,
.process .sub_process-right p,
.process .sub_process-middle p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.process .sub_process-left span,
.process .sub_process-right span,
.process .sub_process-middle span {
  display: block;
  font-size: 0.875rem;
  padding-left: 1em;
  text-indent: -1em;
}
.process .sub_process-left img,
.process .sub_process-right img,
.process .sub_process-middle img {
  height: 11.875rem;
  margin-top: 1rem;
  object-fit: contain;
}
.process .sub_process-middle {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.25rem;
}
.process .sub_process-middle p {
  margin-bottom: 1rem;
}
.process .sub_process-middle span {
  margin-bottom: 1rem;
}
.process .sub_process-middle dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.process .sub_process-middle dt {
  width: 10%;
  margin-bottom: 0.25rem;
}
.process .sub_process-middle dd {
  width: 90%;
  margin-bottom: 0.25rem;
  text-indent: -1em;
  padding-left: 1em;
}
.process .sub_process-middle .setting {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.process .sub_process-middle img {
  height: 15rem;
  margin-top: 0;
}
.process .last {
  padding-top: 1.875rem;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
}
.button:hover {
  opacity: 0.8;
}
.button.__has-shadow {
  box-shadow: 0 0.875rem 0.625rem -0.5rem rgba(0, 0, 0, 0.25);
}
.button--work {
  width: 9.0625rem;
  height: 9.0625rem;
  border-radius: 50%;
  letter-spacing: -0.02rem;
  line-height: 1.4;
  background: var(--primary);
  font-size: 1.25rem;
  padding-top: 0.625rem;
  position: relative;
}
.button--work .btn_decoration {
  width: 0.75rem;
  height: 0.9375rem;
  object-fit: contain;
  position: absolute;
  top: 2.875rem;
  left: 0.75rem;
  z-index: 1;
}
.button--work .btn_arrow {
  width: 1rem;
  height: 1.125rem;
  object-fit: contain;
  position: absolute;
  bottom: 0.875rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.button--info,
.button--workbtn {
  max-width: 18.75rem;
  height: 3.75rem;
  margin: 0 auto;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background: rgb(63, 62, 63);
  justify-content: center;
}
.button--info:hover,
.button--workbtn:hover {
  opacity: 0.7;
}
.button--info::after,
.button--workbtn::after {
  margin: 0 0 0 0.5rem;
}
.button--info::after,
.button--workbtn::after {
  content: "";
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  background: url("../../assets/images/icon_arrow03.svg") no-repeat
    center/contain;
}
.button--search {
  width: 15rem;
  height: 2.5rem;
  border-radius: 12px;
  background: rgb(63, 62, 63);
}
.button--search::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("../../assets/images/icon_search.svg") no-repeat
    center/contain;
}
.button--search::after {
  margin: 0 0 0 0.875rem;
}
.button--sp,
.button--pc {
  width: 20rem;
  height: 3.75rem;
  padding: 1rem 1.875rem;
  border-radius: 12px;
  font-size: 1.125rem;
  background: rgb(63, 62, 63);
  justify-content: space-between;
}
.button--sp::before,
.button--pc::before {
  margin: 0 0.5rem 0 0.5rem;
}
.button--sp::after,
.button--pc::after {
  margin: 0 0.5rem 0 0.5rem;
}
.button--sp::after,
.button--pc::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../../assets/images/icon_arrow05.svg") no-repeat
    center/contain;
}
.button--sp::before,
.button--pc::before {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  background: url("../../assets/images/icon_sp.svg") no-repeat center/contain;
}
.button--pc::before {
  margin: 0 0.5rem 0 0.5rem;
}
.button--pc::before {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  background: url("../../assets/images/icon_pc.svg") no-repeat center/contain;
}
.button--apple,
.button--google {
  display: block;
  max-width: 9.375rem;
  height: 2.8125rem;
  background: #000;
  border-radius: 6px;
  padding: 0.5rem 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--apple img,
.button--google img {
  width: 90%;
  height: auto;
  object-fit: contain;
}
.button--Windows,
.button--Mac {
  width: 14.0625rem !important;
  height: 2.8125rem;
  border-radius: 8px;
  justify-content: flex-start;
  background: var(--primary);
  font-size: 0.875rem;
  padding: 0.625rem 1.125rem;
}
.button--Windows p,
.button--Mac p {
  width: 90%;
  text-align: left;
}
.button--apple {
  margin-bottom: 0.75rem;
}
.button--Windows {
  margin-bottom: 0.75rem;
}
.button--counseling {
  width: 18.75rem;
  height: 3.75rem;
  border-radius: 12px;
  justify-content: flex-start;
  background: var(--black);
  font-size: 1.125rem;
  letter-spacing: -0.08rem;
  padding: 0.625rem 1.125rem;
}
.button--counseling::before {
  margin-right: 0.5rem;
}
.button--counseling::before {
  content: "";
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  background: url("../../assets/images/icon_mail.svg") no-repeat
    center/contain;
}
.button--tell {
  width: fit-content;
  height: 3.75rem;
  border-radius: 12px;
  justify-content: center;
  color: var(--secondary);
  font-size: 1.25rem;
  letter-spacing: -0.08rem;
  padding: 0 1.125rem 1.25rem;
  position: relative;
}
.button--tell::before {
  content: "";
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  background: url("../../assets/images/icon_tell.svg") no-repeat
    center/contain;
}
.button--tell::before {
  margin-right: 0.5rem;
}
.button--tell::after {
  content: "011-707-3121";
  position: absolute;
  right: 50%;
  bottom: -0.3125rem;
  transform: translateX(50%);
  color: inherit;
  font-size: 1.5rem;
  letter-spacing: normal;
  color: var(--secondary);
}
.button--tell-small {
  width: 10rem !important;
  height: 3.125rem;
  border-radius: 12px 0 0 12px;
  background: var(--secondary);
  font-size: 1rem;
}
.button--tell-small::before {
  margin: 0 0.5rem 0 0;
}
.button--tell-small::before {
  content: "";
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  background: url("../../assets/images/icon_tell.svg") no-repeat
    center/contain;
}
.button--contact {
  width: 10rem !important;
  height: 3.125rem;
  border-radius: 0 12px 12px 0;
  background: var(--primary);
  font-size: 1rem;
}
.button--contact::before {
  margin: 0 0.5rem 0 0;
}
.button--contact::before {
  content: "";
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  background: url("../../assets/images/ic_mail.svg") no-repeat center/contain;
}
.button--infoContact {
  max-height: 4rem;
  max-width: 18.75rem;
  display: flex;
  background-color: var(--primary);
  color: var(--white);
  font-size: 1.25rem;
  letter-spacing: -0.02rem;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  padding-block: 1.0625rem;
  padding-inline: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  transition: opacity 0.3s ease-out;
}
.button--infoContact:hover {
  opacity: 0.7;
}
.button--infoContact::before {
  content: "";
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  margin-right: 1.25rem;
  background: url("../../assets/images/ic_mail.svg") no-repeat center/contain;
}

.cta__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.875rem 5rem;
  background: #f5f5f5;
  border-radius: 20px;
  max-width: 57rem;
  margin-inline: auto;
}
.cta__content .cta_inner-tel,
.cta__content .cta__content {
  width: 49%;
}
.cta__content .cta_inner-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta__content .cta_inner-tel .cta_title {
  color: var(--secondary);
  font-size: 1.25rem;
  font-weight: 500;
}
.cta__content .cta_inner-tel .tel {
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  margin-top: 0;
}
.cta__content .cta_inner-tel span {
  font-size: 0.875rem;
}

.lead-text {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  margin-inline: auto;
}

.sub-lead-text {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

.counter__content {
  margin-bottom: 1.25rem;
}
.counter__content .counter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter__content .counter_info {
  margin-right: 0.9375rem;
}
.counter_info .counter_info-list.time {
  display: flex;
  align-items: center;
}
.counter_info .time_sp {
  display: none;
}
.counter_info li > h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 1.875rem;
  position: relative;
  flex-shrink: 0;
}
.counter_info li > h4::before {
  content: "";
  width: 0.1875rem;
  height: 2.8125rem;
  border-radius: 100px;
  display: block;
  position: absolute;
  top: 55%;
  right: -0.9375rem;
  transform: translateY(-50%);
  background: var(--primary);
}
.counter_info .info_box {
  margin-left: 0.625rem;
}
.counter_info .info_box p {
  font-size: 1.25rem;
  font-weight: 600;
}
.counter_info .info_box p > span {
  font-size: 1.5625rem;
  font-family: "Roboto", sans-serif;
  padding-left: 0.5rem;
}
.counter_info .info_box .regular_holiday {
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: 500;
}
.counter_info .counter_info-list.access {
  margin-top: 0.9375rem;
}
.counter_info .counter_info-list.access h5 {
  font-size: 1.375rem;
  font-weight: 600;
}
.counter_info .counter_info-list.access p {
  font-size: 1.125rem;
  font-weight: 600;
}
.counter_info .counter_info-list.access span {
  font-size: 1rem;
  font-weight: 500;
}

.page_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.75rem;
}
.page_link .page_button {
  width: 2.5rem;
  height: 2.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 4px;
  background: #fff;
  border: 1px solid var(--black);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.page_link .page_button:hover {
  opacity: 0.8;
}
.page_link .is-select {
  background: var(--black);
  color: #fff;
}
.page_link .prev {
  width: 5.4375rem;
  height: 2.5rem;
  padding: 0 0.875rem;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  background: #fff;
  border: 1px solid var(--black);
}
.page_link .prev img {
  height: 1.25rem;
  transform: rotate(180deg);
}
.page_link .next {
  width: 5.4375rem;
  height: 2.5rem;
  padding: 0 0.875rem;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--black);
}
.page_link .next img {
  height: 1.25rem;
}

.rounded-0 {
  border-radius: 0 !important;
}
.rounded-sm {
  border-radius: 8px !important;
}
.rounded-md {
  border-radius: 16px !important;
}
.rounded-lg {
  border-radius: 32px !important;
}
.rounded-full {
  border-radius: 100vmax !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.fz-xs {
  font-size: 0.75rem !important;
}
.fz-sm {
  font-size: 0.875rem !important;
}
.fz-base {
  font-size: 1rem !important;
}
.fz-lg {
  font-size: 1.125rem !important;
}
.fz-xl {
  font-size: 1.25rem !important;
}
.fz-xxl {
  font-size: 1.5rem !important;
}
.fz-xxxl {
  font-size: 1.625rem !important;
}
.fz-xxxxl {
  font-size: 1.75rem !important;
}
.fz-xxxxxl {
  font-size: 1.875rem !important;
}
.fw-normal {
  font-weight: normal !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: bold !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.3 !important;
}
.lh-md {
  line-height: 1.5 !important;
}
.lh-base {
  line-height: 2 !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.color-gray {
  color: #888888 !important;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.grid {
  display: grid !important;
}
.grid--ai-center {
  align-items: center;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.gap-0 {
  gap: 0 !important;
}
.gap-xs {
  gap: 0.25rem !important;
}
.gap-sm {
  gap: 0.5rem !important;
}
.gap-md {
  gap: 1rem !important;
}
.gap-lg {
  gap: 1.5rem !important;
}
.gap-xl {
  gap: 2rem !important;
}
.gap-xxl {
  gap: 2.5rem !important;
}
.gap-xxxl {
  gap: 3rem !important;
}
.gap-4xl {
  gap: 4rem !important;
}
.gap-5xl {
  gap: 5rem !important;
}
.gap-6xl {
  gap: 6rem !important;
}
.gap-7xl {
  gap: 7rem !important;
}
.gap-8xl {
  gap: 8rem !important;
}
.gap-9xl {
  gap: 9rem !important;
}
.gap-10xl {
  gap: 10rem !important;
}
.gap-x-0 {
  column-gap: 0;
}
.gap-x-xs {
  column-gap: 0.25rem;
}
.gap-x-sm {
  column-gap: 0.5rem;
}
.gap-x-md {
  column-gap: 1rem;
}
.gap-x-lg {
  column-gap: 1.5rem;
}
.gap-x-xl {
  column-gap: 2rem;
}
.gap-x-xxl {
  column-gap: 2.5rem;
}
.gap-x-xxxl {
  column-gap: 3rem;
}
.gap-x-4xl {
  column-gap: 4rem;
}
.gap-x-5xl {
  column-gap: 5rem;
}
.gap-x-6xl {
  column-gap: 6rem;
}
.gap-x-7xl {
  column-gap: 7rem;
}
.gap-x-8xl {
  column-gap: 8rem;
}
.gap-x-9xl {
  column-gap: 9rem;
}
.gap-x-10xl {
  column-gap: 10rem;
}
.gap-y-0 {
  row-gap: 0;
}
.gap-y-xs {
  row-gap: 0.25rem;
}
.gap-y-sm {
  row-gap: 0.5rem;
}
.gap-y-md {
  row-gap: 1rem;
}
.gap-y-lg {
  row-gap: 1.5rem;
}
.gap-y-xl {
  row-gap: 2rem;
}
.gap-y-xxl {
  row-gap: 2.5rem;
}
.gap-y-xxxl {
  row-gap: 3rem;
}
.gap-y-4xl {
  row-gap: 4rem;
}
.gap-y-5xl {
  row-gap: 5rem;
}
.gap-y-6xl {
  row-gap: 6rem;
}
.gap-y-7xl {
  row-gap: 7rem;
}
.gap-y-8xl {
  row-gap: 8rem;
}
.gap-y-9xl {
  row-gap: 9rem;
}
.gap-y-10xl {
  row-gap: 10rem;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mb-xs {
  margin-bottom: 0.25rem !important;
}

.mt-xs {
  margin-top: 0.25rem !important;
}
.mb-sm {
  margin-bottom: 0.5rem !important;
}

.mt-sm {
  margin-top: 0.5rem !important;
}
.mb-md {
  margin-bottom: 1rem !important;
}

.mt-md {
  margin-top: 1rem !important;
}
.mb-lg {
  margin-bottom: 1.5rem !important;
}

.mt-lg {
  margin-top: 1.5rem !important;
}
.mb-xl {
  margin-bottom: 2rem !important;
}

.mt-xl {
  margin-top: 2rem !important;
}
.mb-xxl {
  margin-bottom: 2.5rem !important;
}

.mt-xxl {
  margin-top: 2.5rem !important;
}
.mb-xxxl {
  margin-bottom: 3rem !important;
}

.mt-xxxl {
  margin-top: 3rem !important;
}
.mb-4xl {
  margin-bottom: 4rem !important;
}

.mt-4xl {
  margin-top: 4rem !important;
}
.mb-5xl {
  margin-bottom: 5rem !important;
}

.mt-5xl {
  margin-top: 5rem !important;
}
.mb-6xl {
  margin-bottom: 6rem !important;
}

.mt-6xl {
  margin-top: 6rem !important;
}
.mb-7xl {
  margin-bottom: 7rem !important;
}

.mt-7xl {
  margin-top: 7rem !important;
}
.mb-8xl {
  margin-bottom: 8rem !important;
}

.mt-8xl {
  margin-top: 8rem !important;
}
.mb-9xl {
  margin-bottom: 9rem !important;
}

.mt-9xl {
  margin-top: 9rem !important;
}
.mb-10xl {
  margin-bottom: 10rem !important;
}

.mt-10xl {
  margin-top: 10rem !important;
}
.ml-md {
  margin-left: 1rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}
.m-inline-auto {
  margin-inline: auto !important;
}

.m-inline-inherit {
  margin-inline: inherit !important;
}

.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-66 {
  width: 66% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}

.w-fit {
  width: fit-content !important;
}
.minh-unset {
  min-height: unset !important;
}

.no-break {
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media (min-width: 576px) {
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  .rounded-sm-sm {
    border-radius: 8px !important;
  }
  .rounded-sm-md {
    border-radius: 16px !important;
  }
  .rounded-sm-lg {
    border-radius: 32px !important;
  }
  .rounded-sm-full {
    border-radius: 100vmax !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-sm-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinksm--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-sm-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .fz-sm-xs {
    font-size: 0.75rem !important;
  }
  .fz-sm-sm {
    font-size: 0.875rem !important;
  }
  .fz-sm-base {
    font-size: 1rem !important;
  }
  .fz-sm-lg {
    font-size: 1.125rem !important;
  }
  .fz-sm-xl {
    font-size: 1.25rem !important;
  }
  .fz-sm-xxl {
    font-size: 1.5rem !important;
  }
  .fz-sm-xxxl {
    font-size: 1.625rem !important;
  }
  .fz-sm-xxxxl {
    font-size: 1.75rem !important;
  }
  .fz-sm-xxxxxl {
    font-size: 1.875rem !important;
  }
  .fw-sm-bold {
    font-weight: bold !important;
  }
  .lh-sm-1 {
    line-height: 1 !important;
  }
  .lh-sm-sm {
    line-height: 1.3 !important;
  }
  .lh-sm-md {
    line-height: 1.5 !important;
  }
  .lh-sm-base {
    line-height: 2 !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-sm {
    display: grid !important;
  }
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-sm-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-xs {
    gap: 0.25rem !important;
  }
  .gap-sm-sm {
    gap: 0.5rem !important;
  }
  .gap-sm-md {
    gap: 1rem !important;
  }
  .gap-sm-lg {
    gap: 1.5rem !important;
  }
  .gap-sm-xl {
    gap: 2rem !important;
  }
  .gap-sm-xxl {
    gap: 2.5rem !important;
  }
  .gap-sm-xxxl {
    gap: 3rem !important;
  }
  .gap-sm-4xl {
    gap: 4rem !important;
  }
  .gap-sm-5xl {
    gap: 5rem !important;
  }
  .gap-sm-6xl {
    gap: 6rem !important;
  }
  .gap-sm-7xl {
    gap: 7rem !important;
  }
  .gap-sm-8xl {
    gap: 8rem !important;
  }
  .gap-sm-9xl {
    gap: 9rem !important;
  }
  .gap-sm-10xl {
    gap: 10rem !important;
  }
  .gap-x-sm-0 {
    column-gap: 0 !important;
  }
  .gap-x-sm-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-sm-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-sm-md {
    column-gap: 1rem !important;
  }
  .gap-x-sm-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-sm-xl {
    column-gap: 2rem !important;
  }
  .gap-x-sm-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-sm-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-sm-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-sm-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-sm-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-sm-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-sm-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-sm-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-sm-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-sm-0 {
    row-gap: 0 !important;
  }
  .gap-y-sm-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-sm-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-sm-md {
    row-gap: 1rem !important;
  }
  .gap-y-sm-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-sm-xl {
    row-gap: 2rem !important;
  }
  .gap-y-sm-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-sm-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-sm-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-sm-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-sm-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-sm-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-sm-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-sm-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-sm-10xl {
    row-gap: 10rem !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .mh-sm-100 {
    max-height: 100% !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-xs {
    margin-bottom: 0.25rem !important;
  }
  .mt-sm-xs {
    margin-top: 0.25rem !important;
  }
  .mb-sm-sm {
    margin-bottom: 0.5rem !important;
  }
  .mt-sm-sm {
    margin-top: 0.5rem !important;
  }
  .mb-sm-md {
    margin-bottom: 1rem !important;
  }
  .mt-sm-md {
    margin-top: 1rem !important;
  }
  .mb-sm-lg {
    margin-bottom: 1.5rem !important;
  }
  .mt-sm-lg {
    margin-top: 1.5rem !important;
  }
  .mb-sm-xl {
    margin-bottom: 2rem !important;
  }
  .mt-sm-xl {
    margin-top: 2rem !important;
  }
  .mb-sm-xxl {
    margin-bottom: 2.5rem !important;
  }
  .mt-sm-xxl {
    margin-top: 2.5rem !important;
  }
  .mb-sm-xxxl {
    margin-bottom: 3rem !important;
  }
  .mt-sm-xxxl {
    margin-top: 3rem !important;
  }
  .mb-sm-4xl {
    margin-bottom: 4rem !important;
  }
  .mt-sm-4xl {
    margin-top: 4rem !important;
  }
  .mb-sm-5xl {
    margin-bottom: 5rem !important;
  }
  .mt-sm-5xl {
    margin-top: 5rem !important;
  }
  .mb-sm-6xl {
    margin-bottom: 6rem !important;
  }
  .mt-sm-6xl {
    margin-top: 6rem !important;
  }
  .mb-sm-7xl {
    margin-bottom: 7rem !important;
  }
  .mt-sm-7xl {
    margin-top: 7rem !important;
  }
  .mb-sm-8xl {
    margin-bottom: 8rem !important;
  }
  .mt-sm-8xl {
    margin-top: 8rem !important;
  }
  .mb-sm-9xl {
    margin-bottom: 9rem !important;
  }
  .mt-sm-9xl {
    margin-top: 9rem !important;
  }
  .mb-sm-10xl {
    margin-bottom: 10rem !important;
  }
  .mt-sm-10xl {
    margin-top: 10rem !important;
  }
  .m-inline-sm-auto {
    margin-inline: auto !important;
  }
  .m-inline-sm-inherit {
    margin-inline: inherit !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .sm-visible {
    visibility: visible !important;
  }
  .sm-invisible {
    visibility: hidden !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-66 {
    width: 66% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .rounded-md-sm {
    border-radius: 8px !important;
  }
  .rounded-md-md {
    border-radius: 16px !important;
  }
  .rounded-md-lg {
    border-radius: 32px !important;
  }
  .rounded-md-full {
    border-radius: 100vmax !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-md-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinkmd--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-md-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .fz-md-xs {
    font-size: 0.75rem !important;
  }
  .fz-md-sm {
    font-size: 0.875rem !important;
  }
  .fz-md-base {
    font-size: 1rem !important;
  }
  .fz-md-lg {
    font-size: 1.125rem !important;
  }
  .fz-md-xl {
    font-size: 1.25rem !important;
  }
  .fz-md-xxl {
    font-size: 1.5rem !important;
  }
  .fz-md-xxxl {
    font-size: 1.625rem !important;
  }
  .fz-md-xxxxl {
    font-size: 1.75rem !important;
  }
  .fz-md-xxxxxl {
    font-size: 1.875rem !important;
  }
  .fw-md-bold {
    font-weight: bold !important;
  }
  .lh-md-1 {
    line-height: 1 !important;
  }
  .lh-md-sm {
    line-height: 1.3 !important;
  }
  .lh-md-md {
    line-height: 1.5 !important;
  }
  .lh-md-base {
    line-height: 2 !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-md {
    display: grid !important;
  }
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-md-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-xs {
    gap: 0.25rem !important;
  }
  .gap-md-sm {
    gap: 0.5rem !important;
  }
  .gap-md-md {
    gap: 1rem !important;
  }
  .gap-md-lg {
    gap: 1.5rem !important;
  }
  .gap-md-xl {
    gap: 2rem !important;
  }
  .gap-md-xxl {
    gap: 2.5rem !important;
  }
  .gap-md-xxxl {
    gap: 3rem !important;
  }
  .gap-md-4xl {
    gap: 4rem !important;
  }
  .gap-md-5xl {
    gap: 5rem !important;
  }
  .gap-md-6xl {
    gap: 6rem !important;
  }
  .gap-md-7xl {
    gap: 7rem !important;
  }
  .gap-md-8xl {
    gap: 8rem !important;
  }
  .gap-md-9xl {
    gap: 9rem !important;
  }
  .gap-md-10xl {
    gap: 10rem !important;
  }
  .gap-x-md-0 {
    column-gap: 0 !important;
  }
  .gap-x-md-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-md-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-md-md {
    column-gap: 1rem !important;
  }
  .gap-x-md-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-md-xl {
    column-gap: 2rem !important;
  }
  .gap-x-md-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-md-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-md-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-md-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-md-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-md-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-md-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-md-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-md-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-md-0 {
    row-gap: 0 !important;
  }
  .gap-y-md-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-md-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-md-md {
    row-gap: 1rem !important;
  }
  .gap-y-md-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-md-xl {
    row-gap: 2rem !important;
  }
  .gap-y-md-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-md-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-md-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-md-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-md-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-md-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-md-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-md-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-md-10xl {
    row-gap: 10rem !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .mh-md-100 {
    max-height: 100% !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-xs {
    margin-bottom: 0.25rem !important;
  }
  .mt-md-xs {
    margin-top: 0.25rem !important;
  }
  .mb-md-sm {
    margin-bottom: 0.5rem !important;
  }
  .mt-md-sm {
    margin-top: 0.5rem !important;
  }
  .mb-md-md {
    margin-bottom: 1rem !important;
  }
  .mt-md-md {
    margin-top: 1rem !important;
  }
  .mb-md-lg {
    margin-bottom: 1.5rem !important;
  }
  .mt-md-lg {
    margin-top: 1.5rem !important;
  }
  .mb-md-xl {
    margin-bottom: 2rem !important;
  }
  .mt-md-xl {
    margin-top: 2rem !important;
  }
  .mb-md-xxl {
    margin-bottom: 2.5rem !important;
  }
  .mt-md-xxl {
    margin-top: 2.5rem !important;
  }
  .mb-md-xxxl {
    margin-bottom: 3rem !important;
  }
  .mt-md-xxxl {
    margin-top: 3rem !important;
  }
  .mb-md-4xl {
    margin-bottom: 4rem !important;
  }
  .mt-md-4xl {
    margin-top: 4rem !important;
  }
  .mb-md-5xl {
    margin-bottom: 5rem !important;
  }
  .mt-md-5xl {
    margin-top: 5rem !important;
  }
  .mb-md-6xl {
    margin-bottom: 6rem !important;
  }
  .mt-md-6xl {
    margin-top: 6rem !important;
  }
  .mb-md-7xl {
    margin-bottom: 7rem !important;
  }
  .mt-md-7xl {
    margin-top: 7rem !important;
  }
  .mb-md-8xl {
    margin-bottom: 8rem !important;
  }
  .mt-md-8xl {
    margin-top: 8rem !important;
  }
  .mb-md-9xl {
    margin-bottom: 9rem !important;
  }
  .mt-md-9xl {
    margin-top: 9rem !important;
  }
  .mb-md-10xl {
    margin-bottom: 10rem !important;
  }
  .mt-md-10xl {
    margin-top: 10rem !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .m-inline-md-auto {
    margin-inline: auto !important;
  }
  .m-inline-md-inherit {
    margin-inline: inherit !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .md-visible {
    visibility: visible !important;
  }
  .md-invisible {
    visibility: hidden !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-66 {
    width: 66% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  .layout-footer__inner .layout-footer__middle li {
    max-width: 25%;
    flex-shrink: 1;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  .rounded-lg-sm {
    border-radius: 8px !important;
  }
  .rounded-lg-md {
    border-radius: 16px !important;
  }
  .rounded-lg-lg {
    border-radius: 32px !important;
  }
  .rounded-lg-full {
    border-radius: 100vmax !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-lg-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinklg--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-lg-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .fz-lg-xs {
    font-size: 0.75rem !important;
  }
  .fz-lg-sm {
    font-size: 0.875rem !important;
  }
  .fz-lg-base {
    font-size: 1rem !important;
  }
  .fz-lg-lg {
    font-size: 1.125rem !important;
  }
  .fz-lg-xl {
    font-size: 1.25rem !important;
  }
  .fz-lg-xxl {
    font-size: 1.5rem !important;
  }
  .fz-lg-xxxl {
    font-size: 1.625rem !important;
  }
  .fz-lg-xxxxl {
    font-size: 1.75rem !important;
  }
  .fz-lg-xxxxxl {
    font-size: 1.875rem !important;
  }
  .fw-lg-bold {
    font-weight: bold !important;
  }
  .lh-lg-1 {
    line-height: 1 !important;
  }
  .lh-lg-sm {
    line-height: 1.3 !important;
  }
  .lh-lg-md {
    line-height: 1.5 !important;
  }
  .lh-lg-base {
    line-height: 2 !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-lg {
    display: grid !important;
  }
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-lg-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-xs {
    gap: 0.25rem !important;
  }
  .gap-lg-sm {
    gap: 0.5rem !important;
  }
  .gap-lg-md {
    gap: 1rem !important;
  }
  .gap-lg-lg {
    gap: 1.5rem !important;
  }
  .gap-lg-xl {
    gap: 2rem !important;
  }
  .gap-lg-xxl {
    gap: 2.5rem !important;
  }
  .gap-lg-xxxl {
    gap: 3rem !important;
  }
  .gap-lg-4xl {
    gap: 4rem !important;
  }
  .gap-lg-5xl {
    gap: 5rem !important;
  }
  .gap-lg-6xl {
    gap: 6rem !important;
  }
  .gap-lg-7xl {
    gap: 7rem !important;
  }
  .gap-lg-8xl {
    gap: 8rem !important;
  }
  .gap-lg-9xl {
    gap: 9rem !important;
  }
  .gap-lg-10xl {
    gap: 10rem !important;
  }
  .gap-x-lg-0 {
    column-gap: 0 !important;
  }
  .gap-x-lg-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-lg-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-lg-md {
    column-gap: 1rem !important;
  }
  .gap-x-lg-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-lg-xl {
    column-gap: 2rem !important;
  }
  .gap-x-lg-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-lg-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-lg-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-lg-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-lg-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-lg-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-lg-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-lg-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-lg-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-lg-0 {
    row-gap: 0 !important;
  }
  .gap-y-lg-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-lg-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-lg-md {
    row-gap: 1rem !important;
  }
  .gap-y-lg-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-lg-xl {
    row-gap: 2rem !important;
  }
  .gap-y-lg-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-lg-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-lg-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-lg-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-lg-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-lg-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-lg-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-lg-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-lg-10xl {
    row-gap: 10rem !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .mh-lg-100 {
    max-height: 100% !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-xs {
    margin-bottom: 0.25rem !important;
  }
  .mt-lg-xs {
    margin-top: 0.25rem !important;
  }
  .mb-lg-sm {
    margin-bottom: 0.5rem !important;
  }
  .mt-lg-sm {
    margin-top: 0.5rem !important;
  }
  .mb-lg-md {
    margin-bottom: 1rem !important;
  }
  .mt-lg-md {
    margin-top: 1rem !important;
  }
  .mb-lg-lg {
    margin-bottom: 1.5rem !important;
  }
  .mt-lg-lg {
    margin-top: 1.5rem !important;
  }
  .mb-lg-xl {
    margin-bottom: 2rem !important;
  }
  .mt-lg-xl {
    margin-top: 2rem !important;
  }
  .mb-lg-xxl {
    margin-bottom: 2.5rem !important;
  }
  .mt-lg-xxl {
    margin-top: 2.5rem !important;
  }
  .mb-lg-xxxl {
    margin-bottom: 3rem !important;
  }
  .mt-lg-xxxl {
    margin-top: 3rem !important;
  }
  .mb-lg-4xl {
    margin-bottom: 4rem !important;
  }
  .mt-lg-4xl {
    margin-top: 4rem !important;
  }
  .mb-lg-5xl {
    margin-bottom: 5rem !important;
  }
  .mt-lg-5xl {
    margin-top: 5rem !important;
  }
  .mb-lg-6xl {
    margin-bottom: 6rem !important;
  }
  .mt-lg-6xl {
    margin-top: 6rem !important;
  }
  .mb-lg-7xl {
    margin-bottom: 7rem !important;
  }
  .mt-lg-7xl {
    margin-top: 7rem !important;
  }
  .mb-lg-8xl {
    margin-bottom: 8rem !important;
  }
  .mt-lg-8xl {
    margin-top: 8rem !important;
  }
  .mb-lg-9xl {
    margin-bottom: 9rem !important;
  }
  .mt-lg-9xl {
    margin-top: 9rem !important;
  }
  .mb-lg-10xl {
    margin-bottom: 10rem !important;
  }
  .mt-lg-10xl {
    margin-top: 10rem !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .m-inline-lg-auto {
    margin-inline: auto !important;
  }
  .m-inline-lg-inherit {
    margin-inline: inherit !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .lg-visible {
    visibility: visible !important;
  }
  .lg-invisible {
    visibility: hidden !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-66 {
    width: 66% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  .rounded-xl-sm {
    border-radius: 8px !important;
  }
  .rounded-xl-md {
    border-radius: 16px !important;
  }
  .rounded-xl-lg {
    border-radius: 32px !important;
  }
  .rounded-xl-full {
    border-radius: 100vmax !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-xl-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinkxl--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-xl-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .fz-xl-xs {
    font-size: 0.75rem !important;
  }
  .fz-xl-sm {
    font-size: 0.875rem !important;
  }
  .fz-xl-base {
    font-size: 1rem !important;
  }
  .fz-xl-lg {
    font-size: 1.125rem !important;
  }
  .fz-xl-xl {
    font-size: 1.25rem !important;
  }
  .fz-xl-xxl {
    font-size: 1.5rem !important;
  }
  .fz-xl-xxxl {
    font-size: 1.625rem !important;
  }
  .fz-xl-xxxxl {
    font-size: 1.75rem !important;
  }
  .fz-xl-xxxxxl {
    font-size: 1.875rem !important;
  }
  .fw-xl-bold {
    font-weight: bold !important;
  }
  .lh-xl-1 {
    line-height: 1 !important;
  }
  .lh-xl-sm {
    line-height: 1.3 !important;
  }
  .lh-xl-md {
    line-height: 1.5 !important;
  }
  .lh-xl-base {
    line-height: 2 !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-xl {
    display: grid !important;
  }
  .grid-cols-xl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-xl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-xl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-xl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-xl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-xl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-xl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-xl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-xl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-xs {
    gap: 0.25rem !important;
  }
  .gap-xl-sm {
    gap: 0.5rem !important;
  }
  .gap-xl-md {
    gap: 1rem !important;
  }
  .gap-xl-lg {
    gap: 1.5rem !important;
  }
  .gap-xl-xl {
    gap: 2rem !important;
  }
  .gap-xl-xxl {
    gap: 2.5rem !important;
  }
  .gap-xl-xxxl {
    gap: 3rem !important;
  }
  .gap-xl-4xl {
    gap: 4rem !important;
  }
  .gap-xl-5xl {
    gap: 5rem !important;
  }
  .gap-xl-6xl {
    gap: 6rem !important;
  }
  .gap-xl-7xl {
    gap: 7rem !important;
  }
  .gap-xl-8xl {
    gap: 8rem !important;
  }
  .gap-xl-9xl {
    gap: 9rem !important;
  }
  .gap-xl-10xl {
    gap: 10rem !important;
  }
  .gap-x-xl-0 {
    column-gap: 0 !important;
  }
  .gap-x-xl-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-xl-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-xl-md {
    column-gap: 1rem !important;
  }
  .gap-x-xl-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-xl-xl {
    column-gap: 2rem !important;
  }
  .gap-x-xl-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-xl-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-xl-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-xl-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-xl-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-xl-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-xl-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-xl-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-xl-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-xl-0 {
    row-gap: 0 !important;
  }
  .gap-y-xl-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-xl-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-xl-md {
    row-gap: 1rem !important;
  }
  .gap-y-xl-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-xl-xl {
    row-gap: 2rem !important;
  }
  .gap-y-xl-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-xl-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-xl-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-xl-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-xl-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-xl-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-xl-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-xl-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-xl-10xl {
    row-gap: 10rem !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .mh-xl-100 {
    max-height: 100% !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mb-xl-xs {
    margin-bottom: 0.25rem !important;
  }
  .mt-xl-xs {
    margin-top: 0.25rem !important;
  }
  .mb-xl-sm {
    margin-bottom: 0.5rem !important;
  }
  .mt-xl-sm {
    margin-top: 0.5rem !important;
  }
  .mb-xl-md {
    margin-bottom: 1rem !important;
  }
  .mt-xl-md {
    margin-top: 1rem !important;
  }
  .mb-xl-lg {
    margin-bottom: 1.5rem !important;
  }
  .mt-xl-lg {
    margin-top: 1.5rem !important;
  }
  .mb-xl-xl {
    margin-bottom: 2rem !important;
  }
  .mt-xl-xl {
    margin-top: 2rem !important;
  }
  .mb-xl-xxl {
    margin-bottom: 2.5rem !important;
  }
  .mt-xl-xxl {
    margin-top: 2.5rem !important;
  }
  .mb-xl-xxxl {
    margin-bottom: 3rem !important;
  }
  .mt-xl-xxxl {
    margin-top: 3rem !important;
  }
  .mb-xl-4xl {
    margin-bottom: 4rem !important;
  }
  .mt-xl-4xl {
    margin-top: 4rem !important;
  }
  .mb-xl-5xl {
    margin-bottom: 5rem !important;
  }
  .mt-xl-5xl {
    margin-top: 5rem !important;
  }
  .mb-xl-6xl {
    margin-bottom: 6rem !important;
  }
  .mt-xl-6xl {
    margin-top: 6rem !important;
  }
  .mb-xl-7xl {
    margin-bottom: 7rem !important;
  }
  .mt-xl-7xl {
    margin-top: 7rem !important;
  }
  .mb-xl-8xl {
    margin-bottom: 8rem !important;
  }
  .mt-xl-8xl {
    margin-top: 8rem !important;
  }
  .mb-xl-9xl {
    margin-bottom: 9rem !important;
  }
  .mt-xl-9xl {
    margin-top: 9rem !important;
  }
  .mb-xl-10xl {
    margin-bottom: 10rem !important;
  }
  .mt-xl-10xl {
    margin-top: 10rem !important;
  }
  .m-inline-xl-auto {
    margin-inline: auto !important;
  }
  .m-inline-xl-inherit {
    margin-inline: inherit !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .xl-visible {
    visibility: visible !important;
  }
  .xl-invisible {
    visibility: hidden !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-66 {
    width: 66% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
}

@media (max-width: 1279.98px) {
  .page__header-bottom ul {
    flex-wrap: wrap;
    row-gap: 1.25rem;
  }
  .process .sub_process-middle dt {
    width: 20%;
  }
  .process .sub_process-middle dd {
    width: 80%;
  }
}

@media (max-width: 1199.98px) {
  .col_yellow .section__inner {
    margin-inline: 1rem;
    padding: 2.5rem 1.25rem;
  }
  .col_orange .section__inner {
    padding: 2.5rem 1.25rem;
    margin-inline: 0;
  }
  .card_content {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
  }
  .process .sub_process-middle dt {
    width: 15%;
  }
  .process .sub_process-middle dd {
    width: 85%;
  }
}

@media (max-width: 991.98px) {
  .layout-header__infoTelMain {
    font-size: 1.25rem;
  }
  .layout-header__infoTime {
    display: none;
  }
  .layout-header__infoContact {
    font-size: 0.75rem;
  }
  .layout-header__menu {
    gap: 0 1.25rem;
    min-height: 4.375rem;
  }
  .layout-header__list::after {
    right: -0.625rem;
  }
  .layout-footer__inner {
    padding: 3.75rem 5rem 1.25rem;
  }
  .layout-footer__inner .layout-footer__middle {
    gap: 0.625rem;
    margin-bottom: 2.5rem;
  }
  .layout-footer__inner .layout-footer__middle li img {
    height: 5.625rem;
    object-fit: contain;
  }
  .layout-footer__inner .layout-footer__bottom .layout-footer_menu {
    margin-bottom: 2.5rem;
  }
  .layout-footer__inner .layout-footer_access {
    margin-bottom: 2.5rem;
  }
  .primary-heading {
    font-size: 1.75rem;
    margin-bottom: 1.5625rem;
  }
  .primary-heading img {
    height: 5.625rem;
    margin-bottom: 0.625rem;
  }
  .lead-title {
    font-size: 1.5rem;
  }
  .target__header .header_right {
    font-size: 1.0625rem;
  }
  .page__header-bottom ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page__header-bottom li {
    width: 100%;
    max-width: 21.25rem;
  }
  .page__header-bottom select,
  .page__header-bottom input {
    width: 100%;
    max-width: none;
    margin-inline: auto;
  }
  .page__header-bottom .lead-text {
    margin-bottom: 0.875rem;
  }
  .page__header-bottom .button-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0.5rem;
  }
  .page__header-bottom .button-wrap .button--sp {
    margin-bottom: 0.375rem;
  }
  .page__header-bottom .button-wrap .button--search {
    width: 100%;
    max-width: 21.25rem;
  }
  .page__header-bottom .button-wrap .button--sp {
    margin-right: 0;
    margin-inline: 0;
  }
  .page__header-bottom .button-wrap .button--pc {
    margin-left: 0;
    margin-inline: 0;
  }
  .target__list {
    font-size: 1.125rem;
    max-width: 37.5rem;
    padding-left: 3.75rem;
  }
  .target__list::after {
    left: 0.625rem;
  }
  .provisions__row_right,
  .provisions__row_left {
    width: 100%;
    padding: 1.5625rem 1.25rem;
  }
  .provisions__row_right dt,
  .provisions__row_left dt {
    width: 25%;
    letter-spacing: -0.04rem;
  }
  .provisions__row_right dd,
  .provisions__row_left dd {
    font-size: 1rem;
    width: 75%;
  }
  .provisions__row_right dd a,
  .provisions__row_left dd a {
    font-size: 1rem;
    letter-spacing: -0.04rem;
  }
  .image-map p {
    font-size: 0.875rem;
    letter-spacing: -0.04rem;
  }
  .conclusion .conclusion_right > ul li {
    width: 100%;
  }
  .conclusion .conclusion_right > p {
    font-size: 1rem;
  }
  .conclusion_bottom {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .conclusion_bottom .button--counseling {
    margin-inline: auto;
    margin-bottom: 0.625rem;
  }
  .conclusion_bottom .button--tell {
    margin-inline: auto;
    margin-bottom: 0.625rem;
  }
  .process {
    display: flex;
    flex-direction: column;
    padding: 1.5625rem;
  }
  .process .sub_process-middle dt {
    width: 20%;
  }
  .process .sub_process-middle dd {
    width: 80%;
  }
  .button--work {
    width: 7.5rem;
    height: 7.5rem;
    margin: 0 auto;
    font-size: 1rem;
  }
  .button--work .btn_decoration {
    width: 0.625rem;
    height: 0.9375rem;
    top: 3.0625rem;
    left: 1.5625rem;
  }
  .button--counseling {
    font-size: 1rem;
    justify-content: center;
  }
  .button--counseling::before {
    content: "";
    display: inline-block;
    width: 1.5625rem;
    height: 1.5625rem;
    background: url("../../assets/images/icon_mail.svg") no-repeat
      center/contain;
  }
  .button--tell {
    font-size: 0.875rem;
    padding: 0.625rem 1.125rem;
    background: var(--secondary);
    color: #fff;
  }
  .button--tell::before {
    margin-right: 0.5rem;
  }
  .button--tell::after {
    content: "";
    display: none;
  }
  .button--tell::before {
    content: "";
    display: inline-block;
    width: 1.5625rem;
    height: 1.5625rem;
    background: url("../../assets/images/icon_tell.svg") no-repeat
      center/contain;
  }
  .cta__content {
    padding: 1.875rem 2.5rem;
  }
  .cta__content .cta_inner-tel .cta_title {
    text-align: center;
    font-size: 1.125rem;
  }
  .counter_info li > h4 {
    margin-right: 1.25rem;
  }
  .counter_info .info_box p {
    font-size: 1.0625rem;
    letter-spacing: -0.04rem;
  }
  .counter_info .info_box p > span {
    font-size: 1.375rem;
  }
  .counter_info .info_box .regular_holiday {
    font-size: 0.8125rem;
    letter-spacing: -0.04rem;
  }
  .counter_info .counter_info-list.access h5 {
    font-size: 1.25rem;
  }
  .counter_info .counter_info-list.access p {
    font-size: 1rem;
  }
  .counter_info .counter_info-list.access span {
    font-size: 0.9375rem;
  }
}

@media (max-width: 767.98px) {
  .sp_show {
    display: block;
  }
  .pc_show {
    display: none;
  }
  .layout-header {
    padding-inline: 1rem;
  }
  .layout-header__logo {
    letter-spacing: -0.05rem;
  }
  .layout-header__logo a {
    grid-template-columns: 2.5rem auto;
  }
  .layout-header__logo img {
    width: 2.5rem;
  }
  .layout-header__info {
    display: none;
  }
  .layout-header__menu {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 1.875rem;
    height: fit-content;
    padding: 0.5rem 1.875rem;
    margin-top: 0;
  }
  .layout-header__list::after {
    right: -1rem;
    height: 0.75rem;
    top: 0.4375rem;
  }
  .layout-header__link {
    font-size: 0.875rem;
  }
  .layout-footer__inner {
    padding: 3.75rem 1.25rem 1.25rem;
  }
  .layout-footer__inner .layout-footer__header {
    margin-bottom: 1rem;
  }
  .layout-footer__inner .layout-footer__header .logoCap {
    font-size: 0.75rem;
  }
  .layout-footer__inner .layout-footer__header .logoFace {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.04rem;
  }
  .layout-footer__inner .layout-footer__middle {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5625rem;
  }
  .layout-footer__inner .layout-footer__middle li img {
    height: 4.375rem;
  }
  .layout-footer__inner .layout-footer__bottom {
    flex-direction: column;
  }
  .layout-footer__inner .layout-footer__bottom .layout-footer_menu {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
  .layout-footer__inner .layout-footer_access h4 {
    font-size: 0.9375rem;
    margin-bottom: 0.625rem;
    letter-spacing: -0.04rem;
  }
  .layout-footer__inner .layout-footer_access h5 {
    font-size: 0.8125rem;
  }
  .layout-footer__inner .layout-footer_access > li p {
    font-size: 0.75rem;
    letter-spacing: -0.02rem;
  }
  .layout-footer__inner .layout-footer_access .free {
    font-size: 0.9375rem;
  }
  .layout-footer__inner .layout-footer_access .time li p {
    font-size: 0.75rem;
  }
  .layout-footer__inner .layout-footer_access .company {
    padding: 0;
    font-size: 0.75rem;
  }
  .layout-footer__inner .layout-footer_access .company p {
    margin-bottom: 0;
  }
  .sidebar-layout-container__to-pageTop {
    width: 3.5rem;
    height: 3.5rem;
    right: 0.625rem;
    bottom: 3.75rem;
  }
  .section::before {
    width: 8.125rem;
    height: 8.125rem;
    left: -5rem;
    top: 0;
  }
  .section::after {
    width: 8.125rem;
    height: 8.125rem;
    right: -3.75rem;
    bottom: 0;
  }
  .section__inner {
    padding-inline: 0;
    padding-block: 3.75rem;
    margin-inline: 1rem;
  }
  .mv__image {
    display: inline-block;
    width: 100%;
    padding-block: 1.875rem;
  }
  .mv .button-wrapper {
    right: 1rem;
    bottom: 1.25rem;
  }
  .mv .button-wrapper_sp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block: 0.75rem 0;
  }
  .mv .button-wrapper_sp .button {
    margin-inline: 0;
  }
  .page-heading {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    padding-bottom: 0.5rem;
  }
  .primary-heading {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .primary-heading p {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .primary-heading p .line {
    font-size: 1.25rem;
  }
  .primary-heading img {
    height: 4.375rem;
    margin-bottom: 0;
  }
  .secondary-heading {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
  .tree-heading {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
  .tree-heading.fs {
    letter-spacing: -0.11rem;
  }
  .lead-title {
    font-size: 1.375rem;
    letter-spacing: -0.1rem;
  }
  .target__header .header_left {
    height: 8.125rem;
    width: 8.125rem;
    right: -2.8125rem;
    top: 0;
  }
  .target__header .header_left p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .target__header .header_left span {
    padding-top: 0;
  }
  .target__header .header_right {
    font-size: 1rem;
    letter-spacing: -0.05rem;
    min-width: 18.75rem;
    padding: 0.625rem 1.25rem 0.625rem 6.25rem;
    position: relative;
    top: 0;
    left: -3.125rem;
  }
  .page-header .page-header__title {
    font-size: 1.5rem;
    padding-inline: 1rem;
  }
  .page-header .page-header__title::after {
    width: 1.25rem;
    height: 0.125rem;
    bottom: -0.625rem;
  }
  .page__header-bottom {
    margin-inline: 1.25rem;
    margin-bottom: 3.75rem;
  }
  .target__list {
    padding-left: 2rem;
    margin-bottom: 0.9375rem;
  }
  .target__list span > span {
    font-size: 0.75rem;
  }
  .target__list::after {
    left: -0.3125rem;
  }
  .target__list.attention h4 {
    font-size: 1rem;
  }
  .target__list.attention p {
    font-size: 0.875rem;
  }
  .job__list {
    width: 100%;
    flex-direction: column;
  }
  .job__list dt {
    width: 100%;
    font-size: 1rem;
    flex-direction: column;
    border-bottom: 0;
    margin-bottom: 0.25rem;
    padding: 0;
  }
  .job__list dd {
    width: 100%;
    flex-direction: column;
    padding-bottom: 0.875rem;
    margin-bottom: 0.875rem;
    font-size: 0.875rem;
  }
  .provisions__list p,
  .provisions__list ul,
  .provisions__list li {
    width: 100%;
  }
  .provisions__list .provisions__lead-text {
    font-size: 0.875rem;
  }
  .provisions__list .provisions__list_main {
    font-size: 0.875rem;
  }
  .provisions__list .provisions__text_right {
    font-size: 0.75rem;
  }
  .provisions__list .signature {
    font-size: 0.875rem;
  }
  .provisions__list .provisions__list_second h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .provisions__list .provisions__list_second p {
    font-size: 0.875rem;
  }
  .provisions__list .provisions__list_second span {
    font-size: 0.75rem;
  }
  .provisions__row {
    flex-direction: column;
  }
  .provisions__row_right h4,
  .provisions__row_left h4 {
    font-size: 1rem;
    letter-spacing: -0.04rem;
  }
  .provisions__row_right dl,
  .provisions__row_left dl {
    font-size: 0.875rem;
  }
  .provisions__row_right span,
  .provisions__row_left span {
    font-size: 0.75rem;
  }
  .provisions__row_right h5,
  .provisions__row_left h5 {
    font-size: 0.875rem;
  }
  .provisions__row_right p,
  .provisions__row_left p {
    font-size: 0.8125rem;
  }
  .support__inner {
    gap: 0.875rem 1.25rem;
  }
  .support__inner .support__card {
    height: fit-content;
  }
  .card_content img {
    height: 12.5rem;
  }
  .card_content .card_inner_wrap h4 {
    font-size: 1rem;
  }
  .card_content .card_inner_wrap a {
    padding: 0.4375rem 1.5625rem 0.4375rem 0.9375rem;
  }
  .breadcrumb__list-item {
    font-size: 0.875rem;
  }
  .breadcrumb__list-item:not(:last-child)::after {
    top: 0.125rem;
  }
  .breadcrumb__list-link {
    font-size: 0.875rem;
  }
  .image-map {
    flex-direction: column;
  }
  .image-map img {
    max-width: 16.25rem;
    height: auto;
  }
  .image-map p {
    width: 16.25rem;
    font-size: 0.75rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .container {
    border-radius: 20px;
    padding-block: 3.75rem;
    padding-inline: 1rem;
  }
  .container__header #js-pagination-result-range-text {
    flex-direction: column;
    align-items: flex-start;
  }
  .container__header #js-pagination-result-range-text .num {
    margin-left: 0;
  }
  .container__header {
    font-size: 0.875rem;
  }
  .container .container_content .container_content_inner {
    padding: 1.5625rem;
  }
  .conclusion {
    padding-inline: 1rem;
  }
  .conclusion_inner {
    flex-direction: column;
    margin-bottom: 1.875rem;
  }
  .conclusion .conclusion_left {
    width: 100% !important;
    height: 12.5rem !important;
  }
  .conclusion .conclusion_left,
  .conclusion .conclusion_right {
    width: 100%;
  }
  .conclusion .conclusion_right {
    margin-left: 0;
    margin-top: 1.25rem;
  }
  .conclusion .conclusion_right > h4 {
    font-size: 1.25rem;
  }
  .process__left {
    margin-bottom: 0.875rem;
  }
  .process__left .process__title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .process__left .process__title span {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .process__left .process__text {
    font-size: 0.875rem;
  }
  .process__left .process__attention {
    font-size: 0.75rem;
    padding-top: 0.5rem;
  }
  .process__right.button--dl-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .process .sub_process {
    margin-top: 1.25rem;
    flex-direction: column;
  }
  .process .sub_process-left h4,
  .process .sub_process-right h4,
  .process .sub_process-middle h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .process .sub_process-left p,
  .process .sub_process-right p,
  .process .sub_process-middle p {
    font-size: 0.875rem;
  }
  .process .sub_process-left span,
  .process .sub_process-right span,
  .process .sub_process-middle span {
    font-size: 0.75rem;
  }
  .process .sub_process-left img,
  .process .sub_process-right img,
  .process .sub_process-middle img {
    height: 9.375rem;
    margin-inline: auto;
  }
  .process .sub_process-right {
    margin-top: 0.9375rem;
  }
  .process .sub_process-middle {
    flex-direction: column;
  }
  .process .sub_process-middle dl {
    font-size: 0.75rem;
  }
  .process .sub_process-middle dt {
    width: 16%;
  }
  .process .sub_process-middle dd {
    width: 84%;
  }
  .process .sub_process-middle .setting {
    font-size: 0.75rem;
  }
  .process .sub_process-middle img {
    height: auto;
    margin-inline: none;
  }
  .button {
    width: 100%;
    max-width: 21.25rem;
    height: 2.8125rem;
    justify-content: center;
    margin-inline: auto;
  }
  .button--work {
    width: 6.25rem;
    height: 6.25rem;
    margin: 0 auto;
    font-size: 0.875rem;
  }
  .button--work .btn_decoration {
    width: 0.625rem;
    height: 0.9375rem;
    top: 1.5rem;
    left: 0.4375rem;
  }
  .button--work .btn_arrow {
    width: 0.625rem;
    height: 0.9375rem;
    bottom: 0.625rem;
    left: 50%;
  }
  .button--info,
  .button--workbtn {
    max-width: 21.25rem;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button--info::after,
  .button--workbtn::after {
    content: "";
    display: inline-block;
    width: 1.5625rem;
    height: 1.5625rem;
    background: url("../../assets/images/icon_arrow03.svg") no-repeat
      center/contain;
  }
  .button--search {
    width: 100%;
    margin-top: 0.5rem;
  }
  .button--sp,
  .button--pc {
    font-size: 1.0625rem;
    justify-content: space-between;
  }
  .button--apple {
    margin-bottom: 0;
    margin-right: 0.625rem;
  }
  .button--tell-small {
    height: 3.125rem;
  }
  .button--contact {
    height: 3.125rem;
  }
  .button--infoContact {
    width: 100%;
    margin: 0 auto;
    max-width: 21.25rem;
    max-height: 2.8125rem;
    padding-block: 0.5rem;
    padding-inline: 1.5rem;
    font-size: 1rem;
  }
  .button--infoContact::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .cta__content {
    flex-direction: column;
    padding: 1.5625rem 1.25rem;
  }
  .cta__content .cta_inner-tel,
  .cta__content .cta__content {
    width: 100%;
  }
  .cta__content .cta_inner-tel .cta_title {
    text-align: center;
    font-size: 1rem;
  }
  .cta__content .cta_inner-tel .tel {
    font-size: 2.8125rem;
    letter-spacing: -0.1rem;
  }
  .cta__content .cta_inner-tel span {
    font-size: 0.8125rem;
    margin-bottom: 1.25rem;
    letter-spacing: -0.03rem;
  }
  .lead-text {
    font-size: 1rem;
    line-height: 1.8;
    margin-inline: auto;
  }
  .lead-text.__isPre {
    text-align: left;
    line-height: 1.7;
  }
  .sub-lead-text {
    font-size: 0.875rem;
  }
  .sub-lead-text br {
    display: none;
  }
  .counter__content .counter__inner {
    flex-direction: column;
  }
  .counter_info {
    margin-bottom: 0.625rem;
  }
  .counter_info .counter_info-list.time {
    flex-direction: column;
    align-items: flex-start;
  }
  .counter_info .time_sp {
    display: block;
  }
  .counter_info li > h4 {
    display: none;
  }
  .counter_info li > h4::before {
    display: none;
  }
  .counter_info .info_box p {
    font-size: 1rem;
    letter-spacing: normal;
  }
  .counter_info .info_box p > span {
    font-size: 1.25rem;
  }
  .counter_info .info_box .regular_holiday {
    font-size: 0.875rem;
    letter-spacing: normal;
  }
  .counter_info .info_box {
    position: relative;
  }
  .counter_info .info_box::before {
    content: "";
    width: 0.1875rem;
    height: 2.8125rem;
    border-radius: 100px;
    display: block;
    position: absolute;
    top: 55%;
    margin-left: -0.625rem;
    transform: translateY(-50%);
    background: var(--primary);
  }
  .counter_info .counter_info-list.access h5 {
    font-size: 1.125rem;
  }
  .counter_info .counter_info-list.access p {
    font-size: 0.9375rem;
  }
  .counter_info .counter_info-list.access span {
    font-size: 0.875rem;
  }
  .page_link {
    gap: 0 0.25rem;
  }
  .page_link .page_button {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .page_link .prev {
    width: 3.75rem;
    height: 2.1875rem;
    padding: 0 0.25rem;
  }
  .page_link .prev img {
    height: 1rem;
  }
  .page_link .next {
    width: 3.75rem;
    height: 2.1875rem;
    padding: 0 0.25rem;
  }
  .page_link .next img {
    height: 1rem;
  }
  .px-sm-md {
    padding-inline: 1rem !important;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .layout-footer__inner .layout-footer_access .company span {
    font-size: 0.75rem;
    padding-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .process .sub_process-middle dt {
    width: 25%;
  }
  .process .sub_process-middle dd {
    width: 75%;
  }
}
