@charset "UTF-8"; /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}
body {
  font-family: inherit;
  line-height: inherit;
}
*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
hr {
  border-top-width: 1px;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:-moz-focusring {
  outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
::after,
::before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x))
    translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
    skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
    scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0;
}
.right-0 {
  right: 0;
}
.left-0 {
  left: 0;
}
.top-0 {
  top: 0;
}
.z-0 {
  z-index: 0;
}
.z-30 {
  z-index: 30;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-20 {
  z-index: 20;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.order-3 {
  order: 3;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-screen {
  height: 100vh;
}
.h-full {
  height: 100%;
}
.h-12 {
  height: 3rem;
}
.w-full {
  width: 100%;
}
.flex-grow {
  flex-grow: 1;
}
.transform {
  transform: var(--tw-transform);
}
.cursor-pointer {
  cursor: pointer;
}
.list-disc {
  list-style-type: disc;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.pl-4 {
  padding-left: 1rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.v-bgcolor-acc-red {
  background-color: #af0904;
}
.v-color-acc-red {
  color: #af0904;
}
.v-bgcolor-acc-blue {
  background-color: #2c0771;
}
.v-color-acc-blue {
  color: #2c0771;
}
.v-bgcolor-bg {
  background-color: #fff;
}
.v-color-bg {
  color: #fff;
}
.v-bgcolor-font {
  background-color: #000;
}
.v-color-font {
  color: #000;
}
.v-bgcolor-link {
  background-color: #000;
}
.v-color-link {
  color: #000;
}
.v-font-sans-serif {
  font-family: "Yu Gothic", "Helvetica Neue", Helvetica, "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
}
.v-font-serif {
  font-family: "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN",
    "MS PMincho", serif;
}
.v-font-baskerville {
  font-family: "Libre Baskerville", "Times New Roman", serif;
}
.v-font-PlayfairDisplay {
  font-family: PlayfairDisplay, serif;
}
@font-face {
  font-display: swap;
  font-family: "Libre Baskerville";
  font-weight: 400;
  src: url(/assets/etc/fonts/baskerville/LibreBaskerville-Regular.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/etc/fonts/baskerville/LibreBaskerville-Italic.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Libre Baskerville";
  font-weight: 700;
  src: url(/assets/etc/fonts/baskerville/LibreBaskerville-Bold.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: PlayfairDisplay;
  font-weight: 400;
  src: url(/assets/etc/fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf)
    format("truetype");
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  height: -webkit-fill-available;
}
body {
  font-weight: 400;
  font-family: "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN",
    "MS PMincho", serif;
  color: #000;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizeLegibility;
  background: #fff no-repeat;
  word-wrap: break-word;
  font-size: 16;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
a {
  text-decoration: underline;
}
.cm {
  box-sizing: border-box;
  background: repeating-linear-gradient(
    45deg,
    rgba(245, 245, 245, 0.1),
    rgba(245, 245, 245, 0.1) 10px,
    rgba(136, 136, 136, 0.2) 0,
    rgba(136, 136, 136, 0.2) 20px
  );
  border: solid 1px rgba(68, 68, 68, 0.2);
}
.com_transition {
  transition: all 0.3s ease;
}
.com_hover-action {
  transition: all 0.2s ease;
}
.com_hover-action:hover {
  opacity: 0.7;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-block {
    display: block;
  }
  .ie-hidden {
    display: none;
  }
}
.is-sp {
  display: none;
}
@media only screen and (min-width: 428px) {
  .is-sp {
    display: block;
  }
}
.is-maxsp {
  display: none;
}
@media only screen and (max-width: 428px) {
  .is-maxsp {
    display: block;
  }
}
.is-sptb {
  display: none;
}
@media only screen and (min-width: 428px) and (max-width: 599px) {
  .is-sptb {
    display: block;
  }
}
.is-tb {
  display: none;
}
@media only screen and (min-width: 600px) {
  .is-tb {
    display: block;
  }
}
.is-maxtb {
  display: none;
}
@media only screen and (max-width: 599px) {
  .is-maxtb {
    display: block;
  }
}
.is-tbpc {
  display: none;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .is-tbpc {
    display: block;
  }
}
.is-pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .is-pc {
    display: block;
  }
}
.is-maxpc {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .is-maxpc {
    display: block;
  }
}
.is-sm {
  display: none;
}
@media only screen and (min-width: 640px) {
  .is-sm {
    display: block;
  }
}
.is-maxsm {
  display: none;
}
@media only screen and (max-width: 639px) {
  .is-maxsm {
    display: block;
  }
}
.is-smmd {
  display: none;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .is-smmd {
    display: block;
  }
}
.is-md {
  display: none;
}
@media only screen and (min-width: 768px) {
  .is-md {
    display: block;
  }
}
.is-maxmd {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-maxmd {
    display: block;
  }
}
.is-mdlg {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .is-mdlg {
    display: block;
  }
}
.is-lg {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .is-lg {
    display: block;
  }
}
.is-maxlg {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .is-maxlg {
    display: block;
  }
}
.is-lgxl {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .is-lgxl {
    display: block;
  }
}
.is-xl {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .is-xl {
    display: block;
  }
}
.is-maxxl {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .is-maxxl {
    display: block;
  }
}
.is-xlwide {
  display: none;
}
@media only screen and (min-width: 1280px) and (max-width: 1535px) {
  .is-xlwide {
    display: block;
  }
}
.is-maxwide {
  display: none;
}
@media only screen and (max-width: 1535px) {
  .is-maxwide {
    display: block;
  }
}
.is-wide {
  display: none;
}
@media only screen and (min-width: 1536px) {
  .is-wide {
    display: block;
  }
}
.is-print {
  display: none;
}
@media print {
  .is-print {
    display: block;
  }
}
.c-object-coverIE {
  font-family: "object-fit: cover;";
}
.com_h .h1,
.com_h h1 {
  display: flex;
  align-items: center;
  background-color: #424242;
  color: #fff;
  padding: 0.75rem;
  padding-left: 1.5rem;
  border-bottom-width: 2px;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}
.com_h .h2,
.com_h h2 {
  color: #424242;
  box-shadow: 2px 2px 0 0 #000;
  border-width: 1px;
  border-color: #000;
  padding: 0.5rem;
  padding-left: 1rem;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.com_h .h3,
.com_h h3 {
  border-bottom: dashed 1px #a0aec0;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.com_h .h3::before,
.com_h h3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 50%;
  border-top: solid 1.5rem #3182ce;
}
.com_h .h3,
.com_h .h4,
.com_h .h5,
.com_h .h6,
.com_h h3,
.com_h h4,
.com_h h5,
.com_h h6 {
  color: #424242;
  font-size: 1.4rem;
  line-height: 1.75rem;
  font-weight: 700;
  position: relative;
}
.com_h .h4,
.com_h h4 {
  font-size: 1.1rem;
  line-height: 1.65rem;
  margin-bottom: 0.5rem;
  border-bottom: dashed 1px #a0aec0;
}
.com_h .h5,
.com_h h5 {
  font-size: 1rem;
  line-height: 1.6rem;
  margin-bottom: 0.25rem;
}
.com_h .h6,
.com_h h6 {
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.com_pc-vw-pl {
  padding-left: 5.35714vw;
}
.com_pc-vw-pr {
  padding-right: 5.35714vw;
}
.com_sp-vw-pl {
  padding-left: 4.66667vw;
}
.com_sp-vw-pr {
  padding-right: 4.66667vw;
}
.com_pc-vw-px {
  padding-left: 5.35714vw;
  padding-right: 5.35714vw;
}
.com_sp-vw-px {
  padding-left: 4.66667vw;
  padding-right: 4.66667vw;
}
.com_vw-px {
  padding-left: 4.66667vw;
  padding-right: 4.66667vw;
}
@media only screen and (min-width: 600px) {
  .com_vw-px {
    padding-left: 5.35714vw;
    padding-right: 5.35714vw;
  }
}
@media only screen and (max-width: 1023px) {
  .com_vw-px.sp_w-full {
    padding-left: 0;
    padding-right: 0;
  }
}
.com_sec-pb {
  padding-bottom: 14.13333vw;
}
@media only screen and (min-width: 600px) {
  .com_sec-pb {
    padding-bottom: 9.28571vw;
  }
}
.com_sec-title {
  font-family: PlayfairDisplay, serif;
  font-size: 14.66667vw;
  line-height: 14.66667vw;
}
.com_sec-title span {
  height: 13.2vw;
}
@media only screen and (min-width: 1024px) {
  .com_sec-title {
    font-size: 6.54762vw;
    line-height: 8.33333vw;
  }
  .com_sec-title span {
    height: 6.72619vw;
  }
}
.com_hr {
  border: none;
  background-color: #e6e6e6;
  height: 1px;
  margin-top: -1.33333vw;
}
@media only screen and (min-width: 1024px) {
  .com_hr {
    margin-top: -1.4881vw;
  }
}
.vertical-writing {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
[multiple],
[type="date"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
[multiple]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
select:focus,
textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty); /*!*/ /*!*/
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  border-color: #2563eb;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  color-adjust: unset;
}
[type="checkbox"],
[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}
[type="checkbox"] {
  border-radius: 0;
}
[type="radio"] {
  border-radius: 100%;
}
[type="checkbox"]:focus,
[type="radio"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty); /*!*/ /*!*/
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
[type="checkbox"]:checked,
[type="radio"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type="checkbox"]:checked:focus,
[type="checkbox"]:checked:hover,
[type="radio"]:checked:focus,
[type="radio"]:checked:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type="checkbox"]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type="checkbox"]:indeterminate:focus,
[type="checkbox"]:indeterminate:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type="file"] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type="file"]:focus {
  outline: 1px auto -webkit-focus-ring-color;
}
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  background-color: #fff;
  padding: 1rem;
  padding-top: 0.5rem;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__header {
  display: flex;
  align-items: center;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}
.modal__close {
  background: 0 0;
  border: 0;
}
.modal__header .modal__close:before {
  content: "\2715";
}
.modal__content {
  margin-top: 0.5rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__content img {
  width: 50vh;
}
.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}
.modal__btn:focus,
.modal__btn:hover {
  transform: scale(1.05);
}
.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.out_index .sec_hero > .inner {
  height: -webkit-fill-available;
}
.out_index .sec_hero > .inner .el_r-flower {
  transform: translate(8.53333vw, 12vw);
  width: 30.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_hero > .inner .el_r-flower {
    transform: translate(3.80952vw, 7.55952vw);
    width: 22.67857vw;
  }
}
.out_index .sec_hero > .inner .out_oneline-info .out_main {
  width: 100%;
  padding: 6.66667vw 4.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_hero > .inner .out_oneline-info .out_main {
    width: 50%;
    padding: 2.97619vw;
  }
}
.out_index .sec_hero > .inner .out_oneline-info .out_main .out_date {
  font-size: 2.66667vw;
  margin-right: 2.38095vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_hero > .inner .out_oneline-info .out_main .out_date {
    font-size: 15px;
  }
}
.out_index .sec_hero > .inner .out_oneline-info .out_main .out_text {
  font-size: 2.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_hero > .inner .out_oneline-info .out_main .out_text {
    font-size: 16px;
  }
}
.out_index .sec_hero > .inner .out_oneline-info .out_main .out_view-more {
  font-size: 2.66667vw;
  margin-left: 1.19048vw;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.out_index .sec_hero > .inner .out_oneline-info .out_main .out_view-more:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_hero > .inner .out_oneline-info .out_main .out_view-more {
    font-size: 1.07143vw;
  }
}
.out_index
  .sec_hero
  > .inner
  .out_oneline-info
  .out_main
  .out_view-more
  .el_text-more {
  margin-right: 0.47619vw;
}
.out_index .sec_hero > .inner .out_oneline-info .out_main .out_view-more a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.out_index .sec_hero > .inner .out_oneline-info .out_blank {
  width: 4.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_hero > .inner .out_oneline-info .out_blank {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .out_index .sec_hero > .inner .out_hero-title {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
}
.out_index .sec_hero > .inner .out_hero-title .el_logo {
  padding-bottom: 1.66667vw;
}
.out_index .sec_hero > .inner .out_hero-title .el_logo h1 {
  font-size: 3.57143vw;
  line-height: 3.09524vw;
}
.out_index .sec_hero > .inner .out_hero-title .el_logo p {
  font-size: 1.36905vw;
}
@media only screen and (max-width: 1023px) {
  .out_index .sec_hero > .inner .out_hero-title .el_logo h1 {
    font-size: 13.73333vw;
    line-height: 13.33333vw;
  }
  .out_index .sec_hero > .inner .out_hero-title .el_logo p {
    font-size: 5.33333vw;
  }
}
.out_index .sec_hero > .inner .out_hero-title .out_title-menu {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 3.57143vw;
}
@media only screen and (max-width: 1023px) {
  .out_index .sec_hero > .inner .out_hero-title .out_title-menu p {
    font-size: 4.26667vw;
    line-height: 12.53333vw;
  }
}
.out_index .sec_hero > .inner .out_l {
  width: 35%;
}
.out_index .sec_hero > .inner .out_l .out_leftbar {
  width: 5.35714vw;
}
.out_index
  .sec_hero
  > .inner
  .out_l
  .out_leftbar
  .out_main
  .el_socialbtn-lists
  li:not(:last-child) {
  margin-bottom: 1.78571vw;
}
.out_index
  .sec_hero
  > .inner
  .out_l
  .out_leftbar
  .out_main
  .out_scroll
  .el_line {
  width: 1px;
  height: 18vh;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_hero
    > .inner
    .out_l
    .out_leftbar
    .out_main
    .out_scroll
    .el_line {
    height: 20vh;
  }
}
@media only screen and (min-width: 1280px) {
  .out_index
    .sec_hero
    > .inner
    .out_l
    .out_leftbar
    .out_main
    .out_scroll
    .el_line {
    height: 18vh;
  }
}
@media only screen and (min-width: 1536px) {
  .out_index
    .sec_hero
    > .inner
    .out_l
    .out_leftbar
    .out_main
    .out_scroll
    .el_line {
    height: 16vh;
  }
}
.out_index
  .sec_hero
  > .inner
  .out_l
  .out_leftbar
  .out_main
  .out_scroll
  .el_text {
  font-size: 14px;
  padding-top: 2vh;
  padding-bottom: 7vh;
}
.out_index .sec_hero > .inner .out_l .out_leftbar .out_blank {
  height: 7.14286vw;
}
.out_index .sec_hero > .inner .out_r {
  width: 100%;
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_hero > .inner .out_r {
    width: 65%;
    padding-bottom: 3.57143vw;
  }
}
.out_index .sec_hero > .inner .out_r .inner {
  background: url(/assets/images/hero_main-images.jpg) no-repeat center
    center/cover;
  padding-top: 4.7619vw;
  padding-right: 5.35714vw;
}
.out_index .sec_hero > .inner .out_r .swiper-container-hero {
  padding-bottom: 3.57143vw;
}
.out_index .sec_hero > .inner .out_r .swiper-container-hero .swiper-pagination {
  bottom: 30.66667vw;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_hero
    > .inner
    .out_r
    .swiper-container-hero
    .swiper-pagination {
    left: initial;
    width: initial;
    bottom: 5.95238vw;
    right: 2.97619vw;
  }
  .out_index
    .sec_hero
    > .inner
    .out_r
    .swiper-container-hero
    .swiper-pagination {
    display: inline-block;
  }
}
.out_index .sec_hero > .inner .out_r .swiper-container-hero .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.out_index
  .sec_hero
  > .inner
  .out_r
  .swiper-container-hero
  .swiper-pagination-bullet {
  width: 4vw;
  height: 2px;
  background: #fff;
  opacity: 1;
}
.out_index
  .sec_hero
  > .inner
  .out_r
  .swiper-container-hero
  .swiper-pagination-bullet-active {
  background: #af0904;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_hero
    > .inner
    .out_r
    .swiper-container-hero
    .swiper-pagination-bullet {
    width: 1.19048vw;
  }
}
@media only screen and (max-width: 1023px) {
  .out_index .sec_hero > .inner .out_r .out_sp-props {
    background-color: #af0904;
    padding: 0vw 4.66667vw;
    height: 0;
    transition: all 0.3s ease-in-out;
  }
}
.out_index .sec_hero > .inner .out_r .out_sp-props.is-active {
  padding: 10vw 4.66667vw;
  height: 100%;
}
@media only screen and (min-width: 640px) {
  .out_index .sec_hero > .inner .out_r .out_sp-props.is-active {
    padding: 3.33333vw 4.66667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_hero > .inner .out_r .out_sp-props.is-active {
    padding: 0;
    height: 0;
  }
}
.out_index .sec_hero > .inner .out_r .out_course-menu-lists {
  text-shadow: -1px 0 4px rgba(0, 0, 0, 0.19);
}
.out_index .sec_hero > .inner .out_r .out_course-menu-lists li {
  margin-right: 0;
  margin-bottom: 3.33333vw;
  position: relative;
  display: flex;
}
@media only screen and (min-width: 640px) {
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists li {
    margin-bottom: 2vw;
  }
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists li {
    margin-right: 2.08333vw;
  }
}
.out_index .sec_hero > .inner .out_r .out_course-menu-lists li a {
  text-decoration: none;
  margin-right: 0.83333vw;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.out_index .sec_hero > .inner .out_r .out_course-menu-lists li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1023px) {
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists li a {
    margin-right: 0;
    margin-bottom: 4.66667vw;
  }
}
.out_index .sec_hero > .inner .out_r .out_course-menu-lists li .out_menuname {
  padding-bottom: 4.66667vw;
  display: inline-block;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists li .out_menuname {
    padding-bottom: 1.33333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists li .out_menuname {
    padding-bottom: 0vw;
  }
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists li .out_menuname {
    flex-direction: row;
  }
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists li .out_menuname {
    align-items: flex-start;
  }
}
.out_index .sec_hero > .inner .out_r .out_course-menu-lists .el_course-name {
  -ms-writing-mode: initial;
  writing-mode: initial;
  font-size: 4vw;
  margin-right: 1.33333vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists .el_course-name {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    margin-right: 0;
  }
}
.out_index .sec_hero > .inner .out_r .out_course-menu-lists .el_course-name-en {
  -ms-writing-mode: initial;
  writing-mode: initial;
  line-height: 0.26667vw;
  font-size: 2.93333vw;
  font-style: italic;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_hero
    > .inner
    .out_r
    .out_course-menu-lists
    .el_course-name-en {
    line-height: 1.36905vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists .el_line {
    width: 2.66667vw;
    height: 1px;
  }
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists .el_line {
    position: absolute;
  }
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists .el_line {
    bottom: 0;
  }
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists .el_line {
    left: 0;
  }
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists .el_line {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists .el_line {
    width: 1px;
    height: 0.59524vw;
    left: -0.83333vw;
  }
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists .el_line {
    position: absolute;
  }
  .out_index .sec_hero > .inner .out_r .out_course-menu-lists .el_line {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }
}
.out_index .sec_hero > .inner .out_r .out_socialbtn {
  padding-top: 5.33333vw;
  font-size: 4vw;
}
.out_index .sec_hero > .inner .out_r .out_socialbtn li:not(:last-child) {
  margin-right: 7.46667vw;
}
.out_index .sec_hero > .inner .out_r .out_humbtn {
  transition: all 0.2s;
  background: rgba(225, 50, 45, 0);
  width: 16vw;
  height: 16vw;
  top: 0;
  right: 0;
}
.out_index .sec_hero > .inner .out_r .out_humbtn.is-active {
  background: #af0904;
}
.out_index .sec_hero > .inner .out_r .out_humbtn .el__mobile-nav-btn {
  transform: translateY(-16%);
}
.out_index
  .sec_hero
  > .inner
  .out_r
  .out_humbtn
  .el__mobile-nav-btn
  .icon__hamburger,
.out_index
  .sec_hero
  > .inner
  .out_r
  .out_humbtn
  .el__mobile-nav-btn
  .icon__hamburger::after,
.out_index
  .sec_hero
  > .inner
  .out_r
  .out_humbtn
  .el__mobile-nav-btn
  .icon__hamburger::before {
  width: 6.66667vw;
  height: 2px;
  display: inline-block;
  background-color: #fff;
}
.out_index
  .sec_hero
  > .inner
  .out_r
  .out_humbtn
  .el__mobile-nav-btn
  .icon__hamburger::after,
.out_index
  .sec_hero
  > .inner
  .out_r
  .out_humbtn
  .el__mobile-nav-btn
  .icon__hamburger::before {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.out_index
  .sec_hero
  > .inner
  .out_r
  .out_humbtn
  .el__mobile-nav-btn
  .icon__hamburger::before {
  top: -1.06667vw;
}
.out_index
  .sec_hero
  > .inner
  .out_r
  .out_humbtn
  .el__mobile-nav-btn
  .icon__hamburger::after {
  top: 1.06667vw;
}
.out_index .sec_hero > .inner .out_r .out_humbtn .checkbox {
  display: none;
}
.out_index
  .sec_hero
  > .inner
  .out_r
  .out_humbtn
  .el__mobile-nav-btn
  .icon__hamburger {
  background-color: transparent;
}
.out_index
  .sec_hero
  > .inner
  .out_r
  .out_humbtn
  .checkbox:checked
  + .el__mobile-nav-btn
  .icon__hamburger::before {
  top: 0;
  transform: rotate(135deg);
}
.out_index
  .sec_hero
  > .inner
  .out_r
  .out_humbtn
  .checkbox:checked
  + .el__mobile-nav-btn
  .icon__hamburger::after {
  top: 0;
  transform: rotate(-135deg);
}
.out_index .sec_hero > .inner .out_r .out_humbtn .checkbox:checked .nav {
  display: block;
  height: 2000px;
  color: red;
}
.out_index .sec_about .out_top {
  padding-top: 13.73333vw;
  padding-bottom: 44.93333vw;
}
.out_index .sec_about .out_top > .inner {
  line-height: 7.73333vw;
  font-size: 3.73333vw;
}
.out_index .sec_about .out_top > .inner .el_deco-fish-l {
  transform: translate(-15.2vw, 30.53333vw);
  width: 38.93333vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_about .out_top > .inner .el_deco-fish-l {
    transform: translate(-18.80952vw, 2.20238vw);
    width: 17.38095vw;
  }
  .out_index .sec_about .out_top > .inner {
    font-size: 16px;
    line-height: 3.57143vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media only screen and (max-width: 1023px) {
  .out_index .sec_about .out_top > .inner {
    padding-left: 4.66667vw;
    padding-right: 4.66667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_about .out_top {
    padding-top: 5.95238vw;
    padding-bottom: 5.95238vw;
  }
}
.out_index .sec_about .out_bottom {
  background: linear-gradient(
    180deg,
    #fff 0,
    #fff 16%,
    #f7f3ed 16%,
    #f7f3ed 100%
  );
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_about .out_bottom {
    background: linear-gradient(
      180deg,
      #fff 0,
      #fff 30%,
      #f7f3ed 30%,
      #f7f3ed 100%
    );
  }
}
.out_index .sec_about .out_bottom > .inner {
  padding-right: 4.66667vw;
  padding-left: 4.66667vw;
  padding-bottom: 11.33333vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_about .out_bottom > .inner {
    padding-right: 5.05952vw;
    padding-left: 5.05952vw;
    padding-bottom: 4.46429vw;
  }
  .out_index .sec_about .out_bottom .out_thumb-lists {
    gap: 2.85714vw;
  }
}
.out_index .sec_about .out_bottom .out_thumb-lists li {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_about .out_bottom .out_thumb-lists li {
    width: 24.40476vw;
  }
}
@media only screen and (max-width: 1023px) {
  .out_index .sec_about .out_bottom .out_thumb-lists li:not(:last-child) {
    padding-bottom: 9.33333vw;
  }
}
.out_index .sec_about .out_bottom .out_thumb-lists li .el_play-btn {
  display: none;
}
.out_index .sec_about .out_bottom .out_thumb-lists li.com_movie .el_coming {
  display: none;
}
.out_index .sec_about .out_bottom .out_thumb-lists li.com_movie .el_play-btn {
  display: block;
}
.out_index .sec_about .out_bottom .out_thumb-lists li img {
  width: 100%;
}
.out_index .sec_about .out_bottom .out_thumb-lists li .el_coming {
  text-decoration: none;
  font-family: "Libre Baskerville", "Times New Roman", serif;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6.13333vw;
  position: absolute;
  font-style: italic;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_about .out_bottom .out_thumb-lists li .el_coming {
    font-size: 1.66667vw;
    top: 35%;
  }
}
.out_index .sec_about .out_bottom .out_thumb-lists li .el_play-btn {
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.out_index .sec_about .out_bottom .out_thumb-lists li dl {
  margin-top: 3.33333vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_about .out_bottom .out_thumb-lists li dl {
    margin-top: 1.4881vw;
  }
}
.out_index .sec_about .out_bottom .out_thumb-lists li dl dt {
  font-size: 0.95238vw;
}
.out_index .sec_about .out_bottom .out_thumb-lists li dl dt .el_date {
  font-size: 3.2vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_about .out_bottom .out_thumb-lists li dl dt .el_date {
    font-size: 15px;
  }
}
.out_index .sec_about .out_bottom .out_thumb-lists li dl dt .el_title {
  font-size: 3.46667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_about .out_bottom .out_thumb-lists li dl dt .el_title {
    font-size: 15px;
  }
}
.out_index .sec_about .out_bottom .out_thumb-lists li dl dt .el_date,
.out_index .sec_about .out_bottom .out_thumb-lists li dl dt .el_title {
  display: inline-block;
  font-family: "Libre Baskerville", "Times New Roman", serif;
}
.out_index .sec_about .out_bottom .out_thumb-lists li dl dt .el_line {
  display: inline-block;
  margin: 0 2.53333vw;
  font-size: 3.46667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_about .out_bottom .out_thumb-lists li dl dt .el_line {
    margin: 0 0.89286vw;
    font-size: 0.89286vw;
  }
}
.out_index .sec_about .out_bottom .out_thumb-lists li dl dd {
  font-size: 3.73333vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_about .out_bottom .out_thumb-lists li dl dd {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .out_index .modal__container {
    margin-top: 5vh;
    margin-bottom: 5vh;
    max-height: 90vh;
  }
  .out_index .modal__container video {
    max-width: initial;
    height: 80vh;
  }
  .out_index .modal__container .modal__close {
    outline: 0;
  }
}
.out_index .sec_news .out_news {
  padding: 7.73333vw 0 0;
}
.out_index .sec_news .out_news .el_deco-bird-r {
  transform: translate(-8.8vw, -9.33333vw);
  width: 13.6vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_news .out_news .el_deco-bird-r {
    transform: translate(-1.90476vw, -8.39286vw);
    width: 8.63095vw;
  }
  .out_index .sec_news .out_news {
    padding: 5.95238vw 11.90476vw 3.9881vw 11.90476vw;
  }
}
.out_index .sec_news .out_news li > .inner {
  padding-bottom: 42px;
  border-bottom: 1px solid #e6e6e6;
}
.out_index .sec_news .out_news li:not(:first-child) {
  padding-top: 2.5vw;
}
.out_index .sec_news .out_news li:nth-of-type(2) {
  padding-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_news .out_news li:nth-of-type(2) {
    padding-left: 5.95238vw;
    margin-right: -5.95238vw;
  }
}
.out_index .sec_news .out_news li:nth-of-type(3) {
  padding-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_news .out_news li:nth-of-type(3) {
    padding-left: 11.90476vw;
    margin-right: -11.90476vw;
  }
}
.out_index .sec_news .out_news p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 5.86667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_news .out_news p {
    font-size: 2.2619vw;
  }
}
@media only screen and (max-width: 1023px) {
  .out_index .sec_news .out_news p {
    padding-left: 7.46667vw;
  }
}
.out_index .sec_profile .out_profile .el_deco-fish-l {
  transform: translate(4.66667vw, -15.73333vw);
  width: 18.8vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_profile .out_profile .el_deco-fish-l {
    transform: translate(8.39286vw, -9.7619vw);
    width: 8.39286vw;
  }
}
.out_index .sec_profile .out_profile .el_profile-title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-top: 5.95238vw;
  font-size: 2.2619vw;
}
.out_index .sec_profile .out_profile .out_profile-text {
  width: 100%;
  font-size: 2.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_profile .out_profile .out_profile-text {
    width: 68.45238vw;
    font-size: 14px;
  }
}
.out_index .sec_profile .out_profile .out_profile-text > .inner {
  padding: 5.95238vw 5.35714vw 85.33333vw 15.47619vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_profile .out_profile .out_profile-text > .inner {
    padding: 5.95238vw 17.2619vw 5.95238vw 15.47619vw;
  }
}
.out_index .sec_profile .out_profile .out_profile-text > .inner h3 {
  font-size: 4.53333vw;
  line-height: 4vw;
  padding-bottom: 6vw;
}
.out_index .sec_profile .out_profile .out_profile-text > .inner h4 {
  font-size: 4.53333vw;
  padding-bottom: 3.46667vw;
  line-height: 1.33333vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_profile .out_profile .out_profile-text > .inner h4 {
    font-size: 2.2619vw;
    padding-bottom: 1.60714vw;
  }
}
.out_index .sec_profile .out_profile .out_profile-text > .inner p {
  font-size: 3.73333vw;
  line-height: 6.26667vw;
  padding-bottom: 4vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_profile .out_profile .out_profile-text > .inner p {
    font-size: 0.83333vw;
    padding-bottom: 1.60714vw;
    line-height: 1.60714vw;
  }
}
.out_index .sec_profile .out_profile .out_profile-text > .inner dd,
.out_index .sec_profile .out_profile .out_profile-text > .inner dt {
  font-size: 2.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_profile .out_profile .out_profile-text > .inner dd,
  .out_index .sec_profile .out_profile .out_profile-text > .inner dt {
    font-size: 0.83333vw;
  }
}
.out_index .sec_profile .out_profile .out_profile-text > .inner dd {
  line-height: 4.8vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_profile .out_profile .out_profile-text > .inner dd {
    line-height: 1.60714vw;
  }
}
.out_index
  .sec_profile
  .out_profile
  .out_profile-text
  > .inner
  dd:not(:last-child) {
  padding-bottom: 0.89286vw;
}
.out_index .sec_profile .out_profile .out_profile-text .el_profile-img {
  bottom: 78.93333vw;
  left: -6vw;
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.3));
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_profile .out_profile .out_profile-text .el_profile-img {
    top: 5.95238vw;
    left: -14.34524vw;
    bottom: initial;
  }
}
.out_index
  .sec_profile
  .out_profile
  .out_profile-text
  .el_profile-img
  .el_profile-img-name {
  bottom: -96vw;
  right: -8.93333vw;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_profile
    .out_profile
    .out_profile-text
    .el_profile-img
    .el_profile-img-name {
    top: 5.17857vw;
    left: -2.20238vw;
    bottom: initial;
  }
}
.out_index
  .sec_profile
  .out_profile
  .out_profile-text
  .el_profile-img
  .el_profile-img-name
  .el_full,
.out_index
  .sec_profile
  .out_profile
  .out_profile-text
  .el_profile-img
  .el_profile-img-name
  .el_name {
  display: inline-block;
}
.out_index
  .sec_profile
  .out_profile
  .out_profile-text
  .el_profile-img
  .el_profile-img-name
  .el_full {
  font-size: 4.4vw;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_profile
    .out_profile
    .out_profile-text
    .el_profile-img
    .el_profile-img-name
    .el_full {
    font-size: 1.30952vw;
  }
}
.out_index
  .sec_profile
  .out_profile
  .out_profile-text
  .el_profile-img
  .el_profile-img-name
  .el_name {
  font-size: 10.4vw;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_profile
    .out_profile
    .out_profile-text
    .el_profile-img
    .el_profile-img-name
    .el_name {
    font-size: 3.09524vw;
  }
}
.out_index .sec_profile .out_profile .out_profile-text .el_profile-img img {
  width: 87.6vw;
  transform: translateY(100%);
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_profile .out_profile .out_profile-text .el_profile-img img {
    width: 26.19048vw;
    transform: translateY(0);
  }
}
.out_index .sec_salons > .inner .el_deco-flower-l {
  transform: translate(-11.06667vw, 19.33333vw);
  width: 24.4vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_salons > .inner .el_deco-flower-l {
    transform: translate(-5.05952vw, 5.35714vw);
    width: 22.67857vw;
  }
}
.out_index .sec_salons .el_sec-title {
  margin-top: 56vw;
  padding: 0;
  margin-bottom: 1.36905vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_salons .el_sec-title {
    margin-top: 15.17857vw;
  }
}
.out_index .sec_salons .out_sec-title .el_sec-subtitle {
  font-size: 1.54762vw;
  padding-bottom: 3.57143vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_salons .out_sec-title .el_sec-subtitle {
    font-size: 16px;
  }
}
.out_index
  .sec_salons
  .out_storeinfo
  .el_storeinfo-lists
  > li:not(:last-child) {
  padding-bottom: 4.88095vw;
}
.out_index
  .sec_salons
  .out_storeinfo
  .el_storeinfo-lists
  .out_image
  .out_bottom {
  padding-left: 4.66667vw;
  padding-top: 4.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_salons
    .out_storeinfo
    .el_storeinfo-lists
    .out_image
    .out_bottom {
    padding-left: 5.35714vw;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.out_index .sec_salons .out_storeinfo .el_storeinfo-lists .out_image address {
  font-size: 3.2vw;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_salons .out_storeinfo .el_storeinfo-lists .out_image address {
    font-size: 16px;
  }
}
.out_index .sec_salons .out_storeinfo .el_storeinfo-lists .out_image .el_tel {
  font-weight: 600;
}
.out_index
  .sec_salons
  .out_storeinfo
  .el_storeinfo-lists
  .out_map
  .out_top
  iframe {
  width: 100%;
  height: 63.06667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_salons
    .out_storeinfo
    .el_storeinfo-lists
    .out_map
    .out_top
    iframe {
    height: 28.21429vw;
  }
}
.out_index .sec_salons .out_storeinfo .el_storeinfo-lists .out_map .out_bottom {
  padding: 4.66667vw 0 5.33333vw 4.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_salons
    .out_storeinfo
    .el_storeinfo-lists
    .out_map
    .out_bottom {
    padding: 2.67857vw 0 2.67857vw 2.67857vw;
  }
}
.out_index
  .sec_salons
  .out_storeinfo
  .el_storeinfo-lists
  .out_map
  .out_bottom
  .el_japanese {
  margin-right: 1.33333vw;
  font-size: 4vw;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_salons
    .out_storeinfo
    .el_storeinfo-lists
    .out_map
    .out_bottom
    .el_japanese {
    font-size: 1.78571vw;
  }
}
.out_index
  .sec_salons
  .out_storeinfo
  .el_storeinfo-lists
  .out_map
  .out_bottom
  .el_alphabet {
  font-size: 2.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_salons
    .out_storeinfo
    .el_storeinfo-lists
    .out_map
    .out_bottom
    .el_alphabet {
    font-size: 1.07143vw;
  }
}
.out_index
  .sec_salons
  .out_storeinfo
  .el_storeinfo-lists
  .out_map
  .out_bottom
  .el_tel {
  font-weight: 600;
}
.out_index
  .sec_salons
  .out_storeinfo
  .el_storeinfo-lists
  .out_map
  .out_bottom
  .el_deco-red-box {
  width: 2.66667vw;
  height: 0.11905vw;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_salons
    .out_storeinfo
    .el_storeinfo-lists
    .out_map
    .out_bottom
    .el_deco-red-box {
    left: 2.67857vw;
    transform: translateX(0);
  }
}
.out_index .sec_cources .out_cources .el_deco-cloud-r {
  transform: translate(-4.66667vw, -6.93333vw);
  width: 18.26667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_cources .out_cources .el_deco-cloud-r {
    transform: translate(2.20238vw, -5.11905vw);
    width: 12.79762vw;
  }
}
.out_index .sec_cources .out_cources .el_deco-cloud-l {
  transform: translate(4.66667vw, 6.93333vw);
  width: 18.26667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_cources .out_cources .el_deco-cloud-l {
    transform: translate(-2.38095vw, 3.45238vw);
    width: 12.79762vw;
  }
  .out_index .sec_cources .out_cources {
    padding-left: 11.90476vw;
    padding-right: 11.90476vw;
  }
}
.out_index .sec_cources .out_top {
  padding-top: 6.13333vw;
  padding-bottom: 21.33333vw;
  padding-left: 4.66667vw;
  padding-right: 4.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_cources .out_top {
    padding-top: 4.7619vw;
    padding-bottom: 2.14286vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.out_index .sec_cources .out_top .el_sec-subtitle {
  font-size: 3.46667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_cources .out_top .el_sec-subtitle {
    font-size: 0.95238vw;
  }
}
.out_index .sec_cources .out_bottom > .inner {
  padding-top: 6.66667vw;
  padding-bottom: 6.66667vw;
  padding-left: 4.66667vw;
  padding-right: 4.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_cources .out_bottom > .inner {
    padding-top: 2.08333vw;
    padding-bottom: 5.95238vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.out_index .sec_cources .out_bottom h3 {
  font-size: 3.46667vw;
  padding-bottom: 4vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_cources .out_bottom h3 {
    font-size: 0.95238vw;
    padding-bottom: 0.89286vw;
  }
}
.out_index .sec_cources .out_bottom .out_option-lists {
  font-size: 2.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_cources .out_bottom .out_option-lists {
    font-size: 0.77381vw;
  }
}
.out_index .sec_cources .out_bottom .out_option-lists li {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
@media only screen and (max-width: 1023px) {
  .out_index .sec_cources .out_bottom .out_option-lists li:not(:last-child) {
    border-top-width: 1px;
  }
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_cources .out_bottom .out_option-lists li:first-child {
    border-left-width: 1px;
  }
}
.out_index .sec_cources .out_bottom .out_option-lists li > .inner {
  padding: 4vw 1.33333vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_cources .out_bottom .out_option-lists li > .inner {
    padding: 0.35714vw 0.59524vw;
  }
  .out_index .sec_cources .out_bottom .out_option-lists li {
    width: 25%;
  }
  .out_index .sec_cources .out_bottom .out_option-lists li {
    border-right-width: 1px;
  }
}
.out_index
  .sec_cources
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.out_index
  .sec_cources
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: initial;
}
.out_index .sec_cources .swiper-container .swiper-wrapper {
  margin-top: 5.33333vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_cources .swiper-container .swiper-wrapper {
    margin-top: 4.16667vw;
  }
}
.out_index .sec_cources .swiper-container img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.out_index .sec_cources .swiper-container .swiper-pagination {
  top: 0;
  padding-left: 4.66667vw;
}
.out_index .sec_cources .swiper-container .swiper-slide > .inner {
  padding-left: 4.66667vw;
  padding-right: 4.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_cources .swiper-container .swiper-slide > .inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.out_index .sec_cources .swiper-container .swiper-pagination {
  transform: translateY(-24vw);
  margin-bottom: 209.86667vw;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .out_index .sec_cources .swiper-container .swiper-pagination {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_cources .swiper-container .swiper-pagination {
    transform: translateY(-5.35714vw);
    margin-bottom: 2.08333vw;
  }
}
.out_index
  .sec_cources
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet,
.out_index .sec_cources .swiper-container .swiper-pagination li {
  width: 0;
  height: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  flex-grow: 1;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .out_index
    .sec_cources
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet,
  .out_index .sec_cources .swiper-container .swiper-pagination li {
    padding-bottom: 0 !important;
  }
}
.out_index
  .sec_cources
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet
  .el_line2
  i,
.out_index .sec_cources .swiper-container .swiper-pagination li .el_line2 i {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.out_index
  .sec_cources
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet-active
  .el_line2
  i,
.out_index
  .sec_cources
  .swiper-container
  .swiper-pagination
  li-active
  .el_line2
  i {
  opacity: 1;
}
.out_index
  .sec_cources
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet:hover,
.out_index .sec_cources .swiper-container .swiper-pagination li:hover {
  opacity: 0.8;
}
.out_index
  .sec_cources
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet
  > .inner,
.out_index .sec_cources .swiper-container .swiper-pagination li > .inner {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.out_index
  .sec_cources
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet:not(:last-child)
  > .inner,
.out_index
  .sec_cources
  .swiper-container
  .swiper-pagination
  li:not(:last-child)
  > .inner {
  margin-right: 4.53333vw;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_cources
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet:not(:last-child)
    > .inner,
  .out_index
    .sec_cources
    .swiper-container
    .swiper-pagination
    li:not(:last-child)
    > .inner {
    margin-right: 1.4881vw;
  }
}
@media only screen and (max-width: 1023px) {
  .out_index
    .sec_cources
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet,
  .out_index .sec_cources .swiper-container .swiper-pagination li {
    padding-bottom: 2.66667vw;
  }
  .out_index
    .sec_cources
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet,
  .out_index .sec_cources .swiper-container .swiper-pagination li {
    width: 33.333333%;
  }
  .out_index
    .sec_cources
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet,
  .out_index .sec_cources .swiper-container .swiper-pagination li {
    flex-grow: 0;
  }
}
.out_index
  .sec_cources
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet
  .el_line1,
.out_index .sec_cources .swiper-container .swiper-pagination li .el_line1 {
  font-size: 3.0vw;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_cources
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet
    .el_line1,
  .out_index .sec_cources .swiper-container .swiper-pagination li .el_line1 {
    font-size: 1.13095vw;
  }
}
.out_index
  .sec_cources
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet
  .el_line2,
.out_index .sec_cources .swiper-container .swiper-pagination li .el_line2 {
  font-size: 2.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_cources
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet
    .el_line2,
  .out_index .sec_cources .swiper-container .swiper-pagination li .el_line2 {
    font-size: 1.07143vw;
  }
}
.out_index .sec_cources .swiper-container .swiper-button-next,
.out_index .sec_cources .swiper-container .swiper-button-prev {
  padding: 8.26667vw 4.66667vw;
  top: 20vh;
  color: #fff;
  background-color: #2c0771;
}
.out_index .sec_cources .swiper-container .swiper-button-prev {
  left: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.out_index .sec_cources .swiper-container .swiper-button-next {
  right: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.out_index .sec_cources .swiper-container .swiper-button-next:after,
.out_index .sec_cources .swiper-container .swiper-button-prev:after,
.out_index .sec_cources .swiper-container .swiper-rtl .swiper-button-next:after,
.out_index
  .sec_cources
  .swiper-container
  .swiper-rtl
  .swiper-button-prev:after {
  display: none;
}
.out_index .sec_faq .out_faq {
  padding: 8vw 0 0 0;
}
.out_index .sec_faq .out_faq .el_sec-title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 5.86667vw;
  height: 600px;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_faq .out_faq .el_sec-title {
    font-size: 2.2619vw;
  }
  .out_index .sec_faq .out_faq {
    padding: 4.7619vw 11.90476vw 0 11.90476vw;
  }
}
.out_index .sec_faq .out_faq-detail {
  padding-right: 13.33333vw;
}
.out_index .sec_faq .out_faq-detail:not(:last-child) {
  padding-bottom: 9.33333vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_faq .out_faq-detail:not(:last-child) {
    padding-bottom: 4.7619vw;
  }
  .out_index .sec_faq .out_faq-detail {
    padding-right: 9.52381vw;
  }
}
.out_index .sec_faq .out_faq-detail .el_deco-red-box {
  width: 2.66667vw;
  height: 0.26667vw;
  left: 1.33333vw;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_faq .out_faq-detail .el_deco-red-box {
    width: 1.19048vw;
    height: 0.11905vw;
    left: 0.59524vw;
    transform: translateX(0);
  }
}
.out_index .sec_faq .out_faq-detail .el_faq-title {
  font-size: 4.26667vw;
  padding: 4.4vw 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_faq .out_faq-detail .el_faq-title {
    font-size: 1.30952vw;
    padding: 1.78571vw 0 0.59524vw 0;
  }
}
.out_index .sec_faq .out_faq-detail .out_faq-lists li > .inner {
  padding: 5.06667vw 0;
  border-bottom: solid 1px #d8d8d8;
  padding-left: 7.5vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_faq .out_faq-detail .out_faq-lists li > .inner {
    padding: 2.5vw 0;
    padding-left: 3.33333vw;
  }
}
.out_index .sec_faq .out_faq-detail .out_faq-lists li > .inner .el_q {
  padding-right: 5.73333vw;
  font-size: 3.46667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_faq .out_faq-detail .out_faq-lists li > .inner .el_q {
    padding-right: 3.57143vw;
    font-size: 18px;
  }
}
.out_index .sec_faq .out_faq-detail .out_faq-lists li > .inner .el_q::before {
  content: "Q";
  font-family: "Libre Baskerville", "Times New Roman", serif;
  font-weight: 600;
  font-size: 3.46667vw;
  margin-left: -7.46667vw;
  padding-right: 2.13333vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_faq .out_faq-detail .out_faq-lists li > .inner .el_q::before {
    font-size: 1.19048vw;
    margin-left: -3.33333vw;
    padding-right: 0.95238vw;
  }
}
.out_index
  .sec_faq
  .out_faq-detail
  .out_faq-lists
  li
  > .inner
  .el_q
  span::before {
  content: "|";
  font-family: "Libre Baskerville", "Times New Roman", serif;
  font-size: 3.46667vw;
  padding-right: 2.13333vw;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_faq
    .out_faq-detail
    .out_faq-lists
    li
    > .inner
    .el_q
    span::before {
    font-size: 16px;
    padding-right: 0.95238vw;
  }
}
.out_index .sec_faq .out_faq-detail .out_faq-lists li > .inner .el_a {
  height: 0;
  opacity: 0;
  font-size: 3.46667vw;
  margin-left: -7.46667vw;
  font-family: "Yu Gothic", "Helvetica Neue", Helvetica, "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_faq .out_faq-detail .out_faq-lists li > .inner .el_a {
    font-size: 16px;
    margin-left: 0;
  }
}
.out_index .sec_faq .out_faq-detail .out_faq-lists li > .inner .el_a.is-active {
  height: 100%;
  padding-top: 3.6vw;
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_faq
    .out_faq-detail
    .out_faq-lists
    li
    > .inner
    .el_a.is-active {
    padding-top: 1.60714vw;
  }
}
.out_index
  .sec_faq
  .out_faq-detail
  .out_faq-lists
  li
  > .inner
  .fas.fa-chevron-down,
.out_index
  .sec_faq
  .out_faq-detail
  .out_faq-lists
  li
  > .inner
  .fas.fa-chevron-up {
  font-size: 3.2vw;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_faq
    .out_faq-detail
    .out_faq-lists
    li
    > .inner
    .fas.fa-chevron-down,
  .out_index
    .sec_faq
    .out_faq-detail
    .out_faq-lists
    li
    > .inner
    .fas.fa-chevron-up {
    font-size: 1.07143vw;
  }
}
.out_index .sec_contact .el_deco-flower-l {
  transform: translate(-10.66667vw, 1.33333vw);
  width: 24vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_contact .el_deco-flower-l {
    transform: translate(-6.84524vw, -4.04762vw);
    width: 22.67857vw;
  }
}
.out_index .sec_contact .el_deco-fish-r {
  transform: translate(-10.66667vw, 4.26667vw);
  width: 28vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_contact .el_deco-fish-r {
    transform: translate(-4.16667vw, -2.97619vw);
    width: 33.15476vw;
  }
}
.out_index .sec_contact .el_sec-title {
  padding-right: 14vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_contact .el_sec-title {
    padding-right: 0;
  }
}
.out_index .sec_contact .out_contact .out_contact-form {
  width: 81.33333vw;
  padding: 7.46667vw 4.66667vw 7.46667vw 4.66667vw;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_contact .out_contact .out_contact-form {
    width: 68.45%;
    padding: 6.54762vw 8.75vw 6.54762vw 17.2619vw;
  }
}
.out_index .sec_contact .out_contact .out_contact-form p {
  font-size: 3.46667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_contact .out_contact .out_contact-form p {
    font-size: 0.95238vw;
  }
}
.out_index .sec_contact .out_contact .out_contact-title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 18.66667vw;
  padding-top: 5.95238vw;
  padding-right: 4.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_contact .out_contact .out_contact-title {
    width: 31.55%;
    padding-right: 12.85714vw;
  }
}
.out_index .sec_contact .out_contact .out_contact-title .el_title {
  font-size: 5.86667vw;
  margin-left: 0;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_contact .out_contact .out_contact-title .el_title {
    font-size: 2.2619vw;
    margin-left: 2.14286vw;
  }
}
.out_index .sec_contact .out_contact .out_contact-title .is-lg p {
  font-size: 16px;
  margin-left: 2.14286vw;
}
.out_index .sec_contact .out_contact .out_contact-title .is-maxlg {
  height: 173.33333vw;
}
.out_index .sec_contact .out_contact .out_contact-title .is-maxlg .out_top {
  padding-bottom: 4vw;
}
.out_index .sec_contact .out_contact .out_contact-title .is-maxlg p {
  font-size: 3.46667vw;
}
.out_index .sec_contact .out_contact .out_contact-form form {
  font-family: "Yu Gothic", "Helvetica Neue", Helvetica, "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
}
.out_index .sec_contact .out_contact .out_contact-form form fieldset {
  margin-top: 4vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_contact .out_contact .out_contact-form form fieldset {
    margin-top: 1.19048vw;
  }
}
.out_index .sec_contact .out_contact .out_contact-form form legend {
  font-size: 3.46667vw;
  font-family: "Yu Gothic", "Helvetica Neue", Helvetica, "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_contact .out_contact .out_contact-form form legend {
    font-size: 0.95238vw;
  }
}
.out_index .sec_contact .out_contact .out_contact-form form .el_required {
  font-size: 2.66667vw;
  margin-left: 2.93333vw;
  margin-bottom: 1.86667vw;
  padding: 1.2vw 2.13333vw;
  background-color: #af0904;
  border-radius: 0.375rem;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_contact .out_contact .out_contact-form form .el_required {
    font-size: 0.65476vw;
    margin-left: 0.59524vw;
    margin-bottom: 0.59524vw;
    padding: 0.29762vw 0.59524vw;
  }
}
.out_index .sec_contact .out_contact .out_contact-form form select {
  border: none;
  border-radius: 0.375rem;
}
.out_index .sec_contact .out_contact .out_contact-form form select option {
  color: #000;
}
.out_index .sec_contact .out_contact .out_contact-form form input[type="text"] {
  border: none;
  color: #000;
  border-radius: 0.375rem;
}
.out_index
  .sec_contact
  .out_contact
  .out_contact-form
  form
  .el_furigana
  input[type="text"],
.out_index
  .sec_contact
  .out_contact
  .out_contact-form
  form
  .el_name
  input[type="text"],
.out_index
  .sec_contact
  .out_contact
  .out_contact-form
  form
  .el_reservation
  input[type="text"] {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_contact
    .out_contact
    .out_contact-form
    form
    .el_furigana
    input[type="text"],
  .out_index
    .sec_contact
    .out_contact
    .out_contact-form
    form
    .el_name
    input[type="text"],
  .out_index
    .sec_contact
    .out_contact
    .out_contact-form
    form
    .el_reservation
    input[type="text"] {
    width: 19.04762vw;
  }
}
.out_index
  .sec_contact
  .out_contact
  .out_contact-form
  form
  .el_mail
  input[type="text"] {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_contact
    .out_contact
    .out_contact-form
    form
    .el_mail
    input[type="text"] {
    width: 42.2619vw;
  }
}
.out_index
  .sec_contact
  .out_contact
  .out_contact-form
  form
  .el_storename
  label {
  margin-right: 2.38095vw;
  font-size: 3.46667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_contact
    .out_contact
    .out_contact-form
    form
    .el_storename
    label {
    font-size: 0.95238vw;
  }
}
.out_index
  .sec_contact
  .out_contact
  .out_contact-form
  form
  .el_storename
  input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.out_index
  .sec_contact
  .out_contact
  .out_contact-form
  form
  .el_storename
  input[type="radio"]
  + span:before {
  content: "";
  background-color: #a3bec3;
  box-shadow: inset 0 0 0 4px #fff;
  border-radius: 100%;
  display: inline-block;
  width: 5.33333vw;
  height: 5.33333vw;
  position: relative;
  top: 0.66667vw;
  margin-right: 1.86667vw;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_contact
    .out_contact
    .out_contact-form
    form
    .el_storename
    input[type="radio"]
    + span:before {
    width: 1.30952vw;
    height: 1.30952vw;
    top: 0.17857vw;
    margin-right: 0.59524vw;
  }
}
.out_index
  .sec_contact
  .out_contact
  .out_contact-form
  form
  .el_storename
  input[type="radio"]:checked
  + span:before {
  background-color: #af0904;
  box-shadow: inset 0 0 0 4px #fff;
}
.out_index .sec_contact .out_contact .out_contact-form form .el_submit {
  padding-top: 4vw;
}
@media only screen and (min-width: 1024px) {
  .out_index .sec_contact .out_contact .out_contact-form form .el_submit {
    padding-top: 2.97619vw;
  }
}
.out_index .sec_contact .out_contact .out_contact-form form .el_submit button {
  transition: all 0.2s ease-in-out;
  opacity: 1;
  font-size: 3.46667vw !important;
  padding: 1.33333vw 4vw;
}
.out_index
  .sec_contact
  .out_contact
  .out_contact-form
  form
  .el_submit
  button:hover {
  opacity: 0.8;
  background-color: #af0904;
}
@media only screen and (min-width: 1024px) {
  .out_index
    .sec_contact
    .out_contact
    .out_contact-form
    form
    .el_submit
    button {
    padding: 0.59524vw 1.78571vw;
    font-size: 1.19048vw !important;
  }
}
.out_index footer .out_notes {
  background-color: #f7f3ed;
  padding: 6.66667vw 6.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index footer .out_notes {
    padding: 3.86905vw 11.90476vw;
  }
}
.out_index footer .out_notes h4 {
  font-size: 3.46667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index footer .out_notes h4 {
    font-size: 18px;
  }
}
.out_index footer .out_notes p,
.out_index footer .out_notes ul {
  font-size: 2.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index footer .out_notes p,
  .out_index footer .out_notes ul {
    font-size: 14px;
  }
}
.out_index footer .out_notes ul {
  padding-left: 4.26667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index footer .out_notes ul {
    padding-left: 1.19048vw;
  }
}
.out_index footer .out_notes .out_l > .inner {
  padding-bottom: 5.33333vw;
  border-bottom: #ebe0cf solid 1px;
}
@media only screen and (min-width: 1024px) {
  .out_index footer .out_notes .out_l > .inner {
    padding-right: 4.16667vw;
    padding-bottom: 0;
    border-right: #ebe0cf solid 1px;
    border-bottom: 0;
  }
}
.out_index footer .out_notes .out_r > .inner {
  padding-top: 5.33333vw;
}
@media only screen and (min-width: 1024px) {
  .out_index footer .out_notes .out_r > .inner {
    padding-left: 4.16667vw;
    padding-top: 0;
  }
}
.out_index footer .out_notes .com_title-pb {
  padding-bottom: 4vw;
}
@media only screen and (min-width: 1024px) {
  .out_index footer .out_notes .com_title-pb {
    padding-bottom: 1.4881vw;
  }
}
.out_index footer .out_notes .com_post-pb {
  padding-bottom: 7.33333vw;
}
@media only screen and (min-width: 1024px) {
  .out_index footer .out_notes .com_post-pb {
    padding-bottom: 2.2619vw;
  }
}
.out_index footer .out_bottom > .inner {
  padding: 9.6vw 0 8vw 0;
}
@media only screen and (min-width: 1024px) {
  .out_index footer .out_bottom > .inner {
    padding: 4.7619vw 0;
  }
}
.out_index footer .out_bottom > .inner .out_logo .el_logo {
  font-size: 6.66667vw;
  line-height: 1;
  padding-bottom: 0.53333vw;
}
@media only screen and (min-width: 1024px) {
  .out_index footer .out_bottom > .inner .out_logo .el_logo {
    font-size: 2.02381vw;
    padding-bottom: 0.41667vw;
  }
}
.out_index footer .out_bottom > .inner .out_logo .el_logo-desc {
  font-size: 2.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index footer .out_bottom > .inner .out_logo .el_logo-desc {
    font-size: 0.77381vw;
  }
}
.out_index footer .out_bottom > .inner .out_copyright {
  font-size: 2.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index footer .out_bottom > .inner .out_copyright {
    font-size: 0.89286vw;
  }
}
.out_index footer .out_bottom > .inner .out_socialbtn .el_socialbtn-lists {
  padding: 5.33333vw 0 6vw 0;
}
@media only screen and (min-width: 1024px) {
  .out_index footer .out_bottom > .inner .out_socialbtn .el_socialbtn-lists {
    padding: 0;
  }
}
.out_index
  footer
  .out_bottom
  > .inner
  .out_socialbtn
  .el_socialbtn-lists
  li:not(:last-child) {
  margin-right: 6.66667vw;
}
@media only screen and (min-width: 1024px) {
  .out_index
    footer
    .out_bottom
    > .inner
    .out_socialbtn
    .el_socialbtn-lists
    li:not(:last-child) {
    margin-right: 1.78571vw;
  }
}
@media (max-width: 1023px) {
  .maxlg\:fixed {
    position: fixed;
  }
  .maxlg\:top-0 {
    top: 0;
  }
  .maxlg\:left-0 {
    left: 0;
  }
  .maxlg\:z-30 {
    z-index: 30;
  }
  .maxlg\:h-screen {
    height: 100vh;
  }
  .maxlg\:w-screen {
    width: 100vw;
  }
  .maxlg\:w-full {
    width: 100%;
  }
  .maxlg\:flex-col {
    flex-direction: column;
  }
  .maxlg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .maxlg\:items-center {
    align-items: center;
  }
  .maxlg\:justify-center {
    justify-content: center;
  }
  .maxlg\:overflow-hidden {
    overflow: hidden;
  }
  .maxlg\:text-center {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:flex-none {
    flex: none;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
}
