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

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

ul {
  list-style: none;
}

/* Variable collection */
:root {
  --typography-font-families-primary: "Noto Sans JP";
  --typography-font-families-secondary: "GFS Didot", serif;
  --typography-font-families-tertiary: "Noto Serif JP", serif;
  --typography-font-families-english: "Cormorant Garamond", serif;
  --colors-brand-primary: #3A221C;
  --colors-brand-secondary: #003D80;
  --colors-brand-accent-primary: #CEA820;
  --colors-brand-accent-secondary: #C02225;
  --colors-brand-gradation: linear-gradient(125deg, #D09739 15.05%, #FEFBD6 51.78%, #E9BF5F 88.52%);
  --colors-brand-gradation-hover: linear-gradient(305deg, #D09739 15.05%, #FEFBD6 51.78%, #E9BF5F 88.52%);
  --colors-brand-gradation2: linear-gradient(125deg, #A80306 16.68%, #BC6B6C 51.62%, #9C0609 86.56%);
  --colors-brand-red: #BE1D20;
  --colors-brand-blue: #244ABB;
  --colors-brand-pink: #DF4AAB;
  --colors-brand-green: #3A8D23;
  --colors-brand-orange: #D88500;
  --colors-text-primary: #3E3A39;
  --colors-text-secondary: #888888;
  --colors-text-tertiary: #646464;
  --colors-background-light: #f0f0f0;
  --colors-background-dark: #EFEFEF;
  --colors-background-tertiary: #ebebeb;
  --colors-background-sub: #F5F5F5;
  --components-link-color-link-default: #0000ff;
  --components-link-color-link-hover: #0056b3;
  --colors-state-success: #50C5C1;
  --colors-state-warning: #ffc107;
  --colors-state-error: #dc3545;
  --colors-state-info: #17a2b8;
  --typography-font-sizes-s: 14px;
  --typography-font-sizes-s-rem: 0.875rem;
  --typography-font-sizes-4xl: 48px;
  --typography-font-sizes-4xl-rem: 3rem;
  --typography-font-sizes-3xl: 36px;
  --typography-font-sizes-3xl-rem: 2.25rem;
  --typography-font-sizes-2xl: 30px;
  --typography-font-sizes-2xl-rem: 1.875rem;
  --typography-font-sizes-l: 20px;
  --typography-font-sizes-l-rem: 1.25rem;
  --typography-font-sizes-m: 17px;
  --typography-font-sizes-m-rem: 1rem;
  --typography-font-sizes-xs: 12px;
  --typography-font-sizes-xs-rem: 0.75rem;
  --typography-font-sizes-5xl: 56px;
  --typography-font-sizes-5xl-rem: 3.5rem;
  --typography-font-sizes-6xl: 72px;
  --typography-font-sizes-6xl-rem: 4.5rem;
  --typography-line-heights-caption: 1.6px;
  --typography-line-heights-caption-rem: 0.1rem;
  --typography-line-heights-base: 1.7px;
  --typography-line-heights-base-rem: 0.1063rem;
  --typography-line-heights-large: 1.8px;
  --typography-line-heights-large-rem: 0.1125rem;
  --typography-line-heights-heading: 1.4px;
  --typography-line-heights-heading-rem: 0.0875rem;
  --typography-line-heights-display: 1.2px;
  --typography-line-heights-display-rem: 0.075rem;
  --typography-font-weights-normal: 400;
  --typography-font-weights-medium: 500;
  --typography-font-weights-bold: 700;
  --typography-paragraph-spacing-paragraph-spacing-sm: "0.75em";
  --typography-paragraph-spacing-paragraph-spacing-md: "1em";
  --typography-paragraph-spacing-paragraph-spacing-lg: "1.5em";
  --border-radius-small: 4px;
  --border-radius-small-rem: 0.25rem;
  --border-radius-medium: 8px;
  --border-radius-medium-rem: 0.5rem;
  --border-radius-large: 16px;
  --border-radius-large-rem: 1rem;
  --border-width-thin: 1px;
  --border-width-thin-rem: 0.0625rem;
  --shadow-shadow-sm: "0px 2px 4px rgba(0, 0, 0, 0.05)";
  --shadow-shadow-md: "0px 4px 8px rgba(0, 0, 0, 0.08)";
  --shadow-shadow-lg: "0px 8px 16px rgba(0, 0, 0, 0.12)";
  --components-link-color-link-visited: #800080;
  --layout-container-width-sm: 640px;
  --layout-container-width-sm-rem: 40rem;
  --layout-container-width-md: 1000px;
  --layout-container-width-md-rem: 64rem;
  --layout-container-width-lg: 1200px;
  --layout-container-width-lg-rem: 80rem;
  --layout-grid-columns: 12px;
  --layout-grid-columns-rem: 0.75rem;
  --layout-grid-gutter: 24px;
  --layout-grid-gutter-rem: 1.5rem;
  --components-link-typography-text-decoration: "underline";
  --components-button-color-primary: var(--colors-brand-primary);
  --components-button-color-secondary: var(--colors-brand-secondary);
  --components-button-color-hover: var(--colors-brand-secondary);
  --components-button-color-disabled: #e2e8f0;
  --components-button-small-padding-x: 12px;
  --components-button-small-padding-x-rem: 0.75rem;
  --components-button-small-padding-y: 8px;
  --components-button-small-padding-y-rem: 0.5rem;
  --components-button-small-font-size: var(--typography-font-sizes-s);
  --components-button-medium-padding-x: var(--spacing-space-8);
  --components-button-medium-padding-y: var(--spacing-space-5);
  --components-button-medium-font-size: var(--typography-font-sizes-m);
  --components-button-large-padding-x: 24px;
  --components-button-large-padding-x-rem: 1.25rem;
  --components-button-large-padding-y: 24px;
  --components-button-large-padding-y-rem: 0.75rem;
  --components-button-large-font-size: var(--typography-font-sizes-l);
  --typography-font-sizes-xl: 24px;
  --typography-font-sizes-xl-rem: 1.5rem;
  --components-button-radius: var(--border-radius-small);
  --components-button-width: var(--border-width-thin);
  --border-light: #F5F5F5;
  --border-medium: #EFEFEF;
  --border-dark: #A0AEC0;
  --border-width-medium: 2px;
  --border-width-medium-rem: 0.125rem;
  --border-width-thick: 4px;
  --border-width-thick-rem: 0.25rem;
  --typography-letter-spacing-tracking-tight: -0.02px;
  --typography-letter-spacing-tracking-tight-rem: -0.0012rem;
  --typography-letter-spacing-tracking-normal: 1px;
  --typography-letter-spacing-tracking-normal-rem: 0.0625rem;
  --typography-letter-spacing-tracking-wide: 1.3px;
  --typography-letter-spacing-tracking-wide-rem: 0.0813rem;
  --typography-letter-spacing-tracking-largewide: 1.8px;
  --spacing-space-0: 0px;
  --spacing-space-0-rem: 0rem;
  --spacing-space-1: 4px;
  --spacing-space-1-rem: 0.25rem;
  --spacing-space-2: 8px;
  --spacing-space-2-rem: 0.5rem;
  --spacing-space-3: 12px;
  --spacing-space-3-rem: 0.75rem;
  --spacing-space-4: 16px;
  --spacing-space-4-rem: 1rem;
  --spacing-space-5: 20px;
  --spacing-space-5-rem: 1.25rem;
  --spacing-space-6: 24px;
  --spacing-space-6-rem: 1.5rem;
  --spacing-space-8: 32px;
  --spacing-space-8-rem: 2rem;
  --spacing-space-9: 36px;
  --spacing-space-9-rem: 2.25rem;
  --spacing-space-10: 40px;
  --spacing-space-10-rem: 2.5rem;
  --spacing-space-12: 48px;
  --spacing-space-12-rem: 3rem;
  --spacing-space-20: 80px;
  --spacing-space-20-rem: 5rem;
  --spacing-space-24: 96px;
  --spacing-space-24-rem: 6rem;
  --spacing-space-32: 128px;
  --spacing-space-32-rem: 8rem;
  --spacing-space-7: 28px;
  --spacing-space-7-rem: 1.75rem;
  --spacing-container-padding: 24px;
  --spacing-container-padding-rem: 1.5rem;
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  color: var(--text-primary, var(--colors-text-primary, #3E3A39));
  /* Body Text/Medium */
  font-family: var(--typography-font-families-primary, "Noto Sans JP");
  font-style: normal;
  font-weight: var(--typography-font-weights-medium, 500);
  line-height: 170%; /* 27.2px */
  letter-spacing: var(--typography-letter-spacing-tracking-largewide, 1.2px);
}
@media screen and (min-width: 1201px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  body {
    font-size: 1.5dvw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.6153846154dvw;
  }
}
body.drawer-active {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.drawer-active::before {
    pointer-events: all;
    opacity: 0.7;
  }
}

a {
  text-decoration: none;
  color: var(--colors-text-primary);
  outline: none;
  transition: color 0.3s;
}
a:hover {
  color: var(--colors-brand-accent-primary);
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.breadcrumb {
  list-style: none;
  display: flex;
  flex-flow: wrap;
}

.breadcrumb-item {
  color: var(--colors-text-primary);
  font-size: var(--typography-font-sizes-s);
  font-weight: var(--typography-font-weights-medium);
  position: relative;
}
.breadcrumb-item:not(:last-child) {
  padding-right: 2em;
}
.breadcrumb-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 80%;
  transform: rotate(45deg);
  background-color: #C6C6C6;
}
.breadcrumb-item a {
  color: var(--colors-brand-primary);
  transition: 0.3s;
}
.breadcrumb-item a:hover {
  color: var(--colors-brand-accent-primary);
  text-decoration: underline;
}

.more-btn {
  font-size: 1.8rem;
  font-weight: var(--typography-font-weights-medium);
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 1em;
  width: fit-content;
  color: var(--colors-brand-primary);
  margin-top: var(--spacing-space-5);
  transition: 0.3s;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .more-btn {
    font-size: 1.4rem;
  }
}
.more-btn:hover, a:hover .more-btn {
  color: var(--colors-brand-accent-primary);
}
.more-btn-border {
  margin-top: var(--spacing-space-8);
  border: 1px solid var(--colors-brand-secondary);
  background-color: #fff;
  border-radius: var(--border-radius-small);
  padding: var(--components-button-medium-padding-y) var(--components-button-medium-padding-x);
}
.more-btn-border:hover, a:hover .more-btn-border {
  border-color: var(--colors-brand-accent-primary);
}

.primary-btn, .wp-block-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.primary-btn a, .wp-block-button a {
  display: block;
  padding: 15px 42px 15px 12px;
  font-size: 1.8rem;
  font-weight: var(--typography-font-weights-medium);
  line-height: 1;
  color: var(--colors-text-primary) !important;
  background: none;
  border-radius: 0;
  transition: 0.3s;
  position: relative;
}
.primary-btn a::before, .primary-btn a::after, .wp-block-button a::before, .wp-block-button a::after {
  display: block;
  content: "";
  position: absolute;
  transition: 0.3s;
}
.primary-btn a::before, .wp-block-button a::before {
  width: 26px;
  height: 26px;
  background: url(../images/common/icon_arrow.svg) no-repeat top center/cover;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}
.primary-btn a::after, .wp-block-button a::after {
  width: 100%;
  height: 2px;
  background: var(--colors-brand-primary);
  bottom: 0;
  left: 0;
}
.primary-btn a:hover, .wp-block-button a:hover {
  color: var(--colors-text-primary);
}
.primary-btn a:hover::before, .wp-block-button a:hover::before {
  right: 0;
}
.primary-btn a:hover::after, .wp-block-button a:hover::after {
  animation: 0.5s forwards btn-underline;
}

@keyframes btn-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.secondary-btn {
  font-size: 1.6rem;
  font-weight: var(--typography-font-weights-medium);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--components-button-large-padding-y) var(--components-button-large-padding-x);
  background-color: var(--colors-brand-secondary);
  color: #fff;
  border: 1px solid var(--colors-brand-secondary);
  border-radius: var(--border-radius-small);
  transition: background-color 0.3s, border-color 0.3s;
}
.secondary-btn:hover, a:hover .secondary-btn {
  background-color: var(--colors-brand-accent-primary);
  border-color: var(--colors-brand-accent-primary);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .secondary-btn {
    font-size: 1.4rem;
  }
}

.ghost-btn {
  font-weight: var(--typography-font-weights-regular);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--components-button-large-padding-y) var(--components-button-large-padding-x);
  color: var(--colors-brand-primary);
  background-color: transparent;
  border: 1px solid var(--colors-brand-primary);
  border-radius: var(--border-radius-medium);
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.ghost-btn:hover, a:hover .ghost-btn {
  background-color: var(--colors-brand-primary);
  color: #fff;
  border-color: var(--colors-brand-primary);
}
@media screen and (max-width: 767px) {
  .ghost-btn {
    font-size: 1.4rem;
  }
}

.text-link {
  display: inline;
  color: var(--colors-brand-primary);
  text-decoration: underline;
  transition: color 0.3s;
  padding: var(--components-button-medium-padding-y) 0;
}
.text-link:hover, a:hover .text-link {
  color: var(--colors-brand-accent-primary);
}
.text-link-arrow-right {
  display: inline-flex;
  align-items: center;
  color: var(--colors-brand-primary);
  cursor: pointer;
  transition: color 0.3s;
  padding: var(--components-button-medium-padding-y) 0;
}
.text-link-arrow-right::after {
  content: "→";
  margin-left: 0.5em;
  transition: transform 0.3s;
}
.text-link-arrow-right:hover, a:hover .text-link-arrow-right {
  color: var(--colors-brand-accent-primary);
}
.text-link-arrow-right:hover::after, a:hover .text-link-arrow-right::after {
  transform: translateX(5px);
}
@media screen and (max-width: 767px) {
  .text-link-arrow-right {
    font-size: 1.4rem;
  }
}

.news-list-item {
  border-bottom: 1px solid var(--border-light);
}
.news-list-item a {
  display: grid;
  grid-template-columns: max-content max-content auto;
  column-gap: 1.5em;
  position: relative;
  padding: 1.5em 5.5em 1.5em 1.5em;
}
@media screen and (min-width: 768px) {
  .news-list-item a {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .news-list-item a {
    column-gap: 1em;
    row-gap: 1em;
    padding: 1.5em 3em 1.5em 0;
    grid-template-columns: min-content auto;
    grid-template-rows: auto auto;
    flex-flow: wrap;
  }
}
.news-list-item a i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.5em;
}
@media screen and (max-width: 767px) {
  .news-list-item a i {
    right: 0;
  }
}

.news-list-time {
  display: inline-block;
  font-size: var(--typography-font-sizes-m);
}
@media screen and (max-width: 767px) {
  .news-list-time {
    align-self: center;
  }
}

.news-list-tag {
  height: fit-content;
  width: fit-content;
  display: inline-block;
  font-size: var(--typography-font-sizes-s);
  color: var(--colors-brand-accent-primary);
  border: 1px solid var(--colors-brand-accent-primary);
  border-radius: var(--border-radius-small);
  line-height: 1;
  padding: 0.48em 0.57em;
}

.news-list-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: var(--typography-font-sizes-m);
}
@media screen and (min-width: 768px) {
  .news-list-text {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .news-list-text {
    -webkit-line-clamp: 2;
    grid-row: 2/3;
    grid-column: 1/3;
  }
}

/* General Box Card */
.box-card {
  background-color: var(--colors-background-light);
  border: 6px solid var(--colors-background-tertiary);
  padding: var(--spacing-space-6);
  box-shadow: var(--shadow-shadow-md);
  margin-bottom: var(--spacing-space-6);
  color: var(--colors-text-primary);
  box-sizing: border-box;
}
.box-card h3 {
  font-size: var(--typography-font-sizes-l-rem);
  margin-bottom: var(--spacing-space-3);
  font-family: var(--typography-font-families-secondary);
}
.box-card.none {
  border: none;
}
.box-card.blue {
  border-color: rgba(124, 197, 230, 0.2);
}
.box-card.blue h5 {
  border-color: var(--colors-brand-secondary);
}
.box-card.blue h5::before {
  background-color: var(--colors-brand-secondary);
}

/* Info Box (Blue tones for emphasis) */
.box-info {
  background-color: var(--colors-state-info); /* Soft blue tone */
  border: var(--border-width-medium) solid var(--colors-brand-secondary);
  padding: var(--spacing-space-4);
  border-radius: var(--border-radius-large);
  box-shadow: var(--shadow-shadow-sm);
  color: var(--colors-text-primary);
  margin-bottom: var(--spacing-space-6);
}
.box-info h3 {
  margin-top: 0;
  font-size: var(--typography-font-sizes-xl-rem);
  color: var(--colors-text-primary);
}

/* Highlight Box */
.box-highlight {
  background-color: var(--colors-background-tertiary); /* Light background */
  padding: var(--spacing-space-8);
  box-shadow: var(--shadow-shadow-md);
  margin-bottom: var(--spacing-space-6);
  color: var(--colors-text-primary);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .box-highlight {
    padding: 25px 20px;
  }
}
.box-highlight h3 {
  margin-top: 0;
  font-size: var(--typography-font-sizes-xl-rem);
  color: var(--colors-text-secondary); /* Secondary text color */
  font-family: var(--typography-font-families-tertiary);
}

.circle-arrow {
  width: 23px;
  height: 23px;
  background-color: var(--colors-brand-secondary);
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.circle-arrow::before {
  position: absolute;
  inset: 0;
  left: -5%;
  width: 20%;
  height: 20%;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.list, ul.wp-block-list {
  font-size: var(--typography-font-sizes-m);
  font-weight: var(--typography-font-weights-medium);
  line-height: 170%;
  letter-spacing: var(--typography-letter-spacing-tracking-wide);
}
.list li, ul.wp-block-list li {
  position: relative;
  padding-left: 1.3em;
}
.list li + li, ul.wp-block-list li + li {
  margin-top: 0.5em;
}
.list li::before, ul.wp-block-list li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--colors-brand-primary);
  content: "";
}

ol.wp-block-list {
  padding-left: 20px;
}

.list-disc {
  font-size: var(--typography-font-sizes-m);
  font-weight: var(--typography-font-weights-medium);
  line-height: 170%;
  letter-spacing: var(--typography-letter-spacing-tracking-wide);
}
.list-disc li {
  position: relative;
  padding-left: 1.5em;
}
.list-disc li + li {
  margin-top: 0.5em;
}
.list-disc li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: calc(var(--components-button-medium-font-size) * 0.5);
  height: calc(var(--components-button-medium-font-size) * 0.5);
  border-radius: 50%;
  background-color: var(--colors-brand-secondary);
  content: "";
}

.list-primary li {
  color: var(--colors-brand-primary);
}
.list-primary li::before {
  background-color: var(--colors-brand-accent-primary);
}

.list-secondary li {
  color: var(--colors-success);
}
.list-secondary li::before {
  background-color: var(--colors-brand-secondary);
}

.list-no-style {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  font-size: var(--typography-font-sizes-m);
  line-height: 170%;
  letter-spacing: var(--typography-letter-spacing-tracking-wide);
}
.list-no-style li {
  padding-left: 0;
  color: var(--colors-text-primary);
}

.list-ol {
  font-size: var(--typography-font-sizes-m);
  line-height: 170%;
  letter-spacing: var(--typography-letter-spacing-tracking-wide);
  list-style: none;
  counter-reset: list-counter;
}
.list-ol li {
  position: relative;
  padding-left: 1.5em;
}
.list-ol li + li {
  margin-top: 0.5em;
}
.list-ol li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--colors-brand-primary);
  font-weight: var(--typography-font-weights-bold);
  font-size: var(--typography-font-sizes-l);
}

.page-mv {
  position: relative;
  padding: 0;
}
.page-mv__wrap {
  width: 100%;
  height: 24vw;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.page-mv__txt {
  width: 83%;
  height: 22vw;
  background: var(--colors-brand-primary);
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.page-mv__txt h2 {
  width: 42%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 120%;
  color: #fff;
  box-sizing: border-box;
  padding-left: 4vw;
}
.page-mv__txt::before {
  display: block;
  content: "";
  width: 18vw;
  aspect-ratio: 43/58;
  background: url(../images/common/logo_mark.webp) no-repeat top right/contain;
  opacity: 0.12;
  position: absolute;
  bottom: -6vw;
  left: -2vw;
}
.page-mv__img {
  width: 65%;
  height: 22vw;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.page-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

@media screen and (max-width: 767px) {
  .page-mv {
    position: relative;
    padding: 0;
    margin-bottom: 10vw;
  }
  .page-mv__wrap {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-mv__txt {
    width: 96%;
    height: 50vw;
    border-radius: 0 12px 12px 0;
    position: relative;
  }
  .page-mv__txt h2 {
    width: 100%;
    height: auto;
    font-size: clamp(2rem, 1.284rem + 3.58vw, 3rem);
    padding: 6vw 4vw;
  }
  .page-mv__txt::before {
    inset: auto;
    top: 10px;
    right: 10px;
  }
  .page-mv__img {
    width: 96%;
    height: auto;
    border-radius: 12px 0 0 12px;
    margin: 0 0 0 auto;
    top: auto;
    bottom: -8vw;
  }
}
.table,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  border-collapse: collapse !important;
  width: 100% !important;
  border: none !important;
}
.table th,
.table td,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: var(--spacing-space-4) !important;
  border: 4px solid #fff !important;
  background-color: var(--colors-background-primary) !important;
}
@media screen and (max-width: 767px) {
  .table th,
  .table td,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
    padding: var(--spacing-space-3) !important;
    border-width: 2px !important;
    display: block !important;
  }
}
.table th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  background: var(--colors-brand-secondary) !important;
  color: #fff !important;
  text-align: left;
  width: 28%;
}
@media screen and (max-width: 767px) {
  .table th,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
    width: 100%;
    text-align: center;
  }
}
.table td,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  background: #fafafa !important;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.blue table th {
  background: rgba(124, 197, 230, 0.2) !important;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.border > table th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.border > table td {
  background: none !important;
  border: none !important;
  border-top: 2px solid #ccc !important;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.border > table th {
  border-color: var(--colors-brand-primary) !important;
}

@media screen and (max-width: 767px) {
  .wp-block-flexible-table-block-table.js-scrollable {
    overflow: hidden;
  }
  .wp-block-flexible-table-block-table.js-scrollable > table {
    width: 1050px !important;
  }
}
.table-normal {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid var(--border-light);
  line-height: 140%;
}
.table-normal th,
.table-normal td {
  padding: var(--spacing-space-4);
  border: 1px solid var(--border-light);
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .table-normal th,
  .table-normal td {
    min-width: 6em;
  }
}
.table-normal th {
  background-color: var(--colors-background-tertiary);
  font-weight: var(--typography-font-weights-bold);
  vertical-align: middle;
  min-width: 150px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .table-normal th {
    min-width: 140px;
    width: 24%;
  }
}
.table-normal + .table-normal {
  margin-top: 50px;
}

.table-striped {
  border-collapse: collapse;
  width: 100%;
}
.table-striped th,
.table-striped td {
  padding: var(--spacing-space-3);
  border-bottom: 1px solid var(--border-light);
}
@media screen and (min-width: 768px) {
  .table-striped th,
  .table-striped td {
    min-width: 6em;
  }
}
.table-striped th {
  background-color: var(--colors-brand-primary);
  color: #fff;
  font-weight: var(--typography-font-weights-bold);
  border-bottom: 2px solid var(--colors-brand-secondary);
}
.table-striped tr:nth-child(even) {
  background-color: var(--colors-background-tertiary);
  transition: background-color 0.3s ease;
}
.table-striped tr:hover {
  background-color: var(--colors-background-hover);
}

.table-borderless {
  border-collapse: collapse;
  width: 100%;
}
.table-borderless th,
.table-borderless td {
  padding: var(--spacing-space-3);
}
.table-borderless th {
  background-color: var(--colors-background-dark);
  font-weight: var(--typography-font-weights-bold);
  border-bottom: none;
  text-align: left;
  letter-spacing: 0.05em;
}
.table-borderless td {
  border-bottom: none;
}

.table-compact {
  border-collapse: collapse;
  width: 100%;
}
.table-compact th,
.table-compact td {
  padding: var(--spacing-space-2);
  border-bottom: 1px solid var(--border-light);
  background-color: var(--colors-background-primary);
}
@media screen and (min-width: 768px) {
  .table-compact th,
  .table-compact td {
    min-width: 5em;
  }
}
.table-compact th {
  background-color: var(--colors-brand-primary);
  color: #fff;
  font-weight: var(--typography-font-weights-bold);
  letter-spacing: 0.05em;
}

.table-subtle {
  border-collapse: collapse;
  width: 100%;
}
.table-subtle th {
  padding: var(--spacing-space-3);
  background-color: var(--colors-background-secondary);
  color: var(--colors-text-primary);
  font-weight: var(--typography-font-weights-medium);
  border-bottom: 1px solid var(--border-light);
  text-align: left;
  letter-spacing: 0.05em;
}
.table-subtle td {
  padding: var(--spacing-space-2);
  border-bottom: 1px solid var(--border-light);
  background-color: var(--colors-background-primary);
  transition: background-color 0.3s ease;
}
.table-subtle tr:hover td {
  background-color: var(--colors-background-hover);
}

.table-container {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.heading-l,
.heading-m,
.heading-s {
  margin-bottom: 1em;
}

.heading-l {
  color: var(--colors-brand-primary);
  font-family: var(--typography-font-families-secondary);
  font-size: var(--typography-font-sizes-3xl);
  font-weight: var(--typography-font-weights-bold);
  line-height: 140%;
  letter-spacing: var(--typography-letter-spacing-tracking-normal);
  color: var(--colors-brand-primary);
}
.heading-l-under-line {
  position: relative;
  padding-bottom: 0.8em;
}
.heading-l-under-line::before, .heading-l-under-line::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 4px;
  margin: auto;
  content: "";
  background-color: var(--colors-brand-accent-primary);
}
.heading-l-under-line::after {
  width: 60px;
  background-color: var(--colors-brand-primary);
}
@media screen and (max-width: 767px) {
  .heading-l {
    font-size: var(--typography-font-sizes-xl);
  }
}

.heading-m {
  font-size: var(--typography-font-sizes-xl);
  font-weight: var(--typography-font-weights-bold);
  line-height: 150%;
  letter-spacing: var(--typography-letter-spacing-tracking-normal);
}
.heading-m-bg {
  padding: 0.33em 1em;
  background-color: var(--colors-background-dark);
}
@media screen and (max-width: 767px) {
  .heading-m {
    font-size: var(--typography-font-sizes-l);
  }
}

.heading-s {
  color: var(--colors-brand-primary);
  font-family: var(--typography-font-families-secondary);
  font-size: var(--typography-font-sizes-1xl);
  font-weight: var(--typography-font-weights-bold);
  line-height: 150%;
  letter-spacing: var(--typography-letter-spacing-tracking-normal);
  position: relative;
  padding-left: 12px;
}
.heading-s:before {
  position: absolute;
  content: "";
  background-color: var(--colors-brand-primary);
  width: 10px;
  height: 10px;
  left: 0px;
  top: 50%;
  border-radius: 2px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .heading-s {
    font-size: var(--typography-font-sizes-m);
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .d-sp-none {
    display: none !important;
  }
  .d-sp-inline {
    display: inline !important;
  }
  .d-sp-inline-block {
    display: inline-block !important;
  }
  .d-sp-block {
    display: block !important;
  }
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.mr-auto {
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.m-0 {
  margin: var(--spacing-space-0) !important;
}

.mx-0 {
  margin-right: var(--spacing-space-0) !important;
  margin-left: var(--spacing-space-0) !important;
}

.my-0 {
  margin-top: var(--spacing-space-0) !important;
  margin-bottom: var(--spacing-space-0) !important;
}

.mt-0 {
  margin-top: var(--spacing-space-0) !important;
}

.mr-0 {
  margin-right: var(--spacing-space-0) !important;
}

.mb-0 {
  margin-bottom: var(--spacing-space-0) !important;
}

.ml-0 {
  margin-left: var(--spacing-space-0) !important;
}

.m-1 {
  margin: var(--spacing-space-1) !important;
}

.mx-1 {
  margin-right: var(--spacing-space-1) !important;
  margin-left: var(--spacing-space-1) !important;
}

.my-1 {
  margin-top: var(--spacing-space-1) !important;
  margin-bottom: var(--spacing-space-1) !important;
}

.mt-1 {
  margin-top: var(--spacing-space-1) !important;
}

.mr-1 {
  margin-right: var(--spacing-space-1) !important;
}

.mb-1 {
  margin-bottom: var(--spacing-space-1) !important;
}

.ml-1 {
  margin-left: var(--spacing-space-1) !important;
}

.m-2 {
  margin: var(--spacing-space-2) !important;
}

.mx-2 {
  margin-right: var(--spacing-space-2) !important;
  margin-left: var(--spacing-space-2) !important;
}

.my-2 {
  margin-top: var(--spacing-space-2) !important;
  margin-bottom: var(--spacing-space-2) !important;
}

.mt-2 {
  margin-top: var(--spacing-space-2) !important;
}

.mr-2 {
  margin-right: var(--spacing-space-2) !important;
}

.mb-2 {
  margin-bottom: var(--spacing-space-2) !important;
}

.ml-2 {
  margin-left: var(--spacing-space-2) !important;
}

.m-3 {
  margin: var(--spacing-space-3) !important;
}

.mx-3 {
  margin-right: var(--spacing-space-3) !important;
  margin-left: var(--spacing-space-3) !important;
}

.my-3 {
  margin-top: var(--spacing-space-3) !important;
  margin-bottom: var(--spacing-space-3) !important;
}

.mt-3 {
  margin-top: var(--spacing-space-3) !important;
}

.mr-3 {
  margin-right: var(--spacing-space-3) !important;
}

.mb-3 {
  margin-bottom: var(--spacing-space-3) !important;
}

.ml-3 {
  margin-left: var(--spacing-space-3) !important;
}

.m-4 {
  margin: var(--spacing-space-4) !important;
}

.mx-4 {
  margin-right: var(--spacing-space-4) !important;
  margin-left: var(--spacing-space-4) !important;
}

.my-4 {
  margin-top: var(--spacing-space-4) !important;
  margin-bottom: var(--spacing-space-4) !important;
}

.mt-4 {
  margin-top: var(--spacing-space-4) !important;
}

.mr-4 {
  margin-right: var(--spacing-space-4) !important;
}

.mb-4 {
  margin-bottom: var(--spacing-space-4) !important;
}

.ml-4 {
  margin-left: var(--spacing-space-4) !important;
}

.m-5 {
  margin: var(--spacing-space-5) !important;
}

.mx-5 {
  margin-right: var(--spacing-space-5) !important;
  margin-left: var(--spacing-space-5) !important;
}

.my-5 {
  margin-top: var(--spacing-space-5) !important;
  margin-bottom: var(--spacing-space-5) !important;
}

.mt-5 {
  margin-top: var(--spacing-space-5) !important;
}

.mr-5 {
  margin-right: var(--spacing-space-5) !important;
}

.mb-5 {
  margin-bottom: var(--spacing-space-5) !important;
}

.ml-5 {
  margin-left: var(--spacing-space-5) !important;
}

.m-6 {
  margin: var(--spacing-space-6) !important;
}

.mx-6 {
  margin-right: var(--spacing-space-6) !important;
  margin-left: var(--spacing-space-6) !important;
}

.my-6 {
  margin-top: var(--spacing-space-6) !important;
  margin-bottom: var(--spacing-space-6) !important;
}

.mt-6 {
  margin-top: var(--spacing-space-6) !important;
}

.mr-6 {
  margin-right: var(--spacing-space-6) !important;
}

.mb-6 {
  margin-bottom: var(--spacing-space-6) !important;
}

.ml-6 {
  margin-left: var(--spacing-space-6) !important;
}

.m-7 {
  margin: var(--spacing-space-7) !important;
}

.mx-7 {
  margin-right: var(--spacing-space-7) !important;
  margin-left: var(--spacing-space-7) !important;
}

.my-7 {
  margin-top: var(--spacing-space-7) !important;
  margin-bottom: var(--spacing-space-7) !important;
}

.mt-7 {
  margin-top: var(--spacing-space-7) !important;
}

.mr-7 {
  margin-right: var(--spacing-space-7) !important;
}

.mb-7 {
  margin-bottom: var(--spacing-space-7) !important;
}

.ml-7 {
  margin-left: var(--spacing-space-7) !important;
}

.m-8 {
  margin: var(--spacing-space-8) !important;
}

.mx-8 {
  margin-right: var(--spacing-space-8) !important;
  margin-left: var(--spacing-space-8) !important;
}

.my-8 {
  margin-top: var(--spacing-space-8) !important;
  margin-bottom: var(--spacing-space-8) !important;
}

.mt-8 {
  margin-top: var(--spacing-space-8) !important;
}

.mr-8 {
  margin-right: var(--spacing-space-8) !important;
}

.mb-8 {
  margin-bottom: var(--spacing-space-8) !important;
}

.ml-8 {
  margin-left: var(--spacing-space-8) !important;
}

.m-9 {
  margin: var(--spacing-space-9) !important;
}

.mx-9 {
  margin-right: var(--spacing-space-9) !important;
  margin-left: var(--spacing-space-9) !important;
}

.my-9 {
  margin-top: var(--spacing-space-9) !important;
  margin-bottom: var(--spacing-space-9) !important;
}

.mt-9 {
  margin-top: var(--spacing-space-9) !important;
}

.mr-9 {
  margin-right: var(--spacing-space-9) !important;
}

.mb-9 {
  margin-bottom: var(--spacing-space-9) !important;
}

.ml-9 {
  margin-left: var(--spacing-space-9) !important;
}

.m-10 {
  margin: var(--spacing-space-10) !important;
}

.mx-10 {
  margin-right: var(--spacing-space-10) !important;
  margin-left: var(--spacing-space-10) !important;
}

.my-10 {
  margin-top: var(--spacing-space-10) !important;
  margin-bottom: var(--spacing-space-10) !important;
}

.mt-10 {
  margin-top: var(--spacing-space-10) !important;
}

.mr-10 {
  margin-right: var(--spacing-space-10) !important;
}

.mb-10 {
  margin-bottom: var(--spacing-space-10) !important;
}

.ml-10 {
  margin-left: var(--spacing-space-10) !important;
}

.m-11 {
  margin: var(--spacing-space-11) !important;
}

.mx-11 {
  margin-right: var(--spacing-space-11) !important;
  margin-left: var(--spacing-space-11) !important;
}

.my-11 {
  margin-top: var(--spacing-space-11) !important;
  margin-bottom: var(--spacing-space-11) !important;
}

.mt-11 {
  margin-top: var(--spacing-space-11) !important;
}

.mr-11 {
  margin-right: var(--spacing-space-11) !important;
}

.mb-11 {
  margin-bottom: var(--spacing-space-11) !important;
}

.ml-11 {
  margin-left: var(--spacing-space-11) !important;
}

.m-12 {
  margin: var(--spacing-space-12) !important;
}

.mx-12 {
  margin-right: var(--spacing-space-12) !important;
  margin-left: var(--spacing-space-12) !important;
}

.my-12 {
  margin-top: var(--spacing-space-12) !important;
  margin-bottom: var(--spacing-space-12) !important;
}

.mt-12 {
  margin-top: var(--spacing-space-12) !important;
}

.mr-12 {
  margin-right: var(--spacing-space-12) !important;
}

.mb-12 {
  margin-bottom: var(--spacing-space-12) !important;
}

.ml-12 {
  margin-left: var(--spacing-space-12) !important;
}

.m-13 {
  margin: var(--spacing-space-13) !important;
}

.mx-13 {
  margin-right: var(--spacing-space-13) !important;
  margin-left: var(--spacing-space-13) !important;
}

.my-13 {
  margin-top: var(--spacing-space-13) !important;
  margin-bottom: var(--spacing-space-13) !important;
}

.mt-13 {
  margin-top: var(--spacing-space-13) !important;
}

.mr-13 {
  margin-right: var(--spacing-space-13) !important;
}

.mb-13 {
  margin-bottom: var(--spacing-space-13) !important;
}

.ml-13 {
  margin-left: var(--spacing-space-13) !important;
}

.m-14 {
  margin: var(--spacing-space-14) !important;
}

.mx-14 {
  margin-right: var(--spacing-space-14) !important;
  margin-left: var(--spacing-space-14) !important;
}

.my-14 {
  margin-top: var(--spacing-space-14) !important;
  margin-bottom: var(--spacing-space-14) !important;
}

.mt-14 {
  margin-top: var(--spacing-space-14) !important;
}

.mr-14 {
  margin-right: var(--spacing-space-14) !important;
}

.mb-14 {
  margin-bottom: var(--spacing-space-14) !important;
}

.ml-14 {
  margin-left: var(--spacing-space-14) !important;
}

.m-15 {
  margin: var(--spacing-space-15) !important;
}

.mx-15 {
  margin-right: var(--spacing-space-15) !important;
  margin-left: var(--spacing-space-15) !important;
}

.my-15 {
  margin-top: var(--spacing-space-15) !important;
  margin-bottom: var(--spacing-space-15) !important;
}

.mt-15 {
  margin-top: var(--spacing-space-15) !important;
}

.mr-15 {
  margin-right: var(--spacing-space-15) !important;
}

.mb-15 {
  margin-bottom: var(--spacing-space-15) !important;
}

.ml-15 {
  margin-left: var(--spacing-space-15) !important;
}

.m-16 {
  margin: var(--spacing-space-16) !important;
}

.mx-16 {
  margin-right: var(--spacing-space-16) !important;
  margin-left: var(--spacing-space-16) !important;
}

.my-16 {
  margin-top: var(--spacing-space-16) !important;
  margin-bottom: var(--spacing-space-16) !important;
}

.mt-16 {
  margin-top: var(--spacing-space-16) !important;
}

.mr-16 {
  margin-right: var(--spacing-space-16) !important;
}

.mb-16 {
  margin-bottom: var(--spacing-space-16) !important;
}

.ml-16 {
  margin-left: var(--spacing-space-16) !important;
}

.m-17 {
  margin: var(--spacing-space-17) !important;
}

.mx-17 {
  margin-right: var(--spacing-space-17) !important;
  margin-left: var(--spacing-space-17) !important;
}

.my-17 {
  margin-top: var(--spacing-space-17) !important;
  margin-bottom: var(--spacing-space-17) !important;
}

.mt-17 {
  margin-top: var(--spacing-space-17) !important;
}

.mr-17 {
  margin-right: var(--spacing-space-17) !important;
}

.mb-17 {
  margin-bottom: var(--spacing-space-17) !important;
}

.ml-17 {
  margin-left: var(--spacing-space-17) !important;
}

.m-18 {
  margin: var(--spacing-space-18) !important;
}

.mx-18 {
  margin-right: var(--spacing-space-18) !important;
  margin-left: var(--spacing-space-18) !important;
}

.my-18 {
  margin-top: var(--spacing-space-18) !important;
  margin-bottom: var(--spacing-space-18) !important;
}

.mt-18 {
  margin-top: var(--spacing-space-18) !important;
}

.mr-18 {
  margin-right: var(--spacing-space-18) !important;
}

.mb-18 {
  margin-bottom: var(--spacing-space-18) !important;
}

.ml-18 {
  margin-left: var(--spacing-space-18) !important;
}

.m-19 {
  margin: var(--spacing-space-19) !important;
}

.mx-19 {
  margin-right: var(--spacing-space-19) !important;
  margin-left: var(--spacing-space-19) !important;
}

.my-19 {
  margin-top: var(--spacing-space-19) !important;
  margin-bottom: var(--spacing-space-19) !important;
}

.mt-19 {
  margin-top: var(--spacing-space-19) !important;
}

.mr-19 {
  margin-right: var(--spacing-space-19) !important;
}

.mb-19 {
  margin-bottom: var(--spacing-space-19) !important;
}

.ml-19 {
  margin-left: var(--spacing-space-19) !important;
}

.m-20 {
  margin: var(--spacing-space-20) !important;
}

.mx-20 {
  margin-right: var(--spacing-space-20) !important;
  margin-left: var(--spacing-space-20) !important;
}

.my-20 {
  margin-top: var(--spacing-space-20) !important;
  margin-bottom: var(--spacing-space-20) !important;
}

.mt-20 {
  margin-top: var(--spacing-space-20) !important;
}

.mr-20 {
  margin-right: var(--spacing-space-20) !important;
}

.mb-20 {
  margin-bottom: var(--spacing-space-20) !important;
}

.ml-20 {
  margin-left: var(--spacing-space-20) !important;
}

.m-21 {
  margin: var(--spacing-space-21) !important;
}

.mx-21 {
  margin-right: var(--spacing-space-21) !important;
  margin-left: var(--spacing-space-21) !important;
}

.my-21 {
  margin-top: var(--spacing-space-21) !important;
  margin-bottom: var(--spacing-space-21) !important;
}

.mt-21 {
  margin-top: var(--spacing-space-21) !important;
}

.mr-21 {
  margin-right: var(--spacing-space-21) !important;
}

.mb-21 {
  margin-bottom: var(--spacing-space-21) !important;
}

.ml-21 {
  margin-left: var(--spacing-space-21) !important;
}

.m-22 {
  margin: var(--spacing-space-22) !important;
}

.mx-22 {
  margin-right: var(--spacing-space-22) !important;
  margin-left: var(--spacing-space-22) !important;
}

.my-22 {
  margin-top: var(--spacing-space-22) !important;
  margin-bottom: var(--spacing-space-22) !important;
}

.mt-22 {
  margin-top: var(--spacing-space-22) !important;
}

.mr-22 {
  margin-right: var(--spacing-space-22) !important;
}

.mb-22 {
  margin-bottom: var(--spacing-space-22) !important;
}

.ml-22 {
  margin-left: var(--spacing-space-22) !important;
}

.m-23 {
  margin: var(--spacing-space-23) !important;
}

.mx-23 {
  margin-right: var(--spacing-space-23) !important;
  margin-left: var(--spacing-space-23) !important;
}

.my-23 {
  margin-top: var(--spacing-space-23) !important;
  margin-bottom: var(--spacing-space-23) !important;
}

.mt-23 {
  margin-top: var(--spacing-space-23) !important;
}

.mr-23 {
  margin-right: var(--spacing-space-23) !important;
}

.mb-23 {
  margin-bottom: var(--spacing-space-23) !important;
}

.ml-23 {
  margin-left: var(--spacing-space-23) !important;
}

.m-24 {
  margin: var(--spacing-space-24) !important;
}

.mx-24 {
  margin-right: var(--spacing-space-24) !important;
  margin-left: var(--spacing-space-24) !important;
}

.my-24 {
  margin-top: var(--spacing-space-24) !important;
  margin-bottom: var(--spacing-space-24) !important;
}

.mt-24 {
  margin-top: var(--spacing-space-24) !important;
}

.mr-24 {
  margin-right: var(--spacing-space-24) !important;
}

.mb-24 {
  margin-bottom: var(--spacing-space-24) !important;
}

.ml-24 {
  margin-left: var(--spacing-space-24) !important;
}

.m-25 {
  margin: var(--spacing-space-25) !important;
}

.mx-25 {
  margin-right: var(--spacing-space-25) !important;
  margin-left: var(--spacing-space-25) !important;
}

.my-25 {
  margin-top: var(--spacing-space-25) !important;
  margin-bottom: var(--spacing-space-25) !important;
}

.mt-25 {
  margin-top: var(--spacing-space-25) !important;
}

.mr-25 {
  margin-right: var(--spacing-space-25) !important;
}

.mb-25 {
  margin-bottom: var(--spacing-space-25) !important;
}

.ml-25 {
  margin-left: var(--spacing-space-25) !important;
}

.m-26 {
  margin: var(--spacing-space-26) !important;
}

.mx-26 {
  margin-right: var(--spacing-space-26) !important;
  margin-left: var(--spacing-space-26) !important;
}

.my-26 {
  margin-top: var(--spacing-space-26) !important;
  margin-bottom: var(--spacing-space-26) !important;
}

.mt-26 {
  margin-top: var(--spacing-space-26) !important;
}

.mr-26 {
  margin-right: var(--spacing-space-26) !important;
}

.mb-26 {
  margin-bottom: var(--spacing-space-26) !important;
}

.ml-26 {
  margin-left: var(--spacing-space-26) !important;
}

.m-27 {
  margin: var(--spacing-space-27) !important;
}

.mx-27 {
  margin-right: var(--spacing-space-27) !important;
  margin-left: var(--spacing-space-27) !important;
}

.my-27 {
  margin-top: var(--spacing-space-27) !important;
  margin-bottom: var(--spacing-space-27) !important;
}

.mt-27 {
  margin-top: var(--spacing-space-27) !important;
}

.mr-27 {
  margin-right: var(--spacing-space-27) !important;
}

.mb-27 {
  margin-bottom: var(--spacing-space-27) !important;
}

.ml-27 {
  margin-left: var(--spacing-space-27) !important;
}

.m-28 {
  margin: var(--spacing-space-28) !important;
}

.mx-28 {
  margin-right: var(--spacing-space-28) !important;
  margin-left: var(--spacing-space-28) !important;
}

.my-28 {
  margin-top: var(--spacing-space-28) !important;
  margin-bottom: var(--spacing-space-28) !important;
}

.mt-28 {
  margin-top: var(--spacing-space-28) !important;
}

.mr-28 {
  margin-right: var(--spacing-space-28) !important;
}

.mb-28 {
  margin-bottom: var(--spacing-space-28) !important;
}

.ml-28 {
  margin-left: var(--spacing-space-28) !important;
}

.m-29 {
  margin: var(--spacing-space-29) !important;
}

.mx-29 {
  margin-right: var(--spacing-space-29) !important;
  margin-left: var(--spacing-space-29) !important;
}

.my-29 {
  margin-top: var(--spacing-space-29) !important;
  margin-bottom: var(--spacing-space-29) !important;
}

.mt-29 {
  margin-top: var(--spacing-space-29) !important;
}

.mr-29 {
  margin-right: var(--spacing-space-29) !important;
}

.mb-29 {
  margin-bottom: var(--spacing-space-29) !important;
}

.ml-29 {
  margin-left: var(--spacing-space-29) !important;
}

.m-30 {
  margin: var(--spacing-space-30) !important;
}

.mx-30 {
  margin-right: var(--spacing-space-30) !important;
  margin-left: var(--spacing-space-30) !important;
}

.my-30 {
  margin-top: var(--spacing-space-30) !important;
  margin-bottom: var(--spacing-space-30) !important;
}

.mt-30 {
  margin-top: var(--spacing-space-30) !important;
}

.mr-30 {
  margin-right: var(--spacing-space-30) !important;
}

.mb-30 {
  margin-bottom: var(--spacing-space-30) !important;
}

.ml-30 {
  margin-left: var(--spacing-space-30) !important;
}

.m-31 {
  margin: var(--spacing-space-31) !important;
}

.mx-31 {
  margin-right: var(--spacing-space-31) !important;
  margin-left: var(--spacing-space-31) !important;
}

.my-31 {
  margin-top: var(--spacing-space-31) !important;
  margin-bottom: var(--spacing-space-31) !important;
}

.mt-31 {
  margin-top: var(--spacing-space-31) !important;
}

.mr-31 {
  margin-right: var(--spacing-space-31) !important;
}

.mb-31 {
  margin-bottom: var(--spacing-space-31) !important;
}

.ml-31 {
  margin-left: var(--spacing-space-31) !important;
}

.m-32 {
  margin: var(--spacing-space-32) !important;
}

.mx-32 {
  margin-right: var(--spacing-space-32) !important;
  margin-left: var(--spacing-space-32) !important;
}

.my-32 {
  margin-top: var(--spacing-space-32) !important;
  margin-bottom: var(--spacing-space-32) !important;
}

.mt-32 {
  margin-top: var(--spacing-space-32) !important;
}

.mr-32 {
  margin-right: var(--spacing-space-32) !important;
}

.mb-32 {
  margin-bottom: var(--spacing-space-32) !important;
}

.ml-32 {
  margin-left: var(--spacing-space-32) !important;
}

.px-auto {
  padding-right: auto !important;
  padding-left: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.p-0 {
  padding: var(--spacing-space-0) !important;
}

.px-0 {
  padding-right: var(--spacing-space-0) !important;
  padding-left: var(--spacing-space-0) !important;
}

.py-0 {
  padding-top: var(--spacing-space-0) !important;
  padding-bottom: var(--spacing-space-0) !important;
}

.pt-0 {
  padding-top: var(--spacing-space-0) !important;
}

.pr-0 {
  padding-right: var(--spacing-space-0) !important;
}

.pb-0 {
  padding-bottom: var(--spacing-space-0) !important;
}

.pl-0 {
  padding-left: var(--spacing-space-0) !important;
}

.p-1 {
  padding: var(--spacing-space-1) !important;
}

.px-1 {
  padding-right: var(--spacing-space-1) !important;
  padding-left: var(--spacing-space-1) !important;
}

.py-1 {
  padding-top: var(--spacing-space-1) !important;
  padding-bottom: var(--spacing-space-1) !important;
}

.pt-1 {
  padding-top: var(--spacing-space-1) !important;
}

.pr-1 {
  padding-right: var(--spacing-space-1) !important;
}

.pb-1 {
  padding-bottom: var(--spacing-space-1) !important;
}

.pl-1 {
  padding-left: var(--spacing-space-1) !important;
}

.p-2 {
  padding: var(--spacing-space-2) !important;
}

.px-2 {
  padding-right: var(--spacing-space-2) !important;
  padding-left: var(--spacing-space-2) !important;
}

.py-2 {
  padding-top: var(--spacing-space-2) !important;
  padding-bottom: var(--spacing-space-2) !important;
}

.pt-2 {
  padding-top: var(--spacing-space-2) !important;
}

.pr-2 {
  padding-right: var(--spacing-space-2) !important;
}

.pb-2 {
  padding-bottom: var(--spacing-space-2) !important;
}

.pl-2 {
  padding-left: var(--spacing-space-2) !important;
}

.p-3 {
  padding: var(--spacing-space-3) !important;
}

.px-3 {
  padding-right: var(--spacing-space-3) !important;
  padding-left: var(--spacing-space-3) !important;
}

.py-3 {
  padding-top: var(--spacing-space-3) !important;
  padding-bottom: var(--spacing-space-3) !important;
}

.pt-3 {
  padding-top: var(--spacing-space-3) !important;
}

.pr-3 {
  padding-right: var(--spacing-space-3) !important;
}

.pb-3 {
  padding-bottom: var(--spacing-space-3) !important;
}

.pl-3 {
  padding-left: var(--spacing-space-3) !important;
}

.p-4 {
  padding: var(--spacing-space-4) !important;
}

.px-4 {
  padding-right: var(--spacing-space-4) !important;
  padding-left: var(--spacing-space-4) !important;
}

.py-4 {
  padding-top: var(--spacing-space-4) !important;
  padding-bottom: var(--spacing-space-4) !important;
}

.pt-4 {
  padding-top: var(--spacing-space-4) !important;
}

.pr-4 {
  padding-right: var(--spacing-space-4) !important;
}

.pb-4 {
  padding-bottom: var(--spacing-space-4) !important;
}

.pl-4 {
  padding-left: var(--spacing-space-4) !important;
}

.p-5 {
  padding: var(--spacing-space-5) !important;
}

.px-5 {
  padding-right: var(--spacing-space-5) !important;
  padding-left: var(--spacing-space-5) !important;
}

.py-5 {
  padding-top: var(--spacing-space-5) !important;
  padding-bottom: var(--spacing-space-5) !important;
}

.pt-5 {
  padding-top: var(--spacing-space-5) !important;
}

.pr-5 {
  padding-right: var(--spacing-space-5) !important;
}

.pb-5 {
  padding-bottom: var(--spacing-space-5) !important;
}

.pl-5 {
  padding-left: var(--spacing-space-5) !important;
}

.p-6 {
  padding: var(--spacing-space-6) !important;
}

.px-6 {
  padding-right: var(--spacing-space-6) !important;
  padding-left: var(--spacing-space-6) !important;
}

.py-6 {
  padding-top: var(--spacing-space-6) !important;
  padding-bottom: var(--spacing-space-6) !important;
}

.pt-6 {
  padding-top: var(--spacing-space-6) !important;
}

.pr-6 {
  padding-right: var(--spacing-space-6) !important;
}

.pb-6 {
  padding-bottom: var(--spacing-space-6) !important;
}

.pl-6 {
  padding-left: var(--spacing-space-6) !important;
}

.p-7 {
  padding: var(--spacing-space-7) !important;
}

.px-7 {
  padding-right: var(--spacing-space-7) !important;
  padding-left: var(--spacing-space-7) !important;
}

.py-7 {
  padding-top: var(--spacing-space-7) !important;
  padding-bottom: var(--spacing-space-7) !important;
}

.pt-7 {
  padding-top: var(--spacing-space-7) !important;
}

.pr-7 {
  padding-right: var(--spacing-space-7) !important;
}

.pb-7 {
  padding-bottom: var(--spacing-space-7) !important;
}

.pl-7 {
  padding-left: var(--spacing-space-7) !important;
}

.p-8 {
  padding: var(--spacing-space-8) !important;
}

.px-8 {
  padding-right: var(--spacing-space-8) !important;
  padding-left: var(--spacing-space-8) !important;
}

.py-8 {
  padding-top: var(--spacing-space-8) !important;
  padding-bottom: var(--spacing-space-8) !important;
}

.pt-8 {
  padding-top: var(--spacing-space-8) !important;
}

.pr-8 {
  padding-right: var(--spacing-space-8) !important;
}

.pb-8 {
  padding-bottom: var(--spacing-space-8) !important;
}

.pl-8 {
  padding-left: var(--spacing-space-8) !important;
}

.p-9 {
  padding: var(--spacing-space-9) !important;
}

.px-9 {
  padding-right: var(--spacing-space-9) !important;
  padding-left: var(--spacing-space-9) !important;
}

.py-9 {
  padding-top: var(--spacing-space-9) !important;
  padding-bottom: var(--spacing-space-9) !important;
}

.pt-9 {
  padding-top: var(--spacing-space-9) !important;
}

.pr-9 {
  padding-right: var(--spacing-space-9) !important;
}

.pb-9 {
  padding-bottom: var(--spacing-space-9) !important;
}

.pl-9 {
  padding-left: var(--spacing-space-9) !important;
}

.p-10 {
  padding: var(--spacing-space-10) !important;
}

.px-10 {
  padding-right: var(--spacing-space-10) !important;
  padding-left: var(--spacing-space-10) !important;
}

.py-10 {
  padding-top: var(--spacing-space-10) !important;
  padding-bottom: var(--spacing-space-10) !important;
}

.pt-10 {
  padding-top: var(--spacing-space-10) !important;
}

.pr-10 {
  padding-right: var(--spacing-space-10) !important;
}

.pb-10 {
  padding-bottom: var(--spacing-space-10) !important;
}

.pl-10 {
  padding-left: var(--spacing-space-10) !important;
}

.p-11 {
  padding: var(--spacing-space-11) !important;
}

.px-11 {
  padding-right: var(--spacing-space-11) !important;
  padding-left: var(--spacing-space-11) !important;
}

.py-11 {
  padding-top: var(--spacing-space-11) !important;
  padding-bottom: var(--spacing-space-11) !important;
}

.pt-11 {
  padding-top: var(--spacing-space-11) !important;
}

.pr-11 {
  padding-right: var(--spacing-space-11) !important;
}

.pb-11 {
  padding-bottom: var(--spacing-space-11) !important;
}

.pl-11 {
  padding-left: var(--spacing-space-11) !important;
}

.p-12 {
  padding: var(--spacing-space-12) !important;
}

.px-12 {
  padding-right: var(--spacing-space-12) !important;
  padding-left: var(--spacing-space-12) !important;
}

.py-12 {
  padding-top: var(--spacing-space-12) !important;
  padding-bottom: var(--spacing-space-12) !important;
}

.pt-12 {
  padding-top: var(--spacing-space-12) !important;
}

.pr-12 {
  padding-right: var(--spacing-space-12) !important;
}

.pb-12 {
  padding-bottom: var(--spacing-space-12) !important;
}

.pl-12 {
  padding-left: var(--spacing-space-12) !important;
}

.p-13 {
  padding: var(--spacing-space-13) !important;
}

.px-13 {
  padding-right: var(--spacing-space-13) !important;
  padding-left: var(--spacing-space-13) !important;
}

.py-13 {
  padding-top: var(--spacing-space-13) !important;
  padding-bottom: var(--spacing-space-13) !important;
}

.pt-13 {
  padding-top: var(--spacing-space-13) !important;
}

.pr-13 {
  padding-right: var(--spacing-space-13) !important;
}

.pb-13 {
  padding-bottom: var(--spacing-space-13) !important;
}

.pl-13 {
  padding-left: var(--spacing-space-13) !important;
}

.p-14 {
  padding: var(--spacing-space-14) !important;
}

.px-14 {
  padding-right: var(--spacing-space-14) !important;
  padding-left: var(--spacing-space-14) !important;
}

.py-14 {
  padding-top: var(--spacing-space-14) !important;
  padding-bottom: var(--spacing-space-14) !important;
}

.pt-14 {
  padding-top: var(--spacing-space-14) !important;
}

.pr-14 {
  padding-right: var(--spacing-space-14) !important;
}

.pb-14 {
  padding-bottom: var(--spacing-space-14) !important;
}

.pl-14 {
  padding-left: var(--spacing-space-14) !important;
}

.p-15 {
  padding: var(--spacing-space-15) !important;
}

.px-15 {
  padding-right: var(--spacing-space-15) !important;
  padding-left: var(--spacing-space-15) !important;
}

.py-15 {
  padding-top: var(--spacing-space-15) !important;
  padding-bottom: var(--spacing-space-15) !important;
}

.pt-15 {
  padding-top: var(--spacing-space-15) !important;
}

.pr-15 {
  padding-right: var(--spacing-space-15) !important;
}

.pb-15 {
  padding-bottom: var(--spacing-space-15) !important;
}

.pl-15 {
  padding-left: var(--spacing-space-15) !important;
}

.p-16 {
  padding: var(--spacing-space-16) !important;
}

.px-16 {
  padding-right: var(--spacing-space-16) !important;
  padding-left: var(--spacing-space-16) !important;
}

.py-16 {
  padding-top: var(--spacing-space-16) !important;
  padding-bottom: var(--spacing-space-16) !important;
}

.pt-16 {
  padding-top: var(--spacing-space-16) !important;
}

.pr-16 {
  padding-right: var(--spacing-space-16) !important;
}

.pb-16 {
  padding-bottom: var(--spacing-space-16) !important;
}

.pl-16 {
  padding-left: var(--spacing-space-16) !important;
}

.p-17 {
  padding: var(--spacing-space-17) !important;
}

.px-17 {
  padding-right: var(--spacing-space-17) !important;
  padding-left: var(--spacing-space-17) !important;
}

.py-17 {
  padding-top: var(--spacing-space-17) !important;
  padding-bottom: var(--spacing-space-17) !important;
}

.pt-17 {
  padding-top: var(--spacing-space-17) !important;
}

.pr-17 {
  padding-right: var(--spacing-space-17) !important;
}

.pb-17 {
  padding-bottom: var(--spacing-space-17) !important;
}

.pl-17 {
  padding-left: var(--spacing-space-17) !important;
}

.p-18 {
  padding: var(--spacing-space-18) !important;
}

.px-18 {
  padding-right: var(--spacing-space-18) !important;
  padding-left: var(--spacing-space-18) !important;
}

.py-18 {
  padding-top: var(--spacing-space-18) !important;
  padding-bottom: var(--spacing-space-18) !important;
}

.pt-18 {
  padding-top: var(--spacing-space-18) !important;
}

.pr-18 {
  padding-right: var(--spacing-space-18) !important;
}

.pb-18 {
  padding-bottom: var(--spacing-space-18) !important;
}

.pl-18 {
  padding-left: var(--spacing-space-18) !important;
}

.p-19 {
  padding: var(--spacing-space-19) !important;
}

.px-19 {
  padding-right: var(--spacing-space-19) !important;
  padding-left: var(--spacing-space-19) !important;
}

.py-19 {
  padding-top: var(--spacing-space-19) !important;
  padding-bottom: var(--spacing-space-19) !important;
}

.pt-19 {
  padding-top: var(--spacing-space-19) !important;
}

.pr-19 {
  padding-right: var(--spacing-space-19) !important;
}

.pb-19 {
  padding-bottom: var(--spacing-space-19) !important;
}

.pl-19 {
  padding-left: var(--spacing-space-19) !important;
}

.p-20 {
  padding: var(--spacing-space-20) !important;
}

.px-20 {
  padding-right: var(--spacing-space-20) !important;
  padding-left: var(--spacing-space-20) !important;
}

.py-20 {
  padding-top: var(--spacing-space-20) !important;
  padding-bottom: var(--spacing-space-20) !important;
}

.pt-20 {
  padding-top: var(--spacing-space-20) !important;
}

.pr-20 {
  padding-right: var(--spacing-space-20) !important;
}

.pb-20 {
  padding-bottom: var(--spacing-space-20) !important;
}

.pl-20 {
  padding-left: var(--spacing-space-20) !important;
}

.p-21 {
  padding: var(--spacing-space-21) !important;
}

.px-21 {
  padding-right: var(--spacing-space-21) !important;
  padding-left: var(--spacing-space-21) !important;
}

.py-21 {
  padding-top: var(--spacing-space-21) !important;
  padding-bottom: var(--spacing-space-21) !important;
}

.pt-21 {
  padding-top: var(--spacing-space-21) !important;
}

.pr-21 {
  padding-right: var(--spacing-space-21) !important;
}

.pb-21 {
  padding-bottom: var(--spacing-space-21) !important;
}

.pl-21 {
  padding-left: var(--spacing-space-21) !important;
}

.p-22 {
  padding: var(--spacing-space-22) !important;
}

.px-22 {
  padding-right: var(--spacing-space-22) !important;
  padding-left: var(--spacing-space-22) !important;
}

.py-22 {
  padding-top: var(--spacing-space-22) !important;
  padding-bottom: var(--spacing-space-22) !important;
}

.pt-22 {
  padding-top: var(--spacing-space-22) !important;
}

.pr-22 {
  padding-right: var(--spacing-space-22) !important;
}

.pb-22 {
  padding-bottom: var(--spacing-space-22) !important;
}

.pl-22 {
  padding-left: var(--spacing-space-22) !important;
}

.p-23 {
  padding: var(--spacing-space-23) !important;
}

.px-23 {
  padding-right: var(--spacing-space-23) !important;
  padding-left: var(--spacing-space-23) !important;
}

.py-23 {
  padding-top: var(--spacing-space-23) !important;
  padding-bottom: var(--spacing-space-23) !important;
}

.pt-23 {
  padding-top: var(--spacing-space-23) !important;
}

.pr-23 {
  padding-right: var(--spacing-space-23) !important;
}

.pb-23 {
  padding-bottom: var(--spacing-space-23) !important;
}

.pl-23 {
  padding-left: var(--spacing-space-23) !important;
}

.p-24 {
  padding: var(--spacing-space-24) !important;
}

.px-24 {
  padding-right: var(--spacing-space-24) !important;
  padding-left: var(--spacing-space-24) !important;
}

.py-24 {
  padding-top: var(--spacing-space-24) !important;
  padding-bottom: var(--spacing-space-24) !important;
}

.pt-24 {
  padding-top: var(--spacing-space-24) !important;
}

.pr-24 {
  padding-right: var(--spacing-space-24) !important;
}

.pb-24 {
  padding-bottom: var(--spacing-space-24) !important;
}

.pl-24 {
  padding-left: var(--spacing-space-24) !important;
}

.p-25 {
  padding: var(--spacing-space-25) !important;
}

.px-25 {
  padding-right: var(--spacing-space-25) !important;
  padding-left: var(--spacing-space-25) !important;
}

.py-25 {
  padding-top: var(--spacing-space-25) !important;
  padding-bottom: var(--spacing-space-25) !important;
}

.pt-25 {
  padding-top: var(--spacing-space-25) !important;
}

.pr-25 {
  padding-right: var(--spacing-space-25) !important;
}

.pb-25 {
  padding-bottom: var(--spacing-space-25) !important;
}

.pl-25 {
  padding-left: var(--spacing-space-25) !important;
}

.p-26 {
  padding: var(--spacing-space-26) !important;
}

.px-26 {
  padding-right: var(--spacing-space-26) !important;
  padding-left: var(--spacing-space-26) !important;
}

.py-26 {
  padding-top: var(--spacing-space-26) !important;
  padding-bottom: var(--spacing-space-26) !important;
}

.pt-26 {
  padding-top: var(--spacing-space-26) !important;
}

.pr-26 {
  padding-right: var(--spacing-space-26) !important;
}

.pb-26 {
  padding-bottom: var(--spacing-space-26) !important;
}

.pl-26 {
  padding-left: var(--spacing-space-26) !important;
}

.p-27 {
  padding: var(--spacing-space-27) !important;
}

.px-27 {
  padding-right: var(--spacing-space-27) !important;
  padding-left: var(--spacing-space-27) !important;
}

.py-27 {
  padding-top: var(--spacing-space-27) !important;
  padding-bottom: var(--spacing-space-27) !important;
}

.pt-27 {
  padding-top: var(--spacing-space-27) !important;
}

.pr-27 {
  padding-right: var(--spacing-space-27) !important;
}

.pb-27 {
  padding-bottom: var(--spacing-space-27) !important;
}

.pl-27 {
  padding-left: var(--spacing-space-27) !important;
}

.p-28 {
  padding: var(--spacing-space-28) !important;
}

.px-28 {
  padding-right: var(--spacing-space-28) !important;
  padding-left: var(--spacing-space-28) !important;
}

.py-28 {
  padding-top: var(--spacing-space-28) !important;
  padding-bottom: var(--spacing-space-28) !important;
}

.pt-28 {
  padding-top: var(--spacing-space-28) !important;
}

.pr-28 {
  padding-right: var(--spacing-space-28) !important;
}

.pb-28 {
  padding-bottom: var(--spacing-space-28) !important;
}

.pl-28 {
  padding-left: var(--spacing-space-28) !important;
}

.p-29 {
  padding: var(--spacing-space-29) !important;
}

.px-29 {
  padding-right: var(--spacing-space-29) !important;
  padding-left: var(--spacing-space-29) !important;
}

.py-29 {
  padding-top: var(--spacing-space-29) !important;
  padding-bottom: var(--spacing-space-29) !important;
}

.pt-29 {
  padding-top: var(--spacing-space-29) !important;
}

.pr-29 {
  padding-right: var(--spacing-space-29) !important;
}

.pb-29 {
  padding-bottom: var(--spacing-space-29) !important;
}

.pl-29 {
  padding-left: var(--spacing-space-29) !important;
}

.p-30 {
  padding: var(--spacing-space-30) !important;
}

.px-30 {
  padding-right: var(--spacing-space-30) !important;
  padding-left: var(--spacing-space-30) !important;
}

.py-30 {
  padding-top: var(--spacing-space-30) !important;
  padding-bottom: var(--spacing-space-30) !important;
}

.pt-30 {
  padding-top: var(--spacing-space-30) !important;
}

.pr-30 {
  padding-right: var(--spacing-space-30) !important;
}

.pb-30 {
  padding-bottom: var(--spacing-space-30) !important;
}

.pl-30 {
  padding-left: var(--spacing-space-30) !important;
}

.p-31 {
  padding: var(--spacing-space-31) !important;
}

.px-31 {
  padding-right: var(--spacing-space-31) !important;
  padding-left: var(--spacing-space-31) !important;
}

.py-31 {
  padding-top: var(--spacing-space-31) !important;
  padding-bottom: var(--spacing-space-31) !important;
}

.pt-31 {
  padding-top: var(--spacing-space-31) !important;
}

.pr-31 {
  padding-right: var(--spacing-space-31) !important;
}

.pb-31 {
  padding-bottom: var(--spacing-space-31) !important;
}

.pl-31 {
  padding-left: var(--spacing-space-31) !important;
}

.p-32 {
  padding: var(--spacing-space-32) !important;
}

.px-32 {
  padding-right: var(--spacing-space-32) !important;
  padding-left: var(--spacing-space-32) !important;
}

.py-32 {
  padding-top: var(--spacing-space-32) !important;
  padding-bottom: var(--spacing-space-32) !important;
}

.pt-32 {
  padding-top: var(--spacing-space-32) !important;
}

.pr-32 {
  padding-right: var(--spacing-space-32) !important;
}

.pb-32 {
  padding-bottom: var(--spacing-space-32) !important;
}

.pl-32 {
  padding-left: var(--spacing-space-32) !important;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .text-sp-left {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .text-sp-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .text-sp-right {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .text-sp-justify {
    text-align: justify;
  }
}

.text-xlarge {
  font-size: var(--typography-font-sizes-2xl);
  line-height: 140%;
}

.text-large {
  font-size: var(--typography-font-sizes-l);
}

.text-medium {
  font-size: var(--typography-font-sizes-m);
}

.text-small {
  font-size: var(--typography-font-sizes-s);
}

.text-xsmall {
  font-size: var(--typography-font-sizes-xs);
}

.text-bold {
  font-weight: var(--typography-font-weights-bold);
}

.text-primary {
  color: var(--colors-brand-primary);
}

.text-secondary {
  color: var(--colors-brand-secondary);
}

.text-serif {
  font-family: var(--typography-font-families-secondary);
}

.text-en {
  font-family: var(--typography-font-families-english);
  line-height: var(--typography-line-heights-display);
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 200px;
  z-index: 97;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4.16666vw;
}
@media screen and (max-width: 767px) {
  #header {
    min-height: 100px;
    padding: 20px 2vw;
  }
}
#header.active {
  background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
  #header.active {
    background: linear-gradient(rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
#header h1 {
  width: 21.5%;
}
@media screen and (max-width: 767px) {
  #header h1 {
    width: 200px;
  }
}
#header .hd-cnt {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .hd-cnt .hd-navi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .hd-cnt .hd-navi .btn a {
  height: 100px;
}

#drawer-trigger {
  position: relative;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100px;
  height: 100px;
  background: var(--colors-brand-primary);
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #drawer-trigger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #drawer-trigger {
    width: 70px;
    height: 70px;
  }
}
#drawer-trigger span {
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  margin: auto;
  transition: 0.3s;
  background-color: var(--colors-brand-accent-primary);
  inset: 0;
}
@media screen and (max-width: 767px) {
  #drawer-trigger span {
    top: 0;
  }
}
#drawer-trigger span:nth-of-type(1) {
  top: -26px;
}
@media screen and (max-width: 767px) {
  #drawer-trigger span:nth-of-type(1) {
    top: -24px;
  }
}
#drawer-trigger span:nth-of-type(3) {
  bottom: -26px;
}
@media screen and (max-width: 767px) {
  #drawer-trigger span:nth-of-type(3) {
    bottom: -24px;
  }
}
.drawer-active #drawer-trigger span {
  background: #fff;
}
.drawer-active #drawer-trigger span:nth-of-type(1) {
  top: 0;
  transform: rotate(45deg);
}
.drawer-active #drawer-trigger span:nth-of-type(2) {
  opacity: 0;
}
.drawer-active #drawer-trigger span:nth-of-type(3) {
  bottom: 0;
  transform: rotate(-45deg);
}

#drawer-nav {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s, visibility 0.5s;
  pointer-events: none;
  opacity: 0;
}
#drawer-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

#drawer-contents {
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  width: 30%;
  height: 100%;
  margin-left: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  color: var(--colors-text-primary);
  background-color: var(--colors-brand-primary);
}
@media screen and (max-width: 767px) {
  #drawer-contents {
    width: 90%;
  }
}
#drawer-contents .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10vw 4vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #drawer-contents .container {
    max-width: none;
    width: 100%;
    padding: 0;
    gap: 50px;
  }
  #drawer-contents .container .nav-area {
    padding: 80px 8vw;
  }
}
#drawer-contents .container .nav-area {
  padding-bottom: 10vw;
}
#drawer-contents .container .nav-area .lead__btn {
  position: relative;
  inset: auto;
  width: 100%;
  min-width: auto;
  transform: none;
  box-shadow: none;
  margin: 20px auto 30px;
}
#drawer-contents .container .nav-area .lead__btn a {
  font-size: 2.4rem;
  padding: 20px;
}
#drawer-contents .container .nav-area .lead__btn a::before {
  width: 10px;
  height: 10px;
}
#drawer-contents .container .gnavi li {
  padding-left: 20px;
  position: relative;
}
#drawer-contents .container .gnavi li::before {
  display: block;
  content: "";
  width: 12px;
  height: 2px;
  background: var(--colors-brand-accent-primary);
  position: absolute;
  top: 16px;
  left: 0;
}
#drawer-contents .container .gnavi li a {
  color: #fff;
  transition: 0.3s;
}
#drawer-contents .container .gnavi li a:hover {
  color: var(--colors-brand-accent-primary);
}
#drawer-contents .container .gnavi li + li {
  margin-top: 15px;
}

#footer {
  background: var(--colors-brand-secondary);
}
#footer .container {
  width: 100%;
  max-width: 1100px;
  padding: 100px 0;
  display: flex;
  gap: 6.5%;
}
@media screen and (max-width: 767px) {
  #footer .container {
    flex-direction: column;
    gap: 40px;
    padding: 60px 20px;
  }
}
#footer .copyright {
  padding: 15px 10px;
  text-align: center;
  background: #fff;
  color: #888;
}
@media screen and (min-width: 1201px) {
  #footer .copyright {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #footer .copyright {
    font-size: 1dvw;
  }
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 3.0769230769dvw;
  }
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    padding-bottom: 75px;
  }
}

.ft__info {
  width: 34.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ft__info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ft__logo {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .ft__address {
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .ft__address {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .ft__address {
    font-size: 1.3333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .ft__address {
    font-size: 4.1025641026dvw;
  }
}
.ft__tel a {
  color: #fff;
}
.ft__tel i {
  font-family: var(--typography-font-families-tertiary);
  line-height: 140%;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1201px) {
  .ft__tel i {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ft__tel i {
    font-size: 2.5dvw;
  }
}
@media screen and (max-width: 767px) {
  .ft__tel i {
    font-size: 7.6923076923dvw;
  }
}
.ft__tel i::before {
  display: block;
  content: "";
  width: 17px;
  height: 29px;
  background: #fff;
  mask: url(../images/common/ico_tel.svg) no-repeat top center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ft__schedule {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .ft__schedule {
    width: 100%;
  }
}
.ft__schedule .table_area {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .ft__schedule .table_area {
    padding: 20px;
  }
}

.fixed__btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(70px);
  transition: 0.3s;
  z-index: 5;
}
.fixed__btn.active {
  transform: translateY(0);
}
.fixed__btn .btn__fixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  line-height: 100%;
  padding: 10px 2px;
  background: #efefef;
  font-family: var(--typography-font-families-tertiary);
}
.fixed__btn .btn__fixed.tel {
  width: calc((100% - 50px) / 2);
}
.fixed__btn .btn__fixed.tel a {
  background: var(--colors-brand-gradation2);
  color: #fff;
}
.fixed__btn .btn__fixed.tel a span {
  position: relative;
  padding-left: 26px;
}
.fixed__btn .btn__fixed.tel a span::before {
  display: block;
  content: "";
  width: 18px;
  height: 30px;
  background: #fff;
  mask: url(../images/common/ico_tel.svg) no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.fixed__btn .btn__fixed.mail {
  width: calc((100% - 50px) / 2);
}
.fixed__btn .btn__fixed.mail a {
  background: var(--colors-brand-gradation);
  color: var(--colors-brand-primary);
}
.fixed__btn .btn__fixed.gototop {
  width: 50px;
}
.fixed__btn .btn__fixed.gototop a {
  width: 100%;
  background: var(--colors-brand-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
}
.fixed__btn .btn__fixed.gototop i {
  display: block;
  width: 20px;
  height: 20px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}

.fixed__top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  aspect-ratio: 1/1;
  transform: translateY(90px);
  transition: 0.3s;
  z-index: 3;
}
.fixed__top.active {
  transform: translateY(0);
}
.fixed__top a {
  width: 100%;
  height: 100%;
  background: var(--colors-brand-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  transition: 0.3s;
  opacity: 0.8;
}
.fixed__top a:hover {
  opacity: 1;
}
.fixed__top i {
  display: block;
  width: 20px;
  height: 20px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

html * {
  box-sizing: border-box;
}

html.fp-enabled, .fp-enabled body {
  min-width: 1200px;
  overflow-x: scroll !important;
}
@media screen and (max-width: 767px) {
  html.fp-enabled, .fp-enabled body {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .fp-section.fp-table,
  .fp-slide.fp-table,
  .fp-tableCell {
    height: auto !important;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--layout-container-width-lg);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .container {
    padding: 0 var(--spacing-space-10);
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--spacing-space-8);
  row-gap: var(--spacing-space-12);
  margin-bottom: var(--spacing-space-12);
}
@media screen and (max-width: 767px) {
  .row {
    row-gap: var(--spacing-space-6);
    margin-bottom: var(--spacing-space-6);
  }
}
.row.reverse {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .row.reverse {
    flex-flow: column;
  }
}
.row .col-1 {
  width: calc((100% - var(--spacing-space-8) * 11) / 12);
}
.row .col-2 {
  width: calc((100% - var(--spacing-space-8) * 5) / 6);
}
.row .col-3 {
  width: calc((100% - var(--spacing-space-8) * 3) / 4);
}
.row .col-4 {
  width: calc((100% - var(--spacing-space-8) * 2) / 3);
}
.row .col-5 {
  width: calc((100% - calc((100% - var(--spacing-space-8) * 5) / 6) - var(--spacing-space-8) * 2) / 2);
}
.row .col-6 {
  width: calc((100% - var(--spacing-space-8)) / 2);
}
.row .col-7 {
  width: calc(100% - calc((100% - calc((100% - var(--spacing-space-8) * 5) / 6) - var(--spacing-space-8) * 2) / 2) - var(--spacing-space-8));
}
.row .col-8 {
  width: calc(100% - calc((100% - var(--spacing-space-8) * 2) / 3) - var(--spacing-space-8));
}
.row .col-9 {
  width: calc(100% - calc((100% - var(--spacing-space-8) * 3) / 4) - var(--spacing-space-8));
}
.row .col-10 {
  width: calc(100% - calc((100% - var(--spacing-space-8) * 5) / 6) - var(--spacing-space-8));
}
.row .col-11 {
  width: calc(100% - calc((100% - var(--spacing-space-8) * 11) / 12) - var(--spacing-space-8));
}
.row .col-12 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .row .col-sp-1 {
    width: calc((100% - var(--spacing-space-8) * 11) / 12) !important;
  }
  .row .col-sp-2 {
    width: calc((100% - var(--spacing-space-8) * 5) / 6) !important;
  }
  .row .col-sp-3 {
    width: calc((100% - var(--spacing-space-8) * 3) / 4) !important;
  }
  .row .col-sp-4 {
    width: calc((100% - var(--spacing-space-8) * 2) / 3) !important;
  }
  .row .col-sp-5 {
    width: calc((100% - calc((100% - var(--spacing-space-8) * 5) / 6) - var(--spacing-space-8) * 2) / 2) !important;
  }
  .row .col-sp-6 {
    width: calc((100% - var(--spacing-space-8)) / 2) !important;
  }
  .row .col-sp-7 {
    width: calc(100% - calc((100% - calc((100% - var(--spacing-space-8) * 5) / 6) - var(--spacing-space-8) * 2) / 2) - var(--spacing-space-8)) !important;
  }
  .row .col-sp-8 {
    width: calc(100% - calc((100% - var(--spacing-space-8) * 2) / 3) - var(--spacing-space-8)) !important;
  }
  .row .col-sp-9 {
    width: calc(100% - calc((100% - var(--spacing-space-8) * 3) / 4) - var(--spacing-space-8)) !important;
  }
  .row .col-sp-10 {
    width: calc(100% - calc((100% - var(--spacing-space-8) * 5) / 6) - var(--spacing-space-8)) !important;
  }
  .row .col-sp-11 {
    width: calc(100% - calc((100% - var(--spacing-space-8) * 11) / 12) - var(--spacing-space-8)) !important;
  }
  .row .col-sp-12 {
    width: 100% !important;
  }
}

.col-full {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-space-8);
  margin-bottom: var(--spacing-space-12);
}
@media screen and (min-width: 768px) {
  .col-full .full {
    flex: 1;
  }
  .col-full .full:nth-of-type(odd) {
    margin-left: calc(50% - 50dvw);
  }
  .col-full .full:nth-of-type(even) {
    margin-right: calc(50% - 50dvw);
  }
}
@media screen and (max-width: 767px) {
  .col-full .full {
    order: -1;
    margin: 0 calc(var(--spacing-space-10) * -1);
  }
}
@media screen and (min-width: 768px) {
  .col-full .col {
    width: calc((100% - var(--spacing-space-8)) / 2);
  }
}

/* 見出し
-------------------------------------------------*/
body:not(.home) h2.h2_block {
  background: var(--colors-brand-primary);
  padding: 200px 4vw 100px;
  font-size: 4rem;
  font-family: var(--typography-font-families-tertiary);
  line-height: 120%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body:not(.home) h2.h2_block {
    padding: 160px 20px 60px;
    font-size: 3.5rem;
  }
}

body:not(.home) h3.h3_block {
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 2.4px;
  line-height: 130%;
  color: var(--colors-brand-primary);
  text-align: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  body:not(.home) h3.h3_block {
    font-size: 3.8rem;
    margin-bottom: 50px;
  }
}

body:not(.home) h3.under-h3 {
  font-size: 6rem;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 6px;
  color: var(--colors-brand-primary);
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}
body:not(.home) h3.under-h3.mini {
  font-size: 3.8rem;
  letter-spacing: 2px;
  margin: 80px auto 60px;
}
@media screen and (max-width: 767px) {
  body:not(.home) h3.under-h3 {
    font-size: 3.2rem;
    letter-spacing: 2px;
    margin-bottom: 60px;
  }
}
body:not(.home) h3.under-h3 span {
  display: block;
  font-family: var(--typography-font-families-secondary);
  font-size: 2rem;
  letter-spacing: 1px;
  color: #d4daee;
}
@media screen and (max-width: 767px) {
  body:not(.home) h3.under-h3 span {
    font-size: 1.8rem;
    line-height: 120%;
    margin-top: 15px;
  }
}
body:not(.home) h3.under-h3::before {
  display: block;
  content: "";
  width: 45px;
  height: 2px;
  background: var(--colors-brand-primary);
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

body:not(.home) h5 {
  font-size: 2.2rem;
  line-height: 140%;
  padding: 0 0 10px 36px;
  margin: 30px 0 20px;
  border-bottom: 1px dashed var(--colors-brand-primary);
  position: relative;
}
body:not(.home) h5::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--colors-brand-primary);
  box-sizing: border-box;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 767px) {
  body:not(.home) h5::before {
    top: 4px;
  }
}
@media screen and (max-width: 767px) {
  body:not(.home) h5 {
    font-size: 2rem;
    line-height: 130%;
  }
}
body:not(.home) h5:first-child {
  margin-top: 0;
}
body:not(.home) h5.que {
  position: relative;
}
body:not(.home) h5.que::before {
  content: "Q";
  font-family: var(--typography-font-families-secondary);
  font-size: 4rem;
  font-weight: bold;
  color: var(--colors-brand-primary);
  border: none;
  top: 0;
}
body:not(.home) h6 {
  font-size: 2rem;
  color: var(--colors-brand-primary);
  margin: 30px auto 20px;
}

/* ボタン
-------------------------------------------------*/
.btn {
  display: table;
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .btn {
    min-width: 280px;
  }
}
.btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 140px;
  line-height: 130%;
  color: var(--colors-brand-primary);
  background: var(--colors-brand-gradation);
  padding: 10px 23px;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .btn a {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .btn a {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 6.1538461538dvw;
  }
}
@media screen and (max-width: 767px) {
  .btn a {
    height: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .btn a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .btn a {
    font-size: 1.6666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btn a {
    font-size: 5.1282051282dvw;
  }
}
.btn.btn__reserve a {
  font-family: var(--typography-font-families-tertiary);
  line-height: 120%;
}
.btn.btn__reserve a::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--colors-brand-gradation-hover);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.btn.btn__reserve a:hover {
  position: relative;
}
.btn.btn__reserve a:hover::before {
  opacity: 1;
}
.btn.btn__reserve i {
  position: relative;
  z-index: 1;
}
.btn.btn__reserve span {
  display: block;
}
@media screen and (min-width: 1201px) {
  .btn.btn__reserve span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .btn.btn__reserve span {
    font-size: 1.3333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn__reserve span {
    font-size: 4.1025641026dvw;
  }
}
.btn.btn__tel a {
  background: var(--colors-background-dark);
}
.btn.btn__tel span {
  line-height: 100%;
}
@media screen and (min-width: 1201px) {
  .btn.btn__tel span {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .btn.btn__tel span {
    font-size: 1dvw;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn__tel span {
    font-size: 3.0769230769dvw;
  }
}
.btn.btn__tel span.top {
  border: 1px solid var(--colors-brand-primary);
  padding: 2px 10px;
}
.btn.btn__tel i {
  font-family: var(--typography-font-families-tertiary);
  line-height: 140%;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1201px) {
  .btn.btn__tel i {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .btn.btn__tel i {
    font-size: 2.5dvw;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn__tel i {
    font-size: 7.6923076923dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .btn.btn__tel i {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .btn.btn__tel i {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btn.btn__tel i {
    font-size: 6.1538461538dvw;
  }
}
.btn.btn__tel i::before {
  display: block;
  content: "";
  width: 17px;
  height: 29px;
  background: var(--colors-brand-primary);
  mask: url(../images/common/ico_tel.svg) no-repeat top center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* カレンダー
-------------------------------------------------*/
.table_area table.calendar {
  width: 100%;
}
.table_area table.calendar tbody {
  display: flex;
  flex-direction: column;
}
.table_area table.calendar tr {
  display: flex;
}
.table_area table.calendar tr + tr {
  padding-top: 12px;
}
.table_area table.calendar th, .table_area table.calendar td {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  text-align: center;
  width: calc((100% - 120px) / 7);
  padding: 0;
  font-size: 1.4rem;
}
.table_area table.calendar th:first-child, .table_area table.calendar td:first-child {
  width: 120px;
}
.table_area table.calendar th:first-child {
  justify-content: flex-start;
  text-align: left;
}
.table_area table.calendar th.blue {
  color: #6097CF;
}
.table_area table.calendar th.red {
  color: #D55434;
}
.table_area table.calendar td {
  font-size: 1.2rem;
  color: var(--colors-brand-primary);
}
.table_area .txt {
  line-height: 150%;
  font-size: 1.2rem;
}
.table_area .txt span {
  color: var(--colors-brand-primary);
}
@media screen and (max-width: 767px) {
  .table_area table.calendar tr {
    gap: 4px;
  }
  .table_area table.calendar th, .table_area table.calendar td {
    width: calc((100% - 150px) / 7);
    line-height: 20px;
  }
  .table_area table.calendar th:first-child, .table_area table.calendar td:first-child {
    width: 150px;
  }
  .table_area .txt {
    font-size: 0.8em;
  }
}

.top__h2 {
  font-family: var(--typography-font-families-tertiary);
  line-height: 140%;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .top__h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top__h2 {
    font-size: 4.1666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .top__h2 {
    font-size: 12.8205128205dvw;
  }
}
@media screen and (max-width: 767px) {
  .top__h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .top__h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .top__h2 {
    font-size: 2.6666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top__h2 {
    font-size: 8.2051282051dvw;
  }
}
.top__h2 .eng {
  font-family: var(--typography-font-families-secondary);
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1201px) {
  .top__h2 .eng {
    font-size: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top__h2 .eng {
    font-size: 7.5dvw;
  }
}
@media screen and (max-width: 767px) {
  .top__h2 .eng {
    font-size: 23.0769230769dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .top__h2 .eng {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .top__h2 .eng {
    font-size: 5dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top__h2 .eng {
    font-size: 15.3846153846dvw;
  }
}
.top__h2 .txt {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  body.home {
    min-width: auto;
  }
}
body.home .contents {
  overflow: hidden;
}
body.home main .container {
  max-width: none;
}
body.home .section__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.mincho {
  font-family: var(--typography-font-families-tertiary);
}

a div, a figure {
  overflow: hidden;
}
a img {
  transition: 0.3s;
}
a:hover {
  color: var(--colors-brand-primary);
}
a:hover img {
  transform: scale(1.05, 1.05);
}

.scroll {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.2s;
}
.scroll.top {
  transform: translateY(50px);
}
.scroll.top.active {
  opacity: 1;
  transform: translateY(0);
}
.scroll.right {
  transform: translateX(50px);
}
.scroll.right.active {
  opacity: 1;
  transform: translateX(0);
}
.scroll.left {
  transform: translateX(-50px);
}
.scroll.left.active {
  opacity: 1;
  transform: translateX(0);
}
.scroll.fade {
  filter: blur(1.5rem);
  transition: all 0.8s ease-in-out 0s;
  transform: scale(0.98);
  opacity: 0;
}
.scroll.fade.active {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.scroll.top.fade {
  transform: translateY(50px) scale(0.98);
}
.scroll.top.fade.active {
  transform: translateY(0) scale(1);
}
.scroll.right.fade {
  transform: translateX(50px) scale(0.98);
}
.scroll.right.fade.active {
  transform: translateX(0) scale(1);
}
.scroll.left.fade {
  transform: translateX(-50px) scale(0.98);
}
.scroll.left.fade.active {
  transform: translateX(0) scale(1);
}

.mv__section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 242px 1vw 88px 3.8vw;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__section {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 100px 10px 30px;
  }
}
.mv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv__text {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .mv__text {
    width: 100%;
  }
}
.mv__prize {
  width: 33.8%;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .mv__prize {
    width: 80%;
  }
}

.lead__section {
  background: var(--colors-brand-primary);
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lead__section {
    padding: 80px 10px 20px;
  }
}
.lead__text {
  line-height: 160%;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .lead__text {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lead__text {
    font-size: 3.3333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .lead__text {
    font-size: 10.2564102564dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .lead__text {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .lead__text {
    font-size: 2.1666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .lead__text {
    font-size: 6.6666666667dvw;
  }
}
.lead__text span {
  display: block;
  color: var(--colors-brand-accent-primary);
}
@media screen and (min-width: 1201px) {
  .lead__text span {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lead__text span {
    font-size: 4.1666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .lead__text span {
    font-size: 12.8205128205dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .lead__text span {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .lead__text span {
    font-size: 3dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .lead__text span {
    font-size: 9.2307692308dvw;
  }
}
.lead__btn {
  display: table;
  min-width: 450px;
  box-shadow: 4px 4px 0 var(--colors-text-primary);
  position: absolute;
  top: -30px;
  right: 6vw;
}
@media screen and (max-width: 767px) {
  .lead__btn {
    min-width: 280px;
    top: -20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.lead__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-family: var(--typography-font-families-tertiary);
  line-height: 100%;
  color: #fff;
  background: var(--colors-brand-gradation2);
  padding: 22px 4.2vw;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .lead__btn a {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lead__btn a {
    font-size: 2.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .lead__btn a {
    font-size: 8.2051282051dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .lead__btn a {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .lead__btn a {
    font-size: 1.8333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .lead__btn a {
    font-size: 5.641025641dvw;
  }
}
.lead__btn a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.lead__btn a:hover {
  filter: brightness(1.1);
}

.intro__section {
  background: url(../images/top/intro_bg.webp) no-repeat top center/cover;
  padding: 240px 20px 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__section {
    padding: 120px 20px 80px;
    background-position: right 45% top;
  }
}
.intro__section::before {
  display: block;
  content: "";
  width: 100%;
  height: 110px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--colors-brand-primary);
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .intro__section::before {
    height: 60px;
  }
}
.intro__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  color: var(--colors-brand-primary);
  border: 4px solid var(--colors-brand-primary);
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .intro__sub {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .intro__sub {
    font-size: 2.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .intro__sub {
    font-size: 8.2051282051dvw;
  }
}
@media screen and (max-width: 767px) {
  .intro__sub {
    width: 120px;
    border-width: 3px;
    top: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .intro__sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .intro__sub {
    font-size: 1.6666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .intro__sub {
    font-size: 5.1282051282dvw;
  }
}
.intro__block {
  max-width: 726px;
  padding: 60px 70px;
  background: linear-gradient(90deg, #FFF 50%, rgba(255, 255, 255, 0.5) 100%);
}
@media screen and (max-width: 767px) {
  .intro__block {
    padding: 30px;
  }
}
.intro__h2 {
  line-height: 140%;
  border-bottom: 2px solid var(--colors-brand-accent-primary);
  padding-bottom: 10px;
  margin-bottom: 35px;
}
@media screen and (min-width: 1201px) {
  .intro__h2 {
    font-size: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .intro__h2 {
    font-size: 5.8333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .intro__h2 {
    font-size: 17.9487179487dvw;
  }
}
@media screen and (max-width: 767px) {
  .intro__h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .intro__h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .intro__h2 {
    font-size: 2.6666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .intro__h2 {
    font-size: 8.2051282051dvw;
  }
}
.intro__h2 em {
  font-style: normal;
  color: var(--colors-brand-accent-primary);
}
@media screen and (min-width: 1201px) {
  .intro__h2 span {
    font-size: 108px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .intro__h2 span {
    font-size: 9dvw;
  }
}
@media screen and (max-width: 767px) {
  .intro__h2 span {
    font-size: 27.6923076923dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .intro__h2 span {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .intro__h2 span {
    font-size: 4.1666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .intro__h2 span {
    font-size: 12.8205128205dvw;
  }
}

.bengi__section {
  background: url(../images/top/bengi_bg.webp) no-repeat top center/cover;
  padding: 140px 20px 240px;
}
@media screen and (max-width: 767px) {
  .bengi__section {
    padding: 80px 20px 140px;
  }
}
.bengi__h2 {
  line-height: 130%;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .bengi__h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .bengi__h2 {
    font-size: 5dvw;
  }
}
@media screen and (max-width: 767px) {
  .bengi__h2 {
    font-size: 15.3846153846dvw;
  }
}
@media screen and (max-width: 767px) {
  .bengi__h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .bengi__h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .bengi__h2 {
    font-size: 2.6666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bengi__h2 {
    font-size: 8.2051282051dvw;
  }
}
.bengi__h2::before {
  display: block;
  content: "";
  width: 2px;
  height: 86px;
  background: var(--colors-brand-primary);
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bengi__h2::before {
    height: 43px;
    bottom: -60px;
  }
}
.bengi__block {
  padding: 80px 4.16vw 120px;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bengi__block {
    padding: 40px 20px 60px;
    gap: 30px;
  }
}
.bengi__h3 {
  line-height: 130%;
}
@media screen and (min-width: 1201px) {
  .bengi__h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .bengi__h3 {
    font-size: 3.3333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .bengi__h3 {
    font-size: 10.2564102564dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .bengi__h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .bengi__h3 {
    font-size: 2.1666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bengi__h3 {
    font-size: 6.6666666667dvw;
  }
}
@media screen and (min-width: 1201px) {
  .bengi__h3 span {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .bengi__h3 span {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) {
  .bengi__h3 span {
    font-size: 6.1538461538dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .bengi__h3 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .bengi__h3 span {
    font-size: 1.3333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bengi__h3 span {
    font-size: 4.1025641026dvw;
  }
}
@media screen and (min-width: 1201px) {
  .bengi__h3.btm {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .bengi__h3.btm {
    font-size: 3.1666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .bengi__h3.btm {
    font-size: 9.7435897436dvw;
  }
}
@media screen and (max-width: 767px) {
  .bengi__h3.btm {
    line-height: 150%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .bengi__h3.btm {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .bengi__h3.btm {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bengi__h3.btm {
    font-size: 6.1538461538dvw;
  }
}
.bengi__h3.btm span {
  color: var(--colors-brand-accent-secondary);
}
@media screen and (min-width: 1201px) {
  .bengi__h3.btm span {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .bengi__h3.btm span {
    font-size: 4dvw;
  }
}
@media screen and (max-width: 767px) {
  .bengi__h3.btm span {
    font-size: 12.3076923077dvw;
  }
}
@media screen and (max-width: 767px) {
  .bengi__h3.btm span {
    display: block;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .bengi__h3.btm span {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .bengi__h3.btm span {
    font-size: 2.6666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bengi__h3.btm span {
    font-size: 8.2051282051dvw;
  }
}
.bengi__image {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 3.5%;
}
.bengi__image figure {
  width: 27%;
}
.bengi__image figure:nth-child(2) {
  width: 39%;
}
.bengi__eng {
  font-family: var(--typography-font-families-secondary);
  color: var(--colors-brand-primary);
  line-height: 100%;
  white-space: nowrap;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1201px) {
  .bengi__eng {
    font-size: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .bengi__eng {
    font-size: 5.8333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .bengi__eng {
    font-size: 17.9487179487dvw;
  }
}
@media screen and (max-width: 767px) {
  .bengi__eng {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .bengi__eng {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .bengi__eng {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bengi__eng {
    font-size: 6.1538461538dvw;
  }
}
.bengi__eng em {
  font-style: normal;
  color: var(--colors-brand-accent-primary);
}
@media screen and (max-width: 767px) {
  .bengi__text {
    text-align: left;
  }
}

.problem__section {
  background: url(../images/top/problem_bg.webp) no-repeat top center/cover;
  padding: 140px 4.4vw 160px;
}
@media screen and (max-width: 767px) {
  .problem__section {
    padding: 80px 0;
  }
  .problem__section .slick-prev, .problem__section .slick-next {
    top: 45%;
  }
}
.problem__h2 {
  line-height: 130%;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (min-width: 1201px) {
  .problem__h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .problem__h2 {
    font-size: 5dvw;
  }
}
@media screen and (max-width: 767px) {
  .problem__h2 {
    font-size: 15.3846153846dvw;
  }
}
@media screen and (max-width: 767px) {
  .problem__h2 {
    padding: 0 20px;
    margin-bottom: 40px;
    line-height: 180%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .problem__h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .problem__h2 {
    font-size: 2.6666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .problem__h2 {
    font-size: 8.2051282051dvw;
  }
}
.problem__h2 span {
  border-bottom: 6px solid var(--colors-brand-secondary);
}
@media screen and (min-width: 1201px) {
  .problem__h2 span {
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .problem__h2 span {
    font-size: 6.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .problem__h2 span {
    font-size: 20.5128205128dvw;
  }
}
@media screen and (max-width: 767px) {
  .problem__h2 span {
    border-width: 4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .problem__h2 span {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .problem__h2 span {
    font-size: 3.3333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .problem__h2 span {
    font-size: 10.2564102564dvw;
  }
}
.problem__block {
  display: flex;
  flex-wrap: wrap;
  gap: 4.2vw;
}
.problem__box {
  width: calc((100% - 8.4vw) / 3);
}
@media screen and (max-width: 767px) {
  .problem__box {
    width: 100%;
    margin: 0 10px;
  }
}
.problem__image {
  border-bottom: 6px solid var(--colors-brand-accent-primary);
  position: relative;
}
.problem__image::before {
  display: block;
  content: "";
  width: 16.5%;
  aspect-ratio: 1/1;
  background: linear-gradient(180deg, #CC9033 0%, #EFCA68 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: -4px;
  left: -4px;
}
.problem__text {
  display: inline-block;
  font-family: var(--typography-font-families-tertiary);
  background: #fff;
  padding: 14px 3.2%;
  text-align: center;
  position: relative;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1201px) {
  .problem__text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .problem__text {
    font-size: 1.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .problem__text {
    font-size: 5.1282051282dvw;
  }
}
@media screen and (max-width: 767px) {
  .problem__text {
    line-height: 140%;
    top: 0;
    padding: 15px 5px;
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .problem__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .problem__text {
    font-size: 1.5dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .problem__text {
    font-size: 4.6153846154dvw;
  }
}

.cta__section {
  background: url(../images/top/cta_bg.webp) no-repeat top center/cover;
  padding: 110px 20px 110px;
  border-top: 8px solid var(--colors-brand-accent-primary);
  border-bottom: 8px solid var(--colors-brand-accent-primary);
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta__section {
    padding: 80px 20px 60px;
    border-width: 4px;
  }
}
.cta__section::before {
  display: block;
  content: "";
  width: 130px;
  height: 48px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--colors-brand-accent-primary);
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cta__section::before {
    width: 80px;
    height: 30px;
  }
}
.cta__section .section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .cta__section .section__inner {
    gap: 25px;
  }
}
.cta__h2 {
  display: inline-block;
  line-height: 130%;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .cta__h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cta__h2 {
    font-size: 5dvw;
  }
}
@media screen and (max-width: 767px) {
  .cta__h2 {
    font-size: 15.3846153846dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .cta__h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .cta__h2 {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta__h2 {
    font-size: 6.1538461538dvw;
  }
}
@media screen and (min-width: 1201px) {
  .cta__h2 span {
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cta__h2 span {
    font-size: 6.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .cta__h2 span {
    font-size: 20.5128205128dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .cta__h2 span {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .cta__h2 span {
    font-size: 2.8333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta__h2 span {
    font-size: 8.7179487179dvw;
  }
}
.cta__h2::before, .cta__h2::after {
  display: block;
  content: "";
  width: 1px;
  height: 120px;
  background: #fff;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .cta__h2::before, .cta__h2::after {
    height: 80px;
  }
}
.cta__h2::before {
  left: -20px;
  transform: rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .cta__h2::before {
    left: -15px;
  }
}
.cta__h2::after {
  right: -20px;
  transform: rotate(15deg);
}
@media screen and (max-width: 767px) {
  .cta__h2::after {
    right: -15px;
  }
}
.cta__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 60px 8%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .cta__block {
    padding: 40px 20px;
    gap: 30px;
  }
}
.cta__h3 {
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .cta__h3 {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cta__h3 {
    font-size: 3.1666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .cta__h3 {
    font-size: 9.7435897436dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .cta__h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .cta__h3 {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta__h3 {
    font-size: 6.1538461538dvw;
  }
}
.cta__box {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .cta__box {
    flex-direction: column;
    gap: 20px;
  }
}
.cta__box .btn {
  width: 460px;
  box-shadow: 6px 6px 0 0 var(--colors-text-primary);
}
@media screen and (max-width: 767px) {
  .cta__box .btn {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .cta__box .btn a {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cta__box .btn a {
    font-size: 2.8333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .cta__box .btn a {
    font-size: 8.7179487179dvw;
  }
}
@media screen and (max-width: 767px) {
  .cta__box .btn a {
    line-height: 120%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .cta__box .btn a {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .cta__box .btn a {
    font-size: 2.5dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta__box .btn a {
    font-size: 7.6923076923dvw;
  }
}
@media screen and (min-width: 1201px) {
  .cta__box .btn.btn__reserve span {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cta__box .btn.btn__reserve span {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) {
  .cta__box .btn.btn__reserve span {
    font-size: 6.1538461538dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .cta__box .btn.btn__reserve span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .cta__box .btn.btn__reserve span {
    font-size: 1.5dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta__box .btn.btn__reserve span {
    font-size: 4.6153846154dvw;
  }
}
.cta__box .btn.btn__tel a {
  background: var(--colors-brand-gradation2);
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .cta__box .btn.btn__tel span {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cta__box .btn.btn__tel span {
    font-size: 1.1666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .cta__box .btn.btn__tel span {
    font-size: 3.5897435897dvw;
  }
}
.cta__box .btn.btn__tel span.top {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .cta__box .btn.btn__tel span.top {
    border-width: 1px;
    padding: 3px 6px;
  }
}
.cta__box .btn.btn__tel i {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  padding-left: 32px;
}
@media screen and (min-width: 1201px) {
  .cta__box .btn.btn__tel i {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cta__box .btn.btn__tel i {
    font-size: 3.5dvw;
  }
}
@media screen and (max-width: 767px) {
  .cta__box .btn.btn__tel i {
    font-size: 10.7692307692dvw;
  }
}
@media screen and (max-width: 767px) {
  .cta__box .btn.btn__tel i {
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .cta__box .btn.btn__tel i {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .cta__box .btn.btn__tel i {
    font-size: 2.5dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta__box .btn.btn__tel i {
    font-size: 7.6923076923dvw;
  }
}
.cta__box .btn.btn__tel i::before {
  width: 21px;
  height: 36px;
  background: #fff;
  top: 55%;
}
@media screen and (max-width: 767px) {
  .cta__box .btn.btn__tel i::before {
    width: 18px;
    height: 30px;
  }
}

.premise__section {
  background: url(../images/top/about_hd_bg.webp) no-repeat top center/cover;
  padding: 80px 20px;
  color: #fff;
  font-family: var(--typography-font-families-tertiary);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .premise__section {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 1201px) {
  .premise__text {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .premise__text {
    font-size: 2.8333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .premise__text {
    font-size: 8.7179487179dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .premise__text {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .premise__text {
    font-size: 2.3333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .premise__text {
    font-size: 7.1794871795dvw;
  }
}
.premise__h2 {
  line-height: 140%;
  margin-top: 20px;
}
@media screen and (min-width: 1201px) {
  .premise__h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .premise__h2 {
    font-size: 5dvw;
  }
}
@media screen and (max-width: 767px) {
  .premise__h2 {
    font-size: 15.3846153846dvw;
  }
}
@media screen and (max-width: 767px) {
  .premise__h2 {
    margin-top: 10px;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .premise__h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .premise__h2 {
    font-size: 2.6666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .premise__h2 {
    font-size: 8.2051282051dvw;
  }
}
.premise__h2 span {
  color: var(--colors-brand-accent-primary);
}
@media screen and (min-width: 1201px) {
  .premise__h2 span {
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .premise__h2 span {
    font-size: 6.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .premise__h2 span {
    font-size: 20.5128205128dvw;
  }
}
@media screen and (max-width: 767px) {
  .premise__h2 span {
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .premise__h2 span {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .premise__h2 span {
    font-size: 4.6666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .premise__h2 span {
    font-size: 14.358974359dvw;
  }
}

.about__section {
  background: url(../images/top/about_bg.webp) no-repeat top center/cover;
  padding: 100px 20px 160px;
}
@media screen and (max-width: 767px) {
  .about__section {
    padding: 60px 20px 100px;
  }
}
.about__section .section__inner {
  max-width: 1400px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 140px;
}
@media screen and (max-width: 767px) {
  .about__section .section__inner {
    gap: 60px;
  }
}

.archive__block {
  padding: 0 20px;
}
.archive__box {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .archive__box {
    flex-direction: column;
    gap: 40px;
  }
}
.archive__image {
  width: calc((100% - 80px) / 2);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .archive__image {
    width: 100%;
    padding: 30px;
  }
}
.archive__cnt {
  width: calc((100% - 80px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .archive__cnt {
    width: 100%;
    gap: 40px;
  }
}
.archive__cnt figure {
  width: 78%;
  margin-left: -140px;
}
@media screen and (max-width: 767px) {
  .archive__cnt figure {
    width: 100%;
    margin-left: 0;
  }
}

.reason__block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}
@media screen and (max-width: 767px) {
  .reason__block {
    gap: 60px;
  }
}
.reason__h2 {
  display: inline-block;
  line-height: 130%;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--colors-brand-accent-primary);
  position: relative;
}
@media screen and (min-width: 1201px) {
  .reason__h2 {
    font-size: 52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .reason__h2 {
    font-size: 4.3333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .reason__h2 {
    font-size: 13.3333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .reason__h2 {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .reason__h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .reason__h2 {
    font-size: 2.3333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .reason__h2 {
    font-size: 7.1794871795dvw;
  }
}
.reason__h2::before {
  display: block;
  content: "";
  width: 2px;
  height: 50px;
  background: var(--colors-brand-accent-primary);
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%) rotate(35deg);
}
@media screen and (min-width: 1201px) {
  .reason__h2 span {
    font-size: 68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .reason__h2 span {
    font-size: 5.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .reason__h2 span {
    font-size: 17.4358974359dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .reason__h2 span {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .reason__h2 span {
    font-size: 3dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .reason__h2 span {
    font-size: 9.2307692308dvw;
  }
}
.reason__box {
  width: 100%;
  padding: 60px 100px;
  background: rgba(255, 255, 255, 0.8);
  border-left: 10px solid var(--colors-brand-secondary);
}
@media screen and (max-width: 767px) {
  .reason__box {
    padding: 40px 30px;
    border-width: 6px;
  }
}
.reason__box ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.reason__box li {
  font-family: var(--typography-font-families-tertiary);
  position: relative;
  padding-left: 60px;
}
@media screen and (min-width: 1201px) {
  .reason__box li {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .reason__box li {
    font-size: 2.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .reason__box li {
    font-size: 8.2051282051dvw;
  }
}
@media screen and (max-width: 767px) {
  .reason__box li {
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .reason__box li {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .reason__box li {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .reason__box li {
    font-size: 6.1538461538dvw;
  }
}
.reason__box li::before {
  display: block;
  content: "";
  width: 44px;
  height: 38px;
  background: url(../images/top/about_check.webp) no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .reason__box li::before {
    width: 30px;
    height: 26px;
    top: 5px;
  }
}
.reason__box li span {
  color: var(--colors-brand-accent-secondary);
}

.about__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .about__block {
    gap: 40px;
  }
}
.about__wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .about__wrap {
    flex-direction: column;
  }
  .about__wrap:first-child {
    flex-direction: column-reverse;
  }
}
.about__cnt {
  width: 56%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .about__cnt {
    width: 100%;
    gap: 0;
  }
}
.about__cnt p {
  font-family: var(--typography-font-families-tertiary);
  line-height: 140%;
  padding: 0 2.6vw;
}
@media screen and (min-width: 1201px) {
  .about__cnt p {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about__cnt p {
    font-size: 2.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .about__cnt p {
    font-size: 8.2051282051dvw;
  }
}
@media screen and (max-width: 767px) {
  .about__cnt p {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .about__cnt p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .about__cnt p {
    font-size: 1.6666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .about__cnt p {
    font-size: 5.1282051282dvw;
  }
}
.about__cnt p span {
  color: var(--colors-brand-accent-secondary);
}
.about__h3 {
  display: inline-block;
  font-family: var(--typography-font-families-tertiary);
  line-height: 140%;
  padding: 10px 1.5vw;
  background: var(--colors-brand-accent-primary);
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .about__h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about__h3 {
    font-size: 3.3333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .about__h3 {
    font-size: 10.2564102564dvw;
  }
}
@media screen and (max-width: 767px) {
  .about__h3 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .about__h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .about__h3 {
    font-size: 2.3333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .about__h3 {
    font-size: 7.1794871795dvw;
  }
}
.about__image {
  width: 44%;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .about__image {
    width: 100%;
    height: auto;
  }
}
.about__image figure {
  height: 100%;
}
.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__text {
  background: var(--colors-background-dark);
  padding: 40px 4.1666vw;
}
@media screen and (max-width: 767px) {
  .about__text {
    padding: 30px 20px;
  }
}

.flow__section {
  background: url(../images/top/flow_bg.webp) no-repeat top center/cover;
  padding: 140px 6vw 160px;
}
@media screen and (max-width: 767px) {
  .flow__section {
    padding: 80px 0;
  }
  .flow__section .slick-prev, .flow__section .slick-next {
    top: 30%;
  }
}
.flow__h2 {
  text-align: center;
  margin-bottom: 140px;
}
@media screen and (min-width: 1201px) {
  .flow__h2 {
    font-size: 72px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flow__h2 {
    font-size: 6dvw;
  }
}
@media screen and (max-width: 767px) {
  .flow__h2 {
    font-size: 18.4615384615dvw;
  }
}
@media screen and (max-width: 767px) {
  .flow__h2 {
    margin-bottom: 40px;
    line-height: 140%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .flow__h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .flow__h2 {
    font-size: 3.3333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flow__h2 {
    font-size: 10.2564102564dvw;
  }
}
@media screen and (min-width: 1201px) {
  .flow__h2 span {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flow__h2 span {
    font-size: 5dvw;
  }
}
@media screen and (max-width: 767px) {
  .flow__h2 span {
    font-size: 15.3846153846dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .flow__h2 span {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .flow__h2 span {
    font-size: 2.8333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flow__h2 span {
    font-size: 8.7179487179dvw;
  }
}
.flow__block {
  display: flex;
  flex-wrap: wrap;
  gap: 5.2vw;
}
.flow__box {
  width: calc((100% - 5.2vw) / 2);
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__box {
    width: 100%;
    margin: 0 10px;
  }
}
.flow__box::before {
  display: block;
  content: "";
  width: 30px;
  height: 68px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--colors-brand-secondary);
  position: absolute;
  top: 50%;
  right: -4vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .flow__box::before {
    display: none;
  }
}
.flow__box:nth-child(even)::before {
  display: none;
}
.flow__step {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 16px 70px;
  font-family: var(--typography-font-families-tertiary);
  text-align: center;
  line-height: 120%;
  background: var(--colors-brand-accent-primary);
  color: #fff;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1201px) {
  .flow__step {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flow__step {
    font-size: 2.8333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .flow__step {
    font-size: 8.7179487179dvw;
  }
}
@media screen and (max-width: 767px) {
  .flow__step {
    top: -25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .flow__step {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .flow__step {
    font-size: 2.3333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flow__step {
    font-size: 7.1794871795dvw;
  }
}
@media screen and (min-width: 1201px) {
  .flow__step span {
    font-size: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flow__step span {
    font-size: 4.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .flow__step span {
    font-size: 14.358974359dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .flow__step span {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .flow__step span {
    font-size: 3.8333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flow__step span {
    font-size: 11.7948717949dvw;
  }
}
.flow__step::before {
  display: block;
  content: "";
  width: 30px;
  height: 18px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--colors-brand-accent-primary);
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.flow__text {
  padding: 30px 60px 60px;
}
@media screen and (max-width: 767px) {
  .flow__text {
    padding: 20px 30px 40px;
  }
}
.flow__h3 {
  text-align: center;
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .flow__h3 {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flow__h3 {
    font-size: 4.1666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .flow__h3 {
    font-size: 12.8205128205dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .flow__h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .flow__h3 {
    font-size: 2.5dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flow__h3 {
    font-size: 7.6923076923dvw;
  }
}

.value__section {
  background: url(../images/top/select_bg.webp) no-repeat top center/contain;
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .value__section {
    padding: 80px 0 100px;
    background-size: 300% auto;
  }
}
.value__h2 {
  text-align: center;
  line-height: 140%;
  margin-bottom: 120px;
}
@media screen and (min-width: 1201px) {
  .value__h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .value__h2 {
    font-size: 5dvw;
  }
}
@media screen and (max-width: 767px) {
  .value__h2 {
    font-size: 15.3846153846dvw;
  }
}
@media screen and (max-width: 767px) {
  .value__h2 {
    margin-bottom: 40px;
    line-height: 180%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .value__h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .value__h2 {
    font-size: 2.6666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .value__h2 {
    font-size: 8.2051282051dvw;
  }
}
.value__h2 span {
  color: var(--colors-brand-secondary);
}
@media screen and (min-width: 1201px) {
  .value__h2 span {
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .value__h2 span {
    font-size: 6.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .value__h2 span {
    font-size: 20.5128205128dvw;
  }
}
@media screen and (max-width: 767px) {
  .value__h2 span {
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .value__h2 span {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .value__h2 span {
    font-size: 5dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .value__h2 span {
    font-size: 15.3846153846dvw;
  }
}
.value__block {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media screen and (max-width: 767px) {
  .value__block {
    gap: 80px;
  }
}
.value__box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .value__box {
    flex-direction: column;
    gap: 40px;
  }
}
.value__box:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .value__box:nth-child(2) {
    flex-direction: column;
  }
}
.value__box:nth-child(2) .value__text::before {
  left: auto;
  right: -79px;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.value__image {
  width: 48%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .value__image {
    width: 100%;
  }
}
.value__cnt {
  width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: -30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .value__cnt {
    width: 100%;
    margin-bottom: 0;
  }
}
.value__cnt::before {
  display: block;
  content: "";
  width: 63%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(206, 168, 32, 0.3) 0%, rgba(206, 168, 32, 0) 100%);
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.value__h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: -30px;
  padding-left: 3vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .value__h3 {
    gap: 10px;
    padding-right: 3vw;
  }
}
.value__h3 span {
  background: var(--colors-brand-primary);
  color: #fff;
  line-height: 140%;
  padding: 5px 10px;
}
@media screen and (min-width: 1201px) {
  .value__h3 span {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .value__h3 span {
    font-size: 3.3333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .value__h3 span {
    font-size: 10.2564102564dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .value__h3 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .value__h3 span {
    font-size: 2.5dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .value__h3 span {
    font-size: 7.6923076923dvw;
  }
}
@media screen and (min-width: 1201px) {
  .value__h3 span.large {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .value__h3 span.large {
    font-size: 4.1666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .value__h3 span.large {
    font-size: 12.8205128205dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .value__h3 span.large {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .value__h3 span.large {
    font-size: 3dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .value__h3 span.large {
    font-size: 9.2307692308dvw;
  }
}
.value__h3 span.large em {
  font-style: normal;
  color: var(--colors-brand-accent-primary);
}
.value__text {
  padding: 100px 4.2vw 80px;
  background: var(--colors-background-dark);
  position: relative;
}
@media screen and (max-width: 767px) {
  .value__text {
    padding: 60px 20px 40px;
  }
}
.value__text::before {
  display: block;
  content: "";
  width: 80px;
  height: 100%;
  background: var(--colors-background-dark);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  position: absolute;
  top: 0;
  left: -79px;
}
.value__text span {
  font-size: 0.8em;
}

.case__section {
  background: rgba(0, 61, 128, 0.1);
  padding: 200px 0 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case__section {
    padding: 100px 0 80px;
  }
}
.case__section::before, .case__section::after {
  display: block;
  content: "";
  width: 100%;
  height: 80px;
  background: var(--colors-brand-secondary);
  clip-path: polygon(100% 100%, 0 0, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .case__section::before, .case__section::after {
    height: 50px;
  }
}
.case__section::after {
  background: #fff;
  clip-path: polygon(0 100%, 100% 0, 0 0);
}
.case__section .section__inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .case__section .section__inner {
    gap: 60px;
    padding: 0 20px;
  }
}
.case__h2 {
  text-align: center;
  line-height: 140%;
}
@media screen and (min-width: 1201px) {
  .case__h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .case__h2 {
    font-size: 5dvw;
  }
}
@media screen and (max-width: 767px) {
  .case__h2 {
    font-size: 15.3846153846dvw;
  }
}
@media screen and (max-width: 767px) {
  .case__h2 {
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .case__h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .case__h2 {
    font-size: 2.5dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .case__h2 {
    font-size: 7.6923076923dvw;
  }
}
.case__h2 span {
  color: var(--colors-brand-accent-primary);
}
@media screen and (min-width: 1201px) {
  .case__h2 span {
    font-size: 76px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .case__h2 span {
    font-size: 6.3333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .case__h2 span {
    font-size: 19.4871794872dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .case__h2 span {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .case__h2 span {
    font-size: 3.6666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .case__h2 span {
    font-size: 11.2820512821dvw;
  }
}
.case__tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.case__tab .tab_item {
  display: inline-block;
  padding: 20px;
  background: var(--colors-brand-primary);
  color: #fff;
  font-family: var(--typography-font-families-tertiary);
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 1201px) {
  .case__tab .tab_item {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .case__tab .tab_item {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) {
  .case__tab .tab_item {
    font-size: 6.1538461538dvw;
  }
}
@media screen and (max-width: 767px) {
  .case__tab .tab_item {
    display: block;
    width: calc((100% - 10px) / 2);
    text-align: center;
    line-height: 120%;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .case__tab .tab_item {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .case__tab .tab_item {
    font-size: 1.8333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .case__tab .tab_item {
    font-size: 5.641025641dvw;
  }
}
@media screen and (min-width: 1201px) {
  .case__tab .tab_item span {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .case__tab .tab_item span {
    font-size: 1.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .case__tab .tab_item span {
    font-size: 5.1282051282dvw;
  }
}
@media screen and (max-width: 767px) {
  .case__tab .tab_item span {
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .case__tab .tab_item span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .case__tab .tab_item span {
    font-size: 1dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .case__tab .tab_item span {
    font-size: 3.0769230769dvw;
  }
}
.case__tab .tab_item.active {
  background: var(--colors-brand-accent-primary);
}
@media screen and (max-width: 767px) {
  .case__tab .tab_item:last-child {
    width: 100%;
    flex-direction: row;
  }
}
.case__panel {
  padding: 50px 2.6vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .case__panel {
    padding: 20px;
  }
}
.case__panel .toggle-hd {
  padding: 20px;
  text-align: center;
  font-family: var(--typography-font-families-tertiary);
  border: 1px solid var(--colors-brand-accent-primary);
  background: var(--colors-background-light);
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 1201px) {
  .case__panel .toggle-hd {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .case__panel .toggle-hd {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) {
  .case__panel .toggle-hd {
    font-size: 6.1538461538dvw;
  }
}
@media screen and (max-width: 767px) {
  .case__panel .toggle-hd {
    padding: 15px 10px;
  }
}
.case__panel .toggle-hd::before, .case__panel .toggle-hd::after {
  display: block;
  content: "";
  background: var(--colors-brand-accent-primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.case__panel .toggle-hd::before {
  width: 30px;
  height: 2px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .case__panel .toggle-hd::before {
    width: 20px;
    right: 14px;
  }
}
.case__panel .toggle-hd::after {
  width: 2px;
  height: 30px;
  right: 34px;
}
@media screen and (max-width: 767px) {
  .case__panel .toggle-hd::after {
    height: 20px;
    right: 24px;
  }
}
.case__panel .toggle-hd:hover, .case__panel .toggle-hd.open {
  background: #e1e1e1;
}
.case__panel .toggle-hd.open::after {
  display: none;
}
.case__block {
  display: none;
  padding-top: 20px;
}
.case__block:nth-child(2) {
  display: block;
}
.case__block + .toggle-hd {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .case__block + .toggle-hd {
    margin-top: 20px;
  }
}
.case__block h3 {
  font-family: var(--typography-font-families-tertiary);
  line-height: 140%;
  padding-left: 38px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .case__block h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .case__block h3 {
    font-size: 2.5dvw;
  }
}
@media screen and (max-width: 767px) {
  .case__block h3 {
    font-size: 7.6923076923dvw;
  }
}
@media screen and (max-width: 767px) {
  .case__block h3 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .case__block h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .case__block h3 {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .case__block h3 {
    font-size: 6.1538461538dvw;
  }
}
.case__block h3::before {
  display: block;
  content: "";
  width: 22px;
  aspect-ratio: 1/1;
  background: var(--colors-brand-primary);
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .case__block h3::before {
    width: 18px;
    top: 10px;
  }
}
.case__box {
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .case__box {
    flex-direction: column;
    gap: 30px;
  }
}
.case__image {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .case__image {
    width: 100%;
    gap: 10px;
  }
}
.case__caption {
  padding: 5px;
  text-align: center;
  background: var(--colors-brand-primary);
  color: #fff;
}
.case__caption.after {
  background: var(--colors-brand-accent-secondary);
}
.case__cnt {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .case__cnt {
    width: 100%;
  }
}

.panel_item {
  display: none;
}
.panel_item.active {
  display: block;
  animation: panel-show 0.9s ease-in-out forwards;
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.orth__section {
  background: #f1f1f1;
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  .orth__section {
    padding: 100px 0 80px;
  }
}
.orth__h2 {
  display: table;
  margin: 0 auto;
  text-align: center;
  line-height: 140%;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .orth__h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .orth__h2 {
    font-size: 5dvw;
  }
}
@media screen and (max-width: 767px) {
  .orth__h2 {
    font-size: 15.3846153846dvw;
  }
}
@media screen and (max-width: 767px) {
  .orth__h2 {
    line-height: 160%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .orth__h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .orth__h2 {
    font-size: 2.6666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .orth__h2 {
    font-size: 8.2051282051dvw;
  }
}
.orth__h2::before, .orth__h2::after {
  display: block;
  content: "";
  width: 40px;
  height: 100%;
  border: 2px solid var(--colors-brand-accent-primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .orth__h2::before, .orth__h2::after {
    width: 20px;
  }
}
.orth__h2::before {
  border-right: none;
  left: 0;
}
.orth__h2::after {
  border-left: none;
  right: 0;
}
.orth__h2 em {
  font-style: normal;
  color: var(--colors-brand-accent-secondary);
}
@media screen and (min-width: 1201px) {
  .orth__h2 em {
    font-size: 76px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .orth__h2 em {
    font-size: 6.3333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .orth__h2 em {
    font-size: 19.4871794872dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .orth__h2 em {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .orth__h2 em {
    font-size: 3.6666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .orth__h2 em {
    font-size: 11.2820512821dvw;
  }
}
@media screen and (min-width: 1201px) {
  .orth__h2 span {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .orth__h2 span {
    font-size: 5dvw;
  }
}
@media screen and (max-width: 767px) {
  .orth__h2 span {
    font-size: 15.3846153846dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .orth__h2 span {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .orth__h2 span {
    font-size: 2.6666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .orth__h2 span {
    font-size: 8.2051282051dvw;
  }
}
.orth__lead {
  margin: 40px auto 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .orth__lead {
    margin: 30px auto 80px;
    padding: 0 20px;
    text-align: left;
  }
}
.orth__block {
  padding: 0 2vw;
  display: flex;
  justify-content: center;
  gap: 2vw;
}
@media screen and (max-width: 767px) {
  .orth__block {
    padding: 0;
  }
}
.orth__box {
  width: calc((100% - 2vw) / 3);
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .orth__box {
    width: 100%;
    margin: 0 10px;
  }
}
.orth__hd {
  font-family: var(--typography-font-families-tertiary);
  background: var(--colors-brand-accent-primary);
  color: #fff;
  display: flex;
  padding: 16px 1.5vw;
}
@media screen and (max-width: 767px) {
  .orth__hd {
    padding: 14px 15px;
  }
}
.orth__hd .num {
  text-shadow: 6px 0 0 var(--colors-brand-accent-primary);
  margin-top: -20px;
  margin-right: 1.5vw;
}
@media screen and (min-width: 1201px) {
  .orth__hd .num {
    font-size: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .orth__hd .num {
    font-size: 8.3333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .orth__hd .num {
    font-size: 25.641025641dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .orth__hd .num {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .orth__hd .num {
    font-size: 5.8333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .orth__hd .num {
    font-size: 17.9487179487dvw;
  }
}
.orth__hd .txt {
  line-height: 120%;
}
@media screen and (min-width: 1201px) {
  .orth__hd .txt {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .orth__hd .txt {
    font-size: 2.5dvw;
  }
}
@media screen and (max-width: 767px) {
  .orth__hd .txt {
    font-size: 7.6923076923dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .orth__hd .txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .orth__hd .txt {
    font-size: 2.1666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .orth__hd .txt {
    font-size: 6.6666666667dvw;
  }
}
.orth__cnt {
  padding: 40px 2vw;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .orth__cnt {
    padding: 30px 20px 60px;
  }
}
.orth__h3 {
  line-height: 120%;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--colors-brand-accent-primary);
}
@media screen and (min-width: 1201px) {
  .orth__h3 {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .orth__h3 {
    font-size: 3.5dvw;
  }
}
@media screen and (max-width: 767px) {
  .orth__h3 {
    font-size: 10.7692307692dvw;
  }
}
@media screen and (max-width: 767px) {
  .orth__h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .orth__h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .orth__h3 {
    font-size: 2.3333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .orth__h3 {
    font-size: 7.1794871795dvw;
  }
}
.orth__h3 span {
  display: block;
}
@media screen and (min-width: 1201px) {
  .orth__h3 span {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .orth__h3 span {
    font-size: 1.75dvw;
  }
}
@media screen and (max-width: 767px) {
  .orth__h3 span {
    font-size: 5.3846153846dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .orth__h3 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .orth__h3 span {
    font-size: 1.3333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .orth__h3 span {
    font-size: 4.1025641026dvw;
  }
}
.orth__text {
  flex: 1;
}
.orth__image {
  margin-top: 40px;
}
.orth__list {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .orth__list {
    bottom: -30px;
  }
}
.orth__list li {
  width: 10vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--colors-brand-accent-secondary);
  color: #fff;
  font-family: var(--typography-font-families-tertiary);
  text-align: center;
  line-height: 140%;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .orth__list li {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .orth__list li {
    font-size: 1.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .orth__list li {
    font-size: 5.1282051282dvw;
  }
}
@media screen and (max-width: 767px) {
  .orth__list li {
    width: 30vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .orth__list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .orth__list li {
    font-size: 1.3333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .orth__list li {
    font-size: 4.1025641026dvw;
  }
}
.orth__list li::before {
  display: block;
  content: "";
  width: calc(100% - 10px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.orth__add {
  width: 100%;
  max-width: 1000px;
  margin: 180px auto 0;
}
@media screen and (max-width: 767px) {
  .orth__add {
    margin-top: 80px;
    padding: 0 20px;
  }
}
.orth__bnr a {
  width: 100%;
  padding: 40px 20px 30px;
  background: #fff;
  border: 2px solid var(--colors-brand-secondary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  position: relative;
}
.orth__bnr a::before, .orth__bnr a::after {
  display: block;
  content: "";
  width: 9.4%;
  aspect-ratio: 1/1;
  background: var(--colors-brand-secondary);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.orth__bnr a::after {
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  inset: auto;
  bottom: 0;
  right: 0;
}
.orth__bnr a:hover {
  border-color: var(--colors-brand-primary);
}
.orth__bnr a:hover::before, .orth__bnr a:hover::after {
  background: var(--colors-brand-primary);
}
.orth__bnr a:hover .more {
  background: var(--colors-brand-accent-secondary);
}
.orth__bnr .txt {
  font-family: var(--typography-font-families-tertiary);
  line-height: 140%;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .orth__bnr .txt {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .orth__bnr .txt {
    font-size: 2.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .orth__bnr .txt {
    font-size: 8.2051282051dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .orth__bnr .txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .orth__bnr .txt {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .orth__bnr .txt {
    font-size: 6.1538461538dvw;
  }
}
.orth__bnr .txt em {
  font-style: normal;
  color: var(--colors-brand-accent-primary);
}
.orth__bnr .more {
  display: inline-block;
  padding: 2px 50px;
  background: var(--colors-brand-secondary);
  color: #fff;
  transition: 0.3s;
}
.orth__att {
  margin-top: 40px;
  padding: 50px;
  background: #fff;
  height: 280px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .orth__att {
    padding: 30px;
    height: 220px;
  }
}
.orth__att .ttl {
  line-height: 140%;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .orth__att .ttl {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .orth__att .ttl {
    font-size: 2.3333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .orth__att .ttl {
    font-size: 7.1794871795dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .orth__att .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .orth__att .ttl {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .orth__att .ttl {
    font-size: 6.1538461538dvw;
  }
}
.orth__att .txt + .ttl {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .slick-list {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
  }
  .slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    background: var(--colors-brand-primary);
    transition: 0.3s;
    z-index: 10;
    top: 18%;
  }
  .slick-prev::before, .slick-next::before {
    display: none;
  }
  .slick-prev::after, .slick-next::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative;
  }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: var(--colors-brand-primary);
  }
  .slick-prev {
    left: 10px;
  }
  .slick-prev::after {
    border-right: none;
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
    left: 22px;
  }
  .slick-next {
    right: 10px;
  }
  .slick-next::after {
    transform: rotate(45deg);
    left: 18px;
  }
}
.cost__section {
  background: #eee5c5;
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .cost__section {
    padding: 80px 20px 100px;
  }
}
.cost__section .section__inner {
  max-width: 1000px !important;
}
.cost__table {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cost__table {
    width: 100%;
  }
}
.cost__table th, .cost__table td {
  border-color: #eee5c5 !important;
}
.cost__table th.head {
  background: var(--colors-brand-primary) !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cost__table th.head {
    padding: 20px !important;
  }
}
.cost__table th {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .cost__table th {
    width: 100%;
  }
}
.cost__table td {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cost__table td {
    text-align: center;
  }
}
.cost__h3 {
  margin: 70px 0 20px;
}
@media screen and (min-width: 1201px) {
  .cost__h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cost__h3 {
    font-size: 2.3333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .cost__h3 {
    font-size: 7.1794871795dvw;
  }
}

.faq__section {
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .faq__section {
    padding: 80px 20px 100px;
  }
}
.faq__h2 .eng {
  color: var(--colors-brand-accent-primary);
  opacity: 0.2;
}
.faq__block dl {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .faq__block dl {
    gap: 30px;
  }
}
.faq__block dl + dl {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .faq__block dl + dl {
    margin-top: 40px;
  }
}
.faq__block dt, .faq__block dd {
  padding-left: 5.6vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__block dt, .faq__block dd {
    padding-left: 55px;
  }
}
.faq__block dt::before, .faq__block dd::before {
  content: "Q";
  width: 4.2vw;
  max-width: 80px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--typography-font-families-secondary);
  background: var(--colors-brand-secondary);
  color: #fff;
  position: absolute;
  top: -1vw;
  left: 0;
}
@media screen and (min-width: 1201px) {
  .faq__block dt::before, .faq__block dd::before {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .faq__block dt::before, .faq__block dd::before {
    font-size: 3.5dvw;
  }
}
@media screen and (max-width: 767px) {
  .faq__block dt::before, .faq__block dd::before {
    font-size: 10.7692307692dvw;
  }
}
@media screen and (max-width: 767px) {
  .faq__block dt::before, .faq__block dd::before {
    width: 40px;
    max-width: none;
    top: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .faq__block dt::before, .faq__block dd::before {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .faq__block dt::before, .faq__block dd::before {
    font-size: 2.1666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .faq__block dt::before, .faq__block dd::before {
    font-size: 6.6666666667dvw;
  }
}
.faq__block dt, .faq__block dd .txt {
  font-family: var(--typography-font-families-tertiary);
}
@media screen and (min-width: 1201px) {
  .faq__block dt, .faq__block dd .txt {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .faq__block dt, .faq__block dd .txt {
    font-size: 2.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .faq__block dt, .faq__block dd .txt {
    font-size: 8.2051282051dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .faq__block dt, .faq__block dd .txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .faq__block dt, .faq__block dd .txt {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .faq__block dt, .faq__block dd .txt {
    font-size: 6.1538461538dvw;
  }
}
.faq__block dd {
  margin-left: 2vw;
}
@media screen and (max-width: 767px) {
  .faq__block dd {
    margin-left: 0;
  }
}
.faq__block dd::before {
  content: "A";
  color: var(--colors-brand-secondary);
  background: none;
  border: 2px solid var(--colors-brand-secondary);
  box-sizing: border-box;
}
.faq__block dd .txt {
  margin-bottom: 15px;
}

.greet__section {
  background: #F1F1F1;
  padding: 140px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .greet__section {
    padding: 80px 20px 100px;
  }
}
.greet__section::before, .greet__section::after {
  display: block;
  content: "";
  width: 15.6%;
  aspect-ratio: 1/1.2;
  background: var(--colors-brand-secondary);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.greet__section::after {
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  inset: auto;
  bottom: 0;
  right: 0;
}
.greet__h2 .eng {
  color: var(--colors-brand-primary);
  opacity: 0.08;
}
.greet__block {
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767px) {
  .greet__block {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.greet__cnt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .greet__cnt {
    width: 100%;
  }
}
.greet__h3 {
  line-height: 140%;
  padding-bottom: 40px;
  margin-bottom: 70px;
  border-bottom: 2px solid var(--colors-brand-primary);
}
@media screen and (min-width: 1201px) {
  .greet__h3 {
    font-size: 46px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .greet__h3 {
    font-size: 3.8333333333dvw;
  }
}
@media screen and (max-width: 767px) {
  .greet__h3 {
    font-size: 11.7948717949dvw;
  }
}
@media screen and (max-width: 767px) {
  .greet__h3 {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .greet__h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .greet__h3 {
    font-size: 2.8333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .greet__h3 {
    font-size: 8.7179487179dvw;
  }
}
.greet__h3 span {
  color: var(--colors-brand-accent-primary);
}
.greet__image {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .greet__image {
    width: 100%;
  }
}
.greet__image figure {
  position: relative;
}
.greet__image figure::before {
  display: block;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.greet__name {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .greet__name {
    gap: 20px;
    margin-top: 30px;
  }
}
.greet__name .ttl {
  width: 24%;
  padding: 20px;
  border: 1px solid var(--colors-brand-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1201px) {
  .greet__name .ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .greet__name .ttl {
    font-size: 1.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .greet__name .ttl {
    font-size: 5.1282051282dvw;
  }
}
@media screen and (max-width: 767px) {
  .greet__name .ttl {
    width: 120px;
  }
}
.greet__name .txt {
  width: calc(86% - 50px);
  font-family: var(--typography-font-families-tertiary);
}
@media screen and (min-width: 1201px) {
  .greet__name .txt {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .greet__name .txt {
    font-size: 3dvw;
  }
}
@media screen and (max-width: 767px) {
  .greet__name .txt {
    font-size: 9.2307692308dvw;
  }
}
@media screen and (max-width: 767px) {
  .greet__name .txt {
    width: calc(100% - 140px);
  }
}
.greet__name .txt span {
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 1201px) {
  .greet__name .txt span {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .greet__name .txt span {
    font-size: 1.5dvw;
  }
}
@media screen and (max-width: 767px) {
  .greet__name .txt span {
    font-size: 4.6153846154dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .greet__name .txt span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .greet__name .txt span {
    font-size: 1dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .greet__name .txt span {
    font-size: 3.0769230769dvw;
  }
}

.history__block {
  display: flex;
  gap: 4.2vw;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .history__block {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}
.history__box {
  width: calc((100% - 4.2vw) / 2);
  padding: 40px;
  background: #fff;
  border-left: 4px solid var(--colors-brand-accent-primary);
}
@media screen and (max-width: 767px) {
  .history__box {
    width: 100%;
    padding: 30px 20px;
  }
}
.history__h3 {
  font-family: var(--typography-font-families-tertiary);
  line-height: 140%;
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .history__h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .history__h3 {
    font-size: 2.1666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .history__h3 {
    font-size: 6.6666666667dvw;
  }
}
.history__h3::before {
  display: block;
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--colors-brand-accent-primary);
  position: absolute;
  top: 8px;
  left: 0;
}

.movie__section {
  background: var(--colors-brand-primary);
  padding: 120px 20px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .movie__section {
    padding: 80px 20px;
  }
}
.movie__section::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/dot_44_44.webp) repeat top left/20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.movie__section .section__inner {
  max-width: 1000px !important;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.movie__section iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.movie__h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1201px) {
  .movie__h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .movie__h2 {
    font-size: 3.1666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .movie__h2 {
    font-size: 9.7435897436dvw;
  }
}
@media screen and (max-width: 767px) {
  .movie__h2 {
    margin-bottom: 30px;
    line-height: 140%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .movie__h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .movie__h2 {
    font-size: 3.1666666667dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .movie__h2 {
    font-size: 9.7435897436dvw;
  }
}
.movie__h2 span {
  color: var(--colors-brand-accent-primary);
}
@media screen and (min-width: 1201px) {
  .movie__h2 span {
    font-size: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .movie__h2 span {
    font-size: 4.5dvw;
  }
}
@media screen and (max-width: 767px) {
  .movie__h2 span {
    font-size: 13.8461538462dvw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1201px) {
  .movie__h2 span {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .movie__h2 span {
    font-size: 3.8333333333dvw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .movie__h2 span {
    font-size: 11.7948717949dvw;
  }
}
.movie__block {
  width: 100%;
}
.movie__logo {
  width: 58%;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .movie__logo {
    width: 80%;
    margin-top: 40px;
  }
}

.map__section {
  display: flex;
}
@media screen and (max-width: 767px) {
  .map__section {
    flex-direction: column;
  }
}
.map__cnt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .map__cnt {
    width: 100%;
  }
}
.map__cnt iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .map__cnt iframe {
    height: auto;
    aspect-ratio: 3/2;
  }
}
.map__image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .map__image {
    width: 100%;
  }
}

.info__section {
  background: var(--colors-brand-primary);
  padding: 80px 20px 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .info__section {
    padding: 60px 20px;
  }
}
.info__section::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/dot_44_44.webp) repeat top left/20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.info__section .section__inner {
  max-width: 970px !important;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.info__section .schedule-block {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 50px;
  background: #fff;
  border: 4px solid var(--colors-brand-accent-primary);
}
@media screen and (max-width: 767px) {
  .info__section .schedule-block {
    padding: 20px;
  }
}
.info__address {
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .info__address {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .info__address {
    font-size: 1.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .info__address {
    font-size: 5.1282051282dvw;
  }
}
@media screen and (max-width: 767px) {
  .info__address {
    text-align: center;
  }
}

.table_area .calendar {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--colors-brand-primary);
}
.table_area .calendar span {
  color: var(--colors-brand-accent-primary);
}

.reserve__section {
  padding: 140px 20px;
}
@media screen and (max-width: 767px) {
  .reserve__section {
    padding: 80px 20px;
  }
}
.reserve__h2 .eng {
  color: var(--colors-brand-accent-primary);
  opacity: 0.2;
}

/* Variable collection for hr */
:root {
  --hr-border-color: var(--border-light); /* hrのボーダー色 */
  --hr-border-width: 1px; /* hrのボーダー幅 */
  --hr-border-width-thick: 2px; /* 厚いhrのボーダー幅 */
  --hr-margin-top: var(--spacing-space-6); /* hrの上の余白 */
  --hr-margin-bottom: var(--spacing-space-6); /* hrの下の余白 */
  --hr-width: 100%; /* hrの幅 */
  --hr-style: solid; /* hrのスタイル (solid, dashed, dottedなど) */
}

/* hrのスタイル */
hr {
  border: 0;
  border-top: var(--hr-border-width) var(--hr-style) var(--hr-border-color); /* 変数を使用してスタイル */
  margin-top: var(--hr-margin-top);
  margin-bottom: var(--hr-margin-bottom);
  width: var(--hr-width);
}

.label {
  border: 1px solid var(--colors-brand-primary);
  color: var(--colors-brand-primary);
  padding: 8px 8px;
  border-radius: var(--border-radius-small);
  font-weight: var(--typography-font-weights-bold);
  font-size: var(--typography-font-sizes-s);
  line-height: var(--typography-line-heights-base);
  margin-right: 8px;
}

/* under page common
----------------------------------------------------*/
body:not(.home) .cnt_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
}
body:not(.home) .cnt_wrap .back-txt {
  font-size: 1.1em;
  margin: 40px auto 0;
}
body:not(.home) .cnt_wrap .back-txt a {
  color: var(--colors-brand-accent-secondary);
  text-decoration: underline;
  transition: 0.3s;
}
body:not(.home) .cnt_wrap .back-txt a:hover {
  color: var(--colors-brand-accent-primary);
}

.form-block {
  background: #eee5c5;
  padding: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form-block {
    width: 100%;
    padding: 20px;
  }
}

#contact {
  width: 100%;
  background: #fff;
  padding: 20px 50px;
  margin: 0 auto;
  text-align: left;
}
#contact > p {
  margin-bottom: 40px;
}
#contact dl {
  display: flex;
  background: #fff;
  border-bottom: 1px solid #999;
}
#contact dl:last-child {
  border: none;
}
#contact dl.last {
  margin-bottom: 40px;
}
#contact dl dt {
  width: 35%;
  padding: 30px 10px;
}
#contact dl dt p {
  margin-top: 0 !important;
  padding-left: 60px;
  position: relative;
}
#contact dl dt span {
  padding: 4px 8px;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
}
#contact dl dt span.attention {
  font-size: 13px;
  color: #1e2a34;
  padding: 0;
  margin-right: 0;
}
#contact dl dt span.required {
  background: var(--colors-brand-red);
  padding: 0 8px;
  position: absolute;
  top: 0;
  left: 0;
}
#contact dl dt i {
  display: block;
  font-size: 0.8em;
}
#contact dl dd {
  width: 65%;
  padding: 30px 10px;
  line-height: 1.5;
}
#contact dl dd p {
  margin-top: 0 !important;
}
#contact dl dd p + p {
  margin-top: 10px !important;
}
#contact dl dd input[type=text], #contact dl dd input[type=email] {
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  border: none;
  background: var(--border-light);
}
#contact dl dd input.tel {
  padding: 10px;
  font-size: 1.6rem;
  border: none;
  background: var(--border-light);
}
#contact dl dd input.zip {
  width: 17%;
  margin-bottom: 10px;
}
#contact dl dd input.your-age {
  width: 17%;
}
#contact dl dd select {
  padding: 10px;
  border: none;
  background: var(--border-light);
}

#contact dl dd textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  border: none;
  background: var(--border-light);
}
#contact dl dd ::placeholder {
  font-size: 14px;
}

.placeholder {
  display: block;
  text-align: left;
  color: #999;
  font-size: 0.8em;
}
.placeholder.txt {
  color: var(--colors-brand-red);
  margin-bottom: 5px;
}

.form-attention {
  background: #f1f1f1;
  padding: 20px;
  text-align: center;
}

.form-policy {
  background: #fff;
  border: 1px solid var(--colors-brand-accent-primary);
  padding: 20px;
  margin: 20px auto 50px;
}
@media screen and (max-width: 767px) {
  .form-policy {
    padding: 30px 20px 20px;
  }
}
.form-policy .ttl {
  text-align: center;
  font-weight: bold;
  color: var(--colors-brand-accent-primary);
  margin-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .form-policy .ttl {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .form-policy .ttl {
    font-size: 2dvw;
  }
}
@media screen and (max-width: 767px) {
  .form-policy .ttl {
    font-size: 6.1538461538dvw;
  }
}
.form-policy ul {
  margin: 0 auto;
  max-width: 600px;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .form-policy ul {
    padding-left: 20px;
  }
}

.your-agree {
  text-align: center;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .your-agree {
    text-align: left;
    margin-left: 0;
  }
}
.your-agree .required {
  padding: 4px 8px;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
  background: var(--colors-brand-red);
}
.your-agree p + p {
  font-size: 0.7em;
  line-height: 130%;
  margin-top: 0 !important;
}

.radio-plan .wpcf7-list-item {
  margin: 0;
}
.radio-plan .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item label {
    justify-content: center;
  }
}
.wpcf7-list-item label:hover {
  cursor: pointer;
}

span.select-box {
  position: relative;
}
span.select-box select.wpcf7-select {
  appearance: none;
  font-size: 1.6rem;
  width: 100%;
  padding: 10px 30px 10px 10px !important;
}
span.select-box::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--colors-text-secondary);
  border-bottom: 1px solid var(--colors-text-secondary);
  position: absolute;
  top: 40%;
  right: 16px;
  transform: rotate(45deg) translateY(-50%);
}

.submit-area {
  text-align: center;
}
.submit-area input[type=submit], .submit-area input[type=button] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 100px;
  color: #fff;
  background: var(--colors-brand-gradation2);
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--typography-font-families-tertiary);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .submit-area input[type=submit], .submit-area input[type=button] {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .submit-area input[type=submit], .submit-area input[type=button] {
    font-size: 2.1666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .submit-area input[type=submit], .submit-area input[type=button] {
    font-size: 6.6666666667dvw;
  }
}
@media screen and (max-width: 767px) {
  .submit-area input[type=submit], .submit-area input[type=button] {
    width: 90%;
    height: 70px;
    border-radius: none;
  }
}
.submit-area input[type=submit]:hover, .submit-area input[type=button]:hover {
  opacity: 0.8;
}
.submit-area input[type=button] {
  background: #999;
  margin-bottom: 20px;
}
.submit-area input[type=button]:hover {
  background: #666;
}

.form_att p {
  padding: 10px;
  color: #fff;
  background: var(--colors-brand-primary);
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  line-height: 1.3;
  font-size: 14px;
}

.wpcf7-response-output {
  border-color: var(--colors-brand-red) !important;
  padding: 1em !important;
  text-align: center;
}

.wpcf7-list-item {
  margin: 0 1em 5px 0;
}

.kana-input span.wpcf7-not-valid-tip, .kana-input .wpcf7-response-output {
  display: none !important;
}

#contact .formError.inline .formErrorContent {
  display: block;
  line-height: 1.3;
  font-size: 16px;
  color: var(--colors-brand-secondary);
  background-color: transparent;
}

.contact-thanks .cnt_wrap {
  text-align: center;
}
.contact-thanks .cnt_wrap .btn_arrow {
  margin: 60px auto 0 !important;
}

@media only screen and (max-width: 767px) {
  #contact {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 20px;
    text-align: left;
  }
  #contact dl {
    display: block;
  }
  #contact dl dt {
    width: 100%;
    display: flex;
    padding: 30px 0 15px;
  }
  #contact dl dt p {
    font-size: 16px;
  }
  #contact dl dd {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #contact dl dd .wpcf7-list-item-label {
    font-size: 16px;
  }
  #contact dl dd input[type=text],
  #contact dl dd input[type=email] {
    font-size: 16px;
  }
  #contact dl dd textarea {
    font-size: 16px;
  }
  #contact dl dd p {
    font-size: 16px;
  }
  #contact dl dd input.tel {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  #contact dl dd input.zip {
    width: 60%;
  }
}
.not-found-wrap {
  text-align: center;
}
.not-found-wrap .btn-arrow {
  margin: 60px auto 0;
}

@media screen and (min-width: 768px) {
  body.news .container {
    max-width: 1000px;
  }
}
#subcontent p {
  margin-bottom: 40px;
}

.frame_ovn {
  display: flex;
  gap: 40px;
  margin-top: 3em;
}
@media (max-width: 768px) {
  .frame_ovn {
    flex-direction: column;
  }
}

.list_anchor {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .list_anchor {
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
  }
  .list_anchor > * {
    flex: 0 0 48%;
  }
  .list_anchor > * a {
    width: 100%;
    text-align: center;
  }
}
.list_anchor .btn_box {
  margin-top: 0;
}

.box_list_ovn {
  flex-grow: 1;
  min-width: calc(100% - 280px);
}
@media (max-width: 768px) {
  .box_list_ovn {
    width: 100%;
  }
}
.box_list_ovn ul.index_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.box_list_ovn ul.index_list li {
  width: calc((100% - 60px) / 3);
  border: 1px solid var(--border-medium);
  border-top: 4px solid var(--colors-brand-primary);
  position: relative;
}
@media (max-width: 768px) {
  .box_list_ovn ul.index_list li {
    width: 100%;
  }
}
.box_list_ovn ul.index_list li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
  padding: 20px;
  transition: 0.3s;
}
.box_list_ovn ul.index_list li a::before {
  display: none;
}
.box_list_ovn ul.index_list li a:hover {
  background: #f1f1f1;
}
.box_list_ovn ul.index_list li a:hover .info_box .news-list-title {
  color: var(--colors-brand-primary);
}
.box_list_ovn ul.index_list li a:hover img {
  transform: scale(1.05);
}
.box_list_ovn ul.index_list li .news-list-tag {
  color: var(--colors-brand-primary);
  border: 1px solid var(--colors-brand-primary);
  background: #fff;
  border-radius: 0;
}
.box_list_ovn ul.index_list li .date {
  font-size: 0.9em;
  color: #757575;
  transition: 0.3s;
  margin-top: 0;
}
.box_list_ovn ul.index_list li .img_box {
  width: 100%;
}
.box_list_ovn ul.index_list li .img_box figure {
  margin-top: 0 !important;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.box_list_ovn ul.index_list li .img_box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.box_list_ovn ul.index_list li .info_box {
  width: 100%;
}
.box_list_ovn ul.index_list li .info_box .news-list-title {
  font-size: 1.2em;
  width: 100%;
  margin: 0;
  color: var(--colors-text-secondary);
  transition: 0.3s;
}
.box_list_ovn ul.index_list li .info_box .detail_area {
  display: flex;
  gap: 10px;
}

#newsDetaiels {
  padding-bottom: 20px !important;
}
#newsDetaiels section.cnt_block + section.cnt_block {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  #newsDetaiels section.cnt_block + section.cnt_block {
    margin-top: 60px;
  }
}
#newsDetaiels .pic, #newsDetaiels .txt_cap {
  text-align: center;
  margin: 0 auto;
}
#newsDetaiels .pic {
  margin-bottom: 10px;
}
#newsDetaiels .table th {
  text-align: left;
  width: 30%;
}

.news_ft_btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .news_ft_btn {
    padding: 0 20px;
    gap: 10px;
  }
}
.news_ft_btn li {
  display: inline-block;
}
.news_ft_btn li a {
  font-size: 1.6rem;
  font-weight: var(--typography-font-weights-medium);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--components-button-large-padding-y) var(--components-button-large-padding-x);
  background-color: var(--colors-brand-primary);
  color: #fff;
  border: 1px solid var(--colors-brand-primary);
  border-radius: var(--border-radius-small);
  transition: background-color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .news_ft_btn li a {
    font-size: 1.4rem;
    padding: var(--components-button-small-padding-y) 10px;
  }
}
.news_ft_btn li a:hover {
  background: var(--colors-brand-primary);
}
.news_ft_btn li.is_prev a, .news_ft_btn li.is_next a {
  background: none;
  color: var(--colors-brand-primary);
}
.news_ft_btn li.is_prev a:hover, .news_ft_btn li.is_next a:hover {
  background: var(--colors-brand-primary);
  color: #fff;
}

.box_sidebar {
  width: 240px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .box_sidebar {
    width: 100%;
  }
}

.list_box_ovn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .list_box_ovn li {
    width: calc((100% - 30px) / 2);
  }
}

.category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.category_list li {
  min-width: 150px;
}
@media screen and (max-width: 767px) {
  .category_list li {
    width: 100%;
  }
}
.category_list li a {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid var(--colors-brand-primary);
  color: var(--colors-brand-primary);
  background: #fff;
  text-align: center;
  transition: 0.3s;
}
.category_list li a:hover {
  background: var(--colors-brand-primary);
  color: #fff !important;
}
.category_list li.current-cat a {
  background: var(--colors-brand-primary);
  color: #fff !important;
}

.box_sidebar .item {
  margin-bottom: 30px;
}
.box_sidebar .item .ovn_navi_ttl {
  font-size: 1.8rem;
  margin: 0 0 10px;
  color: #333;
  background: var(--colors-background-tertiary);
  border-top: 2px solid var(--colors-brand-primary);
  padding: 16px;
  box-sizing: border-box;
}
.box_sidebar .item ul {
  list-style: none;
  padding: 0;
}
.box_sidebar .item ul li {
  margin-bottom: 15px;
  line-height: 140%;
}
.box_sidebar .item ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.box_sidebar .item ul li a:hover {
  color: var(--colors-brand-accent-primary);
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 0;
}
.pagination li {
  margin: 0 10px;
  list-style: none;
}
.pagination li a {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid var(--colors-brand-primary);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: var(--colors-brand-primary);
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination li a:hover, .pagination li a.active {
  background: var(--colors-brand-primary);
  color: #fff;
}
.pagination li.active {
  pointer-events: none;
}
.pagination li.active a {
  background: var(--colors-brand-primary);
  color: #fff;
}
.pagination li.disabled {
  display: none;
}

#newsDetaiels h1 {
  font-weight: bold;
  font-size: var(--typography-font-sizes-3xl);
  margin-bottom: 1em;
  color: var(--colors-brand-accent-primary);
}
#newsDetaiels h2 {
  font-weight: bold;
  font-size: var(--typography-font-sizes-2xl);
  margin-bottom: 1em;
  color: var(--colors-brand-primary);
}
#newsDetaiels h3 {
  font-weight: bold;
  font-size: var(--typography-font-sizes-xl);
  margin-bottom: 1em;
  color: var(--colors-brand-primary);
}
#newsDetaiels h4 {
  font-weight: bold;
  font-size: var(--typography-font-sizes-l);
  margin-bottom: 1em;
  color: var(--colors-brand-primary);
}
#newsDetaiels h5 {
  font-weight: bold;
  font-size: var(--typography-font-sizes-m);
  margin-bottom: 1em;
  color: var(--colors-brand-primary);
}
#newsDetaiels p, #newsDetaiels ul, #newsDetaiels ol, #newsDetaiels table {
  margin-bottom: 2em;
}
#newsDetaiels a {
  text-decoration: underline;
  color: var(--colors-brand-accent-primary);
}

.category_btn,
.container .text-center {
  margin-bottom: 50px;
}
.category_btn > a.secondary-btn,
.container .text-center > a.secondary-btn {
  padding: 12px 20px;
  background: var(--colors-brand-accent-primary);
  border-color: var(--colors-brand-accent-primary);
  transition: 0.3s;
}
.category_btn > a.secondary-btn:hover,
.container .text-center > a.secondary-btn:hover {
  opacity: 0.8;
  background: #fff;
  color: var(--colors-brand-accent-primary);
}

/********************************************************
wp-pagenavi
********************************************************/
.ft_pagination {
  margin-top: 60px;
}
.ft_pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.ft_pagination .wp-pagenavi .pages, .ft_pagination .wp-pagenavi .extend {
  display: none;
}
.ft_pagination .wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  border: none;
  font-family: var(--typography-font-families-secondary);
  font-size: 1.8rem;
  color: var(--colors-text-primary) !important;
  padding: 0;
  margin: 0;
  position: relative;
  transition: 0.3s;
}
.ft_pagination .wp-pagenavi a:hover {
  color: var(--colors-brand-primary) !important;
}
.ft_pagination .wp-pagenavi span, .ft_pagination .wp-pagenavi a {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.ft_pagination .wp-pagenavi .current {
  border: none;
  border-bottom: 1px solid var(--colors-text-primary);
  font-size: 1.8rem;
  font-weight: normal;
  padding-left: 2px;
}
.ft_pagination .wp-pagenavi .nextpostslink, .ft_pagination .wp-pagenavi .previouspostslink {
  font-size: 3rem;
  margin-top: -6px;
}