@import url(https://use.fontawesome.com/releases/v6.4.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v6.4.2/css/all.css);
@charset "UTF-8";
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
   * Reset form fields to make them styleable
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
   * Reset radio and checkbox appearance to preserve their look in iOS.
   */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Remove arrow in IE10 & IE11
   */
select::-ms-expand {
  display: none;
}

/**
   * Remove padding
   */
option {
  padding: 0;
}

/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the outline style in Safari.
   */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
   * Clickable labels
   */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/*
   * Remove outline for editable content.
   */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: "arial";
  src: url("../fonts/arial.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body {
  color: #9E876E;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.7;
  font-size: clamp(14px, 16 / 1100 * 100vw, 16px);
  letter-spacing: calc(clamp(14px, 16 / 1100 * 100vw, 16px) / 10);
  word-break: break-all;
  background: #fff;
}
@media screen and (min-width: 1100px) {
  body {
    font-size: 16px;
  }
}

img:not([data-custom-attr=origin]) {
  max-width: 100%;
  height: auto;
}

iframe {
  border-radius: 30px;
  max-width: 100%;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  a:hover * {
    opacity: 0.6;
  }
}
.sa {
  opacity: 0;
  transition: all 0.8s ease;
}
.sa.inline {
  display: inline;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(0.8);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}

.sm {
  display: block;
}
@media screen and (min-width: 576px) {
  .sm {
    display: none;
  }
}

.md {
  display: block;
}
@media screen and (min-width: 768px) {
  .md {
    display: none;
  }
}

.content-list {
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .content-list {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.content-list::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #9E876E;
}
.content-list__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .content-list__inner {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.content-list__inner::after {
  content: "\f054";
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: inherit;
  position: absolute;
  right: clamp(16px, (20 * 2 / 1100) * 100vw, 20px);
}
@media screen and (min-width: 576px) {
  .content-list__inner::after {
    right: min(calc((20 / 1100) * 100vw), 20px);
  }
}
.content-list__inner:hover {
  opacity: initial;
}
.content-list__inner:hover *:not(.content-list__container) {
  opacity: initial;
  transition: 0.3s;
}
.content-list__inner:hover::after {
  opacity: 0.6;
  transition: 0.3s;
}
.content-list__inner:hover .content-list__title::after {
  transition: 0.3s ease-out;
  width: 100%;
  opacity: 1;
}
.content-list__title {
  position: relative;
  color: #fff;
}
.content-list__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  display: inline-block;
  width: calc(100% - 30px);
  opacity: 0;
  height: 1px;
  background: #fff;
}
.content-list__container {
  display: flex;
  gap: clamp(8px, (15 * 3.2 / 1100) * 100vw, 15px);
}
.content-list__img {
  /*  */
  width: clamp(150px, 18.1818181818vw, 200px);
  height: clamp(90.75px, 11vw, 121px);
  /*  */
}
.content-list__img > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.content__body {
  display: grid;
  gap: clamp(8px, (10 * 3.2 / 1100) * 100vw, 10px);
}
.content-date {
  display: inline;
}
.content-category {
  display: inline;
}
.content-intro {
  display: flex;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
  align-items: center;
}
@media screen and (min-width: 576px) {
  .content-intro {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .content-intro {
    flex-direction: column;
  }
}
.content-intro__left {
  flex: 320;
  display: grid;
  gap: clamp(16px, (20 * 2 / 1100) * 100vw, 20px);
}
@media screen and (min-width: 576px) {
  .content-intro__left {
    gap: min(calc((20 / 1100) * 100vw), 20px);
  }
}
.content-intro__right {
  flex: 720;
}
.content-intro__name {
  font-size: clamp(24px, 36 / 1100 * 100vw, 36px);
  letter-spacing: calc(clamp(24px, 36 / 1100 * 100vw, 36px) / 10);
}
@media screen and (min-width: 1100px) {
  .content-intro__name {
    font-size: 36px;
  }
}
.content-intro__span {
  font-size: clamp(11px, 12 / 1100 * 100vw, 12px);
  letter-spacing: calc(clamp(11px, 12 / 1100 * 100vw, 12px) / 10);
}
@media screen and (min-width: 1100px) {
  .content-intro__span {
    font-size: 12px;
  }
}
.content-intro tr {
  border-bottom: solid 1px #9E876E;
  display: flex;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
  text-align: left;
  padding-top: clamp(8px, (15 * 3.2 / 1100) * 100vw, 15px);
  padding-bottom: clamp(8px, (15 * 3.2 / 1100) * 100vw, 15px);
  padding-left: clamp(8px, (10 * 3.2 / 1100) * 100vw, 10px);
  padding-right: clamp(8px, (10 * 3.2 / 1100) * 100vw, 10px);
}
@media screen and (min-width: 576px) {
  .content-intro tr {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .content-intro tr {
    flex-direction: column;
  }
}
.content-intro tr:first-child {
  border-top: solid 1px #9E876E;
}
.content-intro th {
  min-width: 100px;
}
.content-intro td {
  color: #fff;
}

.hl-01 {
  font-size: clamp(16px, 22 / 1100 * 100vw, 22px);
  letter-spacing: calc(clamp(16px, 22 / 1100 * 100vw, 22px) / 10);
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
  font-weight: 700;
  color: #9E876E;
  line-height: 1.3;
  white-space: pre-line;
}
@media screen and (min-width: 1100px) {
  .hl-01 {
    font-size: 22px;
  }
}
@media screen and (min-width: 576px) {
  .hl-01 {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.hl-01::before {
  font-size: clamp(18px, 46 / 1100 * 100vw, 46px);
  letter-spacing: calc(clamp(18px, 46 / 1100 * 100vw, 46px) / 10);
  content: attr(data-text);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .hl-01::before {
    font-size: 46px;
  }
}
.hl-01.--left {
  text-align: left;
}
.hl-01.--white {
  color: #fff;
}
.hl-02 {
  display: grid;
  justify-items: center;
  font-size: clamp(18px, 48 / 1100 * 100vw, 48px);
  letter-spacing: calc(clamp(18px, 48 / 1100 * 100vw, 48px) / 10);
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .hl-02 {
    font-size: 48px;
  }
}
.hl-02::before {
  content: "";
  display: inline-block;
  width: clamp(
                450 / 2 * 1px,
                450 / 1600 * 100vw,
                450 * 1px
            );
  height: clamp((450 / 2) * 0.165 * 1px, (450 / 1600 * 100vw) * 0.165, (450 * 1px) * 0.165);
  background-image: url("../images/common/hl.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hl-02::after {
  content: "";
  display: inline-block;
  width: clamp(
                300 / 2 * 1px,
                300 / 1600 * 100vw,
                300 * 1px
            );
  height: clamp((300 / 2) * 0.165 * 1px, (300 / 1600 * 100vw) * 0.165, (300 * 1px) * 0.165);
  background-image: url("../images/common/hl.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  font-size: clamp(14px, 14 / 1100 * 100vw, 14px);
  letter-spacing: calc(clamp(14px, 14 / 1100 * 100vw, 14px) / 10);
  padding: 5px 10px;
  color: #75d7ee;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  border: solid 1px #28293A;
  color: #28293A;
  background: #E9E6DF;
}
@media screen and (min-width: 1100px) {
  .btn {
    font-size: 14px;
  }
}
.btn-01 {
  display: inline-block;
  width: 100%;
  line-height: 1;
  background: #E9E6DF;
  font-size: clamp(14px, 18 / 1100 * 100vw, 18px);
  letter-spacing: calc(clamp(14px, 18 / 1100 * 100vw, 18px) / 10);
  padding: 15px 40px;
  transition: 0.3s;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .btn-01 {
    font-size: 18px;
  }
}
.btn-01:hover {
  opacity: initial;
  color: #fff;
  background: #9E876E;
}
.btn-wrapper {
  min-width: 280px;
  display: inline-block;
}
.btn.--01 {
  color: #75d7ee;
  background: #28293A;
}
.btn.--01:hover {
  color: #28293A;
  background: #75d7ee;
}

.text-wrapper {
  display: grid;
  gap: 15px;
  max-width: 800px;
  text-align: left;
}
.text-wrapper--alc {
  display: grid;
  gap: 15px;
  text-align: center;
}
.text-indent > * {
  padding-left: 1em;
  text-indent: -1em;
}
.text__hl {
  font-size: clamp(20px, 20 / 1100 * 100vw, 20px);
  letter-spacing: calc(clamp(20px, 20 / 1100 * 100vw, 20px) / 10);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .text__hl {
    font-size: 20px;
  }
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.text-link {
  color: #ec4c4c;
  border-bottom: solid 1px #ec4c4c;
  padding-bottom: 2px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.item-line {
  display: block;
  background: #9E876E;
  height: 1px;
  margin: 5px 0;
}

.mv {
  width: 100%;
  position: relative;
  position: fixed;
  z-index: -1;
}
.mv + * {
  margin-top: 100svh;
}
.mv__inner {
  display: block;
  max-width: 75vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}
.mv__container {
  position: relative;
  display: block;
  background-image: url("../images/top/mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 100svh;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}
.mv__container-title {
  background: linear-gradient(180deg, #323232 0%, #b19d54 50%, #323232 98.44%, #323232 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: clamp(32px, 64 / 1100 * 100vw, 64px);
  letter-spacing: calc(clamp(32px, 64 / 1100 * 100vw, 64px) / 10);
  text-align: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .mv__container-title {
    font-size: 64px;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  gap: clamp(16px, (40 * 2 / 1100) * 100vw, 40px);
  transition: 1s;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
}
@media screen and (min-width: 576px) {
  .nav {
    gap: min(calc((40 / 1100) * 100vw), 40px);
  }
}
@media screen and (max-width: calc(1100px - 1px)) {
  .nav {
    gap: clamp(16px, (40 * 2 / 1100) * 100vw, 40px);
  }
}
@media screen and (max-width: calc(1100px - 1px)) and (min-width: 576px) {
  .nav {
    gap: min(calc((40 / 1100) * 100vw), 40px);
  }
}
@media screen and (max-width: calc(1100px - 1px)) and (max-width: calc(992px - 1px)) {
  .nav {
    position: absolute;
    top: calc(100vh - 100%);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    justify-content: center;
    height: 100%;
    align-items: center;
    background: rgb(40, 41, 57);
  }
}
@media screen and (max-width: calc(1100px - 1px)) and (max-width: calc(992px - 1px)) and (max-width: calc(576px - 1px)) {
  .nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    height: calc(100% + 50px);
    top: 100%;
    gap: 0;
    border-top: 1px solid #9E876E;
  }
  .nav::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #9E876E;
    width: 100%;
  }
  .nav::after {
    content: "";
    position: absolute;
    border-left: 1px solid #9E876E;
    height: 100%;
  }
}
.nav__btn {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  gap: 5px;
}
.nav__btn::before {
  content: attr(data-text);
  font-size: clamp(12px, 14 / 1100 * 100vw, 14px);
  letter-spacing: calc(clamp(12px, 14 / 1100 * 100vw, 14px) / 10);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .nav__btn::before {
    font-size: 14px;
  }
}
.nav__item {
  font-size: clamp(14px, 16 / 1100 * 100vw, 16px);
  letter-spacing: calc(clamp(14px, 16 / 1100 * 100vw, 16px) / 10);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .nav__item {
    font-size: 16px;
  }
}
@media screen and (max-width: calc(992px - 1px)) {
  .nav__item {
    font-size: clamp(14px, 14 / 1100 * 100vw, 14px);
    letter-spacing: calc(clamp(14px, 14 / 1100 * 100vw, 14px) / 10);
  }
}
@media screen and (max-width: calc(992px - 1px)) and (min-width: 1100px) {
  .nav__item {
    font-size: 14px;
  }
}
@media screen and (max-width: calc(992px - 1px)) and (max-width: calc(576px - 1px)) {
  .nav__item {
    width: calc(100% - 1px);
  }
  .nav__item > * {
    width: 100%;
    padding: 16px 0;
  }
}
.nav.click {
  opacity: 1;
  pointer-events: visible;
}

.pagination {
  display: block;
  width: 100%;
  color: #9E876E;
}
.pagination__inner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .pagination__inner {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .pagination__inner {
    gap: 24px;
  }
}
.pagination__btn, .pagination__btn--current {
  display: inline-block;
  font-size: clamp(14px, 14 / 1100 * 100vw, 14px);
  letter-spacing: calc(clamp(14px, 14 / 1100 * 100vw, 14px) / 10);
  font-family: arial;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 100vh;
}
@media screen and (min-width: 1100px) {
  .pagination__btn, .pagination__btn--current {
    font-size: 14px;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .pagination__btn, .pagination__btn--current {
    width: 35px;
    height: 35px;
  }
}
.pagination__btn:hover, .pagination__btn--current:hover {
  opacity: initial;
  background: #9E876E;
  color: #fff;
  transition: 0.3s;
}
.pagination__btn--current {
  position: relative;
  color: #fff;
  background-color: #9E876E;
}
.pagination__prev {
  margin: 0 20px;
  color: #fff;
}
.pagination__next {
  margin: 0 20px;
  color: #fff;
}
.pagination-single {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: repeat(3, auto);
}
.pagination-single *[rel=next] {
  display: flex;
  gap: 10px;
}
.pagination-single *[rel=next]::before {
  content: "\f053";
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: inherit;
}
.pagination-single *[rel=prev] {
  display: flex;
  gap: 10px;
}
.pagination-single *[rel=prev]::after {
  content: "\f054";
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: inherit;
}

.table-form {
  width: 100%;
}
.table-form tr {
  border-top: 1px solid #aaa;
  display: block;
  align-items: center;
}
.table-form tr:last-child {
  border-bottom: 1px solid #aaa;
}
@media screen and (min-width: 1100px) {
  .table-form tr {
    display: flex;
  }
}
.table-form th {
  width: 25%;
  display: block;
  width: 100%;
  padding: 20px 0 5px;
}
@media screen and (min-width: 1100px) {
  .table-form th {
    vertical-align: middle;
    display: inline-block;
    padding: 30px 15px 30px 0;
    width: 25%;
  }
}
.table-form-label02 {
  padding-top: 10px;
}
.table-form td {
  display: block;
  width: 100%;
  padding: 5px 0 20px;
}
@media screen and (min-width: 1100px) {
  .table-form td {
    vertical-align: top;
    display: inline-block;
    padding: 30px 0 30px 15px;
    width: 75%;
  }
}

.form {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.form-input, .form-input--100, .form-input--400 {
  padding: 0.75em 1em;
  width: 100%;
  border: 1px solid #aaa;
  background: #fff;
}
.form-input::-moz-placeholder, .form-input--100::-moz-placeholder, .form-input--400::-moz-placeholder {
  color: #d2d2d2;
}
.form-input::placeholder, .form-input--100::placeholder, .form-input--400::placeholder {
  color: #d2d2d2;
}
.form-input--400 {
  max-width: 400px;
}
.form-input--100 {
  max-width: 100px;
}
.form-select, .form-select--100, .form-select--400 {
  padding: 0.95em 1em;
  width: 100%;
  border: 1px solid #aaa;
}
.form-select::-moz-placeholder, .form-select--100::-moz-placeholder, .form-select--400::-moz-placeholder {
  color: rgba(173, 45, 45, 0.1647058824);
}
.form-select::placeholder, .form-select--100::placeholder, .form-select--400::placeholder {
  color: rgba(173, 45, 45, 0.1647058824);
}
.form-select--400 {
  max-width: 400px;
}
.form-select--100 {
  max-width: 100px;
}
.form-select + .form-input, .form-select--400 + .form-input, .form-select--100 + .form-input, .form-select + .form-input--400, .form-select--400 + .form-input--400, .form-select--100 + .form-input--400, .form-select + .form-input--100, .form-select--400 + .form-input--100, .form-select--100 + .form-input--100 {
  margin-top: 10px;
}
@media screen and (min-width: 1100px) {
  .form-select + .form-input, .form-select--400 + .form-input, .form-select--100 + .form-input, .form-select + .form-input--400, .form-select--400 + .form-input--400, .form-select--100 + .form-input--400, .form-select + .form-input--100, .form-select--400 + .form-input--100, .form-select--100 + .form-input--100 {
    margin-top: 20px;
  }
}
.form-label, .form-label--req, .form-label--req--02 {
  font-weight: 700;
}
.form-label--req, .form-label--req--02 {
  display: flex;
  flex-wrap: wrap;
}
.form-label--req::after, .form-label--req--02::after {
  content: "必須";
  display: inline-block;
  font-size: clamp(10px, 12 / 1100 * 100vw, 12px);
  letter-spacing: calc(clamp(10px, 12 / 1100 * 100vw, 12px) / 10);
  color: #fff;
  padding: 2px 5px;
  background-color: #ec4c4c;
  line-height: 2;
  border-radius: 12px;
  margin-left: 1em;
}
@media screen and (min-width: 1100px) {
  .form-label--req::after, .form-label--req--02::after {
    content: "必須";
    display: flex;
    align-items: center;
    font-size: clamp(10px, 12 / 1100 * 100vw, 12px);
    letter-spacing: calc(clamp(10px, 12 / 1100 * 100vw, 12px) / 10);
    color: #fff;
    margin-left: auto;
    padding: 0 7px;
    background-color: #ec4c4c;
    line-height: 2;
    border-radius: 100vh;
  }
}
@media screen and (min-width: 1100px) and (min-width: 1100px) {
  .form-label--req::after, .form-label--req--02::after {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .form-label--req::after, .form-label--req--02::after {
    font-size: 12px;
  }
}
.form-label--req--02 {
  display: none;
}
@media screen and (min-width: 1100px) {
  .form-label--req--02 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
  }
}
.form-label--req-mail {
  display: none;
}
@media screen and (min-width: 1100px) {
  .form-label--req-mail {
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0 10px;
  }
}
.form-label--req-mail::after {
  display: none;
}
@media screen and (min-width: 1100px) {
  .form-label--req-mail::after {
    content: "必須";
    display: inline-block;
    font-size: clamp(10px, 12 / 1100 * 100vw, 12px);
    letter-spacing: calc(clamp(10px, 12 / 1100 * 100vw, 12px) / 10);
    color: #fff;
    margin-left: auto;
    padding: 0.25em 1em;
    background-color: #7912ed;
    font-weight: 700;
  }
}
@media screen and (min-width: 1100px) and (min-width: 1100px) {
  .form-label--req-mail::after {
    font-size: 12px;
  }
}
.form-caption {
  font-size: clamp(12px, 14 / 1100 * 100vw, 14px);
  letter-spacing: calc(clamp(12px, 14 / 1100 * 100vw, 14px) / 10);
  font-weight: 700;
  padding: 15px 0 3px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 1100px) {
  .form-caption {
    font-size: 14px;
  }
}
.form-textarea {
  resize: none;
  width: 100%;
  height: 200px;
  padding: 0.9375em;
  border: 1px solid #aaa;
  background: #fff;
  font: inherit;
}
.form-textarea::-moz-placeholder {
  color: #d2d2d2;
}
.form-textarea::placeholder {
  color: #d2d2d2;
}
.form-btn {
  max-width: 300px;
  width: 100%;
  margin: auto;
}
.form-btn--02 {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 330px;
  gap: 30px;
}
@media screen and (min-width: 1100px) {
  .form-btn--02 {
    gap: 60px;
    flex-wrap: nowrap;
    max-width: 660px;
  }
}
.form-btn--back {
  background: #fff;
  border-radius: 43px;
  color: #e98c00;
  font-size: clamp(16px, 18 / 1100 * 100vw, 18px);
  letter-spacing: calc(clamp(16px, 18 / 1100 * 100vw, 18px) / 10);
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  border: 1px solid #e98c00;
}
@media screen and (min-width: 1100px) {
  .form-btn--back {
    font-size: 18px;
  }
}
.form-btn--back:hover {
  border: 1px solid #e98c00;
  background: #e98c00;
  color: #fff;
  transition: 0.3s;
}
.form-btn--back i {
  position: absolute;
  left: 8%;
}
.form-btn--check {
  background: #e98c00;
  border-radius: 43px;
  color: #fff;
  font-size: clamp(16px, 18 / 1100 * 100vw, 18px);
  letter-spacing: calc(clamp(16px, 18 / 1100 * 100vw, 18px) / 10);
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  border: 1px solid #e98c00;
}
@media screen and (min-width: 1100px) {
  .form-btn--check {
    font-size: 18px;
  }
}
.form-btn--check:hover {
  border: 1px solid #e98c00;
  background: #fff;
  color: #e98c00;
  transition: 0.3s;
}
.form-btn--check i {
  position: absolute;
  right: 8%;
}
.form-btn--col2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 40px auto 0;
}
.form-btn--col2 > * {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .form-btn--col2 > * {
    width: 50%;
    padding: 0 20px;
  }
}
.form-btn--col2 > *:last-child {
  margin-bottom: 0;
}
.form-btn--large {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.form-flex {
  display: inline-flex;
  align-items: center;
  padding: 0.25em 0;
  margin-right: 1em;
}
.form-flex + .form-flex {
  margin-right: 1em;
}
.form-flex + .form-flex:last-child {
  margin-right: 0;
}
.form-flex > * {
  margin-left: 0.5em;
}
.form-flex > *:first-child {
  margin-left: 0;
}
.form-privacytext {
  color: #ec4c4c;
  padding-bottom: 5px;
  border-bottom: 1px solid #ec4c4c;
  font-weight: 700;
}
.form-mail {
  vertical-align: top;
}
@media screen and (min-width: 1100px) {
  .form-list__flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
}
.form-wrapper {
  display: flex;
  align-items: center;
}
.form-wrapper::after {
  position: relative;
  content: "\f0d7";
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: inherit;
  right: 40px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.footer {
  position: relative;
  display: grid;
  background: #28293A;
  gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
  padding-bottom: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .footer {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}
@media screen and (min-width: 576px) {
  .footer {
    padding-bottom: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.footer-reserve {
  min-height: initial;
  background-image: url("../images/common/bg_footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-reserve__inner {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  padding-top: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  padding-bottom: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .footer-reserve__inner {
    padding-top: min(calc((100 / 1100) * 100vw), 100px);
  }
}
@media screen and (min-width: 576px) {
  .footer-reserve__inner {
    padding-bottom: min(calc((100 / 1100) * 100vw), 100px);
  }
}
@media screen and (min-width: 576px) {
  .footer-reserve__inner {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.footer-reserve__body {
  display: grid;
  justify-items: center;
  gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
}
@media screen and (min-width: 576px) {
  .footer-reserve__body {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}
.footer-reserve__icon {
  font-size: clamp(24px, 30 / 1100 * 100vw, 30px);
  letter-spacing: calc(clamp(24px, 30 / 1100 * 100vw, 30px) / 10);
}
@media screen and (min-width: 1100px) {
  .footer-reserve__icon {
    font-size: 30px;
  }
}
.footer__body {
  display: block;
  max-width: 100vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  margin: auto;
  display: grid;
  padding-top: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
  justify-items: center;
}
@media screen and (min-width: 576px) {
  .footer__body {
    padding-top: min(calc((30 / 1100) * 100vw), 30px);
  }
}
@media screen and (min-width: 576px) {
  .footer__body {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.footer__logo {
  background: linear-gradient(180deg, #323232 0%, #b19d54 50%, #323232 98.44%, #323232 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: clamp(14px, 24 / 1100 * 100vw, 24px);
  letter-spacing: calc(clamp(14px, 24 / 1100 * 100vw, 24px) / 10);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .footer__logo {
    font-size: 24px;
  }
}
.footer__copy {
  text-align: center;
}
.footer__copy small {
  font-size: clamp(11px, 12 / 1100 * 100vw, 12px);
  letter-spacing: calc(clamp(11px, 12 / 1100 * 100vw, 12px) / 10);
}
@media screen and (min-width: 1100px) {
  .footer__copy small {
    font-size: 12px;
  }
}

.header {
  position: fixed;
  top: 0;
  display: block;
  max-width: 100vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 999;
  background: rgba(40, 41, 57, 0);
  transition: 1s;
  pointer-events: none;
}
.header.click {
  background: rgb(40, 41, 57);
}
@media screen and (min-width: 768px) {
  .header.click {
    background: rgba(40, 41, 57, 0.6);
  }
}
.header__btn {
  margin-top: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
  margin-bottom: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
  width: clamp(80px, 8.125vw, 130px);
  margin-left: auto;
  pointer-events: auto;
}
@media screen and (min-width: 576px) {
  .header__btn {
    margin-top: min(calc((30 / 1100) * 100vw), 30px);
  }
}
@media screen and (min-width: 576px) {
  .header__btn {
    margin-bottom: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.header__btn:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.header__btn > img {
  width: 100%;
}
.header__logo {
  font-size: clamp(14px, 24 / 1100 * 100vw, 24px);
  letter-spacing: calc(clamp(14px, 24 / 1100 * 100vw, 24px) / 10);
  padding-left: clamp(8px, (5 * 3.2 / 1100) * 100vw, 5px);
  padding-top: clamp(16px, (20 * 2 / 1100) * 100vw, 20px);
  padding-bottom: clamp(16px, (20 * 2 / 1100) * 100vw, 20px);
  pointer-events: auto;
}
@media screen and (min-width: 1100px) {
  .header__logo {
    font-size: 24px;
  }
}
@media screen and (min-width: 576px) {
  .header__logo {
    padding-top: min(calc((20 / 1100) * 100vw), 20px);
  }
}
@media screen and (min-width: 576px) {
  .header__logo {
    padding-bottom: min(calc((20 / 1100) * 100vw), 20px);
  }
}
.header__nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  gap: clamp(16px, (70 * 2 / 1100) * 100vw, 70px);
  padding-left: clamp(16px, (40 * 2 / 1100) * 100vw, 40px);
  pointer-events: none;
}
@media screen and (min-width: 576px) {
  .header__nav {
    gap: min(calc((70 / 1100) * 100vw), 70px);
  }
}
@media screen and (min-width: 576px) {
  .header__nav {
    padding-left: min(calc((40 / 1100) * 100vw), 40px);
  }
}
@media screen and (max-width: calc(1100px - 1px)) {
  .header__nav {
    gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
  }
}
@media screen and (max-width: calc(1100px - 1px)) and (min-width: 576px) {
  .header__nav {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}
@media screen and (max-width: calc(1100px - 1px)) and (max-width: calc(768px - 1px)) {
  .header__nav {
    gap: clamp(8px, (0 * 3.2 / 1100) * 100vw, 0px);
  }
}
.header__cv {
  position: fixed;
  right: clamp(16px, (25 * 2 / 1100) * 100vw, 25px);
  bottom: clamp(16px, (25 * 2 / 1100) * 100vw, 25px);
  max-width: 30vw;
  pointer-events: auto;
}
@media screen and (min-width: 576px) {
  .header__cv {
    right: min(calc((25 / 1100) * 100vw), 25px);
  }
}
@media screen and (min-width: 576px) {
  .header__cv {
    bottom: min(calc((25 / 1100) * 100vw), 25px);
  }
}
.header__cv > a {
  display: grid;
  justify-items: center;
}
.header__cv-text {
  font-size: clamp(14px, 18 / 1100 * 100vw, 18px);
  letter-spacing: calc(clamp(14px, 18 / 1100 * 100vw, 18px) / 10);
}
@media screen and (min-width: 1100px) {
  .header__cv-text {
    font-size: 18px;
  }
}

.index-sec01 {
  background-image: url("../images/top/bg01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100svh;
}
.index-sec01__inner {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  padding-top: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  padding-bottom: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .index-sec01__inner {
    padding-top: min(calc((100 / 1100) * 100vw), 100px);
  }
}
@media screen and (min-width: 576px) {
  .index-sec01__inner {
    padding-bottom: min(calc((100 / 1100) * 100vw), 100px);
  }
}
@media screen and (min-width: 576px) {
  .index-sec01__inner {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.index-sec01__body {
  display: grid;
  justify-items: center;
  gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
}
@media screen and (min-width: 576px) {
  .index-sec01__body {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}
.index-sec02 {
  background-image: url("../images/top/bg02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100svh;
}
.index-sec02__inner {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  padding-top: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  padding-bottom: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .index-sec02__inner {
    padding-top: min(calc((100 / 1100) * 100vw), 100px);
  }
}
@media screen and (min-width: 576px) {
  .index-sec02__inner {
    padding-bottom: min(calc((100 / 1100) * 100vw), 100px);
  }
}
@media screen and (min-width: 576px) {
  .index-sec02__inner {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.index-sec02__body {
  display: grid;
  justify-items: center;
  gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
}
@media screen and (min-width: 576px) {
  .index-sec02__body {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}
.index-sec03 {
  background-image: url("../images/top/bg03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100svh;
}
.index-sec03__inner {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  padding-top: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  padding-bottom: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .index-sec03__inner {
    padding-top: min(calc((100 / 1100) * 100vw), 100px);
  }
}
@media screen and (min-width: 576px) {
  .index-sec03__inner {
    padding-bottom: min(calc((100 / 1100) * 100vw), 100px);
  }
}
@media screen and (min-width: 576px) {
  .index-sec03__inner {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.index-sec03__body {
  display: grid;
  justify-items: center;
  gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
}
@media screen and (min-width: 576px) {
  .index-sec03__body {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}
.index-sec04 {
  background-image: url("../images/top/bg04.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100svh;
}
.index-sec04__inner {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  padding-top: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  padding-bottom: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .index-sec04__inner {
    padding-top: min(calc((100 / 1100) * 100vw), 100px);
  }
}
@media screen and (min-width: 576px) {
  .index-sec04__inner {
    padding-bottom: min(calc((100 / 1100) * 100vw), 100px);
  }
}
@media screen and (min-width: 576px) {
  .index-sec04__inner {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.index-sec04__body {
  display: grid;
  justify-items: center;
  gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
}
@media screen and (min-width: 576px) {
  .index-sec04__body {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}
.index-sec02__swiper {
  width: 100%;
}
.index-sec02__slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-sec02__slide::before {
  position: absolute;
  left: 0;
  width: 28%;
  height: 100%;
}
.index-sec02__slide::after {
  position: absolute;
  right: 0;
  width: 28%;
  height: 100%;
}
.index-sec02__img {
  position: relative;
}
.index-sec02__img > img {
  transition: 1s;
}
.index-sec02__img > img:nth-child(2) {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 0%;
}
.index-sec02__img:hover > img:nth-child(1) {
  opacity: 0;
}
.index-sec02__img:hover > img:nth-child(2) {
  opacity: 1 !important;
}
.index-sec02__thumbnail {
  pointer-events: none;
}
.index-sec02 .swiper-button-prev:after {
  color: white;
}
.index-sec02 .swiper-button-next:after {
  color: white;
}
.index-sec03__list {
  width: 100%;
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .index-sec03__list {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}

.witchs {
  position: relative;
}
.witchs::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/common/bg_top.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.witchs::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/common/bg_bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.witchs-hl {
  font-size: clamp(18px, 46 / 1100 * 100vw, 46px);
  letter-spacing: calc(clamp(18px, 46 / 1100 * 100vw, 46px) / 10);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 700;
  color: #9E876E;
  line-height: 1.7;
}
@media screen and (min-width: 1100px) {
  .witchs-hl {
    font-size: 46px;
  }
}
.witchs__inner {
  background-image: url("../images/common/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 150px;
  padding-bottom: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
}
@media screen and (min-width: 576px) {
  .witchs__inner {
    padding-bottom: min(calc((100 / 1100) * 100vw), 100px);
  }
}
@media screen and (min-width: 576px) {
  .witchs__inner {
    gap: min(calc((100 / 1100) * 100vw), 100px);
  }
}
.witchs__inner > * {
  position: relative;
  z-index: 1;
}
.witchs__body {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  display: grid;
  gap: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
}
@media screen and (min-width: 576px) {
  .witchs__body {
    gap: min(calc((100 / 1100) * 100vw), 100px);
  }
}
.witchs-sec01__inner {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .witchs-sec01__inner {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.witchs-sec01__body {
  display: grid;
  justify-items: center;
  gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
}
@media screen and (min-width: 576px) {
  .witchs-sec01__body {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}
.witchs-sec02__inner {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .witchs-sec02__inner {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.witchs-sec02__body {
  display: grid;
  justify-items: center;
  gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
}
@media screen and (min-width: 576px) {
  .witchs-sec02__body {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}
.witchs-sec03__inner {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .witchs-sec03__inner {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.witchs-sec03__body {
  display: grid;
  justify-items: center;
  gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
}
@media screen and (min-width: 576px) {
  .witchs-sec03__body {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}
.witchs-sec04__inner {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .witchs-sec04__inner {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.witchs-sec04__body {
  display: grid;
  justify-items: center;
  gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
}
@media screen and (min-width: 576px) {
  .witchs-sec04__body {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}
.witchs-sec01__text {
  color: #fff;
}
.witchs-sec01 .text-wrapper {
  text-align: center;
}
.witchs-sec02__body {
  color: #fff;
}
.witchs-sec02__emphasis {
  font-size: clamp(14px, 24 / 1100 * 100vw, 24px);
  letter-spacing: calc(clamp(14px, 24 / 1100 * 100vw, 24px) / 10);
}
@media screen and (min-width: 1100px) {
  .witchs-sec02__emphasis {
    font-size: 24px;
  }
}
.witchs-sec02 .text-wrapper {
  text-align: center;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .witchs-sec02 .text-wrapper {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.witchs-sec02__img {
  position: relative;
}
.witchs-sec02__img > img[data-img=hover] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 2s;
}
.witchs-sec02__img > img[data-img=base] {
  opacity: 1;
  transition: 2s;
}
.witchs-sec02__img:hover > img[data-img=hover] {
  opacity: 1;
}
.witchs-sec02__img:hover > img[data-img=base] {
  opacity: 0;
}
.witchs-sec03 {
  margin-top: clamp(8px, (-30 * 3.2 / 1100) * 100vw, -30px);
}
.witchs-sec03__body {
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .witchs-sec03__body {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.witchs-sec03__text {
  text-align: left;
  color: #fff;
}
.witchs-sec03__textWrapper {
  gap: clamp(8px, (10 * 3.2 / 1100) * 100vw, 10px);
}

.teller {
  position: relative;
}
.teller::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/common/bg_top.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.teller::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/common/bg_bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.teller__inner {
  background-image: url("../images/common/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 150px;
  padding-bottom: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
}
@media screen and (min-width: 576px) {
  .teller__inner {
    padding-bottom: min(calc((100 / 1100) * 100vw), 100px);
  }
}
@media screen and (min-width: 576px) {
  .teller__inner {
    gap: min(calc((100 / 1100) * 100vw), 100px);
  }
}
.teller__inner > * {
  position: relative;
  z-index: 1;
}
.teller__body {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  display: grid;
  gap: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
}
@media screen and (min-width: 576px) {
  .teller__body {
    gap: min(calc((100 / 1100) * 100vw), 100px);
  }
}
.teller-sec01__inner {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .teller-sec01__inner {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.teller-sec01__body {
  display: grid;
  justify-items: center;
  gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
}
@media screen and (min-width: 576px) {
  .teller-sec01__body {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}
.teller-sec02__inner {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .teller-sec02__inner {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.teller-sec02__body {
  display: grid;
  justify-items: center;
  gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
}
@media screen and (min-width: 576px) {
  .teller-sec02__body {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}
.teller-sec03__inner {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .teller-sec03__inner {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.teller-sec03__body {
  display: grid;
  justify-items: center;
  gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
}
@media screen and (min-width: 576px) {
  .teller-sec03__body {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}
.teller-sec04__inner {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .teller-sec04__inner {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.teller-sec04__body {
  display: grid;
  justify-items: center;
  gap: clamp(16px, (60 * 2 / 1100) * 100vw, 60px);
}
@media screen and (min-width: 576px) {
  .teller-sec04__body {
    gap: min(calc((60 / 1100) * 100vw), 60px);
  }
}

.contact {
  width: 1100px;
  max-width: 95vw;
  margin: auto;
  padding: 60px 0 80px;
  display: grid;
  gap: 50px;
}
.contact-sec01__inner {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .contact-sec01__inner {
    gap: 60px;
  }
}
.contact-sec02__inner {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .contact-sec02__inner {
    gap: 60px;
  }
}
.contact-sec03__inner {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .contact-sec03__inner {
    gap: 60px;
  }
}
.contact-sec04__inner {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .contact-sec04__inner {
    gap: 60px;
  }
}
.contact-sec05__inner {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .contact-sec05__inner {
    gap: 60px;
  }
}
.contact-sec06__inner {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .contact-sec06__inner {
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 60px 0 100px;
    gap: 100px;
  }
}
.contact__inner {
  display: grid;
  gap: 40px;
}
.contact__body {
  display: grid;
  gap: 40px;
}
.contact-check__btn {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .contact-check__btn {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.news {
  position: relative;
}
.news::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/common/bg_top.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.news::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/common/bg_bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.news__inner {
  background-image: url("../images/common/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 150px;
  padding-bottom: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
}
@media screen and (min-width: 576px) {
  .news__inner {
    padding-bottom: min(calc((100 / 1100) * 100vw), 100px);
  }
}
@media screen and (min-width: 576px) {
  .news__inner {
    gap: min(calc((100 / 1100) * 100vw), 100px);
  }
}
.news__inner > * {
  position: relative;
  z-index: 1;
}
.news__body {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  display: grid;
  gap: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
}
@media screen and (min-width: 576px) {
  .news__body {
    gap: min(calc((100 / 1100) * 100vw), 100px);
  }
}
.news-breadCrumb {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: clamp(8px, (15 * 3.2 / 1100) * 100vw, 15px);
       column-gap: clamp(8px, (15 * 3.2 / 1100) * 100vw, 15px);
  cursor: default;
}
.news-article {
  text-align: left;
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .news-article {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.news-article__title {
  font-size: clamp(18px, 32 / 1100 * 100vw, 32px);
  letter-spacing: calc(clamp(18px, 32 / 1100 * 100vw, 32px) / 10);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .news-article__title {
    font-size: 32px;
  }
}
.news-article .content-time {
  font-size: clamp(14px, 14 / 1100 * 100vw, 14px);
  letter-spacing: calc(clamp(14px, 14 / 1100 * 100vw, 14px) / 10);
  color: #fff;
  border-bottom: solid 1px #9E876E;
  padding-bottom: clamp(16px, (20 * 2 / 1100) * 100vw, 20px);
}
@media screen and (min-width: 1100px) {
  .news-article .content-time {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) {
  .news-article .content-time {
    padding-bottom: min(calc((20 / 1100) * 100vw), 20px);
  }
}
.news-article__content {
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
  color: #fff;
}
@media screen and (min-width: 576px) {
  .news-article__content {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}
.news-article__btn {
  margin: auto;
}

.privacy {
  position: relative;
}
.privacy::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/common/bg_top.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.privacy::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/common/bg_bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.privacy__inner {
  background-image: url("../images/common/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 150px;
  padding-bottom: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
}
@media screen and (min-width: 576px) {
  .privacy__inner {
    padding-bottom: min(calc((100 / 1100) * 100vw), 100px);
  }
}
@media screen and (min-width: 576px) {
  .privacy__inner {
    gap: min(calc((100 / 1100) * 100vw), 100px);
  }
}
.privacy__inner > * {
  position: relative;
  z-index: 1;
}
.privacy__body {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  display: grid;
  gap: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  color: #fff;
}
@media screen and (min-width: 576px) {
  .privacy__body {
    gap: min(calc((100 / 1100) * 100vw), 100px);
  }
}
.privacy__hl {
  font-size: clamp(18px, 20 / 1100 * 100vw, 20px);
  letter-spacing: calc(clamp(18px, 20 / 1100 * 100vw, 20px) / 10);
  margin-bottom: clamp(16px, (20 * 2 / 1100) * 100vw, 20px);
}
@media screen and (min-width: 1100px) {
  .privacy__hl {
    font-size: 20px;
  }
}
@media screen and (min-width: 576px) {
  .privacy__hl {
    margin-bottom: min(calc((20 / 1100) * 100vw), 20px);
  }
}
.privacy__container {
  display: grid;
  gap: clamp(16px, (30 * 2 / 1100) * 100vw, 30px);
}
@media screen and (min-width: 576px) {
  .privacy__container {
    gap: min(calc((30 / 1100) * 100vw), 30px);
  }
}

.error {
  position: relative;
}
.error::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/common/bg_top.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.error::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/common/bg_bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.error__inner {
  background-image: url("../images/common/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 150px;
  padding-bottom: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
}
@media screen and (min-width: 576px) {
  .error__inner {
    padding-bottom: min(calc((100 / 1100) * 100vw), 100px);
  }
}
@media screen and (min-width: 576px) {
  .error__inner {
    gap: min(calc((100 / 1100) * 100vw), 100px);
  }
}
.error__inner > * {
  position: relative;
  z-index: 1;
}
.error__body {
  width: clamp(min(960px, 90%), 68.75vw, 1100px);
  margin: auto;
  text-align: center;
  display: grid;
  gap: clamp(16px, (100 * 2 / 1100) * 100vw, 100px);
}
@media screen and (min-width: 576px) {
  .error__body {
    gap: min(calc((100 / 1100) * 100vw), 100px);
  }
}
.error__text {
  color: #fff;
}
