@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/**
 * Base
 */
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

img,
iframe,
video {
  vertical-align: top;
}

dt {
  font-weight: inherit;
}

small {
  font-size: inherit;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
html.is_locked {
  position: fixed;
  width: 100%;
}

body {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media (max-width: 899px) {
  body {
    min-width: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
 * Layout
 */
.ly_contents {
  overflow: hidden;
}

.ly_container {
  width: auto;
  margin-inline: auto;
}
@media not all and (max-width: 899px) {
  .ly_container {
    max-width: 1180px;
    padding-inline: 50px;
  }
}
@media (max-width: 899px) {
  .ly_container {
    padding-inline: 20px;
  }
}
@media not all and (max-width: 899px) {
  .ly_container__rightAuto {
    max-width: 100%;
    margin-left: max(0px, (100% - 1180px) / 2);
    padding-right: 0;
  }
}
@media (max-width: 899px) {
  .ly_container__spRightAuto {
    padding-right: 0;
  }
}
.ly_container__narrow {
  max-width: 1060px;
}

/**
 * Header
 */
.ly_header {
  width: 100%;
  background-color: #fff;
}
.ly_header_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media not all and (max-width: 899px) {
  .ly_header_head {
    height: 72px;
    padding: 15px 20px;
  }
}
@media (max-width: 899px) {
  .ly_header_head {
    height: 60px;
    padding: 10px 14px;
  }
}
@media (max-width: 899px) {
  .ly_header_logo {
    width: 200px;
  }
}
.ly_header_menu {
  display: flex;
  gap: 13px;
  z-index: 10000;
}
@media not all and (max-width: 899px) {
  .ly_header_menu {
    top: 15px;
    right: 20px;
  }
}
@media not all and (max-width: 899px) {
  .ly_header_menu.is_fixed {
    position: fixed;
  }
}
@media (max-width: 899px) {
  .ly_header_menu.is_fixed .ly_header_navButton {
    position: fixed;
    top: 10px;
    right: 14px;
  }
}
.ly_header_subMenu {
  display: inline-flex;
}
@media not all and (max-width: 899px) {
  .ly_header_subMenu {
    position: relative;
  }
}
@media (max-width: 899px) {
  .ly_header_subMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
@media not all and (max-width: 899px) {
  .ly_header_subMenu:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    border: 1px solid #111;
    border-radius: 100px;
    background-color: #fff;
    z-index: 0;
  }
}
.ly_header_subMenu .inner {
  position: relative;
  display: flex;
  border: 1px solid #111;
  background-color: #fff;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
}
@media not all and (max-width: 899px) {
  .ly_header_subMenu .inner {
    height: 42px;
    border-radius: 100px;
  }
}
@media (max-width: 899px) {
  .ly_header_subMenu .inner {
    width: 100%;
    height: 54px;
    border-radius: 8px 8px 0 0;
  }
}
.ly_header_subMenu .sub {
  display: flex;
  align-items: center;
}
@media not all and (max-width: 899px) {
  .ly_header_subMenu .sub {
    margin-right: -15px;
  }
}
@media (max-width: 899px) {
  .ly_header_subMenu .sub {
    flex-grow: 1;
    margin-right: -10px;
  }
}
.ly_header_subMenu .sub a {
  display: flex;
  align-items: center;
  gap: 5px;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .ly_header_subMenu .sub a {
    padding: 10px 26px 10px 13px;
  }
}
@media (max-width: 899px) {
  .ly_header_subMenu .sub a {
    justify-content: center;
    width: 100%;
    padding: 17px 15px 16px 10px;
  }
}
.ly_header_subMenu .sub a:focus-visible, :where([data-whatintent="mouse"]) .ly_header_subMenu .sub a:hover {
  background-color: #E6E6E6;
}
.ly_header_subMenu .sub a img {
  width: 20px;
  height: auto;
}
.ly_header_subMenu .contact {
  display: flex;
  align-items: center;
  gap: 5px;
  border-left: 1px solid #111;
  background-color: #FFBC64;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .ly_header_subMenu .contact {
    padding: 10px 17px 10px 15px;
    border-radius: 100px;
  }
}
@media (max-width: 899px) {
  .ly_header_subMenu .contact {
    flex-shrink: 0;
    justify-content: center;
    width: calc(50.4% + 10px);
    padding: 15px 18px 15px 18px;
    border-radius: 8px 0 0 0;
  }
}
.ly_header_subMenu .contact:focus-visible, :where([data-whatintent="mouse"]) .ly_header_subMenu .contact:hover {
  color: #fff;
  background-color: #111;
}
.ly_header_subMenu .contact:focus-visible .icon .def, :where([data-whatintent="mouse"]) .ly_header_subMenu .contact:hover .icon .def {
  opacity: 0;
}
.ly_header_subMenu .contact:focus-visible .icon .colored, :where([data-whatintent="mouse"]) .ly_header_subMenu .contact:hover .icon .colored {
  opacity: 1;
}
.ly_header_subMenu .contact .icon {
  position: relative;
  width: 22px;
  height: 22px;
}
.ly_header_subMenu .contact .icon img {
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
.ly_header_subMenu .contact .icon .def {
  opacity: 1;
}
.ly_header_subMenu .contact .icon .colored {
  opacity: 0;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(230deg) brightness(106%) contrast(107%);
}
.ly_header_navButton {
  display: inline-flex;
  position: relative;
}
.ly_header_navButton:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  border: 1px solid #000078;
  background-color: #fff;
  border-radius: 100px;
  z-index: 0;
}
.ly_header_navButton button {
  position: relative;
  display: flex;
  align-items: center;
  height: 42px;
  background-color: #000078;
  border: 1px solid #000078;
  border-radius: 100px;
  color: #fff;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.42857143;
  z-index: 1;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .ly_header_navButton button {
    gap: 11px;
    padding: 10px 23px;
    font-size: 1.4rem;
  }
}
@media (max-width: 899px) {
  .ly_header_navButton button {
    gap: 10px;
    padding: 10px 18px;
    font-size: 1.1rem;
  }
}
.ly_header_navButton button:focus-visible, :where([data-whatintent="mouse"]) .ly_header_navButton button:hover {
  background-color: #fff;
  color: #000078;
}
.ly_header_navButton span {
  position: relative;
  display: block;
  width: 14px;
  height: 6px;
}
.ly_header_navButton span:before, .ly_header_navButton span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}
.ly_header_navButton span:before {
  top: 0;
}
.ly_header_navButton span:after {
  bottom: 0;
}
@media not all and (max-width: 899px) {
  .ly_header.is_active .ly_globalMenu {
    transform: translateX(0);
  }
}
@media (max-width: 899px) {
  .ly_header.is_active .ly_globalMenu {
    opacity: 1;
    visibility: visible;
  }
}
.ly_header.is_active .ly_globalMenu_overlay {
  opacity: 1;
  visibility: visible;
}

.ly_globalMenu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  z-index: 20000;
  overflow-y: auto;
}
@media not all and (max-width: 899px) {
  .ly_globalMenu {
    transform: translateX(100%);
  }
}
@media (max-width: 899px) {
  .ly_globalMenu {
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
.ly_globalMenu_inner {
  min-height: 100dvh;
  background-color: #FBF5DA;
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_inner {
    width: 434px;
    border-radius: 50px 0 0 50px;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_inner {
    width: 100%;
  }
}
.ly_globalMenu_menu {
  background-color: #fff;
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_menu {
    padding: 13px 0 36px;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_menu {
    padding: 14px 0 28px;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_head {
    display: flex;
    justify-content: space-between;
    padding-inline: 20px;
  }
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_close {
    display: flex;
    justify-content: flex-end;
    padding-inline: 25px;
  }
}
.ly_globalMenu_close .inner {
  position: relative;
  display: inline-flex;
}
.ly_globalMenu_close .inner:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  border: 1px solid #000078;
  border-radius: 100px;
  z-index: 0;
}
.ly_globalMenu_close button {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #000078;
  border-radius: 100px;
  background-color: #fff;
  color: #000078;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.42857143;
  z-index: 1;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_close button {
    gap: 8px;
    height: 42px;
    padding: 10px 23px 10px 18px;
    font-size: 1.4rem;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_close button {
    gap: 10px;
    padding: 8px 10px;
    font-size: 1.1rem;
  }
}
.ly_globalMenu_close button:focus-visible, :where([data-whatintent="mouse"]) .ly_globalMenu_close button:hover {
  background-color: #000078;
  color: #fff;
}
.ly_globalMenu_close span {
  position: relative;
  display: block;
  width: 14px;
  height: 6px;
}
.ly_globalMenu_close span:before, .ly_globalMenu_close span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: currentColor;
}
.ly_globalMenu_close span:before {
  transform: translate(-50%, -50%) rotate(30deg);
}
.ly_globalMenu_close span:after {
  transform: translate(-50%, -50%) rotate(-30deg);
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_body {
    padding-inline: 50px;
    margin-top: 8px;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_body {
    padding-inline: 20px;
    margin-top: 13px;
  }
}
.ly_globalMenu_nav li {
  border-bottom: 1px solid currentColor;
}
.ly_globalMenu_nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  font-weight: 700;
  line-height: 1.5;
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_nav li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_nav li a {
    font-size: 1.5rem;
  }
}
.ly_globalMenu_nav li a:focus-visible .icon_arw2, :where([data-whatintent="mouse"]) .ly_globalMenu_nav li a:hover .icon_arw2 {
  -webkit-animation: arwMove 0.3s ease-in-out forwards;
  animation: arwMove 0.3s ease-in-out forwards;
}
.ly_globalMenu_nav li a .el_circle {
  border: none;
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_nav li a .el_circle {
    display: grid;
    place-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_nav li a .el_circle {
    display: grid;
    place-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
}
.ly_globalMenu_nav li a .icon_arw2 {
  width: 10px;
  height: auto;
}
.ly_globalMenu_subNav {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid currentColor;
  border-radius: 8px;
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_subNav {
    margin-top: 30px;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_subNav {
    margin-top: 17px;
  }
}
.ly_globalMenu_subNav li {
  width: 50%;
  border-bottom: 1px dashed currentColor;
  border-right: 1px dashed currentColor;
}
.ly_globalMenu_subNav li:nth-child(2n) {
  border-right: none;
}
.ly_globalMenu_subNav li:nth-child(2n+1):nth-last-child(-n+2) {
  border-bottom: none;
}
.ly_globalMenu_subNav li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  border-bottom: none;
}
.ly_globalMenu_subNav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.49333333;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_subNav li a {
    padding: 13px 0;
    font-size: 1.5rem;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_subNav li a {
    padding: 11px 0;
    font-size: 1.4rem;
  }
}
.ly_globalMenu_subNav li a:focus-visible, :where([data-whatintent="mouse"]) .ly_globalMenu_subNav li a:hover {
  background-color: #111;
  color: #fff;
}
.ly_globalMenu_conversion {
  position: relative;
  margin-top: 20px;
}
.ly_globalMenu_conversion:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid #111;
  border-radius: 100px;
  background-color: #FFBC64;
  z-index: 0;
}
.ly_globalMenu_conversion a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid #111;
  border-radius: 100px;
  background-color: #FFBC64;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_conversion a {
    min-height: 59px;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_conversion a {
    min-height: 51px;
  }
}
.ly_globalMenu_conversion a:focus-visible, :where([data-whatintent="mouse"]) .ly_globalMenu_conversion a:hover {
  background-color: #111;
  color: #fff;
}
.ly_globalMenu_conversion a:focus-visible .icon .def, :where([data-whatintent="mouse"]) .ly_globalMenu_conversion a:hover .icon .def {
  opacity: 0;
}
.ly_globalMenu_conversion a:focus-visible .icon .colored, :where([data-whatintent="mouse"]) .ly_globalMenu_conversion a:hover .icon .colored {
  opacity: 1;
}
.ly_globalMenu_conversion a .icon {
  position: relative;
  width: 22px;
  height: 22px;
}
.ly_globalMenu_conversion a .icon img {
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
.ly_globalMenu_conversion a .icon .def {
  opacity: 1;
}
.ly_globalMenu_conversion a .icon .colored {
  opacity: 0;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(230deg) brightness(106%) contrast(107%);
}
.ly_globalMenu_sub {
  display: grid;
  margin-top: 16px;
}
.ly_globalMenu_button {
  position: relative;
}
.ly_globalMenu_button:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid #111;
  border-radius: 100px;
  background-color: #fff;
  z-index: 0;
}
.ly_globalMenu_button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px;
  border: 1px solid #111;
  border-radius: 100px;
  background-color: #fff;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  transition: background-color 0.3s ease-in-out;
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_button a {
    min-height: 59px;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_button a {
    min-height: 51px;
  }
}
.ly_globalMenu_button a:focus-visible, :where([data-whatintent="mouse"]) .ly_globalMenu_button a:hover {
  background-color: #E6E6E6;
}
.ly_globalMenu_button a img {
  width: 20px;
}
.ly_globalMenu_link {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_link {
    margin-top: 29px;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_link {
    margin-top: 22px;
  }
}
.ly_globalMenu_link li a {
  position: relative;
  display: block;
  padding-bottom: 3px;
  font-weight: 700;
  line-height: 1.49333333;
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_link li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_link li a {
    font-size: 1.3rem;
  }
}
.ly_globalMenu_link li a:focus-visible:before, :where([data-whatintent="mouse"]) .ly_globalMenu_link li a:hover:before {
  transform: scaleX(0);
  transform-origin: right;
}
.ly_globalMenu_link li a:before {
  content: "";
  position: absolute;
  transform-origin: left;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.3s ease-in-out;
}
.ly_globalMenu_link li a .icon {
  margin-left: 8px;
  vertical-align: 1px;
}
.ly_globalMenu_contact {
  display: flex;
  align-items: center;
  border-top: 1px dashed currentColor;
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_contact {
    gap: 22px;
    padding: 32px 40px 24px 50px;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_contact {
    gap: 18px;
    padding: 14px 20px 14px 20px;
  }
}
.ly_globalMenu_contact .hdg {
  font-weight: 700;
  line-height: 1.49333333;
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_contact .hdg {
    font-size: 1.5rem;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_contact .hdg {
    font-size: 1.4rem;
  }
}
.ly_globalMenu_contact dl {
  display: flex;
  border-left: 1px dashed currentColor;
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_contact dl {
    padding-left: 22px;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_contact dl {
    padding: 5px 0 5px 18px;
  }
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_contact dt, .ly_globalMenu_contact dd {
    font-size: 1.5rem;
  }
}
@media (max-width: 899px) {
  .ly_globalMenu_contact dt, .ly_globalMenu_contact dd {
    font-size: 1.3rem;
  }
}
@media not all and (max-width: 899px) {
  .ly_globalMenu_contact dt a.tel, .ly_globalMenu_contact dd a.tel {
    pointer-events: none;
  }
}
.ly_globalMenu_overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(17, 17, 17, 0.3);
  z-index: 19999;
  opacity: 0;
  visibility: hidden;
}

/**
 * Footer
 */
.ly_footer {
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .ly_footer {
    padding: 59px 0 45px;
  }
}
@media (max-width: 899px) {
  .ly_footer {
    padding: 50px 0 90px;
  }
}
.ly_footer_banners {
  display: flex;
}
@media not all and (max-width: 899px) {
  .ly_footer_banners {
    gap: 20px;
  }
}
@media (max-width: 899px) {
  .ly_footer_banners {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media not all and (max-width: 899px) {
  .ly_footer_banner {
    width: calc((100% - 80px) / 5);
  }
}
@media (max-width: 899px) {
  .ly_footer_banner {
    width: calc((100% - 15px) / 2);
  }
}
.ly_footer_banner a {
  display: block;
  border: 1px solid #111;
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .ly_footer_banner a {
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .ly_footer_banner a {
    border-radius: 8px;
  }
}
.ly_footer_banner a:focus-visible img, :where([data-whatintent="mouse"]) .ly_footer_banner a:hover img {
  transform: scale(1.08);
}
.ly_footer_banner img {
  width: 100%;
  aspect-ratio: 200/125;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media not all and (max-width: 899px) {
  .ly_footer_logo {
    margin-top: 50px;
  }
}
@media (max-width: 899px) {
  .ly_footer_logo {
    display: none;
  }
}
.ly_footer_copy {
  font-family: "Montserrat", sans-serif;
}
@media not all and (max-width: 899px) {
  .ly_footer_copy {
    margin-top: 24px;
    font-size: 1.1rem;
  }
}
@media (max-width: 899px) {
  .ly_footer_copy {
    margin-top: 26px;
    font-size: 1rem;
  }
}

/**
 * Block
 */
.bl_contactSect {
  background-color: #FFEA64;
}
@media not all and (max-width: 899px) {
  .bl_contactSect {
    padding: 100px 0 113px;
    border-radius: 80px 80px 0 0;
  }
}
@media (max-width: 899px) {
  .bl_contactSect {
    padding: 70px 0 70px;
    border-radius: 30px 30px 0 0;
  }
}
@media not all and (max-width: 899px) {
  .bl_contactSect .titleArea {
    margin-top: 10px;
  }
}
.bl_contactSect .titleArea .title {
  margin-inline: auto;
}
@media not all and (max-width: 899px) {
  .bl_contactSect .titleArea .title {
    width: 471px;
  }
}
@media (max-width: 899px) {
  .bl_contactSect .titleArea .title {
    width: 326px;
    margin-inline: auto;
  }
}
.bl_contactSect .titleArea .title img {
  width: 100%;
}
@media not all and (max-width: 899px) {
  .bl_contactSect .bodyArea {
    margin-top: 51px;
  }
}
@media (max-width: 899px) {
  .bl_contactSect .bodyArea {
    margin-top: 32px;
  }
}
@media not all and (max-width: 899px) {
  .bl_contactSect .bodyArea .units {
    display: flex;
    gap: 24px;
  }
}
@media not all and (max-width: 899px) {
  .bl_contactSect .bodyArea .unit {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 899px) {
  .bl_contactSect .bodyArea .unit {
    width: 100%;
  }
  .bl_contactSect .bodyArea .unit ~ .unit {
    margin-top: 18px;
  }
}
.bl_contactSect .bodyArea .unit a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .bl_contactSect .bodyArea .unit a {
    height: 110px;
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .bl_contactSect .bodyArea .unit a {
    height: 80px;
    background-color: #fff;
    border: 1px solid #000078;
    border-radius: 8px;
  }
}
.bl_contactSect .bodyArea .unit a:focus-visible, :where([data-whatintent="mouse"]) .bl_contactSect .bodyArea .unit a:hover {
  background-color: #000078;
  color: #fff;
}
@media (max-width: 899px) {
  .bl_contactSect .bodyArea .body {
    position: relative;
  }
  .bl_contactSect .bodyArea .body:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 100%;
    height: 100%;
    border: 1px solid #000078;
    border-radius: 8px;
    background-color: #fff;
    z-index: 0;
  }
}
.bl_contactSect .bodyArea .tel a {
  color: #000078;
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .bl_contactSect .bodyArea .tel a {
    gap: 10px;
    pointer-events: none;
    border: 1px dashed #000078;
    font-size: 3.2rem;
  }
}
@media (max-width: 899px) {
  .bl_contactSect .bodyArea .tel a {
    gap: 3px;
    font-size: 2.8rem;
  }
}
@media not all and (max-width: 899px) {
  .bl_contactSect .bodyArea .tel a span {
    margin-top: 10px;
    font-size: 2rem;
  }
}
@media (max-width: 899px) {
  .bl_contactSect .bodyArea .tel a span {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.bl_contactSect .bodyArea .mail,
.bl_contactSect .bodyArea .line {
  position: relative;
}
@media not all and (max-width: 899px) {
  .bl_contactSect .bodyArea .mail:before,
.bl_contactSect .bodyArea .line:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 100%;
    height: 100%;
    border: 1px solid #000078;
    border-radius: 14px;
    background-color: #fff;
    z-index: 0;
  }
}
.bl_contactSect .bodyArea .mail a,
.bl_contactSect .bodyArea .line a {
  gap: 12px;
  font-weight: 700;
  color: #000078;
  z-index: 1;
}
@media not all and (max-width: 899px) {
  .bl_contactSect .bodyArea .mail a,
.bl_contactSect .bodyArea .line a {
    background-color: #fff;
    border: 1px solid #000078;
    font-size: 2rem;
  }
}
@media (max-width: 899px) {
  .bl_contactSect .bodyArea .mail a,
.bl_contactSect .bodyArea .line a {
    font-size: 1.6rem;
  }
}
@media not all and (max-width: 899px) {
  .bl_contactSect .bodyArea .mail a .icon,
.bl_contactSect .bodyArea .line a .icon {
    margin-top: 2px;
  }
}
@media (max-width: 899px) {
  .bl_contactSect .bodyArea .mail a .icon,
.bl_contactSect .bodyArea .line a .icon {
    width: 1.2em;
    height: auto;
  }
}
.bl_contactSect .bodyArea .mail a .icon .fill {
  fill: currentColor;
}
@media (max-width: 899px) {
  .bl_contactSect .bodyArea .line a .icon {
    width: 1.4em;
  }
}
.bl_contactSect .bodyArea .line a .icon .fill {
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.bl_contactSect .bodyArea .line a:focus-visible .icon .fill, :where([data-whatintent="mouse"]) .bl_contactSect .bodyArea .line a:hover .icon .fill {
  fill: #fff;
}
.bl_contactSect .snsArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media not all and (max-width: 899px) {
  .bl_contactSect .snsArea {
    gap: 32px;
  }
}
@media (max-width: 899px) {
  .bl_contactSect .snsArea {
    flex-direction: column;
    gap: 21px;
  }
}
.bl_contactSect .snsArea .follow {
  position: relative;
  color: #000078;
  font-size: 1.7rem;
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .bl_contactSect .snsArea .follow {
    line-height: 1.8;
  }
}
@media (max-width: 899px) {
  .bl_contactSect .snsArea .follow {
    padding-inline: 8px;
    line-height: 0.82352941;
  }
}
.bl_contactSect .snsArea .follow:before, .bl_contactSect .snsArea .follow:after {
  content: "";
  position: absolute;
}
@media not all and (max-width: 899px) {
  .bl_contactSect .snsArea .follow:before, .bl_contactSect .snsArea .follow:after {
    left: 0;
    transform-origin: right;
    width: 100%;
    height: 2px;
    border-bottom: 2px dotted currentColor;
  }
}
@media (max-width: 899px) {
  .bl_contactSect .snsArea .follow:before, .bl_contactSect .snsArea .follow:after {
    bottom: -2px;
    transform-origin: bottom;
    width: 7px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media not all and (max-width: 899px) {
  .bl_contactSect .snsArea .follow:before {
    top: 0;
    transform: rotate(5deg);
  }
}
@media (max-width: 899px) {
  .bl_contactSect .snsArea .follow:before {
    left: -3px;
    background-image: url(../images/footer/follow_dot_01_sp.svg);
  }
}
@media not all and (max-width: 899px) {
  .bl_contactSect .snsArea .follow:after {
    bottom: 0;
    transform: rotate(-5deg);
  }
}
@media (max-width: 899px) {
  .bl_contactSect .snsArea .follow:after {
    right: -3px;
    background-image: url(../images/footer/follow_dot_02_sp.svg);
  }
}
.bl_contactSect .snsArea .units {
  display: flex;
}
@media not all and (max-width: 899px) {
  .bl_contactSect .snsArea .units {
    gap: 16px;
  }
}
@media (max-width: 899px) {
  .bl_contactSect .snsArea .units {
    gap: 12px;
  }
}
.bl_contactSect .snsArea .unit a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
@media not all and (max-width: 899px) {
  .bl_contactSect .snsArea .unit a {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 899px) {
  .bl_contactSect .snsArea .unit a {
    width: 50px;
    height: 50px;
  }
}
.bl_contactSect .snsArea .unit a:focus-visible, :where([data-whatintent="mouse"]) .bl_contactSect .snsArea .unit a:hover {
  opacity: 0.7;
}
.bl_contactSect .snsArea .unit a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bl_contactSect__col3 .bodyArea .unit a {
  padding-inline: 5px;
}
@media not all and (max-width: 899px) {
  .bl_contactSect__col3 .bodyArea .tel a {
    font-size: 2.4rem;
  }
}
.bl_contactSect__col3 .bodyArea .tel a span {
  flex-shrink: 0;
}
@media not all and (max-width: 899px) {
  .bl_contactSect__col3 .bodyArea .tel a span {
    margin-top: 0;
    font-size: 1.8rem;
  }
}
@media (max-width: 899px) {
  .bl_contactSect__col3 .bodyArea .mail a .icon {
    width: 1.2875em;
  }
}

.bl_articleHead {
  width: auto;
  background-color: #FBF5DA;
}
@media not all and (max-width: 899px) {
  .bl_articleHead {
    padding-top: 92px;
    border-radius: 20px;
    margin-inline: 15px;
  }
}
@media (max-width: 899px) {
  .bl_articleHead {
    padding-top: 55px;
    border-radius: 8px;
    margin-inline: 10px;
  }
}
@media not all and (max-width: 899px) {
  .bl_articleHead_sect {
    padding-bottom: 36px;
  }
}
@media (max-width: 899px) {
  .bl_articleHead_sect {
    padding-bottom: 20px;
  }
}
@media (max-width: 899px) {
  .bl_articleHead_title {
    max-width: 308px;
  }
}
.bl_articleHead_sub {
  display: inline-block;
  padding-bottom: 4px;
  font-weight: 700;
  line-height: 1.02272727;
  border-bottom: 2px dashed currentColor;
  color: #000078;
}
@media not all and (max-width: 899px) {
  .bl_articleHead_sub {
    margin-top: 24px;
    font-size: 2.2rem;
  }
}
@media (max-width: 899px) {
  .bl_articleHead_sub {
    margin-top: 17px;
    font-size: 1.8rem;
  }
}
.bl_articleHead_breadcrumb {
  display: flex;
  justify-content: flex-end;
}
.bl_articleHead_breadcrumb .bl_breadcrumb {
  background-color: #fff;
}
@media not all and (max-width: 899px) {
  .bl_articleHead_breadcrumb .bl_breadcrumb {
    padding: 11px 120px 11px 20px;
    border-radius: 20px 0 0 0;
  }
}
@media (max-width: 899px) {
  .bl_articleHead_breadcrumb .bl_breadcrumb {
    padding: 6px 10px 5px 14px;
    border-radius: 8px;
  }
}

.bl_breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0 26px;
}
.bl_breadcrumb li {
  position: relative;
  line-height: 2;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .bl_breadcrumb li {
    font-size: 1.2rem;
  }
}
@media (max-width: 899px) {
  .bl_breadcrumb li {
    font-size: 1.1rem;
  }
}
.bl_breadcrumb li .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 7px);
  height: auto;
}
@media not all and (max-width: 899px) {
  .bl_breadcrumb li .icon {
    width: 11px;
  }
}
.bl_breadcrumb li a {
  text-decoration: underline;
}
.bl_breadcrumb li a:focus-visible, :where([data-whatintent="mouse"]) .bl_breadcrumb li a:hover {
  text-decoration: none;
}

/**
 * Element
 */
.el_circle {
  display: grid;
  place-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: currentColor;
  flex-shrink: 0;
}

.el_calendar {
  position: relative;
  display: block;
  height: 100%;
}
@media not all and (max-width: 899px) {
  .el_calendar {
    width: 196px;
  }
}
@media (max-width: 899px) {
  .el_calendar {
    width: 156px;
  }
}
.el_calendar:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #111;
  z-index: 0;
}
@media not all and (max-width: 899px) {
  .el_calendar:before {
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .el_calendar:before {
    border-radius: 8px;
  }
}
.el_calendar_inner {
  position: relative;
  height: 100%;
  border: 1px solid #111;
  background-color: #fff;
  color: #111;
  z-index: 1;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .el_calendar_inner {
    padding: 20px 8px 44px;
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .el_calendar_inner {
    padding: 16px 0 39px;
    border-radius: 8px;
  }
}
.el_calendar_balloon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 61/45;
  padding-bottom: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .el_calendar_balloon {
    top: -18px;
    right: -13px;
    width: 82px;
    font-size: 1.8rem;
  }
}
@media (max-width: 899px) {
  .el_calendar_balloon {
    top: -14px;
    right: -13px;
    width: 61px;
    font-size: 1.4rem;
  }
}
@media not all and (max-width: 899px) {
  .el_calendar_balloon.is_week {
    background-image: url(../images/calender_week_pc.png);
  }
}
@media (max-width: 899px) {
  .el_calendar_balloon.is_week {
    background-image: url(../images/calender_week_sp.png);
  }
}
@media not all and (max-width: 899px) {
  .el_calendar_balloon.is_double {
    background-image: url(../images/calender_double_pc.png);
  }
}
@media (max-width: 899px) {
  .el_calendar_balloon.is_double {
    background-image: url(../images/calender_double_sp.png);
  }
}
@media not all and (max-width: 899px) {
  .el_calendar_balloon.is_web {
    background-image: url(../images/calender_web_pc.png);
  }
}
@media (max-width: 899px) {
  .el_calendar_balloon.is_web {
    background-image: url(../images/calender_web_sp.png);
  }
}
@media not all and (max-width: 899px) {
  .el_calendar_balloon.is_course {
    background-image: url(../images/calender_course_pc.png);
  }
}
@media (max-width: 899px) {
  .el_calendar_balloon.is_course {
    background-image: url(../images/calender_course_sp.png);
  }
}
@media not all and (max-width: 899px) {
  .el_calendar_during {
    padding-top: 20px;
  }
}
@media (max-width: 899px) {
  .el_calendar_during {
    padding-top: 12px;
  }
}
@media (max-width: 899px) {
  .el_calendar_during .el_calendar_dateInner:before {
    bottom: 1px;
  }
}
@media not all and (max-width: 899px) {
  .el_calendar_during .el_calendar_dateInner .num {
    font-size: 2.4rem;
  }
}
@media (max-width: 899px) {
  .el_calendar_during .el_calendar_dateInner .num {
    font-size: 1.8rem;
  }
}
@media not all and (max-width: 899px) {
  .el_calendar_during .el_calendar_dateInner .date {
    margin-top: 4px;
    font-size: 1.3rem;
  }
}
@media (max-width: 899px) {
  .el_calendar_during .el_calendar_dateInner .date {
    margin-top: 3px;
    font-size: 1.2rem;
  }
}
@media not all and (max-width: 899px) {
  .el_calendar_during .el_calendar_day {
    margin-left: 6px;
    font-size: 3rem;
  }
}
@media (max-width: 899px) {
  .el_calendar_during .el_calendar_day {
    margin-left: 6px;
    font-size: 1.8rem;
  }
}
.el_calendar_during .el_calendar_day:before {
  top: auto;
  bottom: -4px;
  right: calc(100% + 1px);
}
@media not all and (max-width: 899px) {
  .el_calendar_during .el_calendar_day:before {
    font-size: 2rem;
  }
}
@media (max-width: 899px) {
  .el_calendar_during .el_calendar_day:before {
    font-size: 2.3rem;
  }
}
.el_calendar_during .el_calendar_month {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.el_calendar_date {
  display: flex;
  justify-content: center;
}
.el_calendar_dateInner {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  gap: 17px;
}
.el_calendar_dateInner:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .el_calendar_dateInner:before {
    bottom: 2px;
  }
}
@media (max-width: 899px) {
  .el_calendar_dateInner:before {
    bottom: 2px;
  }
}
.el_calendar_dateInner .num {
  display: block;
  line-height: 1;
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .el_calendar_dateInner .num {
    font-size: 4rem;
  }
}
@media (max-width: 899px) {
  .el_calendar_dateInner .num {
    font-size: 3.1rem;
  }
}
.el_calendar_dateInner .date {
  display: block;
  margin-bottom: 4px;
  line-height: 1.2;
  font-weight: 900;
}
@media not all and (max-width: 899px) {
  .el_calendar_dateInner .date {
    margin-top: 4px;
    font-size: 1.4rem;
  }
}
@media (max-width: 899px) {
  .el_calendar_dateInner .date {
    margin-top: 3px;
    font-size: 1.2rem;
  }
}
.el_calendar_dateInner .date:before {
  content: "(";
}
.el_calendar_dateInner .date:after {
  content: ")";
}
.el_calendar_dateInner .dot {
  position: relative;
  padding-left: 9px;
}
.el_calendar_dateInner .dot:before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 2px;
  transform: translateY(-50%);
  width: 4px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentColor;
}
.el_calendar_month {
  text-align: center;
}
.el_calendar_day {
  position: relative;
  line-height: 1;
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .el_calendar_day {
    font-size: 4.6rem;
  }
}
@media (max-width: 899px) {
  .el_calendar_day {
    font-size: 3.9rem;
  }
}
.el_calendar_day:before {
  content: "・";
  position: absolute;
}
@media not all and (max-width: 899px) {
  .el_calendar_day:before {
    top: -10px;
    right: 100%;
    font-size: 4rem;
  }
}
@media (max-width: 899px) {
  .el_calendar_day:before {
    top: 0;
    right: calc(100% + 3px);
    font-size: 2.9rem;
  }
}
.el_calendar_str .el_calendar_dateInner {
  margin-right: 20px;
}
.el_calendar_end .el_calendar_dateInner {
  padding-left: 20px;
}
.el_calendar_end .el_calendar_month {
  position: relative;
}
.el_calendar_end .el_calendar_month:before {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  right: calc(100% + 7px);
  transform: translateY(-50%);
  width: 14px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/calendar_arw.svg);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.el_calendar_end .el_calendar_month:after {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  right: calc(100% + 7px);
  transform: translateY(-50%);
  width: 14px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/calendar_arw_rev.svg);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.el_calendar_time {
  position: relative;
  display: flex;
  justify-content: center;
  line-height: 1.2;
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .el_calendar_time {
    margin-top: 10px;
    margin-inline: 5px;
    font-size: 1.8rem;
  }
}
@media (max-width: 899px) {
  .el_calendar_time {
    margin-top: 8px;
    margin-inline: 11px;
    font-size: 1.4rem;
  }
}
.el_calendar_time > span {
  position: relative;
  display: flex;
  gap: 30px;
}
.el_calendar_time > span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .el_calendar_time > span:before {
    bottom: 3px;
  }
}
@media (max-width: 899px) {
  .el_calendar_time > span:before {
    bottom: 2px;
  }
}
.el_calendar_time .end {
  position: relative;
}
.el_calendar_time .end:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: calc(100% + 7px);
  transform: translateY(-50%);
  width: 14px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/calendar_arw.svg);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.el_calendar_time .end:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: calc(100% + 7px);
  transform: translateY(-50%);
  width: 14px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/calendar_arw_rev.svg);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.el_calendar_place {
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .el_calendar_place {
    margin-top: 10px;
    font-size: 1.7rem;
  }
}
@media (max-width: 899px) {
  .el_calendar_place {
    margin-top: 7px;
    font-size: 1.3rem;
  }
}
.el_calendar_link {
  position: absolute;
  display: flex;
  justify-content: flex-end;
}
@media not all and (max-width: 899px) {
  .el_calendar_link {
    right: 8px;
    bottom: 8px;
  }
}
@media (max-width: 899px) {
  .el_calendar_link {
    right: 4px;
    bottom: 4px;
  }
}
.el_calendar_link .el_circle {
  border: none;
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .el_calendar_link .el_circle {
    display: grid;
    place-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
}
@media (max-width: 899px) {
  .el_calendar_link .el_circle {
    display: grid;
    place-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
}
.el_calendar_link .icon_arw2 {
  width: 10px;
  height: auto;
  color: #fff;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.el_calendar_link .icon_arw2 .fill {
  fill: currentColor;
}
a.el_calendar:focus-visible .el_calendar_inner, :where([data-whatintent="mouse"]) a.el_calendar:hover .el_calendar_inner {
  background-color: #111;
  color: #fff;
}
a.el_calendar:focus-visible .el_calendar_month:before, :where([data-whatintent="mouse"]) a.el_calendar:hover .el_calendar_month:before {
  opacity: 0;
}
a.el_calendar:focus-visible .el_calendar_month:after, :where([data-whatintent="mouse"]) a.el_calendar:hover .el_calendar_month:after {
  opacity: 1;
}
a.el_calendar:focus-visible .el_calendar_time .end:before, :where([data-whatintent="mouse"]) a.el_calendar:hover .el_calendar_time .end:before {
  opacity: 0;
}
a.el_calendar:focus-visible .el_calendar_time .end:after, :where([data-whatintent="mouse"]) a.el_calendar:hover .el_calendar_time .end:after {
  opacity: 1;
}
a.el_calendar:focus-visible .el_calendar_link .icon_arw2, :where([data-whatintent="mouse"]) a.el_calendar:hover .el_calendar_link .icon_arw2 {
  -webkit-animation: arwMove 0.3s ease-in-out forwards;
  animation: arwMove 0.3s ease-in-out forwards;
  color: #111;
}

.el_calendar.is_finished {
  pointer-events: none;
}
.el_calendar.is_finished:before {
  border-color: #CECECE;
}
.el_calendar.is_finished:after {
  content: "終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  background-color: #676767;
  font-weight: 700;
  line-height: 1.6;
  z-index: 3;
}
@media not all and (max-width: 899px) {
  .el_calendar.is_finished:after {
    width: 124px;
    padding: 1px 2px 2px;
    font-size: 1.8rem;
  }
}
@media (max-width: 899px) {
  .el_calendar.is_finished:after {
    width: 106px;
    font-size: 1.5rem;
  }
}
.el_calendar.is_finished .el_calendar_inner {
  border: 1px solid #CECECE;
  background-color: #E8E8E8;
  color: #CECECE;
}
@media not all and (max-width: 899px) {
  .el_calendar.is_finished .el_calendar_balloon.is_week {
    background-image: url(../images/calender_week_pc_finished.png);
  }
}
@media (max-width: 899px) {
  .el_calendar.is_finished .el_calendar_balloon.is_week {
    background-image: url(../images/calender_week_sp_finished.png);
  }
}
@media not all and (max-width: 899px) {
  .el_calendar.is_finished .el_calendar_balloon.is_double {
    background-image: url(../images/calender_double_pc_finished.png);
  }
}
@media (max-width: 899px) {
  .el_calendar.is_finished .el_calendar_balloon.is_double {
    background-image: url(../images/calender_double_sp_finished.png);
  }
}
@media not all and (max-width: 899px) {
  .el_calendar.is_finished .el_calendar_balloon.is_web {
    background-image: url(../images/calender_web_pc_finished.png);
  }
}
@media (max-width: 899px) {
  .el_calendar.is_finished .el_calendar_balloon.is_web {
    background-image: url(../images/calender_web_sp_finished.png);
  }
}
@media not all and (max-width: 899px) {
  .el_calendar.is_finished .el_calendar_balloon.is_course {
    background-image: url(../images/calender_course_pc_finished.png);
  }
}
@media (max-width: 899px) {
  .el_calendar.is_finished .el_calendar_balloon.is_course {
    background-image: url(../images/calender_course_sp_finished.png);
  }
}
.el_calendar.is_finished .el_calendar_end .el_calendar_month:before {
  opacity: 0.1;
}
.el_calendar.is_finished .el_calendar_time .end:before {
  opacity: 0.1;
}
.el_calendar.is_finished .el_calendar_link .icon_arw2 {
  color: #E8E8E8;
}

.el_eventPanel {
  position: relative;
  display: block;
}
@media not all and (max-width: 899px) {
  .el_eventPanel {
    font-size: clamp(6.6rem, 6.4705882353vw, 8.8rem);
    width: 5.11363636em;
  }
}
@media (max-width: 899px) {
  .el_eventPanel {
    width: 100%;
  }
}
.el_eventPanel:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #000078;
}
@media not all and (max-width: 899px) {
  .el_eventPanel:before {
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .el_eventPanel:before {
    border-radius: 8px;
  }
}
.el_eventPanel:focus-visible .el_eventPanel_inner, :where([data-whatintent="mouse"]) .el_eventPanel:hover .el_eventPanel_inner {
  background-color: #111;
}
.el_eventPanel:focus-visible .el_eventPanel_link .icon_arw2, :where([data-whatintent="mouse"]) .el_eventPanel:hover .el_eventPanel_link .icon_arw2 {
  color: #111;
  -webkit-animation: arwMove 0.3s ease-in-out forwards;
  animation: arwMove 0.3s ease-in-out forwards;
}
.el_eventPanel_inner {
  position: relative;
  min-height: inherit;
  background-color: #000078;
  color: #fff;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_inner {
    min-height: 2.77272727em;
    padding: 25px min(49px, 3.60294118vw) 14px 5px;
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_inner {
    min-height: 165px;
    padding: 20px 42px 10px 10px;
    border-radius: 8px;
  }
}
.el_eventPanel_label {
  position: absolute;
  top: 4px;
  left: 4px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.07em;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_label {
    font-size: clamp(1.5rem, 1.4705882353vw, 2rem);
    padding: 0.1em 0.7em 0.3em;
    border-radius: 0 0 10px 0;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_label {
    padding: 0 13px 2px;
    font-size: 1.6rem;
    border-radius: 0 0 8px 0;
  }
}
.el_eventPanel_balloon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 95/70;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  color: #111;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_balloon {
    top: -35px;
    right: -15px;
    width: 133px;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_balloon {
    top: -20px;
    right: -10px;
    width: 95px;
  }
}
@media not all and (max-width: 899px) {
  .el_eventPanel_balloon.is_week {
    background-image: url(../images/panel_week_pc.png);
  }
}
@media (max-width: 899px) {
  .el_eventPanel_balloon.is_week {
    background-image: url(../images/panel_week_sp.png);
  }
}
@media not all and (max-width: 899px) {
  .el_eventPanel_balloon.is_double {
    background-image: url(../images/panel_double_pc.png);
  }
}
@media (max-width: 899px) {
  .el_eventPanel_balloon.is_double {
    background-image: url(../images/panel_double_sp.png);
  }
}
@media not all and (max-width: 899px) {
  .el_eventPanel_balloon.is_web {
    background-image: url(../images/panel_web_pc.png);
  }
}
@media (max-width: 899px) {
  .el_eventPanel_balloon.is_web {
    background-image: url(../images/panel_web_sp.png);
  }
}
@media not all and (max-width: 899px) {
  .el_eventPanel_balloon.is_course {
    background-image: url(../images/calender_course_pc.png);
  }
}
@media (max-width: 899px) {
  .el_eventPanel_balloon.is_course {
    background-image: url(../images/calender_course_sp.png);
  }
}
.el_eventPanel_during {
  display: flex;
  justify-content: flex-end;
}
.el_eventPanel_during > div {
  position: relative;
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  gap: 30px;
}
.el_eventPanel_during > div:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_during > div:before {
    bottom: 5px;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_during > div:before {
    bottom: 3px;
  }
}
.el_eventPanel_during .el_eventPanel_date {
  margin-right: 0;
}
.el_eventPanel_during .el_eventPanel_date > div:before {
  content: none;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_during .el_eventPanel_date .num {
    font-size: clamp(2.1rem, 2.0588235294vw, 2.8rem);
    margin-bottom: 3px;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_during .el_eventPanel_date .num {
    margin-bottom: 1px;
    font-size: 2.4rem;
  }
}
@media not all and (max-width: 899px) {
  .el_eventPanel_during .el_eventPanel_date .day {
    font-size: clamp(2.85rem, 2.7941176471vw, 3.8rem);
    margin-bottom: 3px;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_during .el_eventPanel_date .day {
    font-size: 2.6rem;
  }
}
.el_eventPanel_during .el_eventPanel_date .day:before {
  content: ".";
}
@media not all and (max-width: 899px) {
  .el_eventPanel_during .el_eventPanel_date .day:before {
    font-size: clamp(3.6rem, 3.5294117647vw, 4.8rem);
  }
}
@media (max-width: 899px) {
  .el_eventPanel_during .el_eventPanel_date .day:before {
    margin-inline: 3px;
    font-size: 3.3rem;
  }
}
@media not all and (max-width: 899px) {
  .el_eventPanel_during .el_eventPanel_date .date {
    font-size: clamp(1.2rem, 1.1764705882vw, 1.6rem);
    margin-bottom: 5px;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_during .el_eventPanel_date .date {
    margin-left: 3px;
    font-size: 1.1rem;
  }
}
.el_eventPanel_date {
  display: flex;
  justify-content: flex-end;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_date {
    margin-right: 10px;
  }
}
.el_eventPanel_date > div {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.el_eventPanel_date > div:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_date > div:before {
    bottom: 5px;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_date > div:before {
    bottom: 3px;
  }
}
.el_eventPanel_date .num {
  line-height: 1.04;
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_date .num {
    font-size: clamp(4.35rem, 4.2647058824vw, 5.8rem);
    margin-bottom: 0px;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_date .num {
    margin-bottom: -1px;
    font-size: 4rem;
  }
}
.el_eventPanel_date .day {
  line-height: 1;
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_date .day {
    font-size: clamp(6.6rem, 6.4705882353vw, 8.8rem);
    margin-right: 8px;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_date .day {
    font-size: 5rem;
  }
}
.el_eventPanel_date .day:before {
  content: ".";
  font-size: clamp(4.35rem, 4.2647058824vw, 5.8rem);
}
.el_eventPanel_date .date {
  line-height: 1.2;
  font-weight: 900;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_date .date {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_date .date {
    margin-bottom: 5px;
    margin-left: 7px;
    font-size: 1.8rem;
  }
}
.el_eventPanel_date .date:before {
  content: "(";
}
.el_eventPanel_date .date:after {
  content: ")";
}
.el_eventPanel_date .date .dot {
  position: relative;
  padding-left: 9px;
}
.el_eventPanel_date .date .dot:before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 2px;
  transform: translateY(-50%);
  width: 4px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentColor;
}
.el_eventPanel_end {
  position: relative;
}
.el_eventPanel_end:before {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  transform: translateY(-50%);
  width: 14px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/calendar_arw_rev.svg);
}
@media not all and (max-width: 899px) {
  .el_eventPanel_end:before {
    top: calc(50% + 8px);
    right: calc(100% + 8px);
  }
}
@media (max-width: 899px) {
  .el_eventPanel_end:before {
    top: calc(50% + 5px);
    right: calc(100% + 6px);
  }
}
.el_eventPanel_time {
  display: flex;
  justify-content: flex-end;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_time {
    font-size: clamp(2.1rem, 2.0588235294vw, 2.8rem);
    margin-top: 6px;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_time {
    margin-top: 2px;
    font-size: 2rem;
  }
}
.el_eventPanel_time > div {
  position: relative;
  display: flex;
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_time > div {
    gap: 39px;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_time > div {
    gap: 33px;
  }
}
.el_eventPanel_time > div:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_time > div:before {
    bottom: 9px;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_time > div:before {
    bottom: 7px;
  }
}
.el_eventPanel_time .end {
  position: relative;
}
.el_eventPanel_time .end:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  transform: translateY(-50%);
  width: 14px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/calendar_arw_rev.svg);
}
.el_eventPanel_place {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_place {
    font-size: clamp(1.5rem, 1.4705882353vw, 2rem);
    margin-top: 9px;
    margin-left: 2.2em;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_place {
    margin-left: 32px;
    font-size: 1.6rem;
  }
}
.el_eventPanel_link {
  position: absolute;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_link {
    bottom: 14px;
    right: 14px;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_link {
    bottom: 4px;
    right: 4px;
  }
}
.el_eventPanel_link .el_circle {
  border: none;
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .el_eventPanel_link .el_circle {
    display: grid;
    place-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
}
@media (max-width: 899px) {
  .el_eventPanel_link .el_circle {
    display: grid;
    place-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
}
.el_eventPanel_link .icon_arw2 {
  width: 13px;
  height: auto;
  color: #000078;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.el_eventPanel_link .icon_arw2 .fill {
  fill: currentColor;
}
@media not all and (max-width: 899px) {
  .el_eventPanel__duringDate .el_eventPanel_inner {
    padding: 46px min(49px, 3.60294118vw) 14px 5px;
  }
}
@media (max-width: 899px) {
  .el_eventPanel__duringDate .el_eventPanel_inner {
    padding: 34px 25px 10px 25px;
  }
}
.el_eventPanel.is_finished {
  pointer-events: none;
}
.el_eventPanel.is_finished:before {
  border: 1px solid #CECECE;
}
.el_eventPanel.is_finished:after {
  content: "終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  background-color: #676767;
  font-weight: 700;
  line-height: 1.6;
  z-index: 3;
}
@media not all and (max-width: 899px) {
  .el_eventPanel.is_finished:after {
    width: 124px;
    padding: 1px 2px 2px;
    font-size: 1.8rem;
  }
}
@media (max-width: 899px) {
  .el_eventPanel.is_finished:after {
    width: 106px;
    font-size: 1.5rem;
  }
}
.el_eventPanel.is_finished .el_eventPanel_inner {
  background-color: #E8E8E8;
  color: #CECECE;
}
@media not all and (max-width: 899px) {
  .el_eventPanel.is_finished .el_eventPanel_balloon.is_week {
    background-image: url(../images/panel_week_pc_finished.png);
  }
}
@media (max-width: 899px) {
  .el_eventPanel.is_finished .el_eventPanel_balloon.is_week {
    background-image: url(../images/panel_week_sp_finished.png);
  }
}
@media not all and (max-width: 899px) {
  .el_eventPanel.is_finished .el_eventPanel_balloon.is_double {
    background-image: url(../images/panel_double_pc_finished.png);
  }
}
@media (max-width: 899px) {
  .el_eventPanel.is_finished .el_eventPanel_balloon.is_double {
    background-image: url(../images/panel_double_sp_finished.png);
  }
}
@media not all and (max-width: 899px) {
  .el_eventPanel.is_finished .el_eventPanel_balloon.is_web {
    background-image: url(../images/panel_web_pc_finished.png);
  }
}
@media (max-width: 899px) {
  .el_eventPanel.is_finished .el_eventPanel_balloon.is_web {
    background-image: url(../images/panel_web_sp_finished.png);
  }
}
@media not all and (max-width: 899px) {
  .el_eventPanel.is_finished .el_eventPanel_balloon.is_course {
    background-image: url(../images/calender_course_pc_finished.png);
  }
}
@media (max-width: 899px) {
  .el_eventPanel.is_finished .el_eventPanel_balloon.is_course {
    background-image: url(../images/calender_course_sp_finished.png);
  }
}
.el_eventPanel.is_finished .el_eventPanel_end:before {
  filter: brightness(0) saturate(100%) invert(70%) sepia(77%) saturate(1%) hue-rotate(349deg) brightness(104%) contrast(88%);
}
.el_eventPanel.is_finished .el_eventPanel_time .end:before {
  filter: brightness(0) saturate(100%) invert(70%) sepia(77%) saturate(1%) hue-rotate(349deg) brightness(104%) contrast(88%);
}
.el_eventPanel.is_finished .el_eventPanel_link .icon_arw2 {
  color: #E8E8E8;
}

.el_sectionTitle {
  color: #000078;
  font-weight: 700;
  line-height: 1.58333333;
}
@media not all and (max-width: 899px) {
  .el_sectionTitle {
    font-size: 3.6rem;
  }
}
@media (max-width: 899px) {
  .el_sectionTitle {
    font-size: 2.4rem;
  }
}

.el_contentTitle {
  border-bottom: 2px dashed currentColor;
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .el_contentTitle {
    padding-bottom: 9px;
    font-size: 2.4rem;
  }
}
@media (max-width: 899px) {
  .el_contentTitle {
    padding-bottom: 6px;
    font-size: 2rem;
  }
}

/**
 * Unique
 */
.un_information {
  display: block;
  background-color: #FFEA64;
}
@media not all and (max-width: 899px) {
  .un_information_container {
    padding: 18px 18px 18px;
  }
}
@media (max-width: 899px) {
  .un_information_container {
    padding: 7px 14px 11px;
  }
}
@media not all and (max-width: 899px) {
  .un_information_inner {
    display: flex;
    align-items: center;
    gap: 19px;
  }
}
.un_information_label {
  background-color: #000078;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .un_information_label {
    flex-shrink: 0;
    padding: 4px 6px 6px;
    font-size: 1.4rem;
  }
}
@media (max-width: 899px) {
  .un_information_label {
    display: inline-block;
    padding: 4px 3px 3px;
    font-size: 1.2rem;
  }
}
.un_information_unit ~ .un_information_unit {
  margin-top: 10px;
}
.un_information_unit a:focus-visible .un_information_text, :where([data-whatintent="mouse"]) .un_information_unit a:hover .un_information_text {
  text-decoration: none;
}
.un_information_unit a .un_information_text {
  text-decoration: underline;
}
.un_information_article {
  display: flex;
}
@media not all and (max-width: 899px) {
  .un_information_article {
    gap: 16px;
    align-items: center;
  }
}
@media (max-width: 899px) {
  .un_information_article {
    gap: 8px;
  }
}
.un_information_time {
  flex-shrink: 0;
  font-family: "Dela Gothic One", sans-serif;
  line-break: 1.1;
  display: inline;
}
@media not all and (max-width: 899px) {
  .un_information_time {
    font-size: 1.2rem;
  }
}
@media (max-width: 899px) {
  .un_information_time {
    font-size: 1rem;
  }
}
.un_information_text {
  font-weight: 700;
  line-height: 1.2;
}
@media not all and (max-width: 899px) {
  .un_information_text {
    font-size: 1.4rem;
  }
}
@media (max-width: 899px) {
  .un_information_text {
    font-size: 1.2rem;
  }
}

/**
 * Helper
 */
@media (max-width: 899px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media not all and (max-width: 899px) {
  .hp_spOnly {
    display: none !important;
  }
}

.tp_0_0 .ly_globalMenu_nav li a[href^="#"] .el_circle {
  transform: rotate(90deg);
}
.tp_0_0 .ly_globalMenu_nav li a:focus-visible .icon_arw2, :where([data-whatintent="mouse"]) .tp_0_0 .ly_globalMenu_nav li a:hover .icon_arw2 {
  -webkit-animation: arwMove 0.3s ease-in-out forwards;
  animation: arwMove 0.3s ease-in-out forwards;
}
.tp_0_0 .mvSect {
  position: relative;
}
.tp_0_0 .mvSect_mv {
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .mvSect_mv {
    border-radius: 20px;
    margin-inline: 16px;
  }
  .tp_0_0 .mvSect_mv img {
    width: 100%;
    aspect-ratio: 1328/678;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .mvSect_mv {
    border-radius: 8px;
    margin-inline: 11px;
  }
  .tp_0_0 .mvSect_mv img {
    width: 100%;
    aspect-ratio: 71/92;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.tp_0_0 .mvSect_mv .video video {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 899px) {
  .tp_0_0 .mvSect_mv .video video {
    aspect-ratio: 9/16;
  }
}
.tp_0_0 .mvSect_ttl {
  position: absolute;
  z-index: 1;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .mvSect_ttl {
    bottom: 0;
    left: 0;
    width: 40.441176%;
    max-width: 550px;
    min-width: 420px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .mvSect_ttl {
    bottom: -40px;
    left: 0;
    width: 323px;
  }
}
.tp_0_0 .mvSect_ttl_year {
  position: absolute;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .mvSect_ttl_year {
    top: 42.553191%;
    right: 8.054545%;
    width: 33.090909%;
    transform: translateY(-50%);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .mvSect_ttl_year {
    width: 105px;
    top: 20px;
    left: 180px;
  }
}
.tp_0_0 .scheduleSect {
  overflow: hidden;
  position: relative;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect {
    margin-top: 100px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect {
    margin-top: 66px;
  }
}
.tp_0_0 .scheduleSect .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  border-radius: 100% 100% 0 0;
  background-color: #FFEA64;
  overflow: hidden;
  z-index: 0;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .bg {
    width: max(200% - 800px, 1920px);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .bg {
    width: 300%;
  }
}
.tp_0_0 .scheduleSect .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-image: url(../images/0_0/schedule/table_block.png);
  opacity: 0.4;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .bg:before {
    background-size: 58px 58px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .bg:before {
    background-size: 38px 38px;
  }
}
.tp_0_0 .scheduleSect .inner {
  position: relative;
  z-index: 1;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .inner {
    padding: 130px 0 120px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .inner {
    padding: 74px 0 68px;
  }
}
.tp_0_0 .scheduleSect header {
  display: flex;
  align-items: center;
}
.tp_0_0 .scheduleSect header .titleArea {
  flex-grow: 1;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect header .titleArea .title {
    width: 61.62790698%;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect header .titleArea .title {
    width: 100%;
    max-width: 333px;
    margin-inline: auto;
    text-align: center;
  }
}
.tp_0_0 .scheduleSect header .titleArea .sub {
  color: #000078;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  text-underline-offset: 12px;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect header .titleArea .sub {
    margin-top: 21px;
    font-size: 2.2rem;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect header .titleArea .sub {
    margin-top: 10px;
    text-align: center;
    font-size: 1.8rem;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .wrapper {
    margin-top: 28px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .wrapper {
    margin-top: 15px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .wrapper .ly_container__rightAuto {
    padding-right: 0;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .body {
    display: flex;
    gap: 35px;
  }
}
.tp_0_0 .scheduleSect .body .latest {
  flex-shrink: 0;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .body .latest {
    padding-right: 20px;
    margin-top: 15px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .body .latest {
    padding-right: 20px;
    margin-top: 32px;
  }
  .tp_0_0 .scheduleSect .body .latest .el_eventPanel {
    max-width: 350px;
    margin-inline: auto;
  }
}
.tp_0_0 .scheduleSect .body .calendar {
  font-size: clamp(6.6rem, 6.4705882353vw, 8.8rem);
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .body .calendar {
    width: calc(100% - 55px - 5.11363636em);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .body .calendar {
    margin-top: 14px;
  }
}
.tp_0_0 .scheduleSect .body .calendar .unit {
  padding: 20px 0 6px;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .body .calendar .unit {
    width: 200px;
    height: auto;
    margin-right: 22px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .body .calendar .unit {
    width: 160px;
    margin-right: 15px;
  }
}
.tp_0_0 .scheduleSect .body .calendar .slider.swiper .swiper-scrollbar {
  position: static;
  transform: translate(0);
  height: 7px;
  background: linear-gradient(transparent 0%, transparent 43%, #111 43%, #111 57%, transparent 57%, transparent 100%);
  cursor: pointer;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .body .calendar .slider.swiper .swiper-scrollbar {
    width: 80%;
    margin-top: 32px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .body .calendar .slider.swiper .swiper-scrollbar {
    width: calc(100% - 20px);
    margin-top: 18px;
  }
}
.tp_0_0 .scheduleSect .body .calendar .slider.swiper .swiper-scrollbar > .swiper-scrollbar-drag {
  background: #111;
}
.tp_0_0 .scheduleSect .body .calendar .slider.swiper .swiper-slide {
  height: auto;
  margin-bottom: 6px;
}
.tp_0_0 .scheduleSect .indexButton {
  position: relative;
  flex-shrink: 0;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .indexButton {
    width: 220px;
    height: 70px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .indexButton {
    width: auto;
    height: 64px;
    margin-top: 30px;
    margin-right: 20px;
  }
}
.tp_0_0 .scheduleSect .indexButton:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid #111;
  border-radius: 100px;
  background-color: #fff;
  z-index: 0;
}
.tp_0_0 .scheduleSect .indexButton a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 8px 10px 26px;
  border: 1px solid #111;
  border-radius: 100px;
  background-color: #fff;
  line-height: 1;
  font-family: "Dela Gothic One", sans-serif;
  z-index: 1;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .indexButton a {
    font-size: 1.8rem;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .indexButton a {
    font-size: 1.6rem;
  }
}
.tp_0_0 .scheduleSect .indexButton a:focus-visible, :where([data-whatintent="mouse"]) .tp_0_0 .scheduleSect .indexButton a:hover {
  background-color: #111;
  color: #fff;
}
.tp_0_0 .scheduleSect .indexButton a:focus-visible .icon_arw, :where([data-whatintent="mouse"]) .tp_0_0 .scheduleSect .indexButton a:hover .icon_arw {
  -webkit-animation: arwMove 0.3s ease-in-out forwards;
  animation: arwMove 0.3s ease-in-out forwards;
  color: #111;
}
.tp_0_0 .scheduleSect .indexButton a span {
  line-height: 1;
  background-image: linear-gradient(0deg, currentColor, currentColor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.tp_0_0 .scheduleSect .indexButton a .el_circle {
  border: none;
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .indexButton a .el_circle {
    display: grid;
    place-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .indexButton a .el_circle {
    display: grid;
    place-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
}
.tp_0_0 .scheduleSect .indexButton a .icon_arw {
  height: auto;
  color: #fff;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .indexButton a .icon_arw {
    width: 17px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .indexButton a .icon_arw {
    width: 14px;
  }
}
.tp_0_0 .scheduleSect .indexButton a .icon_arw .fill {
  fill: currentColor;
}
.tp_0_0 .scheduleSect .noOpenCampus {
  position: relative;
  width: 100%;
  border: 1px solid #111;
  background-color: #fbf5da;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .noOpenCampus {
    padding: 52px;
    border-radius: 14px;
    margin-top: 12px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .noOpenCampus {
    padding: 24px;
    border-radius: 4px;
    margin-top: 30px;
  }
}
.tp_0_0 .scheduleSect .noOpenCampus:before {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  border: 1px dashed #111;
  pointer-events: none;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .noOpenCampus:before {
    inset: 4px;
    border-radius: 10px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .noOpenCampus:before {
    inset: 2px;
    border-radius: 2px;
  }
}
.tp_0_0 .scheduleSect .noOpenCampus_txt {
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .scheduleSect .noOpenCampus_txt {
    text-align: center;
    font-size: 2rem;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .scheduleSect .noOpenCampus_txt {
    font-size: 1.6rem;
  }
}
.tp_0_0 .invitationSect {
  position: relative;
  background-color: #fbf5da;
  z-index: 0;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect {
    padding-bottom: 65px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect {
    padding-bottom: 10px;
  }
}
.tp_0_0 .invitationSect:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  aspect-ratio: 136/11;
  background-image: url(../images/0_0/interview/bg_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 10;
}
.tp_0_0 .invitationSect_entry {
  position: relative;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_entry {
    padding: 16px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_entry {
    padding: 10px 10px 0 10px;
  }
}
.tp_0_0 .invitationSect_entry_img {
  overflow: hidden;
  z-index: 1;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_entry_img {
    position: relative;
    border-radius: 20px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_entry_img {
    width: 100%;
    border-radius: 8px;
  }
  .tp_0_0 .invitationSect_entry_img img {
    width: 100%;
  }
}
.tp_0_0 .invitationSect_entry_btn {
  position: absolute;
  left: -1px;
  z-index: 2;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_entry_btn {
    bottom: -30px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_entry_btn {
    bottom: -15px;
  }
}
.tp_0_0 .invitationSect_entry_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #FFBC64;
  border: 1px solid #111;
  border-radius: 0 70px 70px 0;
  z-index: 3;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_entry_btn > a {
    gap: 80px;
    padding: 20px 25px 20px 80px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_entry_btn > a {
    gap: 30px;
    padding: 10px 21px;
  }
}
.tp_0_0 .invitationSect_entry_btn > a:focus-visible, :where([data-whatintent="mouse"]) .tp_0_0 .invitationSect_entry_btn > a:hover {
  background-color: #111;
  color: #fff;
}
.tp_0_0 .invitationSect_entry_btn > a:focus-visible .el_circle, :where([data-whatintent="mouse"]) .tp_0_0 .invitationSect_entry_btn > a:hover .el_circle {
  background-color: #FFBC64;
  border-color: #FFBC64;
}
.tp_0_0 .invitationSect_entry_btn > a:focus-visible .el_circle .icon_arw, :where([data-whatintent="mouse"]) .tp_0_0 .invitationSect_entry_btn > a:hover .el_circle .icon_arw {
  color: #111;
  -webkit-animation: arwMove 0.3s ease-in-out forwards;
  animation: arwMove 0.3s ease-in-out forwards;
}
.tp_0_0 .invitationSect_entry_btn > a span {
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.45;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_entry_btn > a span {
    font-size: 3.6rem;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_entry_btn > a span {
    font-size: 2.2rem;
  }
}
.tp_0_0 .invitationSect_entry_btn > a .el_circle {
  background-color: #111;
  color: #fff;
  transition-property: background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_entry_btn > a .el_circle {
    display: grid;
    place-content: center;
    width: 92px;
    height: 92px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_entry_btn > a .el_circle {
    display: grid;
    place-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
}
.tp_0_0 .invitationSect_entry_btn > a .el_circle .icon_arw {
  color: #fff;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.tp_0_0 .invitationSect_entry_btn > a .el_circle .icon_arw .fill {
  fill: currentColor;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_entry_btn > a .el_circle .icon_arw {
    width: 24px;
    height: 20px;
  }
}
.tp_0_0 .invitationSect_entry_btn:before, .tp_0_0 .invitationSect_entry_btn:after {
  content: "";
  position: absolute;
  padding: 20px 25px 20px 80px;
  height: 100%;
  background: #FFBC64;
  border: 1px solid #111;
  border-radius: 0 70px 70px 0;
}
.tp_0_0 .invitationSect_entry_btn:before {
  left: 0;
  z-index: 2;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_entry_btn:before {
    top: 4px;
    width: calc(100% + 4px);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_entry_btn:before {
    top: 2px;
    width: calc(100% + 2px);
  }
}
.tp_0_0 .invitationSect_entry_btn:after {
  left: 0;
  z-index: 1;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_entry_btn:after {
    top: 8px;
    width: calc(100% + 8px);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_entry_btn:after {
    top: 4px;
    width: calc(100% + 4px);
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_info {
    margin-top: 74px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_info {
    margin-top: 55px;
  }
}
.tp_0_0 .invitationSect_info_btn {
  position: relative;
}
.tp_0_0 .invitationSect_info_btn:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid #111;
  background: #fff;
  z-index: 1;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn:after {
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn:after {
    border-radius: 8px;
  }
}
.tp_0_0 .invitationSect_info_btn_inner {
  position: relative;
  z-index: 2;
  border: 1px solid #111;
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_inner {
    display: flex;
    gap: 1px;
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_inner {
    border-radius: 8px;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    border: 1px dashed #111;
    transform: translateX(-50%);
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_item {
    position: relative;
    width: calc((100% - 1px) / 2);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_item ~ .invitationSect_info_btn_item {
    border-top: 1px dashed currentColor;
  }
}
.tp_0_0 .invitationSect_info_btn_item > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_item > a {
    gap: 25px;
    padding: 40px 30px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_item > a {
    position: relative;
    gap: 10px;
    padding: 18px 50px 18px 15px;
  }
}
.tp_0_0 .invitationSect_info_btn_item > a:focus-visible, :where([data-whatintent="mouse"]) .tp_0_0 .invitationSect_info_btn_item > a:hover {
  background-color: #111;
  color: #fff;
}
.tp_0_0 .invitationSect_info_btn_item > a:focus-visible > .el_circle, :where([data-whatintent="mouse"]) .tp_0_0 .invitationSect_info_btn_item > a:hover > .el_circle {
  background-color: #fff;
}
.tp_0_0 .invitationSect_info_btn_item > a:focus-visible > .el_circle .icon_arw, :where([data-whatintent="mouse"]) .tp_0_0 .invitationSect_info_btn_item > a:hover > .el_circle .icon_arw {
  color: #111;
  -webkit-animation: arwMove 0.3s ease-in-out forwards;
  animation: arwMove 0.3s ease-in-out forwards;
}
.tp_0_0 .invitationSect_info_btn_item > a > .el_circle {
  background-color: #111;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_item > a > .el_circle {
    display: grid;
    place-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_item > a > .el_circle {
    display: grid;
    place-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
  }
}
.tp_0_0 .invitationSect_info_btn_item > a > .el_circle .icon_arw {
  color: #fff;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.tp_0_0 .invitationSect_info_btn_item > a > .el_circle .icon_arw .fill {
  fill: currentColor;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_item > a > .el_circle .icon_arw {
    width: 12px;
    height: 9px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_item > a > .el_circle .icon_arw {
    width: 10px;
    height: auto;
  }
}
.tp_0_0 .invitationSect_info_btn_hdg {
  font-weight: bold;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_hdg {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_hdg {
    font-size: 1.7rem;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_txt {
    font-size: 1.2rem;
  }
}
.tp_0_0 .invitationSect_info_btn_icon .el_circle {
  background: #ffea64;
  border: none !important;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_icon .el_circle {
    display: grid;
    place-content: center;
    width: 80px;
    height: 80px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_info_btn_icon .el_circle {
    display: grid;
    place-content: center;
    width: 57px;
    height: 57px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
}
.tp_0_0 .invitationSect_decoImg {
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_decoImg {
    margin-top: -30px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_decoImg {
    padding-top: 35px;
  }
}
.tp_0_0 .invitationSect_deco {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_deco {
    top: 70px;
    width: 1096px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_deco {
    top: 25px;
    width: 375px;
  }
}
.tp_0_0 .invitationSect_deco img {
  width: 100%;
}
.tp_0_0 .invitationSect_img {
  margin-inline: auto;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .invitationSect_img {
    width: 440px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .invitationSect_img {
    width: 330px;
  }
}
.tp_0_0 .invitationSect_img img {
  width: 100%;
}
.tp_0_0 .recommendSect {
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect {
    margin-top: 1px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect {
    position: relative;
    z-index: 1;
    padding-top: 45px;
    background-color: #fff;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_hdg {
    width: 563px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect_hdg {
    text-align: center;
  }
}
.tp_0_0 .recommendSect_hdg_ttl {
  display: block;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_hdg_ttl {
    display: block;
    padding-block: 21px 27px;
  }
}
.tp_0_0 .recommendSect_hdg_txt {
  display: inline-block;
  color: #000078;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  text-underline-offset: 12px;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_hdg_txt {
    font-size: 2.2rem;
    line-height: 1.45;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect_hdg_txt {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking {
    gap: 90px;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking {
    margin-top: 80px;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_wrapper ~ .recommendSect_ranking_wrapper {
    margin-top: 60px;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_wrapper:nth-child(odd) {
    padding-right: 50px;
    margin-right: max(0px, (100% - 1180px) / 2);
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_wrapper:nth-child(odd) .recommendSect_ranking_imgArea:after {
    top: 20px;
    right: -10px;
    transform: translate(40%, -40%);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_wrapper:nth-child(odd) .recommendSect_ranking_imgArea:after {
    top: -50px;
    left: max((var(--htmlW) - 1080px) / 2, 20px);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_wrapper:nth-child(odd) .recommendSect_ranking_textArea {
    margin-top: -50px;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_wrapper:nth-child(even) {
    flex-direction: row-reverse;
    padding-left: 50px;
    margin-left: max(0px, (100% - 1180px) / 2);
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_wrapper:nth-child(even) .recommendSect_ranking_imgArea:after {
    top: 20px;
    left: -10px;
    transform: translate(-40%, -40%);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_wrapper:nth-child(even) .recommendSect_ranking_imgArea:after {
    top: -50px;
    right: max((var(--htmlW) - 1080px) / 2, 20px);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_wrapper:nth-child(even) .recommendSect_ranking_textArea {
    margin-top: -80px;
  }
}
.tp_0_0 .recommendSect_ranking_wrapper:nth-child(1) .recommendSect_ranking_imgArea:after {
  background-image: url(../images/0_0/recommend/mark_01.png);
}
.tp_0_0 .recommendSect_ranking_wrapper:nth-child(2) .recommendSect_ranking_imgArea:after {
  background-image: url(../images/0_0/recommend/mark_02.png);
}
.tp_0_0 .recommendSect_ranking_wrapper:nth-child(3) .recommendSect_ranking_imgArea:after {
  background-image: url(../images/0_0/recommend/mark_03.png);
}
.tp_0_0 .recommendSect_ranking_imgArea {
  display: flex;
  position: relative;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_imgArea {
    flex-shrink: 0;
    width: 50%;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_imgArea {
    align-items: flex-start;
  }
}
.tp_0_0 .recommendSect_ranking_imgArea:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_imgArea:after {
    top: 0;
    width: min(7.1vw + 46px, 130px);
    height: min(7.1vw + 46px, 130px);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_imgArea:after {
    width: 98px;
    height: 98px;
  }
}
.tp_0_0 .recommendSect_ranking_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_img {
    border-radius: 14px;
    z-index: 1;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_img {
    border-radius: 8px;
  }
}
.tp_0_0 .recommendSect_ranking_img img {
  width: 100%;
  aspect-ratio: 680/440;
  -o-object-fit: cover;
  object-fit: cover;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_textArea {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_textArea {
    position: relative;
    padding-inline: 20px;
    z-index: 2;
  }
}
.tp_0_0 .recommendSect_ranking_hdg {
  font-weight: bold;
}
.tp_0_0 .recommendSect_ranking_hdg_sub {
  background: #ffea64;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_hdg_sub {
    padding-inline: 6px;
    font-size: min(2.1vw - 0.1rem, 2.4rem);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_hdg_sub {
    padding: 1px 6px 0;
    font-size: 1.8rem;
  }
}
.tp_0_0 .recommendSect_ranking_hdg_ttl {
  background: #65e58b;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_hdg_ttl {
    padding-inline: 6px;
    margin-top: 7px;
    font-size: min(3.9vw - 1rem, 3.6rem);
    line-height: 1.7;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_hdg_ttl {
    padding: 2px 6px 1px;
    font-size: 2.6rem;
    line-height: 1.8;
  }
}
.tp_0_0 .recommendSect_ranking_txt {
  font-weight: 500;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_txt {
    margin-top: 34px;
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .recommendSect_ranking_txt {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.71428571;
  }
}
.tp_0_0 .slideCardSect {
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .slideCardSect {
    margin-top: 140px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .slideCardSect {
    margin-top: 70px;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .slideCardSect__noContactArea .contactArea .wrapper {
    height: 130px !important;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .slideCardSect__noContactArea .contactArea .wrapper {
    height: 40px !important;
  }
}
.tp_0_0 .slideCardSect .bodyArea {
  position: relative;
}
.tp_0_0 .slideCardSect .bodyArea:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #FBF5DA;
}
.tp_0_0 .slideCardSect .bodyArea .units {
  transition-timing-function: linear;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .slideCardSect .bodyArea .unit {
    width: 400px;
    margin-right: 30px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .slideCardSect .bodyArea .unit {
    width: 222px;
    margin-right: 14px;
  }
}
.tp_0_0 .slideCardSect .bodyArea .image {
  border-radius: 14px;
  overflow: hidden;
}
.tp_0_0 .slideCardSect .bodyArea .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .slideCardSect .bodyArea .image img {
    aspect-ratio: 400/268;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .slideCardSect .bodyArea .image img {
    aspect-ratio: 222/150;
  }
}
.tp_0_0 .slideCardSect .contactArea {
  background-color: #FBF5DA;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea {
    padding-bottom: 110px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea {
    padding-top: 44px;
    padding-bottom: 6px;
  }
}
.tp_0_0 .slideCardSect .contactArea .wrapper {
  position: relative;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .wrapper {
    height: 332px;
  }
}
.tp_0_0 .slideCardSect .contactArea .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1152px;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea {
    font-size: clamp(1.8rem, 1.7647058824vw, 2.4rem);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .container {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .deco {
    display: flex;
    justify-content: center;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .ill {
    position: absolute;
    bottom: -50px;
    left: 18%;
    left: calc(50% - 18.125em);
    transform: translateX(-50%);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .ill {
    width: 210px;
    margin-top: 15px;
    margin-left: 15px;
  }
}
.tp_0_0 .slideCardSect .contactArea .textArea .ill img {
  width: 100%;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .ill img {
    max-width: min(286px, 22vw);
    aspect-ratio: 286/272;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .ill img {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .ill .ill_sp {
    position: relative;
  }
}
.tp_0_0 .slideCardSect .contactArea .textArea .ill .ill_sp > img {
  width: 200px;
  margin-top: 16px;
  margin-left: 8px;
}
.tp_0_0 .slideCardSect .contactArea .textArea .ill .ill_sp .deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 189px;
}
.tp_0_0 .slideCardSect .contactArea .textArea .text {
  display: inline;
  background-color: #fff;
  font-weight: 700;
  -webkit-box-decoration-break: clone;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .text {
    padding: 4px 8px;
    line-height: 2;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .text {
    font-size: 1.8rem;
    padding: 2px 5px;
    line-height: 1.9;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .button {
    position: absolute;
    top: 50%;
    left: calc(50% + 18.125em);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .button {
    position: relative;
    width: 120px;
    height: 120px;
  }
}
.tp_0_0 .slideCardSect .contactArea .textArea .button:before, .tp_0_0 .slideCardSect .contactArea .textArea .button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #111;
  border-radius: 50%;
  background-color: #FFEA64;
  z-index: 0;
}
.tp_0_0 .slideCardSect .contactArea .textArea .button:before {
  top: 6px;
  left: 6px;
}
.tp_0_0 .slideCardSect .contactArea .textArea .button:after {
  top: 3px;
  left: 3px;
}
.tp_0_0 .slideCardSect .contactArea .textArea .button a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 50%;
  text-align: center;
  background-color: #FFEA64;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  z-index: 1;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .button a {
    font-size: clamp(1.5rem, 1.4705882353vw, 2rem);
    gap: 0.8em;
    padding-top: 0.7em;
    width: 8.7em;
    height: 8.7em;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .button a {
    gap: 5px;
    padding-top: 13px;
    font-size: 1.5rem;
    width: 120px;
    height: 120px;
  }
}
.tp_0_0 .slideCardSect .contactArea .textArea .button a:focus-visible, :where([data-whatintent="mouse"]) .tp_0_0 .slideCardSect .contactArea .textArea .button a:hover {
  background-color: #111;
  color: #fff;
}
.tp_0_0 .slideCardSect .contactArea .textArea .button a:focus-visible .icon_arw, :where([data-whatintent="mouse"]) .tp_0_0 .slideCardSect .contactArea .textArea .button a:hover .icon_arw {
  color: #111;
  -webkit-animation: arwMove 0.3s ease-in-out forwards;
  animation: arwMove 0.3s ease-in-out forwards;
}
.tp_0_0 .slideCardSect .contactArea .textArea .button a .el_circle {
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .button a .el_circle {
    width: 1.9em;
    height: 1.9em;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .button a .el_circle {
    width: 25px;
    height: 25px;
  }
}
.tp_0_0 .slideCardSect .contactArea .textArea .button a .icon_arw {
  height: auto;
  color: #fff;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .button a .icon_arw {
    width: 0.6em;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .slideCardSect .contactArea .textArea .button a .icon_arw {
    width: 10px;
  }
}
.tp_0_0 .slideCardSect .contactArea .textArea .button a .icon_arw .fill {
  fill: currentColor;
}
.tp_0_0 .movieSect {
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect {
    margin-top: -110px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect {
    margin-top: -30px;
  }
}
.tp_0_0 .movieSect .container {
  position: relative;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .container {
    padding: 140px 0 150px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .container {
    padding: 65px 0 85px;
  }
}
.tp_0_0 .movieSect .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  background-color: #65E58B;
  border-radius: 100%;
  z-index: 1;
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .bg {
    width: max(200% - 150px, 2570px);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .bg {
    width: 300%;
  }
}
.tp_0_0 .movieSect .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/dot_bg.png);
  opacity: 0.35;
}
.tp_0_0 .movieSect .inner {
  position: relative;
  z-index: 2;
}
.tp_0_0 .movieSect .titleArea {
  position: relative;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .titleArea {
    display: flex;
    align-items: center;
    padding-bottom: 52px;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .titleArea .title {
    width: 47.96296296%;
    margin-right: 6.1%;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .titleArea .title {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .textArea {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 22px;
  }
}
.tp_0_0 .movieSect .textArea .text {
  font-weight: 700;
  line-height: 1.83333333;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  text-underline-offset: 10px;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .textArea .text {
    font-size: clamp(1.8rem, 1.7647058824vw, 2.4rem);
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .textArea .text {
    font-size: 1.8rem;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .textArea .ill {
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 23.14814815%;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .textArea .ill {
    width: 177px;
  }
}
.tp_0_0 .movieSect .textArea .ill img {
  width: 100%;
}
.tp_0_0 .movieSect .bodyArea {
  width: auto;
  border: 1px solid #111;
  background-color: #FBF5DA;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .bodyArea {
    padding: 6px;
    border-radius: 30px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .bodyArea {
    padding: 3px;
    border-radius: 12px;
  }
}
.tp_0_0 .movieSect .bodyArea .inner {
  height: 100%;
  border: 1px solid #111;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .bodyArea .inner {
    padding: 34px 32px 20px;
    border-radius: 24px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .bodyArea .inner {
    padding: 16px 16px 7px;
    border-radius: 10px;
  }
}
.tp_0_0 .movieSect .slide .image {
  border-radius: 12px;
  aspect-ratio: 312/562;
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .slide .image {
    width: 321px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .slide .image {
    width: 269px;
  }
}
.tp_0_0 .movieSect .slide .image img, .tp_0_0 .movieSect .slide .image iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tp_0_0 .movieSect .slide.swiper .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  transform: translate(0);
  cursor: pointer;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .slide.swiper .swiper-pagination {
    margin-top: 10px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .slide.swiper .swiper-pagination {
    margin-top: 8px;
  }
}
.tp_0_0 .movieSect .slide.swiper .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  opacity: 1;
  background-color: unset;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .slide.swiper .swiper-pagination-bullet {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .slide.swiper .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}
.tp_0_0 .movieSect .slide.swiper .swiper-pagination-bullet:before {
  content: "";
  border: 1px solid #111;
  border-radius: 50%;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .slide.swiper .swiper-pagination-bullet:before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .slide.swiper .swiper-pagination-bullet:before {
    width: 8px;
    height: 8px;
  }
}
.tp_0_0 .movieSect .slide.swiper .swiper-pagination-bullet-active:before {
  background-color: #111;
}
.tp_0_0 .movieSect .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 50%;
  background-color: #FFEA64;
  transition: opacity 0.3s ease-in-out;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .swiper-button-next {
    right: -25px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .swiper-button-next {
    right: -14px;
    width: 40px;
    height: 40px;
  }
}
.tp_0_0 .movieSect .swiper-button-next:focus-visible, :where([data-whatintent="mouse"]) .tp_0_0 .movieSect .swiper-button-next:hover {
  opacity: 0.6;
}
.tp_0_0 .movieSect .swiper-button-next:before {
  content: "";
  transform: translateX(-2px) rotate(45deg);
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  border-right: 2px solid #111;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .swiper-button-next:before {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .swiper-button-next:before {
    width: 8px;
    height: 8px;
  }
}
.tp_0_0 .movieSect .swiper-button-next:after {
  content: none;
}
.tp_0_0 .movieSect .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 50%;
  background-color: #FFEA64;
  transition: opacity 0.3s ease-in-out;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .swiper-button-prev {
    left: -25px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .swiper-button-prev {
    left: -14px;
    width: 40px;
    height: 40px;
  }
}
.tp_0_0 .movieSect .swiper-button-prev:focus-visible, :where([data-whatintent="mouse"]) .tp_0_0 .movieSect .swiper-button-prev:hover {
  opacity: 0.6;
}
.tp_0_0 .movieSect .swiper-button-prev:before {
  content: "";
  transform: translateX(2px) rotate(-135deg);
  border-top: 2px solid #111;
  border-right: 2px solid #111;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .movieSect .swiper-button-prev:before {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .movieSect .swiper-button-prev:before {
    width: 8px;
    height: 8px;
  }
}
.tp_0_0 .movieSect .swiper-button-prev:after {
  content: none;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .instagramSect {
    margin-top: 120px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .instagramSect {
    margin-top: 77px;
  }
}
.tp_0_0 .instagramSect .titleArea {
  display: flex;
  justify-content: space-between;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .instagramSect .titleArea .title {
    width: 55.09259259%;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .instagramSect .titleArea .title {
    width: 100%;
    max-width: 333px;
    margin-inline: auto;
    text-align: center;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .instagramSect .bodyArea {
    margin-top: 50px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .instagramSect .bodyArea {
    margin-top: 34px;
  }
}
.tp_0_0 .instagramSect .bodyArea .units {
  transition-timing-function: linear;
  height: auto;
}
.tp_0_0 .instagramSect .bodyArea .unit {
  margin-bottom: 2px;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .instagramSect .bodyArea .unit {
    width: 252px;
    margin-right: 24px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .instagramSect .bodyArea .unit {
    width: 188px;
    margin-right: 20px;
  }
}
.tp_0_0 .instagramSect .bodyArea .unit a {
  display: block;
  border: 1px solid #111;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .instagramSect .bodyArea .unit a {
    padding: 6px;
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .instagramSect .bodyArea .unit a {
    padding: 4px;
    border-radius: 10px;
  }
}
.tp_0_0 .instagramSect .bodyArea .unit a:focus-visible .image img, :where([data-whatintent="mouse"]) .tp_0_0 .instagramSect .bodyArea .unit a:hover .image img {
  transform: scale(1.08);
}
.tp_0_0 .instagramSect .bodyArea .image {
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .instagramSect .bodyArea .image {
    border-radius: 12px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .instagramSect .bodyArea .image {
    border-radius: 8px;
  }
}
.tp_0_0 .instagramSect .bodyArea .image img {
  width: 100%;
  aspect-ratio: 4/5;
  transition: transform 0.3s ease-in-out;
}
.tp_0_0 .instagramSect .indexBtn {
  position: relative;
  border-radius: 100px;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .instagramSect .indexBtn {
    width: 220px;
    height: 70px;
    margin-top: -20px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .instagramSect .indexBtn {
    width: auto;
    height: 60px;
    margin-top: 30px;
  }
}
.tp_0_0 .instagramSect .indexBtn > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  padding-left: 26px;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #111;
  background-color: #fff;
  font-family: "Dela Gothic One", sans-serif;
  z-index: 2;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .instagramSect .indexBtn > a {
    font-size: 1.8rem;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .instagramSect .indexBtn > a {
    font-size: 1.6rem;
  }
}
.tp_0_0 .instagramSect .indexBtn > a:focus-visible, :where([data-whatintent="mouse"]) .tp_0_0 .instagramSect .indexBtn > a:hover {
  background-color: #111;
  color: #fff;
}
.tp_0_0 .instagramSect .indexBtn > a:focus-visible .icon_arw, :where([data-whatintent="mouse"]) .tp_0_0 .instagramSect .indexBtn > a:hover .icon_arw {
  color: #111;
  -webkit-animation: arwMove 0.3s ease-in-out forwards;
  animation: arwMove 0.3s ease-in-out forwards;
}
.tp_0_0 .instagramSect .indexBtn > a span {
  line-height: 1;
  background-image: linear-gradient(0deg, currentColor, currentColor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.tp_0_0 .instagramSect .indexBtn > a .el_circle {
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .instagramSect .indexBtn > a .el_circle {
    display: grid;
    place-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .instagramSect .indexBtn > a .el_circle {
    display: grid;
    place-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
}
.tp_0_0 .instagramSect .indexBtn > a .icon_arw {
  color: #fff;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 899px) {
  .tp_0_0 .instagramSect .indexBtn > a .icon_arw {
    width: 0.8em;
    height: auto;
  }
}
.tp_0_0 .instagramSect .indexBtn > a .icon_arw .fill {
  fill: currentColor;
}
.tp_0_0 .instagramSect .indexBtn:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #111;
  background: #fff;
  z-index: 1;
}
.tp_0_0 .faq {
  background-color: #FBF5DA;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .faq {
    padding: 120px 0 244px;
    border-radius: 80px 80px 0 0;
    margin-top: 120px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .faq {
    padding: 68px 0 148px;
    border-radius: 30px 30px 0 0;
    margin-top: 74px;
  }
}
.tp_0_0 .faq .titleArea .title {
  margin-inline: auto;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .faq .titleArea .title {
    width: 235px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .faq .titleArea .title {
    width: 41%;
    max-width: 135px;
    margin-inline: auto;
    text-align: center;
  }
}
.tp_0_0 .faq .titleArea .desc {
  text-align: center;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .faq .titleArea .desc {
    margin-top: 16px;
    font-size: 2rem;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .faq .titleArea .desc {
    margin-top: 12px;
    font-size: 1.5rem;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .faq .bodyArea {
    margin-top: 44px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .faq .bodyArea {
    margin-top: 28px;
  }
}
.tp_0_0 .faq .bodyArea .unit {
  position: relative;
}
.tp_0_0 .faq .bodyArea .unit:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid #000078;
  background-color: #fff;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .unit:before {
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .unit:before {
    border-radius: 8px;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .unit ~ .unit {
    margin-top: 21px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .unit ~ .unit {
    margin-top: 9px;
  }
}
.tp_0_0 .faq .bodyArea .inner {
  position: relative;
  border: 1px solid #000078;
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .inner {
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .inner {
    border-radius: 8px;
  }
}
.tp_0_0 .faq .bodyArea .body {
  position: relative;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .body {
    padding: 28px 88px 26px;
  }
}
.tp_0_0 .faq .bodyArea .qArea {
  background-color: #000078;
  color: #fff;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  cursor: pointer;
}
.tp_0_0 .faq .bodyArea .qArea:focus-visible, :where([data-whatintent="mouse"]) .tp_0_0 .faq .bodyArea .qArea:hover {
  background-color: #FBF5DA;
  color: #000078;
}
.tp_0_0 .faq .bodyArea .qArea:focus-visible .toggle:after, .tp_0_0 .faq .bodyArea .qArea:focus-visible .toggle:before, :where([data-whatintent="mouse"]) .tp_0_0 .faq .bodyArea .qArea:hover .toggle:after, :where([data-whatintent="mouse"]) .tp_0_0 .faq .bodyArea .qArea:hover .toggle:before {
  background-color: #fff;
}
.tp_0_0 .faq .bodyArea .qArea.is_active .toggle:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .qArea .body {
    display: flex;
    align-items: center;
    min-height: 74px;
    padding: 13px 50px 11px;
  }
}
.tp_0_0 .faq .bodyArea .qArea .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: currentColor;
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .qArea .icon {
    left: 28px;
    font-size: 3.8rem;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .qArea .icon {
    left: 18px;
    font-size: 2.2rem;
  }
}
.tp_0_0 .faq .bodyArea .qArea .text {
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .qArea .text {
    font-size: 2.2rem;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .qArea .text {
    font-size: 1.5rem;
  }
}
.tp_0_0 .faq .bodyArea .qArea .toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .qArea .toggle {
    right: 28px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .qArea .toggle {
    right: 16px;
    width: 26px;
    height: 26px;
  }
}
.tp_0_0 .faq .bodyArea .qArea .toggle:before, .tp_0_0 .faq .bodyArea .qArea .toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  background-color: #000078;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .qArea .toggle:before, .tp_0_0 .faq .bodyArea .qArea .toggle:after {
    width: 16px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .qArea .toggle:before, .tp_0_0 .faq .bodyArea .qArea .toggle:after {
    width: 12px;
  }
}
.tp_0_0 .faq .bodyArea .qArea .toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp_0_0 .faq .bodyArea .aArea {
  display: none;
  background-color: #fff;
}
@media (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .aArea .body {
    padding: 24px 18px 22px 50px;
  }
}
.tp_0_0 .faq .bodyArea .aArea .icon {
  position: absolute;
  color: #000078;
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .aArea .icon {
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
    font-size: 3.8rem;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .aArea .icon {
    top: 17px;
    left: 18px;
    font-size: 2.2rem;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .aArea .text {
    font-size: 1.8rem;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .faq .bodyArea .aArea .text {
    font-size: 1.4rem;
  }
}
@media not all and (max-width: 899px) {
  .tp_0_0 .bl_contactSect {
    margin-top: -124px;
  }
}
@media (max-width: 899px) {
  .tp_0_0 .bl_contactSect {
    margin-top: -74px;
  }
}

@media not all and (max-width: 899px) {
  .tp_1_0 .ly_articleBodySection {
    padding-top: 84px;
    padding-bottom: 144px;
  }
}
@media (max-width: 899px) {
  .tp_1_0 .ly_articleBodySection {
    padding-top: 47px;
    padding-bottom: 74px;
  }
}
.tp_1_0 .articleHead {
  width: auto;
  background-color: #FBF5DA;
}
@media not all and (max-width: 899px) {
  .tp_1_0 .articleHead {
    padding-top: 92px;
    border-radius: 20px;
    margin-inline: 15px;
  }
}
@media (max-width: 899px) {
  .tp_1_0 .articleHead {
    padding-top: 55px;
    border-radius: 8px;
    margin-inline: 10px;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_0 .articleHead .headSection {
    padding-bottom: 36px;
  }
}
@media (max-width: 899px) {
  .tp_1_0 .articleHead .headSection {
    padding-bottom: 20px;
  }
}
@media (max-width: 899px) {
  .tp_1_0 .articleHead .headSection .title {
    max-width: 308px;
  }
}
.tp_1_0 .articleHead .headSection .sub {
  display: inline-block;
  padding-bottom: 4px;
  font-weight: 700;
  line-height: 1.02272727;
  border-bottom: 1px dashed currentColor;
  color: #000078;
}
@media not all and (max-width: 899px) {
  .tp_1_0 .articleHead .headSection .sub {
    margin-top: 24px;
    font-size: 2.2rem;
  }
}
@media (max-width: 899px) {
  .tp_1_0 .articleHead .headSection .sub {
    margin-top: 17px;
    font-size: 1.8rem;
  }
}
.tp_1_0 .articleHead .breadcrumb {
  display: flex;
  justify-content: flex-end;
}
.tp_1_0 .articleHead .bl_breadcrumb {
  background-color: #fff;
}
@media not all and (max-width: 899px) {
  .tp_1_0 .articleHead .bl_breadcrumb {
    padding: 11px 120px 11px 20px;
    border-radius: 20px 0 0 0;
  }
}
@media (max-width: 899px) {
  .tp_1_0 .articleHead .bl_breadcrumb {
    padding: 6px 10px 5px 14px;
    border-radius: 8px;
  }
}
.tp_1_0 .pageDesc p {
  display: inline;
  background-color: #ffea64;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .tp_1_0 .pageDesc p {
    padding: 2px 6px 2px 6px;
    font-size: 2.2rem;
    line-height: 1.9;
  }
}
@media (max-width: 899px) {
  .tp_1_0 .pageDesc p {
    padding: 2px 6px 4px;
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_0 .panels {
    margin-top: 85px;
  }
}
@media (max-width: 899px) {
  .tp_1_0 .panels {
    margin-top: 45px;
  }
}
.tp_1_0 .panels .units {
  display: grid;
  justify-items: center;
}
@media not all and (max-width: 899px) {
  .tp_1_0 .panels .units {
    grid-template-columns: repeat(auto-fit, minmax(196px, 1fr));
    gap: 40px 25px;
  }
}
@media (max-width: 899px) {
  .tp_1_0 .panels .units {
    grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
    gap: 31px 19px;
  }
}
.tp_1_0 .panels .unit {
  width: 100%;
  min-height: 207px;
}
@media (max-width: 899px) {
  .tp_1_0 .panels .unit {
    min-height: 168px;
  }
}
.tp_1_0 .panels .calendar {
  width: auto;
}
.tp_1_0 .panels .calendar .el_calendar_inner {
  text-align: center;
}
.tp_1_0 .panels .calendar .el_calendar_time {
  display: inline-flex;
}

.tp_1_1 .pageHead {
  position: relative;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead {
    display: flex;
    align-items: center;
    margin-inline: 16px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead {
    border-radius: 8px;
    margin-inline: 10px;
    background-color: #B3F1FB;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body {
    flex-shrink: 0;
    width: min(630px, 46.3235294118vw);
    border-radius: 20px;
    margin-right: -126px;
    background-color: #B3F1FB;
    z-index: 1;
    overflow: hidden;
  }
}
.tp_1_1 .pageHead_body .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .inner {
    padding: min(54px, 3.9705882353vw) min(40px, 2.9411764706vw);
    margin-inline: auto;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .inner {
    padding: 34px 20px 21px;
    margin-inline: auto;
  }
}
.tp_1_1 .pageHead_body .title span {
  background-color: #fff;
  font-weight: 700;
  line-height: 2;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .title span {
    font-size: clamp(2.25rem, 2.2058823529vw, 3rem);
    padding: 0.12em 0.33em;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .title span {
    padding: 2px 6px;
    font-size: 1.9rem;
  }
}
.tp_1_1 .pageHead_body .duringDate {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate {
    margin-top: 5px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate {
    margin-top: 4px;
  }
}
.tp_1_1 .pageHead_body .duringDate .when {
  margin-top: 0;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .when .month {
    font-size: clamp(4.5rem, 4.4117647059vw, 6rem);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .when .month {
    font-size: 4rem;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .when .day {
    font-size: clamp(6rem, 5.8823529412vw, 8rem);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .when .day {
    font-size: 5.2rem;
  }
}
.tp_1_1 .pageHead_body .duringDate .when .day:before {
  content: ".";
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .when .day:before {
    font-size: clamp(4.125rem, 4.0441176471vw, 5.5rem);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .when .day:before {
    font-size: 3.6rem;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .when .date {
    font-size: clamp(1.5rem, 1.4705882353vw, 2rem);
    margin-bottom: 0.4em;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .when .date {
    margin-bottom: 6px;
    font-size: 1.8rem;
  }
}
.tp_1_1 .pageHead_body .duringDate .icon {
  position: absolute;
  aspect-ratio: 95/70;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .icon {
    top: 10px;
    left: calc(100% - 35px);
    width: min(111px, 8.1617647059vw);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .icon {
    width: 95px;
    top: 5px;
    left: calc(100% - 15px);
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .icon.is_week {
    background-image: url(../images/head_week_pc.png);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .icon.is_week {
    background-image: url(../images/head_week_sp.png);
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .icon.is_double {
    background-image: url(../images/head_double_pc.png);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .icon.is_double {
    background-image: url(../images/head_double_sp.png);
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .icon.is_web {
    background-image: url(../images/head_web_pc.png);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .duringDate .icon.is_web {
    background-image: url(../images/head_web_sp.png);
  }
}
.tp_1_1 .pageHead_body .when {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .when {
    margin-top: 5px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .when {
    margin-top: 4px;
  }
}
.tp_1_1 .pageHead_body .when_end {
  position: relative;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .when_end {
    padding-left: 40px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .when_end {
    padding-left: 20px;
  }
}
.tp_1_1 .pageHead_body .when_end:before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  aspect-ratio: 14/6;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/calendar_arw.svg);
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .when_end:before {
    top: calc(50% + 10px);
    width: 1.38333333em;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .when_end:before {
    top: calc(50% + 5px);
    width: 14px;
  }
}
.tp_1_1 .pageHead_body .when .month {
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .month {
    font-size: clamp(5.1rem, 5vw, 6.8rem);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .month {
    font-size: 4.4rem;
  }
}
.tp_1_1 .pageHead_body .when .day {
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .day {
    font-size: clamp(6.3rem, 6.1764705882vw, 8.4rem);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .day {
    font-size: 5.6rem;
  }
}
.tp_1_1 .pageHead_body .when .day:before {
  content: ".";
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .day:before {
    font-size: clamp(4.5rem, 4.4117647059vw, 6rem);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .day:before {
    font-size: 3.6rem;
  }
}
.tp_1_1 .pageHead_body .when .date {
  font-weight: 900;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .date {
    font-size: clamp(1.5rem, 1.4705882353vw, 2rem);
    margin-bottom: 0.4em;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .date {
    margin-bottom: 6px;
    font-size: 2rem;
  }
}
.tp_1_1 .pageHead_body .when .date:before {
  content: "(";
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .date:before {
    font-size: clamp(1.35rem, 1.3235294118vw, 1.8rem);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .date:before {
    font-size: 1.8rem;
  }
}
.tp_1_1 .pageHead_body .when .date:after {
  content: ")";
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .date:after {
    font-size: clamp(1.35rem, 1.3235294118vw, 1.8rem);
  }
}
.tp_1_1 .pageHead_body .when .icon {
  position: absolute;
  left: calc(100% + 20px);
  aspect-ratio: 95/70;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .icon {
    top: 10px;
    width: min(111px, 8.1617647059vw);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .icon {
    width: 74px;
    top: 5px;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .icon.is_week {
    background-image: url(../images/head_week_pc.png);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .icon.is_week {
    background-image: url(../images/head_week_sp.png);
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .icon.is_double {
    background-image: url(../images/head_double_pc.png);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .icon.is_double {
    background-image: url(../images/head_double_sp.png);
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .icon.is_web {
    background-image: url(../images/head_web_pc.png);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .when .icon.is_web {
    background-image: url(../images/head_web_sp.png);
  }
}
.tp_1_1 .pageHead_body .time {
  display: flex;
  align-items: center;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .time {
    gap: 38px;
    margin-top: 5px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .time {
    gap: 28px;
  }
}
.tp_1_1 .pageHead_body .time .during {
  display: flex;
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .time .during {
    font-size: clamp(1.8rem, 1.7647058824vw, 2.4rem);
    gap: 1.2em;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .time .during {
    gap: 27px;
    font-size: 1.8rem;
  }
}
.tp_1_1 .pageHead_body .time .during .end {
  position: relative;
}
.tp_1_1 .pageHead_body .time .during .end:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 14/6;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/calendar_arw.svg);
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .time .during .end:before {
    right: calc(100% + 0.3em);
    width: 0.58333333em;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .time .during .end:before {
    right: calc(100% + 8px);
    width: 14px;
  }
}
.tp_1_1 .pageHead_body .time .launch {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .time .launch {
    font-size: clamp(1.8rem, 1.7647058824vw, 2.4rem);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .time .launch {
    font-size: 1.8rem;
  }
}
.tp_1_1 .pageHead_body .time .launch:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  border-left: 1px dashed currentColor;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .time .launch:before {
    left: -20px;
    height: calc(100% - 20px);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .time .launch:before {
    left: -15px;
    height: calc(100% - 15px);
  }
}
.tp_1_1 .pageHead_body .time .launch span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .time .launch span {
    font-size: clamp(1.5rem, 1.4705882353vw, 2rem);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .time .launch span {
    font-size: 1.6rem;
  }
}
.tp_1_1 .pageHead_body .place {
  border: 1px solid currentColor;
  border-radius: 100px;
  text-align: center;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .place {
    font-size: clamp(1.35rem, 1.3235294118vw, 1.8rem);
    padding: 6px 6px 8px;
    margin-top: 6px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .place {
    margin-top: 8px;
    padding: 4px 4px 6px;
    font-size: 1.5rem;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .special {
    margin-top: 15px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .special {
    margin-top: 13px;
  }
}
.tp_1_1 .pageHead_body .special .hdg {
  position: relative;
  padding-left: 15px;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .special .hdg {
    font-size: clamp(1.425rem, 1.3970588235vw, 1.9rem);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .special .hdg {
    font-size: 1.8rem;
  }
}
.tp_1_1 .pageHead_body .special .hdg:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: calc(100% - 6px);
  background-color: currentColor;
  border-radius: 100px;
}
.tp_1_1 .pageHead_body .special ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 5px;
}
.tp_1_1 .pageHead_body .special li {
  position: relative;
  padding-left: 12px;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_body .special li {
    font-size: clamp(1.2rem, 1.1764705882vw, 1.6rem);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_body .special li {
    font-size: 1.4rem;
  }
}
.tp_1_1 .pageHead_body .special li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.4em;
  aspect-ratio: 1/1;
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead_thumb {
    flex-grow: 1;
    width: 100%;
    max-height: 582px;
    aspect-ratio: 824/582;
    border-radius: 20px;
    overflow: hidden;
    z-index: 0;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead_thumb {
    display: none;
  }
}
.tp_1_1 .pageHead_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .pageHead .breadcrumb {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: calc(100% - min(630px, 46.3235294118vw));
    padding: 8px 120px 8px 20px;
    border-radius: 20px 0 0 0;
    background-color: #fff;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .pageHead .breadcrumb {
    display: flex;
    justify-content: flex-end;
  }
  .tp_1_1 .pageHead .breadcrumb .bl_breadcrumb {
    padding: 3px 11px;
    border-radius: 8px 0 0 0;
    background-color: #fff;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .anchor {
    margin-top: 91px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .anchor {
    margin-top: 50px;
  }
}
.tp_1_1 .anchor ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .anchor ul {
    justify-content: center;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .anchor ul {
    margin-left: -14px;
  }
}
.tp_1_1 .anchor li {
  position: relative;
}
.tp_1_1 .anchor li:last-child:before {
  content: none;
}
.tp_1_1 .anchor li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 5px);
  border-right: 1px dashed currentColor;
}
.tp_1_1 .anchor a {
  display: flex;
  align-items: center;
  font-weight: 700;
  text-decoration: underline;
}
.tp_1_1 .anchor a:focus-visible, :where([data-whatintent="mouse"]) .tp_1_1 .anchor a:hover {
  text-decoration: none;
}
.tp_1_1 .anchor a:focus-visible .icon_arw2, :where([data-whatintent="mouse"]) .tp_1_1 .anchor a:hover .icon_arw2 {
  -webkit-animation: arwMove 0.3s ease-in-out forwards;
  animation: arwMove 0.3s ease-in-out forwards;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .anchor a {
    gap: 12px;
    padding: 0 12px;
    font-size: 1.8rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .anchor a {
    gap: 8px;
    padding: 0 14px;
    font-size: 1.4rem;
  }
}
.tp_1_1 .anchor a .el_circle {
  background-color: currentColor;
  transform: rotate(90deg);
}
@media not all and (max-width: 899px) {
  .tp_1_1 .anchor a .el_circle {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .anchor a .el_circle {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .anchor a .icon_arw2 {
    width: 8px;
  }
}
.tp_1_1 .timeTable {
  position: relative;
  background-color: #FBF5DA;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .timeTable {
    padding: 89px 0 93px;
    border-radius: 20px;
    margin-top: 80px;
    margin-inline: 16px;
    overflow: hidden;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .timeTable {
    padding: 51px 0;
    border-radius: 8px;
    margin-top: 80px;
    margin-inline: 10px;
  }
}
.tp_1_1 .timeTable:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-image: url(../images/1_1/timetable/table_block.png);
  z-index: 0;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .timeTable:before {
    background-size: 58px 58px;
    background-position: center top;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .timeTable:before {
    background-size: 36px 36px;
    background-position: center;
  }
}
.tp_1_1 .timeTable .container {
  position: relative;
  z-index: 1;
}
.tp_1_1 .timeTable .textArea {
  text-align: center;
}
.tp_1_1 .timeTable .textArea .subTitle {
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .timeTable .textArea .subTitle {
    font-size: 2.4rem;
  }
}
.tp_1_1 .timeTable .textArea .subTitle span {
  position: relative;
  display: inline-block;
}
.tp_1_1 .timeTable .textArea .subTitle span:before {
  content: "";
  position: absolute;
  left: -10px;
  transform-origin: right bottom;
  transform: rotate(-25deg);
  width: 10px;
  border-left: 1px dashed currentColor;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .timeTable .textArea .subTitle span:before {
    top: 0;
    height: calc(100% - 0.3em);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .timeTable .textArea .subTitle span:before {
    top: 10px;
    height: calc(100% - 0.5em);
  }
}
.tp_1_1 .timeTable .textArea .subTitle span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  transform-origin: left bottom;
  transform: rotate(25deg);
  width: 10px;
  border-left: 1px dashed currentColor;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .timeTable .textArea .subTitle span:after {
    top: 0;
    height: calc(100% - 0.3em);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .timeTable .textArea .subTitle span:after {
    top: 10px;
    height: calc(100% - 0.5em);
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .timeTable .textArea .title {
    margin-top: 23px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .timeTable .textArea .title {
    margin-top: 18px;
  }
}
.tp_1_1 .timeTable .textArea .sub {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px dashed currentColor;
  color: #000078;
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .timeTable .textArea .sub {
    margin-top: 25px;
    font-size: 2.2rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .timeTable .textArea .sub {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}
.tp_1_1 .timeTable .download {
  display: flex;
  justify-content: center;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .timeTable .download {
    padding-right: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .timeTable .download {
    margin-top: 30px;
    margin-bottom: 85px;
  }
}
.tp_1_1 .timeTable .download .inner {
  position: relative;
}
@media (max-width: 899px) {
  .tp_1_1 .timeTable .download .inner {
    max-width: 400px;
    flex-grow: 1;
  }
}
.tp_1_1 .timeTable .download .inner:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  background-color: #fff;
  z-index: 0;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .timeTable .download .inner:before {
    border-radius: 20px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .timeTable .download .inner:before {
    border-radius: 8px;
  }
}
.tp_1_1 .timeTable .download .inner .body {
  position: relative;
  border: 1px solid currentColor;
  background-color: #fff;
  z-index: 1;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .timeTable .download .inner .body {
    padding: 36px 100px 43px 50px;
    border-radius: 20px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .timeTable .download .inner .body {
    padding: 21px 19px 25px;
    border-radius: 8px;
  }
}
.tp_1_1 .timeTable .download .inner .deco1 {
  position: absolute;
  transform: translateX(-50%);
}
@media not all and (max-width: 899px) {
  .tp_1_1 .timeTable .download .inner .deco1 {
    top: -30px;
    left: calc(50% + 25px);
    width: 960px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .timeTable .download .inner .deco1 {
    top: calc(100% + 30px);
    left: 50%;
    width: 296px;
  }
}
.tp_1_1 .timeTable .download .inner .deco2 {
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .timeTable .download .inner .deco2 {
    top: 15px;
    left: calc(100% - 10px);
    width: 162px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .timeTable .download .inner .deco2 {
    top: calc(100% - 14px);
    left: 50%;
    transform: translateX(-50%);
    width: 126px;
  }
}
.tp_1_1 .timeTable .download .inner .deco2 img {
  width: 100%;
}
.tp_1_1 .timeTable .download .text span {
  background-color: #ffea64;
  font-weight: 700;
  line-height: 1.9;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .timeTable .download .text span {
    padding: 2px 4px;
    font-size: 2rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .timeTable .download .text span {
    padding: 2px 8px 2px 4px;
    font-size: 1.6rem;
  }
}
.tp_1_1 .timeTable .download .link {
  display: block;
  font-weight: 700;
  line-height: 1.41176471;
  text-decoration: underline;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .timeTable .download .link {
    margin-top: 21px;
    font-size: 1.7rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .timeTable .download .link {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
.tp_1_1 .timeTable .download .link .icon {
  margin-left: 5px;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .timeTable .download .link .icon {
    vertical-align: -2px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .timeTable .download .link .icon {
    vertical-align: -5px;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program {
    margin: 120px 0;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program {
    margin: 65px 0 70px;
  }
}
.tp_1_1 .program .titleArea {
  text-align: center;
}
.tp_1_1 .program .titleArea .sub {
  display: inline-block;
  color: #000078;
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .titleArea .sub {
    padding-bottom: 5px;
    border-bottom: 2px dashed currentColor;
    margin-top: 23px;
    font-size: 2.2rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .titleArea .sub {
    padding-bottom: 3px;
    border-bottom: 2px dashed currentColor;
    margin-top: 16px;
    font-size: 1.8rem;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .unitArea {
    margin-top: 48px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .unitArea {
    margin-top: 36px;
  }
}
.tp_1_1 .program .unitArea .unit:nth-child(odd) .bodyArea {
  flex-direction: row-reverse;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit ~ .unit {
    margin-top: 70px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit ~ .unit {
    margin-top: 50px;
  }
}
.tp_1_1 .program .unitArea .unit .title {
  text-align: center;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .title {
    margin-bottom: 39px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .title {
    margin-bottom: 22px;
  }
}
.tp_1_1 .program .unitArea .unit .title > span {
  position: relative;
  border-radius: 100px;
  background-color: #000078;
  color: #fff;
  font-weight: 700;
  line-height: 1.17857143;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .title > span {
    display: inline-block;
    padding: 14px 50px 16px;
    font-size: 2.8rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .title > span {
    display: block;
    padding: 12px 12px 10px;
    font-size: 2rem;
  }
}
.tp_1_1 .program .unitArea .unit .title > span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .title > span:before {
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 10px solid #000078;
    border-bottom: 0;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .title > span:before {
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #000078;
    border-bottom: 0;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .bodyArea {
    display: flex;
  }
}
.tp_1_1 .program .unitArea .unit .bodyArea .thumb {
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .bodyArea .thumb {
    position: relative;
    flex-shrink: 0;
    width: 44.2804428%;
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .bodyArea .thumb {
    border-radius: 8px;
  }
}
.tp_1_1 .program .unitArea .unit .bodyArea .thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .bodyArea .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.tp_1_1 .program .unitArea .unit .bodyArea .textArea {
  flex-grow: 1;
  background-color: #ffea64;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .bodyArea .textArea {
    padding: 50px;
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .bodyArea .textArea {
    padding: 24px 20px;
    border-radius: 8px;
  }
}
.tp_1_1 .program .unitArea .unit .bodyArea .textArea ol {
  counter-reset: number 0;
}
.tp_1_1 .program .unitArea .unit .bodyArea .textArea li {
  position: relative;
  display: grid;
  align-items: center;
  font-weight: 700;
  line-height: 1.7;
  counter-increment: number 1;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .bodyArea .textArea li {
    min-height: 50px;
    padding-left: 64px;
    font-size: 2rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .bodyArea .textArea li {
    min-height: 38px;
    padding-left: 50px;
    font-size: 1.5rem;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .bodyArea .textArea li ~ li {
    margin-top: 22px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .bodyArea .textArea li ~ li {
    margin-top: 16px;
  }
}
.tp_1_1 .program .unitArea .unit .bodyArea .textArea li:before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  line-height: 1;
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .bodyArea .textArea li:before {
    width: 50px;
    font-size: 1.6rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .unitArea .unit .bodyArea .textArea li:before {
    width: 38px;
    font-size: 1.4rem;
  }
}
.tp_1_1 .program .slideArea {
  margin-top: 100px;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit ~ .unit {
    margin-top: 100px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit ~ .unit {
    margin-top: 61px;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .titleArea {
    margin-bottom: 30px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .titleArea {
    margin-bottom: 28px;
  }
}
.tp_1_1 .program .slideArea .unit .titleArea .title > span {
  position: relative;
  border-top: 2px dashed #111;
  border-bottom: 2px dashed #111;
  background-color: #FBF5DA;
  color: #fff;
  font-weight: 700;
  line-height: 1.38461538;
  text-shadow: 1px 1px 0 #111, -1px -1px 0 #111, -1px 1px 0 #111, 1px -1px 0 #111, 0px 1px 0 #111, -1px 0 #111, -1px 0 0 #111, 1px 0 0 #111;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .titleArea .title > span {
    display: inline-block;
    padding: 7px 30px;
    font-size: 3rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .titleArea .title > span {
    display: block;
    padding: 7px;
    font-size: 2.6rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .titleArea .title > span.is_sm {
    font-size: 2.2rem;
  }
}
.tp_1_1 .program .slideArea .unit .titleArea .title > span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .titleArea .title > span:before {
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 10px solid #111;
    border-bottom: 0;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .titleArea .title > span:before {
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #111;
    border-bottom: 0;
  }
}
.tp_1_1 .program .slideArea .unit .titleArea .title > span .colored {
  color: #FFEA64;
}
.tp_1_1 .program .slideArea .unit .slide .body {
  height: auto;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .slide .body {
    width: 336px;
    margin-right: 36px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .slide .body {
    width: 276px;
    margin-right: 26px;
  }
}
.tp_1_1 .program .slideArea .unit .slide .thumb {
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .slide .thumb {
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .slide .thumb {
    border-radius: 8px;
  }
}
.tp_1_1 .program .slideArea .unit .slide .thumb img {
  width: 100%;
  aspect-ratio: 336/224;
  -o-object-fit: cover;
  object-fit: cover;
}
.tp_1_1 .program .slideArea .unit .slide .hdg {
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .slide .hdg {
    margin-top: 22px;
    font-size: 2rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .slide .hdg {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}
.tp_1_1 .program .slideArea .unit .slide .hdg span {
  background-image: linear-gradient(0deg, #ffea64, #ffea64);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 7px;
}
.tp_1_1 .program .slideArea .unit .slide .text {
  line-height: 1.8;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .slide .text {
    margin-top: 14px;
    font-size: 1.6rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .slide .text {
    margin-top: 12px;
    font-size: 1.2rem;
  }
}
.tp_1_1 .program .slideArea .unit .navigation .swiper-scrollbar {
  position: static;
  transform: translate(0);
  width: 100%;
  height: 7px;
  background: linear-gradient(transparent 0%, transparent 43%, #111 43%, #111 57%, transparent 57%, transparent 100%);
  cursor: pointer;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .navigation .swiper-scrollbar {
    margin-top: 42px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .program .slideArea .unit .navigation .swiper-scrollbar {
    margin-top: 26px;
  }
}
.tp_1_1 .program .slideArea .unit .navigation .swiper-scrollbar > .swiper-scrollbar-drag {
  background-color: #111;
}
.tp_1_1 .trialClass {
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .trialClass {
    margin: 120px 0;
    padding: 128px 0 130px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .trialClass {
    margin: 70px 0;
    padding: 70px 0;
  }
}
.tp_1_1 .trialClass .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  background-color: #B3F1FB;
  border-radius: 100%;
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .trialClass .bg {
    width: max(250%, 3400px);
  }
}
@media (max-width: 899px) {
  .tp_1_1 .trialClass .bg {
    width: 1600px;
  }
}
.tp_1_1 .trialClass .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/dot_bg.png);
  opacity: 0.35;
  z-index: 0;
}
.tp_1_1 .trialClass .inner {
  position: relative;
  z-index: 1;
}
.tp_1_1 .trialClass .titleArea {
  text-align: center;
}
.tp_1_1 .trialClass .titleArea .sub {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px dashed currentColor;
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .trialClass .titleArea .sub {
    margin-top: 20px;
    font-size: 2.2rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .trialClass .titleArea .sub {
    margin-top: 11px;
    font-size: 1.8rem;
  }
}
.tp_1_1 .trialClass .titleArea .ill {
  pointer-events: none;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .trialClass .titleArea .ill {
    margin-top: -17px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .trialClass .titleArea .ill {
    margin-top: 13px;
  }
}
.tp_1_1 .trialClass .titleArea .image {
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .trialClass .titleArea .image {
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .trialClass .titleArea .image {
    border-radius: 8px;
  }
}
.tp_1_1 .trialClass .titleArea .image img {
  width: 100%;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .trialClass .programArea {
    margin-top: 77px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .trialClass .programArea {
    margin-top: 45px;
  }
}
.tp_1_1 .trialClass .programArea .unit {
  position: relative;
  border: 1px solid #111;
  background-color: #fff;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit {
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit {
    border-radius: 8px;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit ~ .unit {
    margin-top: 47px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit ~ .unit {
    margin-top: 31px;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit .body {
    padding: 0 40px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit .body {
    padding: 0 20px;
  }
}
.tp_1_1 .trialClass .programArea .unit .body ~ .body .inner {
  border-top: 1px dashed currentColor;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit .inner {
    padding: 38px 0;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit .inner {
    padding: 32px 0 28px;
  }
}
.tp_1_1 .trialClass .programArea .unit .label {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  border: 1px solid currentColor;
  border-radius: 100px;
  text-align: center;
  background-color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit .label {
    left: 40px;
    min-width: 120px;
    padding: 6px 10px;
    font-size: 1.5rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit .label {
    left: 20px;
    min-width: 110px;
    padding: 3px 5px;
    font-size: 1.4rem;
  }
}
.tp_1_1 .trialClass .programArea .unit .label[data-faculty=法学部] {
  background-color: #D7B5FF;
}
.tp_1_1 .trialClass .programArea .unit .label[data-faculty=国際学部] {
  background-color: #FFB7D8;
}
.tp_1_1 .trialClass .programArea .unit .label[data-faculty=経済学部] {
  background-color: #AACEFF;
}
.tp_1_1 .trialClass .programArea .unit .label[data-faculty=経営学部] {
  background-color: #FFCD6A;
}
.tp_1_1 .trialClass .programArea .unit .head {
  position: relative;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit .head {
    padding-left: 26px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit .head {
    padding-left: 17px;
  }
}
.tp_1_1 .trialClass .programArea .unit .head:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 100px;
}
.tp_1_1 .trialClass .programArea .unit .head .title {
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit .head .title {
    font-size: 2.4rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit .head .title {
    font-size: 1.8rem;
  }
}
.tp_1_1 .trialClass .programArea .unit .head .sub {
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit .head .sub {
    margin-top: 4px;
    font-size: 1.8rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit .head .sub {
    margin-top: 9px;
    font-size: 1.5rem;
  }
}
.tp_1_1 .trialClass .programArea .unit .teacher {
  display: inline-flex;
  gap: 17px;
  border: 1px solid currentColor;
  border-radius: 100px;
  margin-top: 18px;
  background-color: #FBF5DA;
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit .teacher {
    padding: 1px 14px;
    font-size: 1.5rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .trialClass .programArea .unit .teacher {
    padding: 1px 11px;
    font-size: 1.2rem;
  }
}
.tp_1_1 .trialClass .programArea .unit .teacher .hdg {
  position: relative;
}
.tp_1_1 .trialClass .programArea .unit .teacher .hdg:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #111;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .present {
    margin: 120px 0;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .present {
    margin: 70px 0;
  }
}
.tp_1_1 .present .titleArea {
  text-align: center;
}
.tp_1_1 .present .titleArea .sub {
  display: inline-block;
  color: #000078;
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .present .titleArea .sub {
    padding-bottom: 5px;
    border-bottom: 2px dashed currentColor;
    margin-top: 23px;
    font-size: 2.2rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .present .titleArea .sub {
    padding-bottom: 3px;
    border-bottom: 2px dashed currentColor;
    margin-top: 16px;
    font-size: 1.8rem;
  }
}
.tp_1_1 .present .image {
  text-align: center;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .present .image {
    margin-top: 50px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .present .image {
    margin-top: 30px;
  }
}
.tp_1_1 .overview {
  background-color: #FBF5DA;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .overview {
    padding: 120px 0 200px;
    border-radius: 80px 80px 0 0;
    margin-bottom: -80px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .overview {
    padding: 70px 0 95px;
    border-radius: 30px 30px 0 0;
    margin-bottom: -28px;
  }
}
.tp_1_1 .overview .titleArea {
  text-align: center;
}
.tp_1_1 .overview .titleArea .sub {
  display: inline-block;
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .overview .titleArea .sub {
    margin-top: 23px;
    font-size: 2rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .overview .titleArea .sub {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .overview .tableArea {
    margin-top: 50px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .overview .tableArea {
    margin-top: 25px;
  }
}
.tp_1_1 .overview .tableArea table {
  width: 100%;
}
.tp_1_1 .overview .tableArea table tr:first-child th {
  border-top: 1px solid #6C82B4;
}
.tp_1_1 .overview .tableArea table tr:last-child th {
  border-bottom: 1px solid #6C82B4;
}
.tp_1_1 .overview .tableArea table tr:last-child td {
  border-bottom: 1px solid #111;
}
.tp_1_1 .overview .tableArea table th {
  border-top: 1px solid #FBF5DA;
  background-color: #6C82B4;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .overview .tableArea table th {
    width: 204px;
    font-size: 1.5rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .overview .tableArea table th {
    width: 100px;
    font-size: 1.3rem;
  }
}
.tp_1_1 .overview .tableArea table td {
  border-top: 1px solid #111;
  background-color: #fff;
}
.tp_1_1 .overview .tableArea table td p {
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .overview .tableArea table td p {
    font-size: 1.5rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .overview .tableArea table td p {
    font-size: 1.3rem;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .overview .tableArea table td p span {
    font-size: 1.4rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .overview .tableArea table td p span {
    display: block;
    font-size: 1.2rem;
  }
}
.tp_1_1 .overview .tableArea table td a {
  font-weight: 700;
  line-height: 1.6;
  text-decoration: underline;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .overview .tableArea table td a {
    font-size: 1.5rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .overview .tableArea table td a {
    font-size: 1.3rem;
  }
}
.tp_1_1 .overview .tableArea table td a:focus-visible, :where([data-whatintent="mouse"]) .tp_1_1 .overview .tableArea table td a:hover {
  text-decoration: none;
}
.tp_1_1 .overview .tableArea table td a:after {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
  margin-left: 8px;
  vertical-align: -4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/icon_circlearw.svg);
}
.tp_1_1 .overview .tableArea table td .flex {
  display: flex;
  flex-wrap: wrap;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .overview .tableArea table td .flex {
    gap: 10px 20px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .overview .tableArea table td .flex {
    gap: 8px 14px;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .overview .tableArea table th, .tp_1_1 .overview .tableArea table td {
    padding: 13px 20px 15px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .overview .tableArea table th, .tp_1_1 .overview .tableArea table td {
    padding: 13px 12px 13px;
  }
}
.tp_1_1 .overview .tableArea .foot {
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .overview .tableArea .foot {
    margin-top: 16px;
    font-size: 1.5rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .overview .tableArea .foot {
    margin-top: 14px;
    font-size: 1.2rem;
  }
}
.tp_1_1 .overview .tableArea .foot a {
  font-weight: 700;
  text-decoration: underline;
}
.tp_1_1 .overview .tableArea .foot a:focus-visible, :where([data-whatintent="mouse"]) .tp_1_1 .overview .tableArea .foot a:hover {
  text-decoration: none;
}
.tp_1_1 .schedule {
  background-color: #fff;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .schedule {
    padding: 110px 0 200px;
    border-radius: 80px 80px 0 0;
    margin-bottom: -90px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .schedule {
    padding: 70px 0 95px;
    border-radius: 30px 30px 0 0;
    margin-bottom: -25px;
  }
}
.tp_1_1 .schedule .titleArea {
  text-align: center;
}
.tp_1_1 .schedule .titleArea .sub {
  display: inline-block;
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .schedule .titleArea .sub {
    margin-top: 23px;
    font-size: 2rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .schedule .titleArea .sub {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}
.tp_1_1 .schedule .titleArea .info {
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .schedule .titleArea .info {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .schedule .titleArea .info {
    margin-top: 7px;
    font-size: 1.3rem;
  }
}
@media not all and (max-width: 899px) {
  .tp_1_1 .schedule .slideArea {
    margin-top: 30px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .schedule .slideArea {
    margin-top: 10px;
  }
}
.tp_1_1 .schedule .slideArea .slide .body {
  height: auto;
  padding: 20px 0 6px;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .schedule .slideArea .slide .body {
    width: 196px;
    margin-right: 25px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .schedule .slideArea .slide .body {
    width: 156px;
    margin-right: 14px;
  }
}
.tp_1_1 .schedule .slideArea .navigation .swiper-scrollbar {
  position: static;
  transform: translate(0);
  width: 100%;
  height: 7px;
  background: linear-gradient(transparent 0%, transparent 43%, #111 43%, #111 57%, transparent 57%, transparent 100%);
  cursor: pointer;
}
@media not all and (max-width: 899px) {
  .tp_1_1 .schedule .slideArea .navigation .swiper-scrollbar {
    margin-top: 40px;
  }
}
@media (max-width: 899px) {
  .tp_1_1 .schedule .slideArea .navigation .swiper-scrollbar {
    margin-top: 20px;
  }
}
.tp_1_1 .schedule .slideArea .navigation .swiper-scrollbar > .swiper-scrollbar-drag {
  background-color: #111;
}
.tp_1_1 .program + .schedule,
.tp_1_1 .present + .schedule {
  padding-top: 0;
}

@media (max-width: 899px) {
  .tp_1_2 .pageHead {
    background-color: #7AF2D5;
  }
}
.tp_1_2 .pageHead_body {
  background-color: #7AF2D5;
}
@media not all and (max-width: 899px) {
  .tp_1_2 .pageHead_body .when .icon {
    top: 12px;
    left: calc(100% + 60px);
    width: min(114px, 8.3823529412vw);
  }
}
@media (max-width: 899px) {
  .tp_1_2 .pageHead_body .when .icon {
    top: 5px;
    left: calc(100% + 20px);
    width: 74px;
  }
}
.tp_1_2 .timeTable {
  background-color: #D4FCEF;
}
.tp_1_2 .program .unitArea .unit .bodyArea .textArea {
  background-color: #7AF2D5;
}
.tp_1_2 .program .slideArea .unit .titleArea .title > span {
  background-color: #D4FCEF;
}
.tp_1_2 .program .slideArea .unit .titleArea .title > span .colored {
  color: #7AF2D5;
}
.tp_1_2 .program .slideArea .unit .slide .hdg span {
  background-image: linear-gradient(#7AF2D5 0 0);
}
.tp_1_2 .overview {
  background-color: #D4FCEF;
}

@media not all and (max-width: 899px) {
  .pg_access .ly_articleBodySection {
    padding-bottom: 124px;
  }
}
@media (max-width: 899px) {
  .pg_access .ly_articleBodySection {
    padding-bottom: 74px;
  }
}
@media not all and (max-width: 899px) {
  .pg_access .access {
    margin-top: 85px;
  }
}
@media (max-width: 899px) {
  .pg_access .access {
    margin-top: 46px;
  }
}
@media not all and (max-width: 899px) {
  .pg_access .access .titleArea {
    margin-bottom: 35px;
  }
}
@media (max-width: 899px) {
  .pg_access .access .titleArea {
    margin-bottom: 27px;
  }
}
@media (max-width: 899px) {
  .pg_access .access .maps .tabs {
    display: grid;
    place-content: center;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid currentColor;
    border-radius: 8px;
    margin-bottom: 24px;
  }
}
.pg_access .access .maps .tab {
  text-align: center;
  font-weight: 700;
  line-height: 1.84615385;
}
@media not all and (max-width: 899px) {
  .pg_access .access .maps .tab {
    padding: 5px;
    border: 1px solid currentColor;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 1.3rem;
  }
}
@media (max-width: 899px) {
  .pg_access .access .maps .tab {
    position: relative;
    height: 36px;
    border-radius: 0 8px 8px 0;
    font-size: 1.3rem;
  }
}
@media (max-width: 899px) {
  .pg_access .access .maps .tab:nth-child(1) {
    border-radius: 8px 0 0 8px;
    border-right: 1px solid currentColor;
  }
}
@media (max-width: 899px) {
  .pg_access .access .maps .tab.is_current {
    background-color: #ffea64;
  }
  .pg_access .access .maps .tab.is_current:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/access/access/tab_arw.png);
  }
}
@media not all and (max-width: 899px) {
  .pg_access .access .maps .panels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 56px;
  }
}
@media (max-width: 899px) {
  .pg_access .access .maps .panel {
    display: none;
  }
}
@media (max-width: 899px) {
  .pg_access .access .maps .panel.is_current {
    display: block;
    -webkit-animation: panelShow 0.9s ease-in-out forwards;
    animation: panelShow 0.9s ease-in-out forwards;
  }
}
.pg_access .access .maps .image img {
  width: 100%;
}
@media not all and (max-width: 899px) {
  .pg_access .access .campusMap {
    margin-top: 80px;
  }
}
@media (max-width: 899px) {
  .pg_access .access .campusMap {
    margin-top: 50px;
  }
}
@media not all and (max-width: 899px) {
  .pg_access .access .campusMap .campus ~ .campus {
    margin-top: 79px;
  }
}
@media (max-width: 899px) {
  .pg_access .access .campusMap .campus ~ .campus {
    margin-top: 50px;
  }
}
@media not all and (max-width: 899px) {
  .pg_access .access .campusMap .campus .subTitleArea {
    margin-bottom: 36px;
  }
}
@media (max-width: 899px) {
  .pg_access .access .campusMap .campus .subTitleArea {
    margin-bottom: 30px;
  }
}
@media not all and (max-width: 899px) {
  .pg_access .access .campusMap .campus .detail {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
@media (max-width: 899px) {
  .pg_access .access .campusMap .campus .detail {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
@media not all and (max-width: 899px) {
  .pg_access .access .campusMap .campus .detail address {
    border-right: 2px dashed currentColor;
    padding-right: 30px;
  }
}
@media not all and (max-width: 899px) {
  .pg_access .access .campusMap .campus .detail .text {
    padding-left: 30px;
  }
}
@media (max-width: 899px) {
  .pg_access .access .campusMap .campus .detail .text {
    margin-top: 15px;
  }
}
.pg_access .access .campusMap .campus .detail .text a {
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 899px) {
  .pg_access .access .campusMap .campus .detail .text a {
    display: inline-block;
    margin-top: 13px;
  }
}
.pg_access .access .campusMap .campus .detail .text a:focus-visible, :where([data-whatintent="mouse"]) .pg_access .access .campusMap .campus .detail .text a:hover {
  text-decoration: none;
}
.pg_access .access .campusMap .campus .detail .text a:focus-visible .icon_arw2, :where([data-whatintent="mouse"]) .pg_access .access .campusMap .campus .detail .text a:hover .icon_arw2 {
  -webkit-animation: arwMove 0.3s ease-in-out forwards;
  animation: arwMove 0.3s ease-in-out forwards;
}
.pg_access .access .campusMap .campus .detail .text a .el_circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: none;
  margin-left: 8px;
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .pg_access .access .campusMap .campus .imageMap {
    display: flex;
    gap: 40px;
  }
}
.pg_access .access .campusMap .campus .imageMap .image {
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .pg_access .access .campusMap .campus .imageMap .image {
    flex-shrink: 0;
    width: 33.33333333%;
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .pg_access .access .campusMap .campus .imageMap .image {
    border-radius: 8px;
    margin-bottom: 20px;
  }
}
.pg_access .access .campusMap .campus .imageMap .image img {
  width: 100%;
}
.pg_access .access .campusMap .campus .imageMap .map {
  flex-grow: 1;
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .pg_access .access .campusMap .campus .imageMap .map {
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .pg_access .access .campusMap .campus .imageMap .map {
    border-radius: 8px;
  }
}
.pg_access .access .campusMap .campus .imageMap .map iframe {
  width: 100%;
}
@media not all and (max-width: 899px) {
  .pg_access .access .campusMap .campus .imageMap .map iframe {
    height: auto;
    aspect-ratio: 600/350;
  }
}
@media (max-width: 899px) {
  .pg_access .access .campusMap .campus .imageMap .map iframe {
    height: 350px;
  }
}
@media not all and (max-width: 899px) {
  .pg_access .access .campusMap .campus .superSubTitleArea {
    margin-top: 58px;
    margin-bottom: 26px;
  }
}
@media (max-width: 899px) {
  .pg_access .access .campusMap .campus .superSubTitleArea {
    margin-top: 37px;
    margin-bottom: 18px;
  }
}
.pg_access .access .campusMap .campus .superSubTitleArea .title {
  position: relative;
  font-weight: 700;
  line-height: 1.74545455;
}
@media not all and (max-width: 899px) {
  .pg_access .access .campusMap .campus .superSubTitleArea .title {
    padding-left: 20px;
    font-size: 2.2rem;
  }
}
@media (max-width: 899px) {
  .pg_access .access .campusMap .campus .superSubTitleArea .title {
    padding-left: 18px;
    font-size: 1.8rem;
  }
}
.pg_access .access .campusMap .campus .superSubTitleArea .title:before {
  content: "";
  position: absolute;
  top: calc(0.4em + 5px);
  left: 0;
  background-color: #ffea64;
  border: 1px solid currentColor;
  border-radius: 50%;
}
@media not all and (max-width: 899px) {
  .pg_access .access .campusMap .campus .superSubTitleArea .title:before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 899px) {
  .pg_access .access .campusMap .campus .superSubTitleArea .title:before {
    width: 8px;
    height: 8px;
  }
}
@media not all and (max-width: 767px) {
  .pg_access .access .campusMap .campus .superSubTitleArea .info {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pg_access .access .campusMap .campus .superSubTitleArea .info {
    margin-top: 19px;
    font-size: 1.4rem;
  }
}
.pg_access .access .campusMap .campus .localMap {
  position: relative;
}
.pg_access .access .campusMap .campus .localMap .image {
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .pg_access .access .campusMap .campus .localMap .image {
    border-radius: 14px;
  }
}
@media (max-width: 767px) {
  .pg_access .access .campusMap .campus .localMap .image {
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .pg_access .access .campusMap .campus .localMap .image .pcOnly {
    display: none !important;
  }
}
@media not all and (max-width: 767px) {
  .pg_access .access .campusMap .campus .localMap .image .spOnly {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pg_access .access .campusMap .campus .localMap .image .spOnly {
    height: 600px;
  }
}
.pg_access .access .campusMap .campus .localMap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pg_access .access .campusMap .campus .localMap .numbers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pg_access .access .campusMap .campus .localMap .number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
}
.pg_access .access .campusMap .campus .localMap .number__01 {
  top: 84.5%;
  left: calc(50% + 23px);
}
.pg_access .access .campusMap .campus .localMap .number__02 {
  top: 80%;
}
.pg_access .access .campusMap .campus .localMap .number__03 {
  top: 74.5%;
  left: calc(50% + 22px);
}
.pg_access .access .campusMap .campus .localMap .number__04 {
  top: 69%;
  left: calc(50% + 42px);
}
.pg_access .access .campusMap .campus .localMap .number__05 {
  top: 61%;
  left: calc(50% - 22px);
}
.pg_access .access .campusMap .campus .localMap .number__06 {
  top: 50%;
  left: calc(50% + 20px);
}
@media not all and (max-width: 899px) {
  .pg_access .bus {
    margin-top: 90px;
  }
}
@media (max-width: 899px) {
  .pg_access .bus {
    margin-top: 60px;
  }
}
@media not all and (max-width: 899px) {
  .pg_access .bus .titleArea {
    margin-bottom: 36px;
  }
}
@media (max-width: 899px) {
  .pg_access .bus .titleArea {
    margin-bottom: 28px;
  }
}
@media not all and (max-width: 899px) {
  .pg_access .bus .titleArea .desc {
    margin-top: 34px;
  }
}
@media (max-width: 899px) {
  .pg_access .bus .titleArea .desc {
    margin-top: 28px;
    font-size: 1.4rem;
  }
}
.pg_access .bus .buttons {
  display: grid;
}
@media not all and (max-width: 899px) {
  .pg_access .bus .buttons {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 30px;
  }
}
@media (max-width: 899px) {
  .pg_access .bus .buttons {
    gap: 20px;
  }
}
.pg_access .bus .button {
  position: relative;
  width: 100%;
  height: auto;
}
.pg_access .bus .button:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 100px;
  background-color: #fff;
  z-index: 0;
}
.pg_access .bus .button a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 7px 26px;
  border: 1px solid #111;
  border-radius: 100px;
  background-color: #fff;
  font-weight: 700;
  text-decoration: underline;
  z-index: 1;
  transition: background-color 0.3s ease-in-out;
}
@media not all and (max-width: 899px) {
  .pg_access .bus .button a {
    min-height: 70px;
  }
}
@media (max-width: 899px) {
  .pg_access .bus .button a {
    min-height: 60px;
  }
}
.pg_access .bus .button a:focus-visible, :where([data-whatintent="mouse"]) .pg_access .bus .button a:hover {
  background-color: #ffea64;
}
.pg_access .bus .button a:focus-visible .icon_arw, :where([data-whatintent="mouse"]) .pg_access .bus .button a:hover .icon_arw {
  -webkit-animation: arwMove 0.3s ease-in-out forwards;
  animation: arwMove 0.3s ease-in-out forwards;
}
@media not all and (max-width: 899px) {
  .pg_access .bus .button a {
    font-size: 1.8rem;
  }
}
.pg_access .bus .button a .el_circle {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .pg_access .bus .button a .el_circle {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 899px) {
  .pg_access .bus .button a .el_circle {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 899px) {
  .pg_access .bus .button a .icon_arw {
    width: 12px;
  }
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom {
    margin-top: 92px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom {
    margin-top: 64px;
  }
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .titleArea {
    margin-bottom: 32px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .titleArea {
    margin-bottom: 27px;
  }
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .subSection ~ .subSection {
    margin-top: 80px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .subSection ~ .subSection {
    margin-top: 45px;
  }
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .desc {
    margin-top: 36px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .desc {
    margin-top: 27px;
  }
}
.pg_access .farFrom .flow {
  padding-bottom: 1px;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .flow {
    margin-top: 36px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .flow {
    width: calc(100% + 20px);
    margin-top: 35px;
  }
}
.pg_access .farFrom .flow ol {
  counter-reset: number 0;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .flow ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.pg_access .farFrom .flow li {
  position: relative;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .flow li {
    padding-top: 70px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .flow li {
    padding-top: 65px;
  }
}
.pg_access .farFrom .flow li:last-child:before {
  content: none;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .flow li:before {
    content: "";
    position: absolute;
    top: calc(50% + 35px);
    left: calc(100% - 15px);
    transform: translateY(-50%);
    width: 32px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../images/access/farfrom/icon_next.svg);
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .flow li {
    width: 295px;
    height: auto;
    margin-right: 20px;
  }
}
.pg_access .farFrom .flow li .inner {
  position: relative;
  height: 100%;
  padding: 30px 20px;
  background-color: #FBF5DA;
  border: 1px solid #111;
  border-radius: 14px;
  z-index: 1;
}
.pg_access .farFrom .flow li .image {
  counter-increment: number 1;
  position: relative;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .flow li .image {
    width: 136px;
    margin-top: -100px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .flow li .image {
    width: 130px;
    margin-top: -95px;
  }
}
.pg_access .farFrom .flow li .image:before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background-color: #000078;
  color: #fff;
  font-family: "Dela Gothic One", sans-serif;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .flow li .image:before {
    bottom: -10px;
    left: -16px;
    width: 56px;
    height: 56px;
    font-weight: 1.6rem;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .flow li .image:before {
    bottom: -6px;
    left: -10px;
    width: 46px;
    height: 46px;
    font-size: 1.4rem;
  }
}
.pg_access .farFrom .flow li .title {
  text-align: center;
  font-weight: 700;
  line-height: 2.08;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .flow li .title {
    margin-top: 13px;
    font-size: 2rem;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .flow li .title {
    margin-top: 13px;
    font-size: 1.8rem;
  }
}
.pg_access .farFrom .flow li .text {
  line-height: 1.8;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .flow li .text {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .flow li .text {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
.pg_access .farFrom .flow li .link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-decoration: underline;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .flow li .link {
    margin-top: 7px;
    font-size: 1.6rem;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .flow li .link {
    margin-top: 6px;
    font-size: 1.4rem;
  }
}
.pg_access .farFrom .flow li .link:focus-visible, :where([data-whatintent="mouse"]) .pg_access .farFrom .flow li .link:hover {
  text-decoration: none;
}
.pg_access .farFrom .flow li .link:focus-visible .icon_arw2, :where([data-whatintent="mouse"]) .pg_access .farFrom .flow li .link:hover .icon_arw2 {
  -webkit-animation: arwMove 0.3s ease-in-out forwards;
  animation: arwMove 0.3s ease-in-out forwards;
}
.pg_access .farFrom .flow li .link .el_circle {
  width: 20px;
  height: 20px;
  background-color: #111;
}
.pg_access .farFrom .flow .swiper-scrollbar {
  position: static;
  transform: translate(0);
  height: 7px;
  background: linear-gradient(transparent 0%, transparent 43%, #111 43%, #111 57%, transparent 57%, transparent 100%);
  cursor: pointer;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .flow .swiper-scrollbar {
    display: none;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .flow .swiper-scrollbar {
    width: calc(100% - 20px);
    margin-top: 28px;
  }
}
.pg_access .farFrom .flow .swiper-scrollbar > .swiper-scrollbar-drag {
  background: #111;
}
.pg_access .farFrom .table {
  position: relative;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .table {
    margin-top: 78px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .table {
    margin-top: 43px;
  }
}
.pg_access .farFrom .table:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid #000078;
  background-color: #fff;
  z-index: 0;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .table:before {
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .table:before {
    border-radius: 8px;
  }
}
.pg_access .farFrom .table .inner {
  position: relative;
  border: 1px solid #000078;
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .table .inner {
    border-radius: 14px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .table .inner {
    border-radius: 8px;
  }
}
.pg_access .farFrom .table .title {
  position: relative;
  width: 100%;
  background-color: #000078;
  color: #fff;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .table .title {
    padding: 25px 28px;
    font-size: 2.4rem;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .table .title {
    padding: 20px 18px;
    font-size: 2rem;
  }
}
.pg_access .farFrom .table .title.is_show .icon:after {
  transform: translate(-50%, -50%) rotate(0);
}
.pg_access .farFrom .table .title .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .table .title .icon {
    right: 31px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .table .title .icon {
    right: 17px;
    width: 26px;
    height: 26px;
  }
}
.pg_access .farFrom .table .title .icon:before, .pg_access .farFrom .table .title .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  background-color: #000078;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .table .title .icon:before, .pg_access .farFrom .table .title .icon:after {
    width: 16px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .table .title .icon:before, .pg_access .farFrom .table .title .icon:after {
    width: 12px;
  }
}
.pg_access .farFrom .table .title .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.pg_access .farFrom .table .body {
  display: none;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .table .cont {
    padding: 40px 40px 47px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .table .cont {
    padding: 22px 16px;
  }
}
.pg_access .farFrom .table table {
  width: 100%;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .table table th, .pg_access .farFrom .table table td {
    padding: 15px 20px;
    font-size: 1.5rem;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .table table th, .pg_access .farFrom .table table td {
    padding: 12px 10px;
    font-size: 1.2rem;
  }
}
.pg_access .farFrom .table table thead th {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #000078;
  color: #fff;
}
.pg_access .farFrom .table table thead th:last-child {
  border-right: none;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .table table thead th:nth-child(1) {
    width: 13.92694064%;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .table table thead th:nth-child(1) {
    width: 10.70234114%;
  }
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .table table thead th:nth-child(3) {
    width: 13.92694064%;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .table table thead th:nth-child(3) {
    width: 22.0735786%;
  }
}
.pg_access .farFrom .table table tbody th {
  border-bottom: 1px solid #fff;
  background-color: #6C82B4;
  color: #fff;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .table table tbody th {
    vertical-align: middle;
  }
}
.pg_access .farFrom .table table tbody td {
  border-bottom: 1px solid #111;
  border-right: 1px solid #111;
}
.pg_access .farFrom .table table tbody td:last-child {
  text-align: right;
  border-right: none;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .table table tbody td:last-child {
    vertical-align: middle;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .table table tbody td:last-child {
    padding-left: 0;
  }
}
.pg_access .farFrom .table table tbody .is_cream {
  text-align: center;
  background-color: #FBF5DA;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .table table tbody .is_cream {
    width: 10.0456621%;
    vertical-align: middle;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .table table tbody .is_cream {
    width: 10.70234114%;
  }
}
.pg_access .farFrom .button {
  position: relative;
  margin-inline: auto;
  margin-top: 30px;
  height: auto;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .button {
    width: 300px;
  }
}
.pg_access .farFrom .button:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 100px;
  background-color: #fff;
  z-index: 0;
}
.pg_access .farFrom .button a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 7px 26px;
  border: 1px solid #111;
  border-radius: 100px;
  background-color: #fff;
  font-weight: 700;
  text-decoration: underline;
  z-index: 1;
  transition: background-color 0.3s ease-in-out;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .button a {
    min-height: 70px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .button a {
    min-height: 60px;
  }
}
.pg_access .farFrom .button a:focus-visible, :where([data-whatintent="mouse"]) .pg_access .farFrom .button a:hover {
  background-color: #ffea64;
}
.pg_access .farFrom .button a:focus-visible .icon_arw, :where([data-whatintent="mouse"]) .pg_access .farFrom .button a:hover .icon_arw {
  -webkit-animation: arwMove 0.3s ease-in-out forwards;
  animation: arwMove 0.3s ease-in-out forwards;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .button a {
    font-size: 1.8rem;
  }
}
.pg_access .farFrom .button a .el_circle {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background-color: currentColor;
}
@media not all and (max-width: 899px) {
  .pg_access .farFrom .button a .el_circle {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .button a .el_circle {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 899px) {
  .pg_access .farFrom .button a .icon_arw {
    width: 12px;
  }
}
.pg_access .fancybox-is-open .fancybox-bg {
  opacity: 0.4;
}
.pg_access .fancybox-bg {
  background-color: #111;
}
.pg_access .fancybox-slide--html {
  padding: 40px;
}
.pg_access .fancybox-slide--html .fancybox-close-small {
  top: -15px;
  right: -15px;
  display: grid;
  place-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #000078;
  opacity: 1;
}
.pg_access .fancybox-slide--html .fancybox-close-small:before {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/access/access/iocn_close.svg);
}
.pg_access .fancybox-slide--html .fancybox-close-small svg {
  display: none;
}
.pg_access .localMapModal {
  padding: 0;
  border-radius: 14px;
  overflow: visible;
}

@media not all and (max-width: 899px) {
  .pg_entry .ly_articleBodySection {
    padding-bottom: 120px;
  }
}
@media (max-width: 899px) {
  .pg_entry .ly_articleBodySection {
    padding-bottom: 80px;
  }
}
@media not all and (max-width: 899px) {
  .pg_entry .cardSection {
    margin-top: 85px;
  }
}
@media (max-width: 899px) {
  .pg_entry .cardSection {
    margin-top: 46px;
  }
}
@media not all and (max-width: 899px) {
  .pg_entry .cardSection .titleArea {
    margin-bottom: 36px;
  }
}
@media (max-width: 899px) {
  .pg_entry .cardSection .titleArea {
    margin-bottom: 30px;
  }
}
.pg_entry .cardSection .body {
  border-radius: 14px;
  background-color: #FBF5DA;
}
@media not all and (max-width: 899px) {
  .pg_entry .cardSection .body {
    padding: 42px 42px 59px;
  }
}
@media (max-width: 899px) {
  .pg_entry .cardSection .body {
    padding: 30px 20px;
  }
}
.pg_entry .cardSection .body .title {
  text-align: center;
}
@media not all and (max-width: 899px) {
  .pg_entry .cardSection .body .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 899px) {
  .pg_entry .cardSection .body .title {
    max-width: 400px;
    margin-bottom: 10px;
    margin-inline: auto;
  }
}
.pg_entry .cardSection .body .sub {
  text-align: center;
  color: #000078;
  line-height: 1.6;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .pg_entry .cardSection .body .sub {
    font-size: 2.4rem;
  }
}
@media (max-width: 899px) {
  .pg_entry .cardSection .body .sub {
    font-size: 1.8rem;
  }
}
.pg_entry .cardSection .body .sub span {
  position: relative;
}
@media not all and (max-width: 899px) {
  .pg_entry .cardSection .body .sub span {
    padding-inline: 60px;
  }
}
@media (max-width: 899px) {
  .pg_entry .cardSection .body .sub span {
    display: inline-block;
    padding-inline: 30px;
  }
}
.pg_entry .cardSection .body .sub span:before, .pg_entry .cardSection .body .sub span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  border-top: 1px dashed currentColor;
}
@media not all and (max-width: 899px) {
  .pg_entry .cardSection .body .sub span:before, .pg_entry .cardSection .body .sub span:after {
    width: 40px;
  }
}
@media (max-width: 899px) {
  .pg_entry .cardSection .body .sub span:before, .pg_entry .cardSection .body .sub span:after {
    width: 20px;
  }
}
.pg_entry .cardSection .body .sub span:before {
  left: 0;
}
.pg_entry .cardSection .body .sub span:after {
  right: 0;
}
.pg_entry .cardSection .body .text {
  text-align: center;
  font-weight: 700;
  line-height: 1.74545455;
}
@media not all and (max-width: 899px) {
  .pg_entry .cardSection .body .text {
    margin-top: 25px;
    font-size: 2.2rem;
  }
}
@media (max-width: 899px) {
  .pg_entry .cardSection .body .text {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
@media not all and (max-width: 899px) {
  .pg_entry .descSection {
    margin-top: 80px;
  }
}
@media (max-width: 899px) {
  .pg_entry .descSection {
    margin-top: 50px;
  }
}
.pg_entry .descSection p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.pg_entry .descSection p a {
  color: #000078;
  text-decoration: underline;
  transition: -webkit-text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
}
.pg_entry .descSection p a:focus-visible, :where([data-whatintent="mouse"]) .pg_entry .descSection p a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.pg_entry .linkSection {
  text-align: center;
}
@media not all and (max-width: 899px) {
  .pg_entry .linkSection {
    margin-top: 60px;
  }
}
@media (max-width: 899px) {
  .pg_entry .linkSection {
    margin-top: 40px;
  }
}
@media not all and (max-width: 899px) {
  .pg_entry .linkSection .titleArea {
    margin-bottom: 20px;
  }
}
@media (max-width: 899px) {
  .pg_entry .linkSection .titleArea {
    margin-bottom: 14px;
  }
}
.pg_entry .linkSection .subTitle {
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 899px) {
  .pg_entry .linkSection .subTitle {
    font-size: 1.8rem;
  }
}
@media (max-width: 899px) {
  .pg_entry .linkSection .subTitle {
    font-size: 1.6rem;
  }
}
.pg_entry .linkSection .subTitle span {
  position: relative;
  display: inline-block;
}
.pg_entry .linkSection .subTitle span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  height: calc(100% - 0.3em);
  transform-origin: right bottom;
  transform: rotate(-25deg);
  width: 10px;
  border-left: 1px dashed currentColor;
}
.pg_entry .linkSection .subTitle span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  height: calc(100% - 0.3em);
  transform-origin: left bottom;
  transform: rotate(25deg);
  width: 10px;
  border-left: 1px dashed currentColor;
}
.pg_entry .linkSection .link a {
  transition: opacity 0.3s ease-in-out;
}
.pg_entry .linkSection .link a:focus-visible, :where([data-whatintent="mouse"]) .pg_entry .linkSection .link a:hover {
  opacity: 0.6;
}
@media not all and (max-width: 899px) {
  .pg_entry .linkSection .text {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
@media (max-width: 899px) {
  .pg_entry .linkSection .text {
    margin-top: 14px;
    font-size: 1.4rem;
  }
}
.pg_entry .linkSection .text a {
  color: #000078;
  text-decoration: underline;
  transition: -webkit-text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
}
.pg_entry .linkSection .text a:focus-visible, :where([data-whatintent="mouse"]) .pg_entry .linkSection .text a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
@media not all and (max-width: 899px) {
  .pg_entry .policySection {
    margin-top: 60px;
  }
}
@media (max-width: 899px) {
  .pg_entry .policySection {
    margin-top: 40px;
  }
}
@media not all and (max-width: 899px) {
  .pg_entry .policySection .titleArea {
    margin-bottom: 36px;
  }
}
@media (max-width: 899px) {
  .pg_entry .policySection .titleArea {
    margin-bottom: 30px;
  }
}
.pg_entry .policySection .desc p {
  line-height: 1.8;
}
@media not all and (max-width: 899px) {
  .pg_entry .policySection .desc p {
    font-size: 1.6rem;
  }
}
.js_animation_target {
  opacity: 0;
}

.js_animation_start.animation_popShow {
  transform: scale(0);
  -webkit-animation-name: popShow;
  animation-name: popShow;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.js_animation_start.animation_fadeInD2U {
  opacity: 0;
  -webkit-animation-name: fadeInD2U;
  animation-name: fadeInD2U;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.js_animation_start.animation_fadeInR2L {
  opacity: 0;
  -webkit-animation-name: fadeInR2L;
  animation-name: fadeInR2L;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.js_animation_start.animation_fadeInL2R {
  opacity: 0;
  -webkit-animation-name: fadeInL2R;
  animation-name: fadeInL2R;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.js_animation_wrapper.js_animation_start {
  opacity: 1;
}
.js_animation_wrapper.js_animation_start .animation_fadeInD2U {
  opacity: 0;
  -webkit-animation-name: fadeInD2U;
  animation-name: fadeInD2U;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.js_animation_wrapper.js_animation_start .animation_popShow {
  opacity: 0;
  -webkit-animation-name: popShow;
  animation-name: popShow;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.js_animation_wrapper.js_animation_start .animation_fadeInD2U_delay {
  opacity: 0;
  -webkit-animation-name: fadeInD2U;
  animation-name: fadeInD2U;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.js_animation_consecutive.js_animation_start {
  opacity: 1;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U {
  opacity: 0;
  -webkit-animation-name: fadeInD2U;
  animation-name: fadeInD2U;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(1) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(4) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(5) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(6) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(7) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(8) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(9) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(10) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(11) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(12) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(13) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(14) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(15) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(16) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(17) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(18) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(19) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(20) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(21) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(22) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(23) {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(24) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(25) {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(26) {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(27) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(28) {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(29) {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(30) {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(31) {
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(32) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(33) {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(34) {
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(35) {
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(36) {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(37) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(38) {
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(39) {
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(40) {
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(41) {
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(42) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(43) {
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(44) {
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(45) {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(46) {
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(47) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(48) {
  -webkit-animation-delay: 5.1s;
  animation-delay: 5.1s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(49) {
  -webkit-animation-delay: 5.2s;
  animation-delay: 5.2s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(50) {
  -webkit-animation-delay: 5.3s;
  animation-delay: 5.3s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(51) {
  -webkit-animation-delay: 5.4s;
  animation-delay: 5.4s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(52) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(53) {
  -webkit-animation-delay: 5.6s;
  animation-delay: 5.6s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(54) {
  -webkit-animation-delay: 5.7s;
  animation-delay: 5.7s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(55) {
  -webkit-animation-delay: 5.8s;
  animation-delay: 5.8s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(56) {
  -webkit-animation-delay: 5.9s;
  animation-delay: 5.9s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(57) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(58) {
  -webkit-animation-delay: 6.1s;
  animation-delay: 6.1s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(59) {
  -webkit-animation-delay: 6.2s;
  animation-delay: 6.2s;
}
.js_animation_consecutive.js_animation_start .animation_fadeInD2U:nth-child(60) {
  -webkit-animation-delay: 6.3s;
  animation-delay: 6.3s;
}

/**
 * Keyframes
 */
@-webkit-keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes arwMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50%);
    opacity: 0;
  }
  51% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arwMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50%);
    opacity: 0;
  }
  51% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes popShow {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  40% {
    transform: scale(1.05);
    opacity: 1;
  }
  60% {
    transform: scale(0.95);
    opacity: 1;
  }
  80% {
    transform: scale(1.03);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popShow {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  40% {
    transform: scale(1.05);
    opacity: 1;
  }
  60% {
    transform: scale(0.95);
    opacity: 1;
  }
  80% {
    transform: scale(1.03);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInD2U {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInD2U {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInR2L {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInR2L {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInL2R {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInL2R {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes panelShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panelShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}